-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.AddEXE.dfm
190 lines (190 loc) · 4.06 KB
/
db.AddEXE.dfm
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
object frmAddEXE: TfrmAddEXE
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #28155#21152' EXE '
ClientHeight = 226
ClientWidth = 411
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
DesignSize = (
411
226)
PixelsPerInch = 96
TextHeight = 13
object lbl1: TLabel
Left = 8
Top = 49
Width = 106
Height = 15
Caption = #29238#27169#22359#21517#31216' '#65306
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lbl2: TLabel
Left = 8
Top = 83
Width = 106
Height = 15
Caption = #23376#27169#22359#21517#31216' '#65306
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lbl3: TLabel
Left = 8
Top = 117
Width = 106
Height = 15
Caption = #20027#31383#20307#31867#21517' '#65306
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lbl4: TLabel
Left = 8
Top = 151
Width = 105
Height = 15
Caption = #20027#31383#20307#26631#39064#21517#65306
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lbl5: TLabel
Left = 8
Top = 16
Width = 107
Height = 15
Caption = 'EXE'#25991#20214#21517#31216' '#65306
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object btnSave: TButton
Left = 304
Top = 185
Width = 91
Height = 29
Anchors = [akRight, akBottom]
Caption = #20445#23384
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnSaveClick
end
object btnCancel: TButton
Left = 120
Top = 185
Width = 97
Height = 29
Anchors = [akRight, akBottom]
Caption = #21462#28040
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ModalResult = 8
ParentFont = False
TabOrder = 1
end
object edtPModuleName: TEdit
Left = 120
Top = 48
Width = 275
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
end
object edtSModuleName: TEdit
Left = 120
Top = 82
Width = 275
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 3
end
object edtFormClassName: TEdit
Left = 120
Top = 115
Width = 275
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 4
end
object edtFormTitleName: TEdit
Left = 120
Top = 149
Width = 275
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 5
end
object srchbxSelectEXEFile: TSearchBox
Left = 120
Top = 15
Width = 275
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 6
OnInvokeSearch = srchbxSelectEXEFileInvokeSearch
end
object dlgOpenSelectEXEFile: TOpenDialog
Filter = 'EXE(*.EXE)|*.EXE'
Left = 240
Top = 8
end
end