Changeset 830 for cprs/trunk/CPRS-Chart/fAllgyBox.dfm
- Timestamp:
- Jul 7, 2010, 4:51:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/fAllgyBox.dfm
r456 r830 2 2 Left = 487 3 3 Top = 242 4 Width = 4575 4 Caption = 'frmAllgyBox' 5 ClientWidth = 449 6 6 Constraints.MinWidth = 457 7 7 Position = poMainFormCenter 8 ExplicitWidth = 457 9 ExplicitHeight = 355 8 10 PixelsPerInch = 96 9 11 TextHeight = 13 10 12 inherited memReport: TRichEdit 11 13 Width = 449 14 ExplicitWidth = 449 12 15 end 13 16 inherited pnlButton: TPanel 14 17 Width = 449 18 ExplicitWidth = 449 15 19 inherited cmdPrint: TButton 16 20 Left = 293 17 Top = 3 21 Anchors = [akTop, akRight] 22 Caption = '&Print' 18 23 TabOrder = 3 24 ExplicitLeft = 293 19 25 end 20 26 inherited cmdClose: TButton 21 27 Left = 373 22 Top = 3 28 Anchors = [akTop, akRight] 29 Caption = '&Close' 23 30 TabOrder = 4 31 ExplicitLeft = 373 24 32 end 25 33 object cmdEdit: TButton 26 34 Left = 98 27 Top = 335 Top = 0 28 36 Width = 90 29 37 Height = 21 30 Anchors = [akTop, akRight] 31 Caption = 'Edit' 38 Caption = 'E&dit' 32 39 TabOrder = 1 33 40 Visible = False … … 36 43 object cmdAdd: TButton 37 44 Left = 2 38 Top = 345 Top = 0 39 46 Width = 90 40 47 Height = 21 41 Anchors = [akTop, akRight] 42 Caption = 'Add New' 48 Caption = '&Add New' 43 49 TabOrder = 0 44 50 OnClick = cmdAddClick … … 46 52 object cmdInError: TButton 47 53 Left = 195 48 Top = 354 Top = 0 49 55 Width = 90 50 56 Height = 21 51 Anchors = [akTop, akRight] 52 Caption = 'Entered in Error' 57 Caption = '&Entered in Error' 53 58 TabOrder = 2 54 59 OnClick = cmdInErrorClick 55 60 end 56 61 end 62 inherited amgrMain: TVA508AccessibilityManager 63 Data = ( 64 ( 65 'Component = cmdEdit' 66 'Status = stsDefault') 67 ( 68 'Component = cmdAdd' 69 'Status = stsDefault') 70 ( 71 'Component = cmdInError' 72 'Status = stsDefault') 73 ( 74 'Component = memReport' 75 'Status = stsDefault') 76 ( 77 'Component = pnlButton' 78 'Status = stsDefault') 79 ( 80 'Component = cmdPrint' 81 'Status = stsDefault') 82 ( 83 'Component = cmdClose' 84 'Status = stsDefault') 85 ( 86 'Component = frmAllgyBox' 87 'Status = stsDefault')) 88 end 57 89 end
Note:
See TracChangeset
for help on using the changeset viewer.