-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFrameConfigEditor.dfm
More file actions
94 lines (94 loc) · 1.93 KB
/
FrameConfigEditor.dfm
File metadata and controls
94 lines (94 loc) · 1.93 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
object frameConfigEditor: TframeConfigEditor
Left = 0
Top = 0
Width = 640
Height = 480
TabOrder = 0
object pnlMain: TPanel
Left = 0
Top = 0
Width = 640
Height = 480
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object tabControl: TTabControl
Left = 0
Top = 0
Width = 640
Height = 30
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alTop
TabHeight = 25
TabOrder = 0
Tabs.Strings = (
#32534#36753#22120
#21407#22987#25968#25454)
TabIndex = 0
OnChange = tabControlChange
end
object pnlEditor: TPanel
Left = 0
Top = 30
Width = 640
Height = 410
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alClient
BevelOuter = bvNone
TabOrder = 1
end
object ButtonPanel: TPanel
Left = 0
Top = 440
Width = 640
Height = 40
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object btnSave: TButton
Left = 560
Top = 0
Width = 80
Height = 40
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alRight
Caption = #20445#23384
Enabled = False
TabOrder = 0
OnClick = btnSaveClick
end
object btnCancel: TButton
Left = 0
Top = 0
Width = 80
Height = 40
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alLeft
Caption = #21462#28040
Enabled = False
TabOrder = 1
OnClick = btnCancelClick
end
end
end
end