source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fOrdersRenew.dfm@ 460

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

Uploading from OR_30_258

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