Last change
on this file since 1044 was 459, checked in by Kevin Toppenberg, 16 years ago |
Adding foia-cprs branch
|
File size:
1.4 KB
|
Line | |
---|
1 | object frmVitalsDate: TfrmVitalsDate
|
---|
2 | Left = 193
|
---|
3 | Top = 381
|
---|
4 | Width = 363
|
---|
5 | Height = 87
|
---|
6 | Caption = 'Vitals Date & Time'
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -11
|
---|
11 | Font.Name = 'MS Sans Serif'
|
---|
12 | Font.Style = []
|
---|
13 | OldCreateOrder = False
|
---|
14 | Position = poScreenCenter
|
---|
15 | OnCreate = FormCreate
|
---|
16 | PixelsPerInch = 96
|
---|
17 | TextHeight = 13
|
---|
18 | object Label1: TLabel
|
---|
19 | Left = 8
|
---|
20 | Top = 12
|
---|
21 | Width = 151
|
---|
22 | Height = 13
|
---|
23 | Caption = 'Enter Vital Entry Date and Time:'
|
---|
24 | end
|
---|
25 | object dteVitals: TORDateBox
|
---|
26 | Tag = 11
|
---|
27 | Left = 167
|
---|
28 | Top = 8
|
---|
29 | Width = 133
|
---|
30 | Height = 21
|
---|
31 | TabOrder = 0
|
---|
32 | DateOnly = False
|
---|
33 | RequireTime = True
|
---|
34 | Caption = 'Enter Vital Entry Date and Time:'
|
---|
35 | end
|
---|
36 | object btnOK: TButton
|
---|
37 | Left = 195
|
---|
38 | Top = 36
|
---|
39 | Width = 75
|
---|
40 | Height = 21
|
---|
41 | Anchors = [akRight, akBottom]
|
---|
42 | Caption = '&OK'
|
---|
43 | Default = True
|
---|
44 | ModalResult = 1
|
---|
45 | TabOrder = 2
|
---|
46 | end
|
---|
47 | object btnCancel: TButton
|
---|
48 | Left = 275
|
---|
49 | Top = 36
|
---|
50 | Width = 75
|
---|
51 | Height = 21
|
---|
52 | Anchors = [akRight, akBottom]
|
---|
53 | Cancel = True
|
---|
54 | Caption = '&Cancel'
|
---|
55 | ModalResult = 2
|
---|
56 | TabOrder = 3
|
---|
57 | end
|
---|
58 | object btnNow: TButton
|
---|
59 | Left = 307
|
---|
60 | Top = 8
|
---|
61 | Width = 43
|
---|
62 | Height = 21
|
---|
63 | Anchors = [akTop, akRight]
|
---|
64 | Caption = 'NOW'
|
---|
65 | TabOrder = 1
|
---|
66 | OnClick = btnNowClick
|
---|
67 | end
|
---|
68 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.