source: cprs/trunk/CPRS-Chart/fLabCollTimes.dfm

Last change on this file was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 2.5 KB
Line 
1inherited frmLabCollectTimes: TfrmLabCollectTimes
2 Left = 332
3 Top = 310
4 BorderIcons = []
5 Caption = 'Future Lab Collect Times'
6 ClientHeight = 170
7 ClientWidth = 439
8 Position = poScreenCenter
9 OnCreate = FormCreate
10 ExplicitWidth = 447
11 ExplicitHeight = 197
12 PixelsPerInch = 96
13 TextHeight = 13
14 object lblFutureTimes: TMemo [0]
15 Left = 211
16 Top = 113
17 Width = 129
18 Height = 46
19 TabStop = False
20 BorderStyle = bsNone
21 Color = clBtnFace
22 Lines.Strings = (
23 'Select a date and a routine '
24 'lab collect time for that '
25 'date.')
26 ReadOnly = True
27 TabOrder = 5
28 end
29 object calLabCollect: TORDateBox [1]
30 Left = 241
31 Top = 22
32 Width = 158
33 Height = 21
34 TabOrder = 0
35 Visible = False
36 OnChange = calLabCollectChange
37 DateOnly = True
38 RequireTime = False
39 end
40 object lstLabCollTimes: TORListBox [2]
41 Left = 210
42 Top = 6
43 Width = 218
44 Height = 98
45 ItemHeight = 13
46 ParentShowHint = False
47 ShowHint = True
48 TabOrder = 1
49 ItemTipColor = clWindow
50 LongList = False
51 Pieces = '2'
52 end
53 object cmdOK: TButton [3]
54 Left = 353
55 Top = 112
56 Width = 75
57 Height = 21
58 Caption = 'OK'
59 TabOrder = 2
60 OnClick = cmdOKClick
61 end
62 object cmdCancel: TButton [4]
63 Left = 353
64 Top = 139
65 Width = 75
66 Height = 21
67 Cancel = True
68 Caption = 'Cancel'
69 TabOrder = 3
70 OnClick = cmdCancelClick
71 end
72 object calMonth: TMonthCalendar [5]
73 Left = 8
74 Top = 5
75 Width = 190
76 Height = 153
77 CalColors.TitleBackColor = clBtnFace
78 CalColors.TitleTextColor = clBtnText
79 CalColors.MonthBackColor = clWindow
80 CalColors.TrailingTextColor = clGrayText
81 Date = 36507.853976585640000000
82 ShowTodayCircle = False
83 TabOrder = 4
84 TabStop = True
85 OnClick = calMonthClick
86 OnKeyDown = calMonthKeyDown
87 end
88 inherited amgrMain: TVA508AccessibilityManager
89 Data = (
90 (
91 'Component = lblFutureTimes'
92 'Status = stsDefault')
93 (
94 'Component = calLabCollect'
95 'Status = stsDefault')
96 (
97 'Component = lstLabCollTimes'
98 'Status = stsDefault')
99 (
100 'Component = cmdOK'
101 'Status = stsDefault')
102 (
103 'Component = cmdCancel'
104 'Status = stsDefault')
105 (
106 'Component = calMonth'
107 'Status = stsDefault')
108 (
109 'Component = frmLabCollectTimes'
110 'Status = stsDefault'))
111 end
112end
Note: See TracBrowser for help on using the repository browser.