1object fpwebNewHtmlTagTRForm: TfpwebNewHtmlTagTRForm
2  Left = 483
3  Height = 312
4  Top = 433
5  Width = 369
6  ActiveControl = PageControl1
7  Caption = 'Tag properties: TR'
8  ClientHeight = 312
9  ClientWidth = 369
10  OnCreate = FormCreate
11  Position = poScreenCenter
12  LCLVersion = '0.9.29'
13  object ButtonPanel1: TButtonPanel
14    Left = 6
15    Height = 44
16    Top = 262
17    Width = 357
18    OKButton.Name = 'OKButton'
19    HelpButton.Name = 'HelpButton'
20    CloseButton.Name = 'CloseButton'
21    CloseButton.Enabled = False
22    CancelButton.Name = 'CancelButton'
23    TabOrder = 0
24    ShowButtons = [pbOK, pbCancel, pbHelp]
25  end
26  object PageControl1: TPageControl
27    Left = 0
28    Height = 256
29    Top = 0
30    Width = 369
31    ActivePage = TabSheet1
32    Align = alClient
33    TabIndex = 0
34    TabOrder = 1
35    object TabSheet1: TTabSheet
36      Caption = 'Main'
37      ClientHeight = 221
38      ClientWidth = 363
39      object Label1: TLabel
40        AnchorSideLeft.Control = TabSheet1
41        AnchorSideTop.Control = TabSheet1
42        Left = 6
43        Height = 18
44        Top = 6
45        Width = 32
46        BorderSpacing.Around = 6
47        Caption = '&Align'
48        FocusControl = CBAlign
49        ParentColor = False
50      end
51      object Label2: TLabel
52        AnchorSideLeft.Control = TabSheet1
53        AnchorSideTop.Control = CBAlign
54        AnchorSideTop.Side = asrBottom
55        Left = 6
56        Height = 18
57        Top = 67
58        Width = 40
59        BorderSpacing.Around = 6
60        Caption = '&VAlign'
61        FocusControl = CBValign
62        ParentColor = False
63      end
64      object CBAlign: TComboBox
65        AnchorSideLeft.Control = Label1
66        AnchorSideTop.Control = Label1
67        AnchorSideTop.Side = asrBottom
68        AnchorSideRight.Control = TabSheet1
69        AnchorSideRight.Side = asrBottom
70        Left = 12
71        Height = 31
72        Top = 30
73        Width = 345
74        Anchors = [akTop, akLeft, akRight]
75        BorderSpacing.Around = 6
76        ItemHeight = 0
77        ItemIndex = 0
78        Items.Strings = (
79          'none'
80          'left'
81          'center'
82          'right'
83        )
84        Style = csDropDownList
85        TabOrder = 0
86        Text = 'none'
87      end
88      object CBValign: TComboBox
89        AnchorSideLeft.Control = Label2
90        AnchorSideTop.Control = Label2
91        AnchorSideTop.Side = asrBottom
92        AnchorSideRight.Control = TabSheet1
93        AnchorSideRight.Side = asrBottom
94        Left = 12
95        Height = 31
96        Top = 91
97        Width = 345
98        Anchors = [akTop, akLeft, akRight]
99        BorderSpacing.Around = 6
100        ItemHeight = 0
101        ItemIndex = 0
102        Items.Strings = (
103          'none'
104          'baseline'
105          'bottom'
106          'center'
107          'top'
108        )
109        Style = csDropDownList
110        TabOrder = 1
111        Text = 'none'
112      end
113      object Label3: TLabel
114        AnchorSideLeft.Control = TabSheet1
115        AnchorSideTop.Control = CBValign
116        AnchorSideTop.Side = asrBottom
117        Left = 6
118        Height = 18
119        Top = 128
120        Width = 55
121        BorderSpacing.Around = 6
122        Caption = 'BG color'
123        FocusControl = CBColor
124        ParentColor = False
125      end
126      object CBColor: TColorBox
127        AnchorSideLeft.Control = Label3
128        AnchorSideTop.Control = Label3
129        AnchorSideTop.Side = asrBottom
130        AnchorSideRight.Control = TabSheet1
131        AnchorSideRight.Side = asrBottom
132        Left = 12
133        Height = 31
134        Top = 152
135        Width = 345
136        Anchors = [akTop, akLeft, akRight]
137        BorderSpacing.Around = 6
138        ItemHeight = 0
139        TabOrder = 2
140      end
141    end
142    object TabSheet2: TTabSheet
143      Caption = 'Core'
144      ClientHeight = 221
145      ClientWidth = 363
146      object Label4: TLabel
147        AnchorSideLeft.Control = TabSheet2
148        AnchorSideTop.Control = TabSheet2
149        Left = 6
150        Height = 18
151        Top = 6
152        Width = 14
153        BorderSpacing.Around = 6
154        Caption = '&ID'
155        FocusControl = CBId
156        ParentColor = False
157      end
158      object Label5: TLabel
159        AnchorSideLeft.Control = TabSheet2
160        AnchorSideTop.Control = CBId
161        AnchorSideTop.Side = asrBottom
162        Left = 6
163        Height = 18
164        Top = 65
165        Width = 35
166        BorderSpacing.Around = 6
167        Caption = '&Class'
168        FocusControl = CBClass
169        ParentColor = False
170      end
171      object CBId: TComboBox
172        AnchorSideLeft.Control = Label4
173        AnchorSideTop.Control = Label4
174        AnchorSideTop.Side = asrBottom
175        AnchorSideRight.Control = TabSheet2
176        AnchorSideRight.Side = asrBottom
177        Left = 12
178        Height = 29
179        Top = 30
180        Width = 345
181        Anchors = [akTop, akLeft, akRight]
182        BorderSpacing.Around = 6
183        ItemHeight = 0
184        TabOrder = 0
185      end
186      object CBClass: TComboBox
187        AnchorSideLeft.Control = Label5
188        AnchorSideTop.Control = Label5
189        AnchorSideTop.Side = asrBottom
190        AnchorSideRight.Control = TabSheet2
191        AnchorSideRight.Side = asrBottom
192        Left = 12
193        Height = 29
194        Top = 89
195        Width = 345
196        Anchors = [akTop, akLeft, akRight]
197        BorderSpacing.Around = 6
198        ItemHeight = 0
199        TabOrder = 1
200      end
201    end
202    object TabSheet3: TTabSheet
203      Caption = 'Events'
204    end
205  end
206end
207