Changeset 131 for branches/generator/Forms/UFormRule.lfm
- Timestamp:
- Dec 24, 2017, 3:54:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRule.lfm
r129 r131 8 8 ClientHeight = 514 9 9 ClientWidth = 663 10 DesignTimePPI = 12011 10 OnCreate = FormCreate 12 11 OnDestroy = FormDestroy 13 12 OnShow = FormShow 14 LCLVersion = '1.8.0. 6'13 LCLVersion = '1.8.0.4' 15 14 object ButtonOk: TButton 16 15 Left = 376 … … 35 34 object Label1: TLabel 36 35 Left = 16 37 Height = 2 036 Height = 23 38 37 Top = 16 39 Width = 4 338 Width = 49 40 39 Caption = 'Name:' 41 40 ParentColor = False … … 58 57 object TabSheetUsedBy: TTabSheet 59 58 Caption = 'Used by' 60 ClientHeight = 35 961 ClientWidth = 63 259 ClientHeight = 351 60 ClientWidth = 634 62 61 object ListView1: TListView 63 62 Left = 0 … … 69 68 item 70 69 Caption = 'Name' 71 Width = 20070 Width = 612 72 71 end> 73 72 OwnerData = True … … 82 81 object EditName: TEdit 83 82 Left = 135 84 Height = 2883 Height = 33 85 84 Top = 11 86 85 Width = 433 … … 89 88 object CheckBoxCreateNode: TCheckBox 90 89 Left = 16 91 Height = 2 490 Height = 27 92 91 Top = 48 93 Width = 1 5292 Width = 173 94 93 Caption = 'Create source node' 95 94 TabOrder = 4 … … 97 96 object Label2: TLabel 98 97 Left = 312 99 Height = 2 098 Height = 23 100 99 Top = 52 101 Width = 37102 Caption = 'L avel:'100 Width = 42 101 Caption = 'Level:' 103 102 ParentColor = False 104 103 end 105 104 object ComboBoxLevel: TComboBox 106 105 Left = 376 107 Height = 28106 Height = 37 108 107 Top = 48 109 108 Width = 125 110 ItemHeight = 20109 ItemHeight = 0 111 110 Style = csDropDownList 112 111 TabOrder = 5
Note:
See TracChangeset
for help on using the changeset viewer.