File: sysvaruseroverridedlg.lfm

package info (click to toggle)
lazarus 0.9.28.2-12
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 93,096 kB
  • ctags: 89,312
  • sloc: pascal: 820,189; xml: 202,194; makefile: 110,323; sh: 2,460; perl: 395; sql: 174; ansic: 133
file content (87 lines) | stat: -rw-r--r-- 1,770 bytes parent folder | download
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
object SysVarUserOverrideDialog: TSysVarUserOverrideDialog
  Left = 344
  Height = 147
  Top = 361
  Width = 400
  HorzScrollBar.Page = 399
  VertScrollBar.Page = 146
  ActiveControl = ValueEdit
  Align = alTop
  Caption = 'SysVarUserOverrideDialog'
  ClientHeight = 147
  ClientWidth = 400
  Position = poScreenCenter
  object VariableLabel: TLabel
    Left = 6
    Height = 14
    Top = 6
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'VariableLabel'
    ParentColor = False
  end
  object ValueLabel: TLabel
    Left = 6
    Height = 14
    Top = 55
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'ValueLabel'
    ParentColor = False
  end
  object ValueEdit: TEdit
    Left = 6
    Height = 23
    Top = 75
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    TabOrder = 1
    Text = 'ValueEdit'
  end
  object VariableEdit: TEdit
    Left = 6
    Height = 23
    Top = 26
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    TabOrder = 0
    Text = 'VariableEdit'
  end
  object OKButton: TBitBtn
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 334
    Height = 26
    Top = 114
    Width = 60
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Right = 6
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    NumGlyphs = 0
    OnClick = OkButtonClick
    TabOrder = 3
  end
  object CancelButton: TBitBtn
    AnchorSideRight.Control = OKButton
    Left = 250
    Height = 26
    Top = 114
    Width = 78
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Right = 6
    Caption = 'Cancel'
    Kind = bkCancel
    ModalResult = 2
    NumGlyphs = 0
    TabOrder = 2
  end
end