-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.lfm
141 lines (141 loc) · 2.39 KB
/
unit1.lfm
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
object Form1: TForm1
Left = 988
Height = 240
Top = 143
Width = 343
Caption = 'Ream'
ClientHeight = 240
ClientWidth = 343
LCLVersion = '1.4.4.0'
object Edit1: TEdit
Left = 72
Height = 23
Top = 64
Width = 40
TabOrder = 0
Text = '39.7'
end
object LabelZ: TLabel
Left = 16
Height = 15
Top = 64
Width = 47
Caption = 'Замеры:'
ParentColor = False
end
object Edit2: TEdit
Left = 120
Height = 23
Top = 64
Width = 40
TabOrder = 1
Text = '40.1'
end
object Edit3: TEdit
Left = 168
Height = 23
Top = 64
Width = 40
TabOrder = 2
Text = '40.1'
end
object Edit4: TEdit
Left = 216
Height = 23
Top = 64
Width = 40
TabOrder = 3
Text = '40.2'
end
object Edit5: TEdit
Left = 264
Height = 23
Top = 64
Width = 40
TabOrder = 4
Text = '40.5'
end
object Edit6: TEdit
Left = 168
Height = 23
Top = 160
Width = 40
TabOrder = 5
Text = '0.1'
end
object LabelD: TLabel
Left = 8
Height = 15
Top = 160
Width = 143
Caption = 'Приборная погрешность:'
ParentColor = False
end
object Button1: TButton
Left = 216
Height = 25
Top = 160
Width = 40
Caption = 'Do!'
OnClick = Button1Click
TabOrder = 6
end
object Label1: TLabel
Left = 16
Height = 15
Top = 192
Width = 63
Caption = '-результат-'
ParentColor = False
end
object EditN: TEdit
Left = 168
Height = 23
Top = 99
Width = 40
TabOrder = 7
Text = '500'
end
object Labelmm: TLabel
Left = 311
Height = 15
Top = 72
Width = 18
Caption = 'мм'
ParentColor = False
end
object RBtn_N: TRadioButton
Left = 50
Height = 19
Top = 104
Width = 59
Caption = 'Листов'
TabOrder = 8
end
object RBtn_T: TRadioButton
Left = 50
Height = 19
Top = 128
Width = 102
Caption = 'Толщина, мкм'
Checked = True
TabOrder = 9
TabStop = True
end
object EditT: TEdit
Left = 168
Height = 23
Top = 128
Width = 40
TabOrder = 10
Text = '105.0'
end
object LabelWat: TLabel
Left = 16
Height = 15
Top = 8
Width = 302
Caption = 'Вычисляет кол-во листов в стопке или толщину листа'
ParentColor = False
end
end