Changeset 13 for trunk/UFormAcronym.lfm
- Timestamp:
- Apr 28, 2016, 10:09:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormAcronym.lfm
r12 r13 1 1 object FormAcronym: TFormAcronym 2 Left = 5553 Height = 2964 Top = 4115 Width = 4202 Left = 845 3 Height = 448 4 Top = 528 5 Width = 509 6 6 Caption = 'Acronym' 7 ClientHeight = 2968 ClientWidth = 4207 ClientHeight = 448 8 ClientWidth = 509 9 9 OnClose = FormClose 10 10 OnKeyUp = FormKeyUp 11 11 OnShow = FormShow 12 LCLVersion = '1. 6.0.4'12 LCLVersion = '1.7' 13 13 object Label1: TLabel 14 14 Left = 8 15 Height = 2 015 Height = 24 16 16 Top = 16 17 Width = 4317 Width = 56 18 18 Caption = 'Name:' 19 19 ParentColor = False … … 21 21 object EditAcronym: TEdit 22 22 Left = 136 23 Height = 2823 Height = 34 24 24 Top = 15 25 Width = 27225 Width = 361 26 26 Anchors = [akTop, akLeft, akRight] 27 27 OnKeyUp = FormKeyUp … … 30 30 object Label2: TLabel 31 31 Left = 8 32 Height = 2 032 Height = 24 33 33 Top = 49 34 Width = 6134 Width = 79 35 35 Caption = 'Meaning:' 36 36 ParentColor = False … … 38 38 object EditMeaning: TEdit 39 39 Left = 136 40 Height = 2840 Height = 34 41 41 Top = 49 42 Width = 27242 Width = 361 43 43 Anchors = [akTop, akLeft, akRight] 44 44 OnKeyUp = FormKeyUp … … 46 46 end 47 47 object ButtonOk: TButton 48 Left = 32048 Left = 409 49 49 Height = 25 50 Top = 25650 Top = 408 51 51 Width = 75 52 52 Anchors = [akRight, akBottom] … … 57 57 end 58 58 object ButtonCancel: TButton 59 Left = 22459 Left = 313 60 60 Height = 25 61 Top = 25661 Top = 408 62 62 Width = 75 63 63 Anchors = [akRight, akBottom] … … 69 69 object Label3: TLabel 70 70 Left = 8 71 Height = 2 071 Height = 24 72 72 Top = 88 73 Width = 7973 Width = 103 74 74 Caption = 'Description:' 75 75 ParentColor = False … … 79 79 Height = 114 80 80 Top = 88 81 Width = 27281 Width = 361 82 82 Anchors = [akTop, akLeft, akRight] 83 83 ScrollBars = ssAutoBoth 84 84 TabOrder = 4 85 85 end 86 object Label4: TLabel 87 Left = 12 88 Height = 24 89 Top = 208 90 Width = 96 91 Caption = 'Categories:' 92 ParentColor = False 93 end 94 object ListBox1: TListBox 95 Left = 136 96 Height = 141 97 Top = 208 98 Width = 360 99 Anchors = [akTop, akLeft, akRight] 100 ItemHeight = 0 101 MultiSelect = True 102 OnSelectionChange = ListBox1SelectionChange 103 PopupMenu = PopupMenuCategory 104 ScrollWidth = 358 105 TabOrder = 5 106 TopIndex = -1 107 end 108 object Button1: TButton 109 Left = 136 110 Height = 25 111 Top = 360 112 Width = 75 113 Action = ACategoryAdd 114 TabOrder = 6 115 end 116 object Button2: TButton 117 Left = 232 118 Height = 25 119 Top = 360 120 Width = 75 121 Action = ACategoryRemove 122 TabOrder = 7 123 end 124 object ActionList1: TActionList 125 left = 361 126 top = 240 127 object ACategoryRemove: TAction 128 Caption = 'Remove' 129 OnExecute = ACategoryRemoveExecute 130 end 131 object ACategoryAdd: TAction 132 Caption = 'Add' 133 OnExecute = ACategoryAddExecute 134 end 135 end 136 object PopupMenuCategory: TPopupMenu 137 left = 192 138 top = 244 139 end 86 140 end
Note:
See TracChangeset
for help on using the changeset viewer.