-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPartitionCreate.dfm
More file actions
135 lines (135 loc) · 3.37 KB
/
PartitionCreate.dfm
File metadata and controls
135 lines (135 loc) · 3.37 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
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
object CreatePart: TCreatePart
Left = 198
Top = 118
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
ClientHeight = 257
ClientWidth = 233
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 217
Height = 209
Caption = #1055#1072#1088#1072#1084#1077#1090#1088#1099' '#1088#1072#1079#1076#1077#1083#1072
TabOrder = 0
object Label6: TLabel
Left = 16
Top = 64
Width = 99
Height = 13
Caption = #1060#1072#1081#1083#1086#1074#1072#1103' '#1089#1080#1089#1090#1077#1084#1072
end
object Label7: TLabel
Left = 16
Top = 112
Width = 39
Height = 13
Caption = #1056#1072#1079#1084#1077#1088
end
object Label8: TLabel
Left = 16
Top = 160
Width = 32
Height = 13
Caption = #1052#1077#1090#1082#1072
end
object Label1: TLabel
Left = 192
Top = 131
Width = 15
Height = 13
Caption = #1052#1073
end
object ComboBox3: TComboBox
Left = 8
Top = 80
Width = 201
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
end
object Edit3: TEdit
Left = 8
Top = 128
Width = 177
Height = 21
MaxLength = 9
TabOrder = 3
Text = '500'
OnChange = Edit3Change
OnKeyPress = Edit3KeyPress
end
object Edit4: TEdit
Left = 8
Top = 176
Width = 201
Height = 21
TabOrder = 4
end
object ComboBox1: TComboBox
Left = 8
Top = 16
Width = 201
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 0
Text = #1054#1089#1085#1086#1074#1085#1086#1081
Items.Strings = (
#1054#1089#1085#1086#1074#1085#1086#1081
#1051#1086#1075#1080#1095#1077#1089#1082#1080#1081)
end
object CheckBox1: TCheckBox
Left = 16
Top = 40
Width = 193
Height = 17
Hint = #1054#1090#1084#1077#1085#1103#1077#1090' '#1074#1086#1079#1084#1086#1078#1085#1086#1089#1090#1100' '#1089#1086#1079#1076#1072#1085#1080#1103' '#1077#1097#1077' '#1086#1076#1085#1086#1075#1086' '#1086#1089#1085#1086#1074#1085#1086#1075#1086' '#1088#1072#1079#1076#1077#1083#1072'.'
Caption = #1057#1086#1079#1076#1072#1090#1100' '#1076#1086#1087#1086#1083#1085#1080#1090#1077#1083#1100#1085#1099#1081' '#1088#1072#1079#1076#1077#1083
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
end
object Button1: TButton
Left = 16
Top = 224
Width = 129
Height = 25
Cursor = crHandPoint
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 224
Width = 65
Height = 25
Cursor = crHandPoint
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 2
OnClick = Button2Click
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 16
Top = 24
end
end