Changeset 830 for cprs/trunk/CPRS-Chart/fDupPts.dfm
- Timestamp:
- Jul 7, 2010, 4:51:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/fDupPts.dfm
r456 r830 1 objectfrmDupPts: TfrmDupPts1 inherited frmDupPts: TfrmDupPts 2 2 Left = 160 3 3 Top = 190 4 Width = 4715 Height = 2146 4 HorzScrollBar.Visible = False 7 5 VertScrollBar.Visible = False 8 6 Caption = 'Similar Patients' 9 Color = clBtnFace 10 Font.Charset = DEFAULT_CHARSET 11 Font.Color = clWindowText 12 Font.Height = -11 13 Font.Name = 'MS Sans Serif' 14 Font.Style = [] 15 KeyPreview = True 16 OldCreateOrder = False 7 ClientHeight = 187 8 ClientWidth = 463 17 9 Position = poScreenCenter 18 10 OnCreate = FormCreate 19 OnKeyDown = FormKeyDown20 11 PixelsPerInch = 96 21 12 TextHeight = 13 22 object pnlDupPts: TPanel 13 object pnlDupPts: TPanel [0] 23 14 Left = 0 24 15 Top = 0 25 16 Width = 463 26 Height = 18 417 Height = 187 27 18 Align = alClient 28 19 TabOrder = 0 29 20 DesignSize = ( 30 21 463 31 18 4)22 187) 32 23 object lblSelDupPts: TLabel 33 24 Left = 6 … … 95 86 end 96 87 end 88 inherited amgrMain: TVA508AccessibilityManager 89 Data = ( 90 ( 91 'Component = pnlDupPts' 92 'Status = stsDefault') 93 ( 94 'Component = btnOK' 95 'Status = stsDefault') 96 ( 97 'Component = btnCancel' 98 'Status = stsDefault') 99 ( 100 'Component = pnlSelDupPt' 101 'Status = stsDefault') 102 ( 103 'Component = lboSelPt' 104 'Status = stsDefault') 105 ( 106 'Component = frmDupPts' 107 'Status = stsDefault')) 108 end 97 109 end
Note:
See TracChangeset
for help on using the changeset viewer.