-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathhb_addweight.lfm
More file actions
51 lines (51 loc) · 1010 Bytes
/
hb_addweight.lfm
File metadata and controls
51 lines (51 loc) · 1010 Bytes
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
object Form4: TForm4
Left = 2285
Height = 174
Top = 702
Width = 213
HorzScrollBar.Page = 191
HorzScrollBar.Range = 170
VertScrollBar.Page = 161
VertScrollBar.Range = 145
BorderStyle = bsToolWindow
Caption = 'Set Mass of Substance Used'
ClientHeight = 174
ClientWidth = 213
FormStyle = fsStayOnTop
LCLVersion = '2.0.13.0'
object Label1: TLabel
Left = 40
Height = 15
Top = 64
Width = 145
Caption = 'Mass of Substance Used (g)'
ParentColor = False
end
object Label2: TLabel
Left = 40
Height = 32
Top = 24
Width = 144
AutoSize = False
Caption = '------'
ParentColor = False
WordWrap = True
end
object Edit1: TEdit
Left = 48
Height = 23
Top = 96
Width = 120
TabOrder = 0
Text = '0'
end
object Button1: TButton
Left = 64
Height = 25
Top = 136
Width = 75
Caption = 'Ok'
OnClick = Button1Click
TabOrder = 1
end
end