source: branches/generator/Forms/UFormRule.lfm

Last change on this file was 190, checked in by chronos, 5 years ago
  • Added: Missing .lrj files to generate complete language files.
File size: 2.5 KB
Line 
1object FormRule: TFormRule
2 Left = 507
3 Height = 617
4 Top = 293
5 Width = 796
6 ActiveControl = ButtonOk
7 Caption = 'Rule'
8 ClientHeight = 617
9 ClientWidth = 796
10 DesignTimePPI = 144
11 OnClose = FormClose
12 OnCreate = FormCreate
13 OnDestroy = FormDestroy
14 OnShow = FormShow
15 LCLVersion = '2.0.2.0'
16 object ButtonOk: TButton
17 Left = 451
18 Height = 30
19 Top = 576
20 Width = 90
21 Anchors = [akLeft, akBottom]
22 Caption = 'Ok'
23 ModalResult = 1
24 ParentFont = False
25 TabOrder = 0
26 end
27 object ButtonCancel: TButton
28 Left = 202
29 Height = 30
30 Top = 576
31 Width = 90
32 Anchors = [akLeft, akBottom]
33 Caption = 'Cancel'
34 ModalResult = 2
35 ParentFont = False
36 TabOrder = 1
37 end
38 object Label1: TLabel
39 Left = 19
40 Height = 26
41 Top = 19
42 Width = 56
43 Caption = 'Name:'
44 ParentColor = False
45 ParentFont = False
46 end
47 object PageControl1: TPageControl
48 Left = 10
49 Height = 471
50 Top = 96
51 Width = 768
52 ActivePage = TabSheet1
53 Anchors = [akTop, akLeft, akRight, akBottom]
54 ParentFont = False
55 TabIndex = 0
56 TabOrder = 2
57 object TabSheet1: TTabSheet
58 Caption = 'Items'
59 ParentFont = False
60 end
61 object TabSheet2: TTabSheet
62 Caption = 'Links'
63 ParentFont = False
64 end
65 object TabSheetUsedBy: TTabSheet
66 Caption = 'Used by'
67 ClientHeight = 431
68 ClientWidth = 758
69 ParentFont = False
70 object ListView1: TListView
71 Left = 0
72 Height = 359
73 Top = 0
74 Width = 632
75 Align = alClient
76 Columns = <
77 item
78 Caption = 'Name'
79 Width = 734
80 end>
81 OwnerData = True
82 ParentFont = False
83 ReadOnly = True
84 RowSelect = True
85 TabOrder = 0
86 ViewStyle = vsReport
87 OnData = ListView1Data
88 end
89 end
90 end
91 object EditName: TEdit
92 Left = 162
93 Height = 43
94 Top = 13
95 Width = 520
96 ParentFont = False
97 TabOrder = 3
98 end
99 object CheckBoxCreateNode: TCheckBox
100 Left = 19
101 Height = 30
102 Top = 58
103 Width = 191
104 Caption = 'Create source node'
105 ParentFont = False
106 TabOrder = 4
107 end
108 object Label2: TLabel
109 Left = 374
110 Height = 26
111 Top = 62
112 Width = 48
113 Caption = 'Level:'
114 ParentColor = False
115 ParentFont = False
116 end
117 object ComboBoxLevel: TComboBox
118 Left = 451
119 Height = 42
120 Top = 58
121 Width = 150
122 ItemHeight = 0
123 ParentFont = False
124 Style = csDropDownList
125 TabOrder = 5
126 end
127end
Note: See TracBrowser for help on using the repository browser.