-
Notifications
You must be signed in to change notification settings - Fork 2
/
InformWnd.dfm
234 lines (234 loc) · 5.73 KB
/
InformWnd.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
object Form3: TForm3
Left = 713
Top = 82
BorderStyle = bsDialog
Caption = #1044#1086#1087#1086#1083#1085#1080#1090#1077#1083#1100#1085#1072#1103' '#1080#1085#1092#1086#1088#1084#1072#1094#1080#1103
ClientHeight = 424
ClientWidth = 395
Color = clBtnFace
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
395
424)
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 10
Top = 8
Width = 376
Height = 153
Anchors = [akLeft, akTop, akRight]
Caption = #1054#1073#1097#1072#1103' '#1080#1085#1092#1086#1088#1084#1072#1094#1080#1103
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 20
Width = 70
Height = 13
Caption = #1052#1077#1090#1082#1072' '#1090#1086#1084#1072
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 78
Width = 42
Height = 13
Caption = #1047#1072#1085#1103#1090#1086
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 59
Width = 58
Height = 13
Caption = #1057#1074#1086#1073#1086#1076#1085#1086
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 39
Width = 48
Height = 13
Caption = #1045#1084#1082#1086#1089#1090#1100
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label9: TLabel
Left = 16
Top = 98
Width = 107
Height = 13
Caption = #1060#1072#1081#1083#1086#1074#1072#1103' '#1089#1080#1089#1090#1077#1084#1072
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label11: TLabel
Left = 16
Top = 118
Width = 95
Height = 13
Caption = #1057#1077#1088#1080#1081#1085#1099#1081' '#1085#1086#1084#1077#1088
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object SerialNumberLabel: TLabel
Left = 168
Top = 118
Width = 6
Height = 13
Caption = '_'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object FileSystemLabel: TLabel
Left = 168
Top = 98
Width = 6
Height = 13
Caption = '_'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object UsedSizeLabel: TLabel
Left = 168
Top = 78
Width = 6
Height = 13
Caption = '_'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object FreeSizeLabel: TLabel
Left = 168
Top = 59
Width = 6
Height = 13
Caption = '_'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object DriveSizeLabel: TLabel
Left = 168
Top = 39
Width = 6
Height = 13
Caption = '_'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object DriveNameLabel: TLabel
Left = 168
Top = 20
Width = 6
Height = 13
Caption = '_'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
end
object GroupBox2: TGroupBox
Left = 10
Top = 168
Width = 376
Height = 209
Anchors = [akLeft, akTop, akRight]
Caption = #1057#1087#1080#1089#1086#1082' '#1086#1073#1088#1072#1073#1086#1090#1072#1085#1085#1099#1093' '#1092#1072#1081#1083#1086#1074' '#1080' '#1082#1072#1090#1072#1083#1086#1075#1086#1074' '#1074' '#1101#1090#1086#1084' '#1088#1072#1079#1076#1077#1083#1077
TabOrder = 1
DesignSize = (
376
209)
object ProcessingFileList: TListView
Left = 11
Top = 22
Width = 351
Height = 171
Anchors = [akLeft, akTop, akRight, akBottom]
Columns = <
item
Caption = #1048#1084#1103' '#1092#1072#1081#1083#1072
Width = 150
end
item
Caption = #1056#1072#1079#1084#1077#1088
Width = 70
end
item
AutoSize = True
Caption = #1057#1086#1089#1090#1086#1103#1085#1080#1077
end>
MultiSelect = True
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
end
object Button1: TButton
Left = 310
Top = 388
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 2
OnClick = Button1Click
end
end