-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedicine_u.dfm
69 lines (69 loc) · 1.41 KB
/
medicine_u.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
object frmMedicine: TfrmMedicine
Left = 682
Top = 229
Width = 426
Height = 480
Caption = 'Medicine'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object btnDiabetic: TButton
Left = 144
Top = 136
Width = 113
Height = 41
Caption = 'Diabetic'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = btnDiabeticClick
end
object btnRenal: TButton
Left = 144
Top = 232
Width = 113
Height = 41
Caption = 'Renal'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object btnGeneral: TButton
Left = 144
Top = 40
Width = 113
Height = 41
Caption = 'General'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object bmbBack: TBitBtn
Left = 152
Top = 336
Width = 89
Height = 41
Caption = 'Back'
TabOrder = 3
OnClick = bmbBackClick
Kind = bkAbort
end
end