Changeset 190 for branches/generator/Forms/UFormRule.lfm
- Timestamp:
- May 16, 2019, 11:45:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRule.lfm
r167 r190 1 1 object FormRule: TFormRule 2 2 Left = 507 3 Height = 5143 Height = 617 4 4 Top = 293 5 Width = 6635 Width = 796 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Rule' 8 ClientHeight = 5149 ClientWidth = 66310 DesignTimePPI = 1 208 ClientHeight = 617 9 ClientWidth = 796 10 DesignTimePPI = 144 11 11 OnClose = FormClose 12 12 OnCreate = FormCreate 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = ' 1.8.2.0'15 LCLVersion = '2.0.2.0' 16 16 object ButtonOk: TButton 17 Left = 37618 Height = 2519 Top = 48020 Width = 7517 Left = 451 18 Height = 30 19 Top = 576 20 Width = 90 21 21 Anchors = [akLeft, akBottom] 22 22 Caption = 'Ok' 23 23 ModalResult = 1 24 ParentFont = False 24 25 TabOrder = 0 25 26 end 26 27 object ButtonCancel: TButton 27 Left = 16828 Height = 2529 Top = 48030 Width = 7528 Left = 202 29 Height = 30 30 Top = 576 31 Width = 90 31 32 Anchors = [akLeft, akBottom] 32 33 Caption = 'Cancel' 33 34 ModalResult = 2 35 ParentFont = False 34 36 TabOrder = 1 35 37 end 36 38 object Label1: TLabel 37 Left = 1 638 Height = 2 039 Top = 1 640 Width = 4339 Left = 19 40 Height = 26 41 Top = 19 42 Width = 56 41 43 Caption = 'Name:' 42 44 ParentColor = False 45 ParentFont = False 43 46 end 44 47 object PageControl1: TPageControl 45 Left = 846 Height = 39247 Top = 8048 Width = 64048 Left = 10 49 Height = 471 50 Top = 96 51 Width = 768 49 52 ActivePage = TabSheet1 50 53 Anchors = [akTop, akLeft, akRight, akBottom] 54 ParentFont = False 51 55 TabIndex = 0 52 56 TabOrder = 2 53 57 object TabSheet1: TTabSheet 54 58 Caption = 'Items' 59 ParentFont = False 55 60 end 56 61 object TabSheet2: TTabSheet 57 62 Caption = 'Links' 63 ParentFont = False 58 64 end 59 65 object TabSheetUsedBy: TTabSheet 60 66 Caption = 'Used by' 61 ClientHeight = 351 62 ClientWidth = 634 67 ClientHeight = 431 68 ClientWidth = 758 69 ParentFont = False 63 70 object ListView1: TListView 64 71 Left = 0 … … 70 77 item 71 78 Caption = 'Name' 72 Width = 61279 Width = 734 73 80 end> 74 81 OwnerData = True 82 ParentFont = False 75 83 ReadOnly = True 76 84 RowSelect = True … … 82 90 end 83 91 object EditName: TEdit 84 Left = 135 85 Height = 28 86 Top = 11 87 Width = 433 92 Left = 162 93 Height = 43 94 Top = 13 95 Width = 520 96 ParentFont = False 88 97 TabOrder = 3 89 98 end 90 99 object CheckBoxCreateNode: TCheckBox 91 Left = 1 692 Height = 2493 Top = 4894 Width = 1 52100 Left = 19 101 Height = 30 102 Top = 58 103 Width = 191 95 104 Caption = 'Create source node' 105 ParentFont = False 96 106 TabOrder = 4 97 107 end 98 108 object Label2: TLabel 99 Left = 3 12100 Height = 2 0101 Top = 52102 Width = 37109 Left = 374 110 Height = 26 111 Top = 62 112 Width = 48 103 113 Caption = 'Level:' 104 114 ParentColor = False 115 ParentFont = False 105 116 end 106 117 object ComboBoxLevel: TComboBox 107 Left = 376 108 Height = 28 109 Top = 48 110 Width = 125 111 ItemHeight = 20 118 Left = 451 119 Height = 42 120 Top = 58 121 Width = 150 122 ItemHeight = 0 123 ParentFont = False 112 124 Style = csDropDownList 113 125 TabOrder = 5
Note:
See TracChangeset
for help on using the changeset viewer.