You've already forked lazarus-ccr
Component V 0.1.2.0 Demo V 0.1.2.0 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5487 8e941d3f-bd1b-0410-a28a-d453659cc2b4
63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
object ShowINIForm: TShowINIForm
|
|
Left = 1253
|
|
Height = 540
|
|
Top = 313
|
|
Width = 768
|
|
BorderStyle = bsToolWindow
|
|
Caption = 'INI'
|
|
ClientHeight = 540
|
|
ClientWidth = 768
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poMainFormCenter
|
|
LCLVersion = '1.7'
|
|
object Memo_INI: TMemo
|
|
Left = 0
|
|
Height = 482
|
|
Top = 0
|
|
Width = 768
|
|
Align = alTop
|
|
Lines.Strings = (
|
|
'Memo_INI'
|
|
)
|
|
OnChange = Memo_INIChange
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
WordWrap = False
|
|
end
|
|
object cmd_Close: TBitBtn
|
|
Left = 347
|
|
Height = 26
|
|
Top = 500
|
|
Width = 75
|
|
AutoSize = True
|
|
Caption = '&Close'
|
|
Kind = bkClose
|
|
ModalResult = 11
|
|
OnClick = cmd_CloseClick
|
|
TabOrder = 1
|
|
end
|
|
object cmd_saveChanges: TButton
|
|
Left = 600
|
|
Height = 25
|
|
Top = 499
|
|
Width = 154
|
|
AutoSize = True
|
|
Caption = 'Save Changes and Close'
|
|
Enabled = False
|
|
OnClick = cmd_saveChangesClick
|
|
TabOrder = 2
|
|
end
|
|
object cmd_Abort: TBitBtn
|
|
Left = 264
|
|
Height = 26
|
|
Top = 500
|
|
Width = 76
|
|
Caption = '&Revert'
|
|
Kind = bkAbort
|
|
ModalResult = 3
|
|
TabOrder = 3
|
|
Visible = False
|
|
end
|
|
end
|