| 1 | object frmOrdersEvntRelease: TfrmOrdersEvntRelease | 
|---|
| 2 | Left = 196 | 
|---|
| 3 | Top = 66 | 
|---|
| 4 | Width = 451 | 
|---|
| 5 | Height = 355 | 
|---|
| 6 | Caption = 'Auto DC/Release Event 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 = False | 
|---|
| 14 | OnClose = FormClose | 
|---|
| 15 | OnCreate = FormCreate | 
|---|
| 16 | OnDestroy = FormDestroy | 
|---|
| 17 | OnShow = FormShow | 
|---|
| 18 | PixelsPerInch = 96 | 
|---|
| 19 | TextHeight = 13 | 
|---|
| 20 | object pnlTop: TPanel | 
|---|
| 21 | Left = 0 | 
|---|
| 22 | Top = 0 | 
|---|
| 23 | Width = 443 | 
|---|
| 24 | Height = 85 | 
|---|
| 25 | Align = alTop | 
|---|
| 26 | TabOrder = 0 | 
|---|
| 27 | object lblPtInfo: TStaticText | 
|---|
| 28 | Left = 1 | 
|---|
| 29 | Top = 1 | 
|---|
| 30 | Width = 441 | 
|---|
| 31 | Height = 52 | 
|---|
| 32 | Align = alTop | 
|---|
| 33 | AutoSize = False | 
|---|
| 34 | TabOrder = 1 | 
|---|
| 35 | end | 
|---|
| 36 | object Panel1: TPanel | 
|---|
| 37 | Left = 1 | 
|---|
| 38 | Top = 53 | 
|---|
| 39 | Width = 441 | 
|---|
| 40 | Height = 31 | 
|---|
| 41 | Align = alClient | 
|---|
| 42 | TabOrder = 0 | 
|---|
| 43 | object Panel2: TPanel | 
|---|
| 44 | Left = 293 | 
|---|
| 45 | Top = 1 | 
|---|
| 46 | Width = 147 | 
|---|
| 47 | Height = 29 | 
|---|
| 48 | Align = alClient | 
|---|
| 49 | TabOrder = 0 | 
|---|
| 50 | DesignSize = ( | 
|---|
| 51 | 147 | 
|---|
| 52 | 29) | 
|---|
| 53 | object btnApply: TButton | 
|---|
| 54 | Left = 80 | 
|---|
| 55 | Top = 4 | 
|---|
| 56 | Width = 63 | 
|---|
| 57 | Height = 21 | 
|---|
| 58 | Anchors = [akRight, akBottom] | 
|---|
| 59 | Caption = 'Apply' | 
|---|
| 60 | TabOrder = 2 | 
|---|
| 61 | OnClick = btnApplyClick | 
|---|
| 62 | OnKeyDown = btnApplyKeyDown | 
|---|
| 63 | end | 
|---|
| 64 | object updown1: TUpDown | 
|---|
| 65 | Left = 61 | 
|---|
| 66 | Top = 4 | 
|---|
| 67 | Width = 16 | 
|---|
| 68 | Height = 21 | 
|---|
| 69 | Anchors = [akRight, akBottom] | 
|---|
| 70 | Associate = edtNumber | 
|---|
| 71 | Min = 1 | 
|---|
| 72 | Max = 10000 | 
|---|
| 73 | Position = 5 | 
|---|
| 74 | TabOrder = 1 | 
|---|
| 75 | Wrap = False | 
|---|
| 76 | OnClick = updown1Click | 
|---|
| 77 | end | 
|---|
| 78 | object edtNumber: TEdit | 
|---|
| 79 | Left = 5 | 
|---|
| 80 | Top = 4 | 
|---|
| 81 | Width = 56 | 
|---|
| 82 | Height = 21 | 
|---|
| 83 | Hint = 'Enter the number of events you would like to view' | 
|---|
| 84 | Anchors = [akLeft, akTop, akRight, akBottom] | 
|---|
| 85 | TabOrder = 0 | 
|---|
| 86 | Text = '5' | 
|---|
| 87 | OnChange = edtNumberChange | 
|---|
| 88 | OnClick = edtNumberClick | 
|---|
| 89 | OnKeyDown = edtNumberKeyDown | 
|---|
| 90 | end | 
|---|
| 91 | end | 
|---|
| 92 | object Panel3: TPanel | 
|---|
| 93 | Left = 1 | 
|---|
| 94 | Top = 1 | 
|---|
| 95 | Width = 292 | 
|---|
| 96 | Height = 29 | 
|---|
| 97 | Align = alLeft | 
|---|
| 98 | TabOrder = 1 | 
|---|
| 99 | object Label2: TLabel | 
|---|
| 100 | Left = 1 | 
|---|
| 101 | Top = 1 | 
|---|
| 102 | Width = 290 | 
|---|
| 103 | Height = 13 | 
|---|
| 104 | Align = alTop | 
|---|
| 105 | Caption = '  Enter the number of events you would like to view ' | 
|---|
| 106 | WordWrap = True | 
|---|
| 107 | end | 
|---|
| 108 | object Label3: TLabel | 
|---|
| 109 | Left = 1 | 
|---|
| 110 | Top = 14 | 
|---|
| 111 | Width = 290 | 
|---|
| 112 | Height = 13 | 
|---|
| 113 | Align = alTop | 
|---|
| 114 | Caption = '  (Input "ALL" to view all events):' | 
|---|
| 115 | end | 
|---|
| 116 | end | 
|---|
| 117 | end | 
|---|
| 118 | end | 
|---|
| 119 | object pnlBottom: TPanel | 
|---|
| 120 | Left = 0 | 
|---|
| 121 | Top = 85 | 
|---|
| 122 | Width = 443 | 
|---|
| 123 | Height = 243 | 
|---|
| 124 | Align = alClient | 
|---|
| 125 | TabOrder = 1 | 
|---|
| 126 | OnResize = pnlBottomResize | 
|---|
| 127 | DesignSize = ( | 
|---|
| 128 | 443 | 
|---|
| 129 | 243) | 
|---|
| 130 | object Label1: TLabel | 
|---|
| 131 | Left = 1 | 
|---|
| 132 | Top = 1 | 
|---|
| 133 | Width = 441 | 
|---|
| 134 | Height = 28 | 
|---|
| 135 | Align = alTop | 
|---|
| 136 | AutoSize = False | 
|---|
| 137 | Caption = '  View orders released or discontinued by' | 
|---|
| 138 | Layout = tlCenter | 
|---|
| 139 | end | 
|---|
| 140 | object btnOK: TButton | 
|---|
| 141 | Left = 269 | 
|---|
| 142 | Top = 214 | 
|---|
| 143 | Width = 75 | 
|---|
| 144 | Height = 20 | 
|---|
| 145 | Anchors = [akRight, akBottom] | 
|---|
| 146 | Caption = 'OK' | 
|---|
| 147 | TabOrder = 1 | 
|---|
| 148 | OnClick = btnOKClick | 
|---|
| 149 | end | 
|---|
| 150 | object btnCancel: TButton | 
|---|
| 151 | Left = 353 | 
|---|
| 152 | Top = 214 | 
|---|
| 153 | Width = 75 | 
|---|
| 154 | Height = 20 | 
|---|
| 155 | Anchors = [akRight, akBottom] | 
|---|
| 156 | Cancel = True | 
|---|
| 157 | Caption = 'Cancel' | 
|---|
| 158 | TabOrder = 2 | 
|---|
| 159 | OnClick = btnCancelClick | 
|---|
| 160 | end | 
|---|
| 161 | object grdEvtList: TCaptionStringGrid | 
|---|
| 162 | Left = 1 | 
|---|
| 163 | Top = 29 | 
|---|
| 164 | Width = 441 | 
|---|
| 165 | Height = 166 | 
|---|
| 166 | Align = alTop | 
|---|
| 167 | Anchors = [akLeft, akTop, akRight, akBottom] | 
|---|
| 168 | ColCount = 2 | 
|---|
| 169 | DefaultRowHeight = 22 | 
|---|
| 170 | FixedCols = 0 | 
|---|
| 171 | RowCount = 7 | 
|---|
| 172 | Options = [goFixedVertLine, goFixedHorzLine, goHorzLine, goRowSizing, goColSizing, goTabs, goRowSelect] | 
|---|
| 173 | ScrollBars = ssVertical | 
|---|
| 174 | TabOrder = 0 | 
|---|
| 175 | OnDblClick = grdEvtListDblClick | 
|---|
| 176 | OnDrawCell = grdEvtListDrawCell | 
|---|
| 177 | OnKeyPress = grdEvtListKeyPress | 
|---|
| 178 | OnMouseDown = grdEvtListMouseDown | 
|---|
| 179 | Caption = 'View orders released or discontinued by' | 
|---|
| 180 | JustToTab = True | 
|---|
| 181 | ColWidths = ( | 
|---|
| 182 | 310 | 
|---|
| 183 | 125) | 
|---|
| 184 | end | 
|---|
| 185 | end | 
|---|
| 186 | end | 
|---|