Changeset 829 for cprs/trunk/CPRS-Chart/Orders/fOMSet.dfm
- Timestamp:
- Jul 7, 2010, 4:31:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/Orders/fOMSet.dfm
r456 r829 1 objectfrmOMSet: TfrmOMSet1 inherited frmOMSet: TfrmOMSet 2 2 Left = 209 3 3 Top = 191 4 Width = 1135 Height = 2296 4 BorderIcons = [] 7 5 Caption = 'Selected Orders' 8 Color = clBtnFace 9 Font.Charset = DEFAULT_CHARSET 10 Font.Color = clWindowText 11 Font.Height = -11 12 Font.Name = 'MS Sans Serif' 13 Font.Style = [] 6 ClientHeight = 202 7 ClientWidth = 105 14 8 FormStyle = fsStayOnTop 15 OldCreateOrder = False16 9 OnClose = FormClose 17 10 OnCloseQuery = FormCloseQuery 18 11 OnCreate = FormCreate 19 12 OnDestroy = FormDestroy 13 ExplicitWidth = 113 14 ExplicitHeight = 229 20 15 DesignSize = ( 21 16 105 … … 23 18 PixelsPerInch = 96 24 19 TextHeight = 13 25 object lstSet: TCheckListBox 20 object lstSet: TCheckListBox [0] 26 21 Left = 0 27 22 Top = 0 … … 34 29 TabOrder = 0 35 30 end 36 object cmdInterupt: TButton 31 object cmdInterupt: TButton [1] 37 32 Left = 4 38 33 Top = 172 … … 44 39 OnClick = cmdInteruptClick 45 40 end 41 inherited amgrMain: TVA508AccessibilityManager 42 Data = ( 43 ( 44 'Component = lstSet' 45 'Status = stsDefault') 46 ( 47 'Component = cmdInterupt' 48 'Status = stsDefault') 49 ( 50 'Component = frmOMSet' 51 'Status = stsDefault')) 52 end 46 53 end
Note:
See TracChangeset
for help on using the changeset viewer.