You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2393 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -58,41 +58,33 @@ object fMainForm: TfMainForm
|
||||
ClientHeight = 363
|
||||
ClientWidth = 579
|
||||
ImageIndex = 5
|
||||
object Edit1: TEdit
|
||||
Left = 92
|
||||
Height = 23
|
||||
Top = 24
|
||||
Width = 80
|
||||
TabOrder = 0
|
||||
Text = 'Edit1'
|
||||
end
|
||||
object Edit2: TEdit
|
||||
Left = 92
|
||||
Height = 23
|
||||
Top = 73
|
||||
Width = 80
|
||||
TabOrder = 1
|
||||
Text = 'Edit2'
|
||||
end
|
||||
object Button1: TButton
|
||||
Left = 92
|
||||
Height = 25
|
||||
Top = 120
|
||||
Width = 75
|
||||
Caption = 'Button1'
|
||||
TabOrder = 2
|
||||
end
|
||||
object Label2: TLabel
|
||||
AnchorSideLeft.Control = TabSheet1
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
Left = 167
|
||||
Height = 31
|
||||
Top = 208
|
||||
Top = 304
|
||||
Width = 244
|
||||
Alignment = taCenter
|
||||
Caption = 'This is a Fixed Page, and cannot be closed.'#13#10'You can configure it on "FixedPages" Property'
|
||||
ParentColor = False
|
||||
end
|
||||
object IpHtmlPanel1: TIpHtmlPanel
|
||||
Left = 0
|
||||
Height = 290
|
||||
Top = 0
|
||||
Width = 579
|
||||
Align = alTop
|
||||
FixedTypeface = 'Courier New'
|
||||
DefaultTypeFace = 'default'
|
||||
DefaultFontSize = 12
|
||||
FlagErrors = False
|
||||
PrintSettings.MarginLeft = 0.5
|
||||
PrintSettings.MarginTop = 0.5
|
||||
PrintSettings.MarginRight = 0.5
|
||||
PrintSettings.MarginBottom = 0.5
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
object pBottom: TPanel
|
||||
@ -644,11 +636,11 @@ object fMainForm: TfMainForm
|
||||
object MenuItem1: TMenuItem
|
||||
Caption = 'Forms'
|
||||
object miForm1: TMenuItem
|
||||
Caption = 'Open Form 1'
|
||||
Caption = 'Open New Form 1'
|
||||
OnClick = miForm1Click
|
||||
end
|
||||
object miForm2: TMenuItem
|
||||
Caption = 'Open Form 2'
|
||||
Caption = 'Show Already Created Form 2'
|
||||
end
|
||||
object MenuItem2: TMenuItem
|
||||
Caption = '-'
|
||||
|
Reference in New Issue
Block a user