source: cprs/trunk/CPRS-Chart/Orders/fOrdersRenew.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.1 KB
Line 
1inherited frmRenewOrders: TfrmRenewOrders
2 Left = 434
3 Top = 232
4 HorzScrollBar.Tracking = True
5 HorzScrollBar.Visible = True
6 VertScrollBar.Tracking = True
7 Caption = 'Renew Orders'
8 ClientHeight = 416
9 ClientWidth = 592
10 Position = poScreenCenter
11 Scaled = False
12 OnClose = FormClose
13 OnCreate = FormCreate
14 ExplicitWidth = 600
15 ExplicitHeight = 443
16 PixelsPerInch = 96
17 TextHeight = 13
18 object hdrOrders: THeaderControl [0]
19 Left = 0
20 Top = 0
21 Width = 592
22 Height = 17
23 Constraints.MinHeight = 17
24 Sections = <
25 item
26 AutoSize = True
27 ImageIndex = -1
28 Text = 'Order to be Renewed'
29 Width = 296
30 end
31 item
32 AutoSize = True
33 ImageIndex = -1
34 Text = 'Start/Stop Time'
35 Width = 296
36 end>
37 OnSectionResize = hdrOrdersSectionResize
38 end
39 object pnlBottom: TPanel [1]
40 Left = 0
41 Top = 393
42 Width = 592
43 Height = 23
44 Align = alBottom
45 Anchors = [akLeft, akTop, akRight, akBottom]
46 AutoSize = True
47 TabOrder = 2
48 DesignSize = (
49 592
50 23)
51 object cmdCancel: TButton
52 Left = 512
53 Top = 1
54 Width = 72
55 Height = 21
56 Anchors = [akTop, akRight]
57 Cancel = True
58 Caption = 'Cancel'
59 Constraints.MinHeight = 21
60 TabOrder = 0
61 OnClick = cmdCancelClick
62 end
63 object cmdOK: TButton
64 Left = 424
65 Top = 1
66 Width = 72
67 Height = 21
68 Anchors = [akTop, akRight]
69 Caption = 'OK'
70 Constraints.MinHeight = 21
71 Default = True
72 TabOrder = 1
73 OnClick = cmdOKClick
74 end
75 object cmdChange: TButton
76 Left = 8
77 Top = 1
78 Width = 145
79 Height = 21
80 Caption = 'Change...'
81 Constraints.MinHeight = 21
82 Enabled = False
83 TabOrder = 2
84 OnClick = cmdChangeClick
85 end
86 end
87 object lstOrders: TCaptionListBox [2]
88 Left = 0
89 Top = 17
90 Width = 592
91 Height = 376
92 Style = lbOwnerDrawVariable
93 Align = alClient
94 Anchors = []
95 Color = clCream
96 Ctl3D = True
97 ExtendedSelect = False
98 Font.Charset = DEFAULT_CHARSET
99 Font.Color = clWindowText
100 Font.Height = -11
101 Font.Name = 'MS Sans Serif'
102 Font.Style = []
103 ItemHeight = 24
104 ParentCtl3D = False
105 ParentFont = False
106 ParentShowHint = False
107 ShowHint = True
108 TabOrder = 1
109 OnClick = lstOrdersClick
110 OnDrawItem = lstOrdersDrawItem
111 OnMeasureItem = lstOrdersMeasureItem
112 HintOnItem = True
113 end
114 inherited amgrMain: TVA508AccessibilityManager
115 Data = (
116 (
117 'Component = hdrOrders'
118 'Status = stsDefault')
119 (
120 'Component = pnlBottom'
121 'Status = stsDefault')
122 (
123 'Component = cmdCancel'
124 'Status = stsDefault')
125 (
126 'Component = cmdOK'
127 'Status = stsDefault')
128 (
129 'Component = cmdChange'
130 'Status = stsDefault')
131 (
132 'Component = lstOrders'
133 'Status = stsDefault')
134 (
135 'Component = frmRenewOrders'
136 'Status = stsDefault'))
137 end
138end
Note: See TracBrowser for help on using the repository browser.