|
Last change
on this file was 221, checked in by chronos, 12 months ago |
- Fixed: Use scrollbox in resizable forms.
- Fixed: Translate all forms.
|
|
File size:
943 bytes
|
| Line | |
|---|
| 1 | object FormCategorySelect: TFormCategorySelect
|
|---|
| 2 | Left = 500
|
|---|
| 3 | Height = 631
|
|---|
| 4 | Top = 253
|
|---|
| 5 | Width = 918
|
|---|
| 6 | Caption = 'Select categories'
|
|---|
| 7 | ClientHeight = 631
|
|---|
| 8 | ClientWidth = 918
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | Position = poScreenCenter
|
|---|
| 11 | LCLVersion = '3.6.0.0'
|
|---|
| 12 | object ListBox1: TListBox
|
|---|
| 13 | Left = 19
|
|---|
| 14 | Height = 551
|
|---|
| 15 | Top = 10
|
|---|
| 16 | Width = 882
|
|---|
| 17 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 18 | ItemHeight = 0
|
|---|
| 19 | MultiSelect = True
|
|---|
| 20 | ScrollWidth = 762
|
|---|
| 21 | TabOrder = 0
|
|---|
| 22 | TopIndex = -1
|
|---|
| 23 | OnDblClick = ListBox1DblClick
|
|---|
| 24 | OnKeyPress = ListBox1KeyPress
|
|---|
| 25 | end
|
|---|
| 26 | object ButtonOk: TButton
|
|---|
| 27 | Left = 648
|
|---|
| 28 | Height = 38
|
|---|
| 29 | Top = 581
|
|---|
| 30 | Width = 114
|
|---|
| 31 | Anchors = [akRight, akBottom]
|
|---|
| 32 | Caption = 'Select'
|
|---|
| 33 | ModalResult = 1
|
|---|
| 34 | TabOrder = 2
|
|---|
| 35 | end
|
|---|
| 36 | object ButtonCancel: TButton
|
|---|
| 37 | Left = 792
|
|---|
| 38 | Height = 38
|
|---|
| 39 | Top = 581
|
|---|
| 40 | Width = 109
|
|---|
| 41 | Anchors = [akRight, akBottom]
|
|---|
| 42 | Caption = 'Cancel'
|
|---|
| 43 | ModalResult = 2
|
|---|
| 44 | TabOrder = 1
|
|---|
| 45 | end
|
|---|
| 46 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.