Changeset 203 for trunk/Forms/UFormAcronym.lfm
- Timestamp:
- Apr 24, 2019, 2:43:03 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormAcronym.lfm
r89 r203 1 1 object FormAcronym: TFormAcronym 2 2 Left = 845 3 Height = 5953 Height = 744 4 4 Top = 528 5 Width = 6865 Width = 858 6 6 Caption = 'Acronym' 7 ClientHeight = 595 8 ClientWidth = 686 7 ClientHeight = 744 8 ClientWidth = 858 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 13 Position = poScreenCenter 13 LCLVersion = ' 1.6.0.4'14 LCLVersion = '2.0.2.0' 14 15 object Label1: TLabel 15 Left = 816 Height = 2 417 Top = 1618 Width = 5616 Left = 10 17 Height = 20 18 Top = 20 19 Width = 43 19 20 Caption = 'Name:' 20 21 ParentColor = False 22 ParentFont = False 21 23 end 22 24 object EditAcronym: TEdit 23 Left = 153 24 Height = 34 25 Top = 15 26 Width = 521 27 Anchors = [akTop, akLeft, akRight] 28 OnKeyPress = EditMeaningKeyPress 25 Left = 191 26 Height = 28 27 Top = 19 28 Width = 652 29 Anchors = [akTop, akLeft, akRight] 30 OnKeyPress = EditMeaningKeyPress 31 ParentFont = False 29 32 TabOrder = 0 30 33 end 31 34 object Label2: TLabel 32 Left = 833 Height = 2 434 Top = 4935 Width = 7935 Left = 10 36 Height = 20 37 Top = 61 38 Width = 61 36 39 Caption = 'Meaning:' 37 40 ParentColor = False 41 ParentFont = False 38 42 end 39 43 object EditMeaning: TEdit 40 Left = 153 41 Height = 34 42 Top = 49 43 Width = 521 44 Anchors = [akTop, akLeft, akRight] 45 OnKeyPress = EditMeaningKeyPress 44 Left = 191 45 Height = 28 46 Top = 61 47 Width = 652 48 Anchors = [akTop, akLeft, akRight] 49 OnKeyPress = EditMeaningKeyPress 50 ParentFont = False 46 51 TabOrder = 1 47 52 end 48 53 object ButtonOk: TButton 49 Left = 58650 Height = 2551 Top = 55552 Width = 7554 Left = 733 55 Height = 31 56 Top = 694 57 Width = 94 53 58 Anchors = [akRight, akBottom] 54 59 Caption = 'Ok' 55 60 ModalResult = 1 56 61 OnKeyPress = EditMeaningKeyPress 62 ParentFont = False 57 63 TabOrder = 7 58 64 end 59 65 object ButtonCancel: TButton 60 Left = 49061 Height = 2562 Top = 55563 Width = 7566 Left = 613 67 Height = 31 68 Top = 694 69 Width = 94 64 70 Anchors = [akRight, akBottom] 65 71 Caption = 'Cancel' 66 72 ModalResult = 2 67 73 OnKeyPress = EditMeaningKeyPress 74 ParentFont = False 68 75 TabOrder = 6 69 76 end 70 77 object Label3: TLabel 71 Left = 872 Height = 2 473 Top = 8874 Width = 10378 Left = 10 79 Height = 20 80 Top = 110 81 Width = 79 75 82 Caption = 'Description:' 76 83 ParentColor = False 84 ParentFont = False 77 85 end 78 86 object MemoDescription: TMemo 79 Left = 153 80 Height = 114 81 Top = 88 82 Width = 521 83 Anchors = [akTop, akLeft, akRight] 84 OnKeyPress = EditMeaningKeyPress 87 Left = 191 88 Height = 142 89 Top = 110 90 Width = 652 91 Anchors = [akTop, akLeft, akRight] 92 OnKeyPress = EditMeaningKeyPress 93 ParentFont = False 85 94 ScrollBars = ssAutoBoth 86 95 TabOrder = 2 87 96 end 88 97 object Label4: TLabel 89 Left = 1 290 Height = 2 491 Top = 2 0892 Width = 9698 Left = 15 99 Height = 20 100 Top = 260 101 Width = 74 93 102 Caption = 'Categories:' 94 103 ParentColor = False 104 ParentFont = False 95 105 end 96 106 object ListBoxCategories: TListBox 97 Left = 1 5398 Height = 1 4199 Top = 2 08100 Width = 520107 Left = 191 108 Height = 176 109 Top = 260 110 Width = 651 101 111 Anchors = [akTop, akLeft, akRight] 102 112 ItemHeight = 0 … … 104 114 OnKeyPress = EditMeaningKeyPress 105 115 OnSelectionChange = ListBoxCategoriesSelectionChange 116 ParentFont = False 106 117 PopupMenu = PopupMenuCategory 107 118 ScrollWidth = 518 108 119 TabOrder = 3 109 TopIndex = -1110 120 end 111 121 object Button1: TButton 112 Left = 1 53113 Height = 25114 Top = 360115 Width = 87122 Left = 191 123 Height = 31 124 Top = 450 125 Width = 109 116 126 Action = ACategoryAdd 117 127 OnKeyPress = EditMeaningKeyPress 128 ParentFont = False 118 129 TabOrder = 4 119 130 end 120 131 object Button2: TButton 121 Left = 256122 Height = 25123 Top = 360124 Width = 1 04132 Left = 320 133 Height = 31 134 Top = 450 135 Width = 130 125 136 Action = ACategoryRemove 126 137 OnKeyPress = EditMeaningKeyPress 138 ParentFont = False 127 139 TabOrder = 5 128 140 end 129 141 object Label5: TLabel 130 Left = 8131 Height = 2 4132 Top = 392133 Width = 1 31142 Left = 10 143 Height = 20 144 Top = 490 145 Width = 101 134 146 Caption = 'Imported from:' 135 147 ParentColor = False 148 ParentFont = False 136 149 end 137 150 object ListBoxImportSources: TListBox 138 Left = 1 53139 Height = 1 12140 Top = 392141 Width = 521151 Left = 191 152 Height = 140 153 Top = 490 154 Width = 652 142 155 Anchors = [akTop, akLeft, akRight] 143 156 ItemHeight = 0 … … 145 158 OnKeyPress = EditMeaningKeyPress 146 159 OnSelectionChange = ListBoxCategoriesSelectionChange 160 ParentFont = False 147 161 ScrollWidth = 519 148 162 TabOrder = 8 149 TopIndex = -1150 163 end 151 164 object ActionList1: TActionList 152 Images = FormMain.ImageList1 153 left = 361 154 top = 240 165 left = 451 166 top = 300 155 167 object ACategoryRemove: TAction 156 168 Caption = 'Remove' … … 165 177 end 166 178 object PopupMenuCategory: TPopupMenu 167 Images = FormMain.ImageList1 168 left = 192 169 top = 244 179 left = 240 180 top = 305 170 181 object MenuItem2: TMenuItem 171 182 Action = ACategoryAdd
Note:
See TracChangeset
for help on using the changeset viewer.