Last change
on this file since 611 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
3.1 KB
|
Line | |
---|
1 | object frmRefillOrders: TfrmRefillOrders
|
---|
2 | Left = 181
|
---|
3 | Top = 267
|
---|
4 | Width = 435
|
---|
5 | Height = 311
|
---|
6 | Caption = 'Refill Orders'
|
---|
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 = True
|
---|
14 | OnClose = FormClose
|
---|
15 | OnCreate = FormCreate
|
---|
16 | OnShow = FormShow
|
---|
17 | PixelsPerInch = 96
|
---|
18 | TextHeight = 13
|
---|
19 | object pnlBottom: TPanel
|
---|
20 | Left = 0
|
---|
21 | Top = 193
|
---|
22 | Width = 427
|
---|
23 | Height = 84
|
---|
24 | Align = alBottom
|
---|
25 | BevelOuter = bvNone
|
---|
26 | TabOrder = 0
|
---|
27 | object cmdOK: TButton
|
---|
28 | Left = 234
|
---|
29 | Top = 40
|
---|
30 | Width = 72
|
---|
31 | Height = 21
|
---|
32 | Caption = 'OK'
|
---|
33 | Default = True
|
---|
34 | TabOrder = 0
|
---|
35 | OnClick = cmdOKClick
|
---|
36 | end
|
---|
37 | object cmdCancel: TButton
|
---|
38 | Left = 314
|
---|
39 | Top = 40
|
---|
40 | Width = 72
|
---|
41 | Height = 21
|
---|
42 | Cancel = True
|
---|
43 | Caption = 'Cancel'
|
---|
44 | TabOrder = 1
|
---|
45 | OnClick = cmdCancelClick
|
---|
46 | end
|
---|
47 | object grbPickUp: TGroupBox
|
---|
48 | Left = 42
|
---|
49 | Top = 5
|
---|
50 | Width = 136
|
---|
51 | Height = 75
|
---|
52 | Caption = ' Pick Up '
|
---|
53 | TabOrder = 2
|
---|
54 | object radWindow: TRadioButton
|
---|
55 | Left = 12
|
---|
56 | Top = 17
|
---|
57 | Width = 113
|
---|
58 | Height = 17
|
---|
59 | Caption = 'at &Window'
|
---|
60 | Checked = True
|
---|
61 | TabOrder = 0
|
---|
62 | TabStop = True
|
---|
63 | end
|
---|
64 | object radMail: TRadioButton
|
---|
65 | Left = 12
|
---|
66 | Top = 36
|
---|
67 | Width = 113
|
---|
68 | Height = 17
|
---|
69 | Caption = 'by &Mail'
|
---|
70 | TabOrder = 1
|
---|
71 | end
|
---|
72 | object radClinic: TRadioButton
|
---|
73 | Left = 12
|
---|
74 | Top = 55
|
---|
75 | Width = 113
|
---|
76 | Height = 17
|
---|
77 | Caption = 'in &Clinic'
|
---|
78 | TabOrder = 2
|
---|
79 | end
|
---|
80 | end
|
---|
81 | end
|
---|
82 | object pnlClient: TPanel
|
---|
83 | Left = 0
|
---|
84 | Top = 0
|
---|
85 | Width = 427
|
---|
86 | Height = 193
|
---|
87 | Align = alClient
|
---|
88 | BevelOuter = bvNone
|
---|
89 | TabOrder = 1
|
---|
90 | object lblOrders: TLabel
|
---|
91 | Left = 0
|
---|
92 | Top = 0
|
---|
93 | Width = 427
|
---|
94 | Height = 13
|
---|
95 | Align = alTop
|
---|
96 | Caption = 'Request refills for the following orders -'
|
---|
97 | end
|
---|
98 | object lstOrders: TCaptionListBox
|
---|
99 | Left = 0
|
---|
100 | Top = 13
|
---|
101 | Width = 427
|
---|
102 | Height = 180
|
---|
103 | Align = alClient
|
---|
104 | ItemHeight = 13
|
---|
105 | TabOrder = 0
|
---|
106 | Caption = 'Request refills for the following orders '
|
---|
107 | end
|
---|
108 | end
|
---|
109 | object DKLanguageController1: TDKLanguageController
|
---|
110 | Left = 200
|
---|
111 | Top = 144
|
---|
112 | LangData = {
|
---|
113 | 0F0066726D526566696C6C4F7264657273010100000001000000070043617074
|
---|
114 | 696F6E010A0000000900706E6C426F74746F6D00000500636D644F4B01010000
|
---|
115 | 0002000000070043617074696F6E000900636D6443616E63656C010100000003
|
---|
116 | 000000070043617074696F6E0009006772625069636B55700101000000040000
|
---|
117 | 00070043617074696F6E00090072616457696E646F7701010000000500000007
|
---|
118 | 0043617074696F6E0007007261644D61696C0101000000060000000700436170
|
---|
119 | 74696F6E000900726164436C696E696301010000000700000007004361707469
|
---|
120 | 6F6E000900706E6C436C69656E74000009006C626C4F72646572730101000000
|
---|
121 | 08000000070043617074696F6E0009006C73744F726465727301010000000900
|
---|
122 | 0000070043617074696F6E00}
|
---|
123 | end
|
---|
124 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.