Files
lazarus-ccr/components/cryptini/latest_stable/demo/umemoform.lfm
gbamber 4bd9b0fd4b cryptini component initial commit
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
2016-12-14 13:19:41 +00:00

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