2012-04-20 12:39:44 +00:00
object Form2: TForm2
2012-05-31 17:39:26 +00:00
Left = 555
2012-04-21 21:13:38 +00:00
Height = 252
2012-05-31 17:39:26 +00:00
Top = 328
2012-04-21 22:57:35 +00:00
Width = 499
2012-04-20 12:39:44 +00:00
Caption = 'Form2'
2012-04-21 21:13:38 +00:00
ClientHeight = 252
2012-04-21 22:57:35 +00:00
ClientWidth = 499
KeyPreview = True
2013-07-13 23:31:38 +00:00
OnActivate = FormActivate
2012-04-20 12:39:44 +00:00
OnClose = FormClose
OnCloseQuery = FormCloseQuery
2013-07-13 23:31:38 +00:00
OnCreate = FormCreate
OnDeactivate = FormDeactivate
2012-04-20 12:39:44 +00:00
OnDestroy = FormDestroy
OnHide = FormHide
2012-04-21 22:57:35 +00:00
OnKeyDown = FormKeyDown
2012-04-20 12:39:44 +00:00
OnShow = FormShow
2013-07-13 23:31:38 +00:00
LCLVersion = '1.1'
2012-04-20 12:39:44 +00:00
object Edit1: TEdit
2012-04-21 21:13:38 +00:00
Left = 48
2012-04-23 16:40:28 +00:00
Height = 23
Top = 72
2012-04-21 22:57:35 +00:00
Width = 403
2012-04-21 15:38:55 +00:00
Anchors = [akTop, akLeft, akRight]
2012-04-20 12:39:44 +00:00
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
2012-04-21 21:13:38 +00:00
Left = 48
2012-04-23 16:40:28 +00:00
Height = 23
Top = 128
2012-04-21 22:57:35 +00:00
Width = 403
2012-04-21 15:38:55 +00:00
Anchors = [akTop, akLeft, akRight]
2012-04-23 16:40:28 +00:00
TabOrder = 2
2012-04-20 12:39:44 +00:00
Text = 'Edit2'
end
object CheckBox1: TCheckBox
2012-04-21 21:13:38 +00:00
Left = 48
2012-04-23 16:40:28 +00:00
Height = 19
Top = 98
Width = 90
Caption = 'Disable Edit 1'
Checked = True
OnChange = CheckBox1Change
State = cbChecked
TabOrder = 1
2012-04-20 12:39:44 +00:00
end
2012-04-21 21:13:38 +00:00
object bClose: TButton
2012-04-23 16:40:28 +00:00
Left = 365
Height = 25
Top = 192
Width = 86
2012-04-21 15:38:55 +00:00
Anchors = [akRight, akBottom]
2012-04-20 12:39:44 +00:00
AutoSize = True
Caption = 'Close Form'
2012-04-21 21:13:38 +00:00
OnClick = bCloseClick
2012-04-23 16:40:28 +00:00
TabOrder = 5
2012-04-20 12:39:44 +00:00
end
2012-04-21 21:13:38 +00:00
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
2012-04-23 16:40:28 +00:00
Left = 44
2013-07-13 23:31:38 +00:00
Height = 30
2012-04-21 21:13:38 +00:00
Top = 16
2013-07-13 23:31:38 +00:00
Width = 410
2012-04-21 21:13:38 +00:00
Alignment = taCenter
Caption = 'This Form does NOT have Max Constraints. It will be Aligned by "alClient". '#13#10'Design forms like this using Anchors to expand controls all over the Page'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label1: TLabel
AnchorSideLeft.Control = bClose
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = bClose
AnchorSideTop.Side = asrBottom
2013-07-13 23:31:38 +00:00
Left = 350
Height = 15
2012-04-21 21:13:38 +00:00
Top = 223
2013-07-13 23:31:38 +00:00
Width = 117
2012-04-21 21:13:38 +00:00
BorderSpacing.Top = 6
Caption = 'This Form is not Freed'
ParentColor = False
end
2012-04-23 16:40:28 +00:00
object bToggle1: TButton
Left = 48
Height = 25
Top = 192
Width = 75
Caption = 'Toggle 1'
OnClick = bToggle1Click
TabOrder = 3
end
object bToggle2: TButton
Left = 144
Height = 25
Top = 192
Width = 75
Caption = 'Toggle 2'
Enabled = False
OnClick = bToggle1Click
TabOrder = 4
end
2012-04-20 12:39:44 +00:00
end