Changeset 829 for cprs/trunk/CPRS-Chart/Orders/fODSaveQuick.dfm
- Timestamp:
- Jul 7, 2010, 4:31:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/Orders/fODSaveQuick.dfm
r456 r829 2 2 Left = 371 3 3 Top = 203 4 Width = 3045 Height = 2906 4 Caption = 'frmODQuick' 5 ClientHeight = 263 6 ClientWidth = 296 7 ExplicitWidth = 304 8 ExplicitHeight = 290 7 9 PixelsPerInch = 96 8 10 TextHeight = 13 9 object Label1: TLabel 11 object Label1: TLabel [0] 10 12 Left = 8 11 13 Top = 8 … … 14 16 Caption = 'Enter the name that should be used for this quick order.' 15 17 end 16 object Label2: TLabel 18 object Label2: TLabel [1] 17 19 Left = 8 18 20 Top = 61 … … 21 23 Caption = 'Meds, Inpatient Common List' 22 24 end 23 object SpeedButton1: TSpeedButton 25 object SpeedButton1: TSpeedButton [2] 24 26 Left = 263 25 27 Top = 108 … … 36 38 33333333333C3333333333333333333333333333333333333333} 37 39 end 38 object SpeedButton2: TSpeedButton 40 object SpeedButton2: TSpeedButton [3] 39 41 Left = 263 40 42 Top = 144 … … 51 53 333333333CCCCC33333333333333333333333333333333333333} 52 54 end 53 object Bevel1: TBevel 55 object Bevel1: TBevel [4] 54 56 Left = 8 55 57 Top = 224 … … 57 59 Height = 2 58 60 end 59 object Bevel2: TBevel 61 object Bevel2: TBevel [5] 60 62 Left = 8 61 63 Top = 51 … … 63 65 Height = 2 64 66 end 65 object Edit1: TCaptionEdit 67 object Edit1: TCaptionEdit [6] 66 68 Left = 8 67 69 Top = 22 … … 71 73 Caption = 'Enter the name that should be used for this quick order.' 72 74 end 73 object ORListBox1: TORListBox 75 object ORListBox1: TORListBox [7] 74 76 Left = 8 75 77 Top = 75 … … 83 85 LongList = False 84 86 end 85 object Button1: TButton 87 object Button1: TButton [8] 86 88 Left = 136 87 89 Top = 234 … … 91 93 TabOrder = 2 92 94 end 93 object Button2: TButton 95 object Button2: TButton [9] 94 96 Left = 216 95 97 Top = 234 … … 99 101 TabOrder = 3 100 102 end 101 object BitBtn1: TBitBtn 103 object BitBtn1: TBitBtn [10] 102 104 Left = 263 103 105 Top = 191 … … 107 109 Kind = bkAbort 108 110 end 111 inherited amgrMain: TVA508AccessibilityManager 112 Data = ( 113 ( 114 'Component = Edit1' 115 'Status = stsDefault') 116 ( 117 'Component = ORListBox1' 118 'Status = stsDefault') 119 ( 120 'Component = Button1' 121 'Status = stsDefault') 122 ( 123 'Component = Button2' 124 'Status = stsDefault') 125 ( 126 'Component = BitBtn1' 127 'Status = stsDefault') 128 ( 129 'Component = frmODQuick' 130 'Status = stsDefault')) 131 end 109 132 end
Note:
See TracChangeset
for help on using the changeset viewer.