-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfigObjectSelect.dfm
More file actions
104 lines (104 loc) · 2.09 KB
/
ConfigObjectSelect.dfm
File metadata and controls
104 lines (104 loc) · 2.09 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
object frmConfigObjectSelect: TfrmConfigObjectSelect
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #36873#25321#37197#32622#23545#35937#31867#22411
ClientHeight = 427
ClientWidth = 614
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poMainFormCenter
OnCreate = FormCreate
TextHeight = 15
object lblDescription: TLabel
Left = 304
Top = 96
Width = 52
Height = 15
Caption = #35814#32454#35828#26126
end
object pnlBottom: TPanel
Left = 0
Top = 386
Width = 614
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
ExplicitTop = 385
ExplicitWidth = 598
object btnOK: TButton
Left = 439
Top = 8
Width = 75
Height = 25
Caption = #30830#23450
Default = True
Enabled = False
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 520
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
end
end
object lvObjectTypes: TListView
Left = 8
Top = 8
Width = 289
Height = 372
Columns = <
item
Caption = #31867#22411#21517#31216
Width = 120
end
item
Caption = #35828#26126
Width = 160
end>
HideSelection = False
ReadOnly = True
RowSelect = True
SmallImages = ilIcons
TabOrder = 1
ViewStyle = vsReport
OnDblClick = lvObjectTypesDblClick
OnSelectItem = lvObjectTypesSelectItem
end
object edtName: TLabeledEdit
Left = 304
Top = 40
Width = 289
Height = 23
EditLabel.Width = 52
EditLabel.Height = 15
EditLabel.Caption = #23545#35937#21517#31216
TabOrder = 2
Text = ''
OnChange = edtNameChange
end
object mmoDescription: TMemo
Left = 304
Top = 117
Width = 289
Height = 263
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 3
end
object ilIcons: TImageList
Left = 352
Top = 208
end
end