File: opkman_opensslfrm.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (92 lines) | stat: -rw-r--r-- 2,164 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
object OpenSSLFrm: TOpenSSLFrm
  Left = 559
  Height = 146
  Top = 373
  Width = 605
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'OpenSSLFrm'
  ClientHeight = 146
  ClientWidth = 605
  OnCreate = FormCreate
  PopupMode = pmExplicit
  PopupParent = MainFrm.Owner
  Position = poOwnerFormCenter
  LCLVersion = '2.1.0.0'
  object Bp: TButtonPanel
    Left = 6
    Height = 34
    Top = 106
    Width = 593
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 0
    ShowButtons = [pbOK, pbCancel]
    object cbPermanent: TCheckBox
      Left = 0
      Height = 32
      Top = 2
      Width = 179
      Align = alLeft
      Caption = 'Do not ask this question again'
      TabOrder = 4
    end
  end
  object lbMessage1: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 17
    Top = 19
    Width = 605
    Alignment = taCenter
    Anchors = [akLeft, akRight]
    AutoSize = False
    Font.CharSet = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'Segoe UI'
    Font.Pitch = fpVariable
    Font.Quality = fqDraft
    ParentColor = False
    ParentFont = False
  end
  object pnBuffer: TPanel
    Left = 0
    Height = 18
    Top = 0
    Width = 605
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
  end
  object lbMessage2: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = lbMessage1
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 17
    Top = 41
    Width = 622
    Alignment = taCenter
    AutoSize = False
    BorderSpacing.Top = 5
    Font.CharSet = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'Segoe UI'
    Font.Pitch = fpVariable
    Font.Quality = fqDraft
    ParentColor = False
    ParentFont = False
  end
end