Changeset 167 for branches/generator/Forms/UFormRule.lfm
- Timestamp:
- Aug 9, 2018, 3:43:27 PM (6 years ago)
- Location:
- branches/generator/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms
- Property svn:ignore
-
old new 1 1 *.lrj 2 *.lrt
-
- Property svn:ignore
-
branches/generator/Forms/UFormRule.lfm
r131 r167 8 8 ClientHeight = 514 9 9 ClientWidth = 663 10 DesignTimePPI = 120 11 OnClose = FormClose 10 12 OnCreate = FormCreate 11 13 OnDestroy = FormDestroy 12 14 OnShow = FormShow 13 LCLVersion = '1.8. 0.4'15 LCLVersion = '1.8.2.0' 14 16 object ButtonOk: TButton 15 17 Left = 376 … … 34 36 object Label1: TLabel 35 37 Left = 16 36 Height = 2 338 Height = 20 37 39 Top = 16 38 Width = 4 940 Width = 43 39 41 Caption = 'Name:' 40 42 ParentColor = False … … 81 83 object EditName: TEdit 82 84 Left = 135 83 Height = 3385 Height = 28 84 86 Top = 11 85 87 Width = 433 … … 88 90 object CheckBoxCreateNode: TCheckBox 89 91 Left = 16 90 Height = 2 792 Height = 24 91 93 Top = 48 92 Width = 1 7394 Width = 152 93 95 Caption = 'Create source node' 94 96 TabOrder = 4 … … 96 98 object Label2: TLabel 97 99 Left = 312 98 Height = 2 3100 Height = 20 99 101 Top = 52 100 Width = 42102 Width = 37 101 103 Caption = 'Level:' 102 104 ParentColor = False … … 104 106 object ComboBoxLevel: TComboBox 105 107 Left = 376 106 Height = 37108 Height = 28 107 109 Top = 48 108 110 Width = 125 109 ItemHeight = 0111 ItemHeight = 20 110 112 Style = csDropDownList 111 113 TabOrder = 5
Note:
See TracChangeset
for help on using the changeset viewer.