Changeset 89 for trunk/Forms/UFormAcronym.lfm
- Timestamp:
- Aug 9, 2016, 10:53:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronym.lfm
r85 r89 1 1 object FormAcronym: TFormAcronym 2 2 Left = 845 3 Height = 4483 Height = 595 4 4 Top = 528 5 Width = 5095 Width = 686 6 6 Caption = 'Acronym' 7 ClientHeight = 4488 ClientWidth = 5097 ClientHeight = 595 8 ClientWidth = 686 9 9 OnClose = FormClose 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 12 Position = poScreenCenter … … 13 14 object Label1: TLabel 14 15 Left = 8 15 Height = 2 016 Height = 24 16 17 Top = 16 17 Width = 4318 Width = 56 18 19 Caption = 'Name:' 19 20 ParentColor = False 20 21 end 21 22 object EditAcronym: TEdit 22 Left = 1 3623 Height = 2823 Left = 153 24 Height = 34 24 25 Top = 15 25 Width = 36126 Width = 521 26 27 Anchors = [akTop, akLeft, akRight] 27 28 OnKeyPress = EditMeaningKeyPress … … 30 31 object Label2: TLabel 31 32 Left = 8 32 Height = 2 033 Height = 24 33 34 Top = 49 34 Width = 6135 Width = 79 35 36 Caption = 'Meaning:' 36 37 ParentColor = False 37 38 end 38 39 object EditMeaning: TEdit 39 Left = 1 3640 Height = 2840 Left = 153 41 Height = 34 41 42 Top = 49 42 Width = 36143 Width = 521 43 44 Anchors = [akTop, akLeft, akRight] 44 45 OnKeyPress = EditMeaningKeyPress … … 46 47 end 47 48 object ButtonOk: TButton 48 Left = 40949 Height = 25 50 Top = 40849 Left = 586 50 Height = 25 51 Top = 555 51 52 Width = 75 52 53 Anchors = [akRight, akBottom] … … 57 58 end 58 59 object ButtonCancel: TButton 59 Left = 31360 Height = 25 61 Top = 40860 Left = 490 61 Height = 25 62 Top = 555 62 63 Width = 75 63 64 Anchors = [akRight, akBottom] … … 69 70 object Label3: TLabel 70 71 Left = 8 71 Height = 2 072 Height = 24 72 73 Top = 88 73 Width = 7974 Width = 103 74 75 Caption = 'Description:' 75 76 ParentColor = False 76 77 end 77 78 object MemoDescription: TMemo 78 Left = 1 3679 Left = 153 79 80 Height = 114 80 81 Top = 88 81 Width = 36182 Width = 521 82 83 Anchors = [akTop, akLeft, akRight] 83 84 OnKeyPress = EditMeaningKeyPress … … 87 88 object Label4: TLabel 88 89 Left = 12 89 Height = 2 090 Height = 24 90 91 Top = 208 91 Width = 7492 Width = 96 92 93 Caption = 'Categories:' 93 94 ParentColor = False 94 95 end 95 object ListBox 1: TListBox96 Left = 1 3696 object ListBoxCategories: TListBox 97 Left = 153 97 98 Height = 141 98 99 Top = 208 99 Width = 360100 Width = 520 100 101 Anchors = [akTop, akLeft, akRight] 101 102 ItemHeight = 0 102 103 MultiSelect = True 103 104 OnKeyPress = EditMeaningKeyPress 104 OnSelectionChange = ListBox 1SelectionChange105 OnSelectionChange = ListBoxCategoriesSelectionChange 105 106 PopupMenu = PopupMenuCategory 106 ScrollWidth = 358107 ScrollWidth = 518 107 108 TabOrder = 3 109 TopIndex = -1 108 110 end 109 111 object Button1: TButton 110 Left = 1 36112 Left = 153 111 113 Height = 25 112 114 Top = 360 113 Width = 75115 Width = 87 114 116 Action = ACategoryAdd 115 117 OnKeyPress = EditMeaningKeyPress … … 117 119 end 118 120 object Button2: TButton 119 Left = 2 32121 Left = 256 120 122 Height = 25 121 123 Top = 360 122 Width = 75124 Width = 104 123 125 Action = ACategoryRemove 124 126 OnKeyPress = EditMeaningKeyPress 125 127 TabOrder = 5 128 end 129 object Label5: TLabel 130 Left = 8 131 Height = 24 132 Top = 392 133 Width = 131 134 Caption = 'Imported from:' 135 ParentColor = False 136 end 137 object ListBoxImportSources: TListBox 138 Left = 153 139 Height = 112 140 Top = 392 141 Width = 521 142 Anchors = [akTop, akLeft, akRight] 143 ItemHeight = 0 144 MultiSelect = True 145 OnKeyPress = EditMeaningKeyPress 146 OnSelectionChange = ListBoxCategoriesSelectionChange 147 ScrollWidth = 519 148 TabOrder = 8 149 TopIndex = -1 126 150 end 127 151 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.