-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.~dfm
144 lines (144 loc) · 2.83 KB
/
Unit1.~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
object Form1: TForm1
Left = 477
Top = 212
Width = 583
Height = 549
Caption = #1058#1072#1073#1091#1083#1080#1088#1086#1074#1072#1085#1080#1077' '#1090#1088#1105#1093' '#1092#1091#1085#1082#1094#1080#1081
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 8
Width = 122
Height = 16
Caption = #1042#1074#1077#1076#1080#1090#1077' '#1079#1085#1072#1095#1077#1085#1080#1103
end
object Label2: TLabel
Left = 8
Top = 48
Width = 9
Height = 16
Caption = #1042
end
object Label3: TLabel
Left = 8
Top = 96
Width = 9
Height = 16
Caption = #1057
end
object Edit1: TEdit
Left = 24
Top = 48
Width = 97
Height = 24
ReadOnly = True
TabOrder = 0
Text = '2'
end
object UpDown1: TUpDown
Left = 121
Top = 48
Width = 19
Height = 24
Associate = Edit1
Min = -20
Max = 20
Position = 2
TabOrder = 1
end
object RadioGroup1: TRadioGroup
Left = 160
Top = 16
Width = 185
Height = 153
Caption = 'D '#1085#1072#1095#1072#1083#1100#1085#1086#1077
ItemIndex = 0
Items.Strings = (
'Monday'
'Tuesday'
'Weednesday'
'Thursday'
'Friday'
'Saturday'
'Sunday')
TabOrder = 2
OnClick = RadioGroup1Click
end
object CheckBox1: TCheckBox
Left = 8
Top = 136
Width = 129
Height = 25
Caption = #1040', '#1087#1086#1089#1090#1072#1074#1100#1090#1077' v'
Checked = True
State = cbChecked
TabOrder = 3
end
object StringGrid1: TStringGrid
Left = 8
Top = 176
Width = 497
Height = 217
ColCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
TabOrder = 4
ColWidths = (
64
107
92
82)
end
object Edit2: TEdit
Left = 24
Top = 96
Width = 97
Height = 24
TabOrder = 5
Text = '3,0'
OnExit = Edit2Exit
end
object RadioGroup2: TRadioGroup
Left = 368
Top = 16
Width = 177
Height = 153
Caption = 'D '#1082#1086#1085#1077#1095#1085#1086#1077
ItemIndex = 3
Items.Strings = (
'Monday'
'Tuesday'
'Weednesday'
'Thursday'
'Friday'
'Saturday'
'Sunday')
TabOrder = 6
OnClick = RadioGroup2Click
end
object Button1: TButton
Left = 8
Top = 408
Width = 217
Height = 65
Caption = #1056#1077#1096#1080#1090#1100
TabOrder = 7
OnClick = Button1Click
end
object Button2: TButton
Left = 312
Top = 408
Width = 233
Height = 65
Caption = #1047#1072#1082#1088#1099#1090#1100
TabOrder = 8
OnClick = Button2Click
end
end