Last change
on this file since 1083 was 459, checked in by Kevin Toppenberg, 16 years ago |
Adding foia-cprs branch
|
File size:
3.0 KB
|
Rev | Line | |
---|
[459] | 1 | object 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 = 81
|
---|
| 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 | end
|
---|
| 66 | end
|
---|
| 67 | object Panel3: TPanel
|
---|
| 68 | Left = 0
|
---|
| 69 | Top = 57
|
---|
| 70 | Width = 529
|
---|
| 71 | Height = 81
|
---|
| 72 | Align = alClient
|
---|
| 73 | TabOrder = 3
|
---|
| 74 | object Label1: TLabel
|
---|
| 75 | Left = 61
|
---|
| 76 | Top = 16
|
---|
| 77 | Width = 53
|
---|
| 78 | Height = 13
|
---|
| 79 | Caption = 'Begin Date'
|
---|
| 80 | end
|
---|
| 81 | object Label2: TLabel
|
---|
| 82 | Left = 274
|
---|
| 83 | Top = 17
|
---|
| 84 | Width = 45
|
---|
| 85 | Height = 13
|
---|
| 86 | Caption = 'End Date'
|
---|
| 87 | end
|
---|
| 88 | object txtStart: TORDateBox
|
---|
| 89 | Left = 61
|
---|
| 90 | Top = 39
|
---|
| 91 | Width = 121
|
---|
| 92 | Height = 21
|
---|
| 93 | TabOrder = 0
|
---|
| 94 | DateOnly = False
|
---|
| 95 | RequireTime = False
|
---|
| 96 | Caption = 'Begin Date'
|
---|
| 97 | end
|
---|
| 98 | object txtStop: TORDateBox
|
---|
| 99 | Left = 274
|
---|
| 100 | Top = 39
|
---|
| 101 | Width = 121
|
---|
| 102 | Height = 21
|
---|
| 103 | TabOrder = 1
|
---|
| 104 | DateOnly = False
|
---|
| 105 | RequireTime = False
|
---|
| 106 | Caption = 'End Date'
|
---|
| 107 | end
|
---|
| 108 | end
|
---|
| 109 | object memOrder: TCaptionMemo
|
---|
| 110 | Left = 0
|
---|
| 111 | Top = 0
|
---|
| 112 | Width = 529
|
---|
| 113 | Height = 57
|
---|
| 114 | Align = alTop
|
---|
| 115 | BevelInner = bvLowered
|
---|
| 116 | BevelOuter = bvRaised
|
---|
| 117 | Color = clBtnFace
|
---|
| 118 | Lines.Strings = (
|
---|
| 119 | '')
|
---|
| 120 | ReadOnly = True
|
---|
| 121 | ScrollBars = ssVertical
|
---|
| 122 | TabOrder = 2
|
---|
| 123 | end
|
---|
| 124 | object Panel1: TPanel
|
---|
| 125 | Left = 0
|
---|
| 126 | Top = 138
|
---|
| 127 | Width = 529
|
---|
| 128 | Height = 32
|
---|
| 129 | Align = alBottom
|
---|
| 130 | TabOrder = 1
|
---|
| 131 | object btnOK: TButton
|
---|
| 132 | Left = 348
|
---|
| 133 | Top = 7
|
---|
| 134 | Width = 75
|
---|
| 135 | Height = 20
|
---|
| 136 | Caption = 'OK'
|
---|
| 137 | TabOrder = 0
|
---|
| 138 | OnClick = btnOKClick
|
---|
| 139 | end
|
---|
| 140 | object btnCancel: TButton
|
---|
| 141 | Left = 433
|
---|
| 142 | Top = 7
|
---|
| 143 | Width = 75
|
---|
| 144 | Height = 20
|
---|
| 145 | Caption = 'Cancel'
|
---|
| 146 | TabOrder = 1
|
---|
| 147 | OnClick = btnCancelClick
|
---|
| 148 | end
|
---|
| 149 | end
|
---|
| 150 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.