|
Last change
on this file was 192, checked in by chronos, 6 years ago |
- Modified: Apply interface language to all forms.
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | object FormGrammer: TFormGrammer
|
|---|
| 2 | Left = 500
|
|---|
| 3 | Height = 415
|
|---|
| 4 | Top = 341
|
|---|
| 5 | Width = 658
|
|---|
| 6 | Caption = 'Grammer settings'
|
|---|
| 7 | ClientHeight = 415
|
|---|
| 8 | ClientWidth = 658
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | OnClose = FormClose
|
|---|
| 11 | OnCreate = FormCreate
|
|---|
| 12 | OnShow = FormShow
|
|---|
| 13 | LCLVersion = '2.0.2.0'
|
|---|
| 14 | object Label1: TLabel
|
|---|
| 15 | Left = 18
|
|---|
| 16 | Height = 26
|
|---|
| 17 | Top = 26
|
|---|
| 18 | Width = 84
|
|---|
| 19 | Caption = 'Start rule:'
|
|---|
| 20 | ParentColor = False
|
|---|
| 21 | ParentFont = False
|
|---|
| 22 | end
|
|---|
| 23 | object ComboBoxStartRule: TComboBox
|
|---|
| 24 | Left = 202
|
|---|
| 25 | Height = 42
|
|---|
| 26 | Top = 26
|
|---|
| 27 | Width = 326
|
|---|
| 28 | ItemHeight = 0
|
|---|
| 29 | ParentFont = False
|
|---|
| 30 | Style = csDropDownList
|
|---|
| 31 | TabOrder = 0
|
|---|
| 32 | end
|
|---|
| 33 | object ButtonOk: TButton
|
|---|
| 34 | Left = 353
|
|---|
| 35 | Height = 30
|
|---|
| 36 | Top = 368
|
|---|
| 37 | Width = 90
|
|---|
| 38 | Anchors = [akLeft, akBottom]
|
|---|
| 39 | Caption = 'OK'
|
|---|
| 40 | ModalResult = 1
|
|---|
| 41 | ParentFont = False
|
|---|
| 42 | TabOrder = 1
|
|---|
| 43 | end
|
|---|
| 44 | object ButtonCancel: TButton
|
|---|
| 45 | Left = 202
|
|---|
| 46 | Height = 30
|
|---|
| 47 | Top = 368
|
|---|
| 48 | Width = 90
|
|---|
| 49 | Anchors = [akLeft, akBottom]
|
|---|
| 50 | Caption = 'Cancel'
|
|---|
| 51 | ModalResult = 2
|
|---|
| 52 | ParentFont = False
|
|---|
| 53 | TabOrder = 2
|
|---|
| 54 | end
|
|---|
| 55 | object Label2: TLabel
|
|---|
| 56 | Left = 19
|
|---|
| 57 | Height = 26
|
|---|
| 58 | Top = 96
|
|---|
| 59 | Width = 147
|
|---|
| 60 | Caption = 'White space rule:'
|
|---|
| 61 | ParentColor = False
|
|---|
| 62 | ParentFont = False
|
|---|
| 63 | end
|
|---|
| 64 | object ComboBoxWhiteSpaceRule: TComboBox
|
|---|
| 65 | Left = 202
|
|---|
| 66 | Height = 42
|
|---|
| 67 | Top = 86
|
|---|
| 68 | Width = 326
|
|---|
| 69 | ItemHeight = 0
|
|---|
| 70 | ParentFont = False
|
|---|
| 71 | Style = csDropDownList
|
|---|
| 72 | TabOrder = 3
|
|---|
| 73 | end
|
|---|
| 74 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.