-
Notifications
You must be signed in to change notification settings - Fork 0
/
URParams.dfm
executable file
·102 lines (102 loc) · 1.95 KB
/
URParams.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
object FRParams: TFRParams
Left = 333
Top = 208
BorderStyle = bsDialog
Caption = 'Ïàðàìåòðû ïåðåíàñòðîéêè'
ClientHeight = 322
ClientWidth = 424
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 30
Top = 34
Width = 120
Height = 16
Caption = 'Ëèíèÿ îáðàáîòêè'
end
object Label2: TLabel
Left = 30
Top = 80
Width = 111
Height = 61
Caption = 'Âðåìÿ çàïóñêà ïåðåíàñòðîéêè (â ñìåíàõ)'
WordWrap = True
end
object Label3: TLabel
Left = 30
Top = 164
Width = 118
Height = 16
Caption = 'Íà÷àëüíîå ñûðüå'
end
object Label4: TLabel
Left = 30
Top = 214
Width = 108
Height = 16
Caption = 'Êîíå÷íîå ñûðüå'
end
object Button1: TButton
Left = 107
Top = 280
Width = 102
Height = 31
Caption = 'Ãîòîâî'
TabOrder = 0
OnClick = Button1Click
end
object LineBox: TComboBox
Left = 220
Top = 30
Width = 171
Height = 24
Style = csDropDownList
ItemHeight = 16
TabOrder = 1
end
object Panel1: TPanel
Left = 220
Top = 80
Width = 171
Height = 61
BevelOuter = bvNone
BorderStyle = bsSingle
TabOrder = 2
end
object FromBox: TComboBox
Left = 220
Top = 160
Width = 171
Height = 24
Style = csDropDownList
ItemHeight = 16
TabOrder = 3
end
object ToBox: TComboBox
Left = 220
Top = 210
Width = 171
Height = 24
Style = csDropDownList
ItemHeight = 16
TabOrder = 4
end
object Button2: TButton
Left = 216
Top = 280
Width = 101
Height = 31
Caption = 'Îòìåíà'
ModalResult = 2
TabOrder = 5
end
end