source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fODChangeUnreleasedRenew.~dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

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