Changeset 219 for trunk/Forms/FormAcronym.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormAcronym.lfm
r218 r219 1 1 object FormAcronym: TFormAcronym 2 2 Left = 845 3 Height = 7444 Top = 5285 Width = 8583 Height = 893 4 Top = 480 5 Width = 1030 6 6 Caption = 'Acronym' 7 ClientHeight = 744 8 ClientWidth = 858 9 DesignTimePPI = 120 10 OnClose = FormClose 11 OnCreate = FormCreate 7 ClientHeight = 893 8 ClientWidth = 1030 9 DesignTimePPI = 144 12 10 OnShow = FormShow 13 11 Position = poScreenCenter 14 LCLVersion = ' 2.0.2.0'12 LCLVersion = '3.6.0.0' 15 13 object Label1: TLabel 16 Left = 1 017 Height = 2 018 Top = 2 019 Width = 4314 Left = 12 15 Height = 26 16 Top = 24 17 Width = 56 20 18 Caption = 'Name:' 21 19 ParentColor = False … … 23 21 end 24 22 object EditAcronym: TEdit 25 Left = 191 26 Height = 28 27 Top = 19 28 Width = 652 29 Anchors = [akTop, akLeft, akRight] 30 OnKeyPress = EditMeaningKeyPress 23 Left = 229 24 Height = 43 25 Top = 23 26 Width = 783 27 Anchors = [akTop, akLeft, akRight] 31 28 ParentFont = False 32 29 TabOrder = 0 30 OnKeyPress = EditMeaningKeyPress 33 31 end 34 32 object Label2: TLabel 35 Left = 1 036 Height = 2 037 Top = 6138 Width = 6133 Left = 12 34 Height = 26 35 Top = 73 36 Width = 79 39 37 Caption = 'Meaning:' 40 38 ParentColor = False … … 42 40 end 43 41 object EditMeaning: TEdit 44 Left = 191 45 Height = 28 46 Top = 61 47 Width = 652 48 Anchors = [akTop, akLeft, akRight] 49 OnKeyPress = EditMeaningKeyPress 42 Left = 229 43 Height = 43 44 Top = 73 45 Width = 783 46 Anchors = [akTop, akLeft, akRight] 50 47 ParentFont = False 51 48 TabOrder = 1 49 OnKeyPress = EditMeaningKeyPress 52 50 end 53 51 object ButtonOk: TButton 54 Left = 73355 Height = 3 156 Top = 69457 Width = 9452 Left = 880 53 Height = 37 54 Top = 833 55 Width = 113 58 56 Anchors = [akRight, akBottom] 59 57 Caption = 'Ok' 60 58 ModalResult = 1 61 OnKeyPress = EditMeaningKeyPress62 59 ParentFont = False 63 60 TabOrder = 7 61 OnKeyPress = EditMeaningKeyPress 64 62 end 65 63 object ButtonCancel: TButton 66 Left = 61367 Height = 3 168 Top = 69469 Width = 9464 Left = 736 65 Height = 37 66 Top = 833 67 Width = 113 70 68 Anchors = [akRight, akBottom] 71 69 Caption = 'Cancel' 72 70 ModalResult = 2 73 OnKeyPress = EditMeaningKeyPress74 71 ParentFont = False 75 72 TabOrder = 6 73 OnKeyPress = EditMeaningKeyPress 76 74 end 77 75 object Label3: TLabel 78 Left = 1 079 Height = 2 080 Top = 1 1081 Width = 7976 Left = 12 77 Height = 26 78 Top = 132 79 Width = 102 82 80 Caption = 'Description:' 83 81 ParentColor = False … … 85 83 end 86 84 object MemoDescription: TMemo 87 Left = 191 88 Height = 142 89 Top = 110 90 Width = 652 91 Anchors = [akTop, akLeft, akRight] 92 OnKeyPress = EditMeaningKeyPress 85 Left = 229 86 Height = 170 87 Top = 132 88 Width = 783 89 Anchors = [akTop, akLeft, akRight] 93 90 ParentFont = False 94 91 ScrollBars = ssAutoBoth 95 92 TabOrder = 2 93 OnKeyPress = EditMeaningKeyPress 96 94 end 97 95 object Label4: TLabel 98 Left = 1 599 Height = 2 0100 Top = 260101 Width = 7496 Left = 18 97 Height = 26 98 Top = 312 99 Width = 95 102 100 Caption = 'Categories:' 103 101 ParentColor = False … … 105 103 end 106 104 object ListBoxCategories: TListBox 107 Left = 191108 Height = 176109 Top = 260110 Width = 651105 Left = 229 106 Height = 211 107 Top = 312 108 Width = 782 111 109 Anchors = [akTop, akLeft, akRight] 112 110 ItemHeight = 0 113 111 MultiSelect = True 114 OnKeyPress = EditMeaningKeyPress115 OnSelectionChange = ListBoxCategoriesSelectionChange116 112 ParentFont = False 117 113 PopupMenu = PopupMenuCategory 118 114 ScrollWidth = 518 119 115 TabOrder = 3 116 TopIndex = -1 117 OnKeyPress = EditMeaningKeyPress 118 OnSelectionChange = ListBoxCategoriesSelectionChange 120 119 end 121 120 object Button1: TButton 122 Left = 191123 Height = 3 1124 Top = 450125 Width = 1 09121 Left = 229 122 Height = 37 123 Top = 540 124 Width = 131 126 125 Action = ACategoryAdd 127 OnKeyPress = EditMeaningKeyPress128 126 ParentFont = False 129 127 TabOrder = 4 128 OnKeyPress = EditMeaningKeyPress 130 129 end 131 130 object Button2: TButton 132 Left = 320 133 Height = 31 134 Top = 450 131 Left = 384 132 Height = 37 133 Top = 540 134 Width = 156 135 Action = ACategoryRemove 136 ParentFont = False 137 TabOrder = 5 138 OnKeyPress = EditMeaningKeyPress 139 end 140 object Label5: TLabel 141 Left = 12 142 Height = 26 143 Top = 588 135 144 Width = 130 136 Action = ACategoryRemove137 OnKeyPress = EditMeaningKeyPress138 ParentFont = False139 TabOrder = 5140 end141 object Label5: TLabel142 Left = 10143 Height = 20144 Top = 490145 Width = 101146 145 Caption = 'Imported from:' 147 146 ParentColor = False … … 149 148 end 150 149 object ListBoxImportSources: TListBox 151 Left = 191152 Height = 1 40153 Top = 490154 Width = 652150 Left = 229 151 Height = 168 152 Top = 588 153 Width = 783 155 154 Anchors = [akTop, akLeft, akRight] 156 155 ItemHeight = 0 157 156 MultiSelect = True 158 OnKeyPress = EditMeaningKeyPress159 OnSelectionChange = ListBoxCategoriesSelectionChange160 157 ParentFont = False 161 158 ScrollWidth = 519 162 159 TabOrder = 8 160 TopIndex = -1 161 OnKeyPress = EditMeaningKeyPress 162 OnSelectionChange = ListBoxCategoriesSelectionChange 163 163 end 164 164 object ActionList1: TActionList 165 left = 451166 top = 300165 Left = 541 166 Top = 360 167 167 object ACategoryRemove: TAction 168 168 Caption = 'Remove' … … 177 177 end 178 178 object PopupMenuCategory: TPopupMenu 179 left = 240180 top = 305179 Left = 288 180 Top = 366 181 181 object MenuItem2: TMenuItem 182 182 Action = ACategoryAdd
Note:
See TracChangeset
for help on using the changeset viewer.