Changeset 829 for cprs/trunk/CPRS-Chart/Encounter/fPCEEdit.dfm
- Timestamp:
- Jul 7, 2010, 4:31:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/Encounter/fPCEEdit.dfm
r456 r829 1 objectfrmPCEEdit: TfrmPCEEdit1 inherited frmPCEEdit: TfrmPCEEdit 2 2 Left = 214 3 3 Top = 107 … … 6 6 ClientHeight = 128 7 7 ClientWidth = 543 8 Color = clBtnFace9 Font.Charset = DEFAULT_CHARSET10 Font.Color = clWindowText11 Font.Height = -1112 Font.Name = 'MS Sans Serif'13 Font.Style = []14 OldCreateOrder = False15 8 Position = poScreenCenter 16 9 OnCreate = FormCreate … … 20 13 PixelsPerInch = 96 21 14 TextHeight = 13 22 object Label1: TStaticText 15 object Label1: TStaticText [0] 23 16 Left = 0 24 17 Top = 0 … … 35 28 ParentFont = False 36 29 TabOrder = 5 30 ExplicitWidth = 201 37 31 end 38 object lblNew: TMemo 32 object lblNew: TMemo [1] 39 33 Left = 136 40 34 Top = 32 … … 48 42 TabOrder = 3 49 43 end 50 object lblNote: TMemo 44 object lblNote: TMemo [2] 51 45 Left = 136 52 46 Top = 73 … … 60 54 TabOrder = 4 61 55 end 62 object btnNew: TButton 56 object btnNew: TButton [3] 63 57 Left = 8 64 58 Top = 28 … … 69 63 TabOrder = 0 70 64 end 71 object btnNote: TButton 65 object btnNote: TButton [4] 72 66 Left = 8 73 67 Top = 69 … … 78 72 TabOrder = 1 79 73 end 80 object btnCancel: TButton 74 object btnCancel: TButton [5] 81 75 Left = 465 82 76 Top = 104 … … 89 83 TabOrder = 2 90 84 end 85 inherited amgrMain: TVA508AccessibilityManager 86 Data = ( 87 ( 88 'Component = Label1' 89 'Status = stsDefault') 90 ( 91 'Component = lblNew' 92 'Status = stsDefault') 93 ( 94 'Component = lblNote' 95 'Status = stsDefault') 96 ( 97 'Component = btnNew' 98 'Status = stsDefault') 99 ( 100 'Component = btnNote' 101 'Status = stsDefault') 102 ( 103 'Component = btnCancel' 104 'Status = stsDefault') 105 ( 106 'Component = frmPCEEdit' 107 'Status = stsDefault')) 108 end 91 109 end
Note:
See TracChangeset
for help on using the changeset viewer.