Changeset 1679 for cprs/trunk/CPRS-Chart/fProbLex.dfm
- Timestamp:
- May 7, 2015, 12:34:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/fProbLex.dfm
r830 r1679 2 2 Left = 239 3 3 Top = 88 4 BorderIcons = [] 5 BorderStyle = bsDialog 4 6 Caption = 'Problem List Lexicon Search' 5 ClientHeight = 27 46 ClientWidth = 42 57 ClientHeight = 276 8 ClientWidth = 427 7 9 Constraints.MinHeight = 200 8 10 Constraints.MinWidth = 433 9 11 OldCreateOrder = True 10 Position = po ScreenCenter12 Position = poOwnerFormCenter 11 13 OnClose = FormClose 12 14 OnCreate = FormCreate 13 15 OnShow = FormShow 16 ExplicitWidth = 433 17 ExplicitHeight = 308 14 18 DesignSize = ( 15 42 516 27 4)19 427 20 276) 17 21 PixelsPerInch = 96 18 22 TextHeight = 13 … … 25 29 end 26 30 object bbCan: TBitBtn [1] 27 Left = 23 028 Top = 21 531 Left = 232 32 Top = 217 29 33 Width = 89 30 34 Height = 21 … … 39 43 end 40 44 object bbOK: TBitBtn [2] 41 Left = 32 242 Top = 21 545 Left = 324 46 Top = 217 43 47 Width = 89 44 48 Height = 21 … … 51 55 NumGlyphs = 2 52 56 end 53 object Panel1: TPanel [3]57 object pnlStatus: TPanel [3] 54 58 Left = 0 55 Top = 24 556 Width = 42 559 Top = 247 60 Width = 427 57 61 Height = 29 58 62 Align = alBottom … … 60 64 TabOrder = 5 61 65 DesignSize = ( 62 42 566 427 63 67 29) 64 68 object Bevel1: TBevel 65 69 Left = 4 66 70 Top = 4 67 Width = 41 771 Width = 419 68 72 Height = 21 69 73 Anchors = [akLeft, akTop, akRight] 74 ExplicitWidth = 417 70 75 end 71 object lblstatus: TLabel 76 object lblstatus: TVA508StaticText 77 Name = 'lblstatus' 72 78 Left = 16 73 79 Top = 8 74 80 Width = 3 75 81 Height = 13 82 Alignment = taLeftJustify 83 TabOrder = 0 84 ShowAccelChar = True 76 85 end 77 86 end … … 79 88 Left = 12 80 89 Top = 27 81 Width = 32 190 Width = 323 82 91 Height = 21 83 92 Anchors = [akLeft, akTop, akRight] … … 90 99 Left = 12 91 100 Top = 63 92 Width = 40 193 Height = 14 3101 Width = 403 102 Height = 145 94 103 Anchors = [akLeft, akTop, akRight, akBottom] 95 104 ExtendedSelect = False … … 105 114 end 106 115 object bbSearch: TBitBtn [6] 107 Left = 34 0116 Left = 342 108 117 Top = 27 109 118 Width = 73 … … 126 135 'Status = stsDefault') 127 136 ( 128 'Component = Panel1'137 'Component = pnlStatus' 129 138 'Status = stsDefault') 130 139 (
Note:
See TracChangeset
for help on using the changeset viewer.