-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit2.~dfm
74 lines (74 loc) · 2.21 KB
/
Unit2.~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
object Form2: TForm2
Left = 487
Top = 306
BorderStyle = bsDialog
Caption = #1042#1099#1074#1077#1089#1090#1080' '#1075#1088#1072#1092#1080#1082
ClientHeight = 316
ClientWidth = 220
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button2: TButton
Left = 8
Top = 272
Width = 201
Height = 33
Caption = #1042#1099#1074#1077#1089#1090#1080' '#1075#1088#1072#1092#1080#1082' '#1072#1073#1089#1086#1083#1102#1090#1085#1099#1093' '#1074#1099#1089#1086#1090' ('#1074#1099#1089#1086#1090#1085#1099#1081' '#1087#1088#1086#1092#1080#1083#1100')'
TabOrder = 0
WordWrap = True
OnClick = Button2Click
end
object Button3: TButton
Left = 8
Top = 232
Width = 201
Height = 33
Caption = #1042#1099#1074#1077#1089#1090#1080' '#1075#1088#1072#1092#1080#1082' '#1091#1082#1083#1086#1085#1077#1085#1080#1081
TabOrder = 1
WordWrap = True
OnClick = Button3Click
end
object Button1: TButton
Left = 8
Top = 192
Width = 201
Height = 33
Caption = #1042#1099#1074#1077#1089#1090#1080' '#1075#1088#1072#1092#1080#1082' '#1074#1099#1089#1086#1090' '#1085#1072#1076' '#1079#1077#1084#1085#1086#1081' '#1087#1086#1074#1077#1088#1093#1085#1086#1089#1090#1100#1102
TabOrder = 2
WordWrap = True
OnClick = Button1Click
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 201
Height = 89
Caption = #1044#1072#1085#1085#1099#1077' '#1076#1083#1103' '#1075#1088#1072#1092#1080#1082#1072
ItemIndex = 0
Items.Strings = (
#1042#1099#1073#1088#1072#1085#1085#1099#1081' '#1084#1072#1088#1096#1088#1091#1090
#1042#1077#1089#1100' '#1087#1086#1083#1077#1090)
TabOrder = 3
end
object RG2: TRadioGroup
Left = 8
Top = 104
Width = 201
Height = 81
Caption = #1054#1089#1100' '#1072#1073#1089#1094#1080#1089#1089
ItemIndex = 0
Items.Strings = (
#1055#1088#1086#1083#1086#1078#1077#1085#1080#1077
#1042#1088#1077#1084#1103)
TabOrder = 4
OnClick = RG2Click
end
end