Changeset 829 for cprs/trunk/CPRS-Chart/Orders/fOrdersHold.dfm
- Timestamp:
- Jul 7, 2010, 4:31:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/Orders/fOrdersHold.dfm
r456 r829 2 2 Left = 386 3 3 Top = 413 4 Height = 2705 4 Caption = 'Hold Orders' 5 ClientHeight = 243 6 6 Position = poScreenCenter 7 7 OnCreate = FormCreate 8 ExplicitWidth = 320 9 ExplicitHeight = 270 8 10 PixelsPerInch = 96 9 11 TextHeight = 13 10 object Label1: TLabel 12 object Label1: TLabel [0] 11 13 Left = 8 12 14 Top = 8 … … 15 17 Caption = 'The following orders will be placed on hold -' 16 18 end 17 object lstOrders: TCaptionListBox 19 object lstOrders: TCaptionListBox [1] 18 20 Left = 8 19 21 Top = 22 … … 24 26 Caption = 'The following orders will be placed on hold -' 25 27 end 26 object cmdOK: TButton 28 object cmdOK: TButton [2] 27 29 Left = 267 28 30 Top = 214 … … 34 36 OnClick = cmdOKClick 35 37 end 36 object cmdCancel: TButton 38 object cmdCancel: TButton [3] 37 39 Left = 347 38 40 Top = 214 … … 44 46 OnClick = cmdCancelClick 45 47 end 48 inherited amgrMain: TVA508AccessibilityManager 49 Data = ( 50 ( 51 'Component = lstOrders' 52 'Status = stsDefault') 53 ( 54 'Component = cmdOK' 55 'Status = stsDefault') 56 ( 57 'Component = cmdCancel' 58 'Status = stsDefault') 59 ( 60 'Component = frmHoldOrders' 61 'Status = stsDefault')) 62 end 46 63 end
Note:
See TracChangeset
for help on using the changeset viewer.