You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
72 lines
1.8 KiB
Plaintext
72 lines
1.8 KiB
Plaintext
object Form1: TForm1
|
|
Left = 258
|
|
Height = 200
|
|
Top = 146
|
|
Width = 384
|
|
AutoSize = True
|
|
BorderStyle = bsDialog
|
|
Caption = 'Protect Exe Example'
|
|
ClientHeight = 200
|
|
ClientWidth = 384
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.3.0.0'
|
|
object StatusLbl: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = CloseBtn
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 12
|
|
Height = 15
|
|
Top = 164
|
|
Width = 32
|
|
BorderSpacing.Left = 12
|
|
Caption = 'Status'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object CloseBtn: TBitBtn
|
|
AnchorSideTop.Control = Bevel1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 297
|
|
Height = 25
|
|
Top = 159
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 12
|
|
Kind = bkClose
|
|
TabOrder = 0
|
|
end
|
|
object Info: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 120
|
|
Top = 12
|
|
Width = 360
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 12
|
|
Caption = 'The label at the bottom of this form indicates the status of the EXE file. '#13#10#13#10'If the EXE file has not been stamped, use the StampEXE program to protect it.'#13#10#13#10'The EXE file will need to be stamped after each compile since this re-writes the EXE file.'
|
|
WordWrap = True
|
|
end
|
|
object Bevel1: TBevel
|
|
AnchorSideLeft.Control = Info
|
|
AnchorSideTop.Control = Info
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Info
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 3
|
|
Top = 144
|
|
Width = 360
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Shape = bsTopLine
|
|
end
|
|
object OgProtectExe1: TOgProtectExe
|
|
OnChecked = OgProtectExe1Checked
|
|
Left = 136
|
|
Top = 88
|
|
end
|
|
end
|