| 1 | object FormAcronym: TFormAcronym
|
|---|
| 2 | Left = 476
|
|---|
| 3 | Height = 853
|
|---|
| 4 | Top = 277
|
|---|
| 5 | Width = 810
|
|---|
| 6 | Caption = 'Acronym'
|
|---|
| 7 | ClientHeight = 853
|
|---|
| 8 | ClientWidth = 810
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | OnShow = FormShow
|
|---|
| 11 | Position = poScreenCenter
|
|---|
| 12 | LCLVersion = '3.6.0.0'
|
|---|
| 13 | object ButtonOk: TButton
|
|---|
| 14 | Left = 548
|
|---|
| 15 | Height = 37
|
|---|
| 16 | Top = 804
|
|---|
| 17 | Width = 113
|
|---|
| 18 | Anchors = [akRight, akBottom]
|
|---|
| 19 | Caption = 'Ok'
|
|---|
| 20 | ModalResult = 1
|
|---|
| 21 | ParentFont = False
|
|---|
| 22 | TabOrder = 1
|
|---|
| 23 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 24 | end
|
|---|
| 25 | object ButtonCancel: TButton
|
|---|
| 26 | Left = 684
|
|---|
| 27 | Height = 37
|
|---|
| 28 | Top = 804
|
|---|
| 29 | Width = 113
|
|---|
| 30 | Anchors = [akRight, akBottom]
|
|---|
| 31 | Caption = 'Cancel'
|
|---|
| 32 | ModalResult = 2
|
|---|
| 33 | ParentFont = False
|
|---|
| 34 | TabOrder = 0
|
|---|
| 35 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 36 | end
|
|---|
| 37 | object ScrollBox1: TScrollBox
|
|---|
| 38 | Left = 8
|
|---|
| 39 | Height = 781
|
|---|
| 40 | Top = 8
|
|---|
| 41 | Width = 787
|
|---|
| 42 | HorzScrollBar.Page = 540
|
|---|
| 43 | VertScrollBar.Page = 760
|
|---|
| 44 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 45 | ClientHeight = 779
|
|---|
| 46 | ClientWidth = 785
|
|---|
| 47 | TabOrder = 2
|
|---|
| 48 | object Label1: TLabel
|
|---|
| 49 | Left = 12
|
|---|
| 50 | Height = 26
|
|---|
| 51 | Top = 24
|
|---|
| 52 | Width = 56
|
|---|
| 53 | Caption = 'Name:'
|
|---|
| 54 | ParentColor = False
|
|---|
| 55 | ParentFont = False
|
|---|
| 56 | end
|
|---|
| 57 | object EditAcronym: TEdit
|
|---|
| 58 | Left = 229
|
|---|
| 59 | Height = 43
|
|---|
| 60 | Top = 23
|
|---|
| 61 | Width = 539
|
|---|
| 62 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 63 | ParentFont = False
|
|---|
| 64 | TabOrder = 0
|
|---|
| 65 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 66 | end
|
|---|
| 67 | object Label2: TLabel
|
|---|
| 68 | Left = 12
|
|---|
| 69 | Height = 26
|
|---|
| 70 | Top = 73
|
|---|
| 71 | Width = 79
|
|---|
| 72 | Caption = 'Meaning:'
|
|---|
| 73 | ParentColor = False
|
|---|
| 74 | ParentFont = False
|
|---|
| 75 | end
|
|---|
| 76 | object EditMeaning: TEdit
|
|---|
| 77 | Left = 229
|
|---|
| 78 | Height = 43
|
|---|
| 79 | Top = 73
|
|---|
| 80 | Width = 539
|
|---|
| 81 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 82 | ParentFont = False
|
|---|
| 83 | TabOrder = 1
|
|---|
| 84 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 85 | end
|
|---|
| 86 | object Label3: TLabel
|
|---|
| 87 | Left = 12
|
|---|
| 88 | Height = 26
|
|---|
| 89 | Top = 132
|
|---|
| 90 | Width = 102
|
|---|
| 91 | Caption = 'Description:'
|
|---|
| 92 | ParentColor = False
|
|---|
| 93 | ParentFont = False
|
|---|
| 94 | end
|
|---|
| 95 | object MemoDescription: TMemo
|
|---|
| 96 | Left = 229
|
|---|
| 97 | Height = 170
|
|---|
| 98 | Top = 132
|
|---|
| 99 | Width = 537
|
|---|
| 100 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 101 | ParentFont = False
|
|---|
| 102 | ScrollBars = ssAutoBoth
|
|---|
| 103 | TabOrder = 2
|
|---|
| 104 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 105 | end
|
|---|
| 106 | object Label4: TLabel
|
|---|
| 107 | Left = 18
|
|---|
| 108 | Height = 26
|
|---|
| 109 | Top = 312
|
|---|
| 110 | Width = 95
|
|---|
| 111 | Caption = 'Categories:'
|
|---|
| 112 | ParentColor = False
|
|---|
| 113 | ParentFont = False
|
|---|
| 114 | end
|
|---|
| 115 | object ListBoxCategories: TListBox
|
|---|
| 116 | Left = 229
|
|---|
| 117 | Height = 211
|
|---|
| 118 | Top = 312
|
|---|
| 119 | Width = 537
|
|---|
| 120 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 121 | ItemHeight = 0
|
|---|
| 122 | MultiSelect = True
|
|---|
| 123 | ParentFont = False
|
|---|
| 124 | PopupMenu = PopupMenuCategory
|
|---|
| 125 | ScrollWidth = 518
|
|---|
| 126 | TabOrder = 3
|
|---|
| 127 | TopIndex = -1
|
|---|
| 128 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 129 | OnSelectionChange = ListBoxCategoriesSelectionChange
|
|---|
| 130 | end
|
|---|
| 131 | object Button1: TButton
|
|---|
| 132 | Left = 229
|
|---|
| 133 | Height = 37
|
|---|
| 134 | Top = 540
|
|---|
| 135 | Width = 131
|
|---|
| 136 | Action = ACategoryAdd
|
|---|
| 137 | ParentFont = False
|
|---|
| 138 | TabOrder = 4
|
|---|
| 139 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 140 | end
|
|---|
| 141 | object Button2: TButton
|
|---|
| 142 | Left = 384
|
|---|
| 143 | Height = 37
|
|---|
| 144 | Top = 540
|
|---|
| 145 | Width = 156
|
|---|
| 146 | Action = ACategoryRemove
|
|---|
| 147 | ParentFont = False
|
|---|
| 148 | TabOrder = 5
|
|---|
| 149 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 150 | end
|
|---|
| 151 | object Label5: TLabel
|
|---|
| 152 | Left = 12
|
|---|
| 153 | Height = 26
|
|---|
| 154 | Top = 588
|
|---|
| 155 | Width = 130
|
|---|
| 156 | Caption = 'Imported from:'
|
|---|
| 157 | ParentColor = False
|
|---|
| 158 | ParentFont = False
|
|---|
| 159 | end
|
|---|
| 160 | object ListBoxImportSources: TListBox
|
|---|
| 161 | Left = 229
|
|---|
| 162 | Height = 168
|
|---|
| 163 | Top = 592
|
|---|
| 164 | Width = 539
|
|---|
| 165 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 166 | ItemHeight = 0
|
|---|
| 167 | MultiSelect = True
|
|---|
| 168 | ParentFont = False
|
|---|
| 169 | ScrollWidth = 519
|
|---|
| 170 | TabOrder = 6
|
|---|
| 171 | TopIndex = -1
|
|---|
| 172 | OnKeyPress = EditMeaningKeyPress
|
|---|
| 173 | OnSelectionChange = ListBoxCategoriesSelectionChange
|
|---|
| 174 | end
|
|---|
| 175 | end
|
|---|
| 176 | object ActionList1: TActionList
|
|---|
| 177 | Left = 581
|
|---|
| 178 | Top = 400
|
|---|
| 179 | object ACategoryRemove: TAction
|
|---|
| 180 | Caption = 'Remove'
|
|---|
| 181 | ImageIndex = 4
|
|---|
| 182 | OnExecute = ACategoryRemoveExecute
|
|---|
| 183 | end
|
|---|
| 184 | object ACategoryAdd: TAction
|
|---|
| 185 | Caption = 'Add'
|
|---|
| 186 | ImageIndex = 0
|
|---|
| 187 | OnExecute = ACategoryAddExecute
|
|---|
| 188 | end
|
|---|
| 189 | end
|
|---|
| 190 | object PopupMenuCategory: TPopupMenu
|
|---|
| 191 | Left = 328
|
|---|
| 192 | Top = 406
|
|---|
| 193 | object MenuItem2: TMenuItem
|
|---|
| 194 | Action = ACategoryAdd
|
|---|
| 195 | Bitmap.Data = {
|
|---|
| 196 | 36040000424D3604000000000000360000002800000010000000100000000100
|
|---|
| 197 | 2000000000000004000064000000640000000000000000000000000000000000
|
|---|
| 198 | 0000000000000000000000000000000000000000000000000000000000000000
|
|---|
| 199 | 0000000000000000000000000000000000000000000000000000000000000000
|
|---|
| 200 | 000000000000000000000000000000000000D4D4D4FFB2B2B2FFB2B2B2FFD4D4
|
|---|
| 201 | D4FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 202 | 0000000000000000000000000000709B70FF004A00FF004800FF4E764EFFB2B2
|
|---|
| 203 | B2FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 204 | 0000000000000000000000000000004E00FF00C800FF00C400FF004800FFB2B2
|
|---|
| 205 | B2FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 206 | 0000000000000000000000000000005000FF00CA00FF00C600FF004A00FFB2B2
|
|---|
| 207 | B2FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 208 | 0000000000000000000000000000005300FF00CE00FF00CA00FF004C00FFB2B2
|
|---|
| 209 | B2FF00000000000000000000000000000000000000000000000000000000D4D4
|
|---|
| 210 | D4FFB2B2B2FFB2B2B2FFB2B2B2FF005400FF00D200FF00CE00FF004E00FFB2B2
|
|---|
| 211 | B2FFB2B2B2FFB2B2B2FFB2B2B2FFB2B2B2FFD4D4D4FF0000000070A670FF005E
|
|---|
| 212 | 00FF005C00FF005A00FF005800FF005600FF00D600FF00D000FF005000FF004E
|
|---|
| 213 | 00FF004C00FF004A00FF004A00FF4E764EFFB2B2B2FF00000000006200FF8CFE
|
|---|
| 214 | 8CFF00EA00FF00E600FF00E200FF00DE00FF00DA00FF00D400FF00D000FF00CC
|
|---|
| 215 | 00FF00C800FF00C400FF00C200FF004800FFB2B2B2FF00000000006400FFECFF
|
|---|
| 216 | ECFF8CFE8CFF8CFE8CFF8CFE8CFF8CFE8CFF00DE00FF00D900FF00D400FF00D0
|
|---|
| 217 | 00FF00CC00FF00C800FF00C400FF004A00FFD4D4D4FF0000000070A970FF0064
|
|---|
| 218 | 00FF006400FF006200FF006000FF006000FF8CFE8CFF00DD00FF005800FF0056
|
|---|
| 219 | 00FF005400FF005300FF005000FF709C70FF0000000000000000000000000000
|
|---|
| 220 | 0000000000000000000000000000006000FF8CFE8CFF00E000FF005A00FFB2B2
|
|---|
| 221 | B2FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 222 | 0000000000000000000000000000006200FF8CFE8CFF00E500FF005C00FFB2B2
|
|---|
| 223 | B2FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 224 | 0000000000000000000000000000006400FF8CFE8CFF00E800FF005E00FFB2B2
|
|---|
| 225 | B2FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 226 | 0000000000000000000000000000006400FFECFFECFF8CFE8CFF006000FFD4D4
|
|---|
| 227 | D4FF000000000000000000000000000000000000000000000000000000000000
|
|---|
| 228 | 000000000000000000000000000070A970FF006400FF006200FF70A670FF0000
|
|---|
| 229 | 0000000000000000000000000000000000000000000000000000
|
|---|
| 230 | }
|
|---|
| 231 | end
|
|---|
| 232 | object MenuItem1: TMenuItem
|
|---|
| 233 | Action = ACategoryRemove
|
|---|
| 234 | Bitmap.Data = {
|
|---|
| 235 | 36040000424D3604000000000000360000002800000010000000100000000100
|
|---|
| 236 | 2000000000000004000064000000640000000000000000000000000000000000
|
|---|
| 237 | 0000000000000000000000000000000000000000000000000000000000000000
|
|---|
| 238 | 0000000000000000000000000000000000000000000000000000000000000000
|
|---|
| 239 | 000000000000DCDCDCFFB2B2B2FFDCDCDCFF0000000000000000000000000000
|
|---|
| 240 | 000000000000DCDCDCFFB2B2B2FFDCDCDCFF0000000000000000000000000000
|
|---|
| 241 | 00007979A8FF000067FF626291FFB2B2B2FFDCDCDCFF00000000000000000000
|
|---|
| 242 | 00007979A8FF000050FF626291FFB2B2B2FFDCDCDCFF00000000000000008C8C
|
|---|
| 243 | BBFF00006EFF0035FFFF000068FF626291FFB2B2B2FFDCDCDCFF000000007979
|
|---|
| 244 | A8FF000054FF0015FFFF000050FF626291FFB2B2B2FF00000000000000000000
|
|---|
| 245 | 72FF619BFFFF003AFFFF0035FFFF000067FF626291FFB2B2B2FF7979A8FF0000
|
|---|
| 246 | 59FF001BFFFF0018FFFF0015FFFF000050FFDCDCDCFF00000000000000008C8C
|
|---|
| 247 | BBFF000075FF619BFFFF003AFFFF0035FFFF000067FF626291FF000061FF0023
|
|---|
| 248 | FFFF001FFFFF001BFFFF000054FF7979A8FF0000000000000000000000000000
|
|---|
| 249 | 00008C8CBBFF000075FF619BFFFF003AFFFF0035FFFF000067FF002CFFFF0027
|
|---|
| 250 | FFFF0023FFFF000059FF7979A8FF000000000000000000000000000000000000
|
|---|
| 251 | 0000000000008C8CBBFF000075FF619BFFFF003AFFFF0035FFFF0030FFFF002B
|
|---|
| 252 | FFFF000061FF7979A8FF00000000000000000000000000000000000000000000
|
|---|
| 253 | 000000000000000000007979A8FF000075FF003EFFFF003AFFFF0035FFFF0000
|
|---|
| 254 | 68FF626291FFB2B2B2FFDCDCDCFF000000000000000000000000000000000000
|
|---|
| 255 | 0000000000007979A8FF00007CFF0047FFFF0042FFFF003EFFFF003AFFFF0035
|
|---|
| 256 | FFFF000068FF626291FFB2B2B2FFDCDCDCFF0000000000000000000000000000
|
|---|
| 257 | 00007979A8FF000082FF004EFFFF004BFFFF0047FFFF000075FF619BFFFF003A
|
|---|
| 258 | FFFF0035FFFF000068FF626291FFB2B2B2FFDCDCDCFF00000000000000008C8C
|
|---|
| 259 | BBFF000086FF0054FFFF0052FFFF004EFFFF00007CFF7979A8FF000075FF619B
|
|---|
| 260 | FFFF003AFFFF0035FFFF000067FF626291FFB2B2B2FF00000000000000000000
|
|---|
| 261 | 88FF619BFFFF0057FFFF0054FFFF000082FF7979A8FF000000008C8CBBFF0000
|
|---|
| 262 | 75FF619BFFFF003AFFFF0035FFFF000068FFDCDCDCFF00000000000000008C8C
|
|---|
| 263 | BBFF000088FF619BFFFF000086FF7979A8FF0000000000000000000000008C8C
|
|---|
| 264 | BBFF000075FF619BFFFF00006EFF7979A8FF0000000000000000000000000000
|
|---|
| 265 | 00008C8CBBFF000088FF8C8CBBFF000000000000000000000000000000000000
|
|---|
| 266 | 00008C8CBBFF000075FF8C8CBBFF000000000000000000000000000000000000
|
|---|
| 267 | 0000000000000000000000000000000000000000000000000000000000000000
|
|---|
| 268 | 0000000000000000000000000000000000000000000000000000
|
|---|
| 269 | }
|
|---|
| 270 | end
|
|---|
| 271 | end
|
|---|
| 272 | end
|
|---|