-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdbpatient_u.~dfm
81 lines (81 loc) · 1.56 KB
/
dbpatient_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
70
71
72
73
74
75
76
77
78
79
80
81
object frmPatientDB: TfrmPatientDB
Left = 224
Top = 755
Width = 928
Height = 480
Caption = 'Patient Database'
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 ledFilterValue: TLabeledEdit
Left = 224
Top = 280
Width = 145
Height = 21
EditLabel.Width = 27
EditLabel.Height = 13
EditLabel.Caption = 'Value'
TabOrder = 0
end
object btnFilter: TButton
Left = 152
Top = 328
Width = 105
Height = 33
Caption = 'Filter'
TabOrder = 1
end
object bmBack: TBitBtn
Left = 776
Top = 384
Width = 105
Height = 33
Caption = 'Back'
TabOrder = 2
Kind = bkAbort
end
object btnNewPatient: TButton
Left = 624
Top = 384
Width = 105
Height = 33
Caption = 'New Patient'
TabOrder = 3
OnClick = btnNewPatientClick
end
object Button1: TButton
Left = 392
Top = 280
Width = 89
Height = 25
Caption = 'Add Requirement'
TabOrder = 4
end
object ComboBox1: TComboBox
Left = 48
Top = 280
Width = 153
Height = 21
ItemHeight = 13
TabOrder = 5
end
object dbgPatientDB: TDBGrid
Left = 32
Top = 24
Width = 817
Height = 217
DataSource = dmHospital.dsrHospitalDB
TabOrder = 6
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end