|
Last change
on this file was 69, checked in by chronos, 9 years ago |
- Fixed: Set zero imported acronyms count before start of processing import sources.
- Modified: Open dialogs positioned at center of screen.
- Added: Open example acronyms by default if no other files were openned yet.
|
|
File size:
920 bytes
|
| Line | |
|---|
| 1 | object FormCategorySelect: TFormCategorySelect
|
|---|
| 2 | Left = 500
|
|---|
| 3 | Height = 602
|
|---|
| 4 | Top = 253
|
|---|
| 5 | Width = 794
|
|---|
| 6 | Caption = 'Select categories'
|
|---|
| 7 | ClientHeight = 602
|
|---|
| 8 | ClientWidth = 794
|
|---|
| 9 | OnShow = FormShow
|
|---|
| 10 | Position = poScreenCenter
|
|---|
| 11 | LCLVersion = '1.6.0.4'
|
|---|
| 12 | object ListBox1: TListBox
|
|---|
| 13 | Left = 16
|
|---|
| 14 | Height = 536
|
|---|
| 15 | Top = 8
|
|---|
| 16 | Width = 764
|
|---|
| 17 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 18 | ItemHeight = 0
|
|---|
| 19 | MultiSelect = True
|
|---|
| 20 | OnDblClick = ListBox1DblClick
|
|---|
| 21 | OnKeyPress = ListBox1KeyPress
|
|---|
| 22 | ScrollWidth = 762
|
|---|
| 23 | TabOrder = 0
|
|---|
| 24 | end
|
|---|
| 25 | object ButtonOk: TButton
|
|---|
| 26 | Left = 704
|
|---|
| 27 | Height = 25
|
|---|
| 28 | Top = 559
|
|---|
| 29 | Width = 75
|
|---|
| 30 | Anchors = [akRight, akBottom]
|
|---|
| 31 | Caption = 'Select'
|
|---|
| 32 | ModalResult = 1
|
|---|
| 33 | TabOrder = 2
|
|---|
| 34 | end
|
|---|
| 35 | object ButtonCancel: TButton
|
|---|
| 36 | Left = 608
|
|---|
| 37 | Height = 25
|
|---|
| 38 | Top = 560
|
|---|
| 39 | Width = 75
|
|---|
| 40 | Anchors = [akRight, akBottom]
|
|---|
| 41 | Caption = 'Cancel'
|
|---|
| 42 | ModalResult = 2
|
|---|
| 43 | TabOrder = 1
|
|---|
| 44 | end
|
|---|
| 45 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.