source: cprs/trunk/CPRS-Chart/Orders/fODChangeUnreleasedRenew.dfm@ 829

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

Upgrade to version 27

File size: 3.9 KB
Line 
1inherited frmODChangeUnreleasedRenew: TfrmODChangeUnreleasedRenew
2 Left = 240
3 Top = 163
4 Caption = 'Change Unreleased Renewed Order'
5 ClientHeight = 171
6 ClientWidth = 529
7 OldCreateOrder = False
8 OnCreate = FormCreate
9 ExplicitWidth = 537
10 ExplicitHeight = 198
11 PixelsPerInch = 96
12 TextHeight = 13
13 object Panel2: TPanel [0]
14 Left = 0
15 Top = 57
16 Width = 529
17 Height = 82
18 Align = alClient
19 TabOrder = 0
20 ExplicitHeight = 81
21 object lblRefill: TLabel
22 Left = 9
23 Top = 15
24 Width = 28
25 Height = 13
26 Caption = 'Refills'
27 end
28 object lblPickUp: TLabel
29 Left = 216
30 Top = 15
31 Width = 36
32 Height = 13
33 Caption = 'Pick up'
34 end
35 object edtRefill: TCaptionEdit
36 Left = 8
37 Top = 34
38 Width = 121
39 Height = 21
40 TabOrder = 0
41 end
42 object cboPickup: TORComboBox
43 Left = 216
44 Top = 32
45 Width = 145
46 Height = 21
47 Style = orcsDropDown
48 AutoSelect = True
49 Color = clWindow
50 DropDownCount = 8
51 ItemHeight = 13
52 ItemTipColor = clWindow
53 ItemTipEnable = True
54 ListItemsOnly = False
55 LongList = False
56 LookupPiece = 0
57 MaxLength = 0
58 Pieces = '2'
59 Sorted = False
60 SynonymChars = '<>'
61 TabOrder = 1
62 CharsNeedMatch = 1
63 end
64 end
65 object Panel3: TPanel [1]
66 Left = 0
67 Top = 57
68 Width = 529
69 Height = 82
70 Align = alClient
71 TabOrder = 3
72 ExplicitHeight = 81
73 object Label1: TLabel
74 Left = 61
75 Top = 16
76 Width = 53
77 Height = 13
78 Caption = 'Begin Date'
79 end
80 object Label2: TLabel
81 Left = 274
82 Top = 17
83 Width = 45
84 Height = 13
85 Caption = 'End Date'
86 end
87 object txtStart: TORDateBox
88 Left = 61
89 Top = 39
90 Width = 121
91 Height = 21
92 TabOrder = 0
93 DateOnly = False
94 RequireTime = False
95 Caption = 'Begin Date'
96 end
97 object txtStop: TORDateBox
98 Left = 274
99 Top = 39
100 Width = 121
101 Height = 21
102 TabOrder = 1
103 DateOnly = False
104 RequireTime = False
105 Caption = 'End Date'
106 end
107 end
108 object memOrder: TCaptionMemo [2]
109 Left = 0
110 Top = 0
111 Width = 529
112 Height = 57
113 Align = alTop
114 BevelInner = bvLowered
115 BevelOuter = bvRaised
116 Color = clBtnFace
117 Lines.Strings = (
118 '')
119 ReadOnly = True
120 ScrollBars = ssVertical
121 TabOrder = 2
122 end
123 object Panel1: TPanel [3]
124 Left = 0
125 Top = 139
126 Width = 529
127 Height = 32
128 Align = alBottom
129 TabOrder = 1
130 ExplicitTop = 138
131 object btnOK: TButton
132 Left = 348
133 Top = 7
134 Width = 75
135 Height = 20
136 Caption = 'OK'
137 TabOrder = 0
138 OnClick = btnOKClick
139 end
140 object btnCancel: TButton
141 Left = 433
142 Top = 7
143 Width = 75
144 Height = 20
145 Caption = 'Cancel'
146 TabOrder = 1
147 OnClick = btnCancelClick
148 end
149 end
150 inherited amgrMain: TVA508AccessibilityManager
151 Data = (
152 (
153 'Component = Panel2'
154 'Status = stsDefault')
155 (
156 'Component = edtRefill'
157 'Status = stsDefault')
158 (
159 'Component = cboPickup'
160 'Status = stsDefault')
161 (
162 'Component = Panel3'
163 'Status = stsDefault')
164 (
165 'Component = txtStart'
166 'Status = stsDefault')
167 (
168 'Component = txtStop'
169 'Status = stsDefault')
170 (
171 'Component = memOrder'
172 'Status = stsDefault')
173 (
174 'Component = Panel1'
175 'Status = stsDefault')
176 (
177 'Component = btnOK'
178 'Status = stsDefault')
179 (
180 'Component = btnCancel'
181 'Status = stsDefault')
182 (
183 'Component = frmODChangeUnreleasedRenew'
184 'Status = stsDefault'))
185 end
186end
Note: See TracBrowser for help on using the repository browser.