You've already forked lazarus-ccr
51 lines
889 B
Plaintext
51 lines
889 B
Plaintext
![]() |
object OptView: TOptView
|
||
|
Left = 359
|
||
|
Height = 240
|
||
|
Top = 214
|
||
|
Width = 320
|
||
|
Caption = 'OptView'
|
||
|
ClientHeight = 240
|
||
|
ClientWidth = 320
|
||
|
OnDestroy = FormDestroy
|
||
|
OnShow = FormShow
|
||
|
LCLVersion = '1.1'
|
||
|
object Panel1: TPanel
|
||
|
Left = 0
|
||
|
Height = 190
|
||
|
Top = 0
|
||
|
Width = 320
|
||
|
Align = alClient
|
||
|
Caption = 'Panel1'
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object Panel2: TPanel
|
||
|
Left = 0
|
||
|
Height = 50
|
||
|
Top = 190
|
||
|
Width = 320
|
||
|
Align = alBottom
|
||
|
Caption = 'Panel2'
|
||
|
ClientHeight = 50
|
||
|
ClientWidth = 320
|
||
|
TabOrder = 1
|
||
|
object btnOk: TButton
|
||
|
Left = 33
|
||
|
Height = 25
|
||
|
Top = 15
|
||
|
Width = 75
|
||
|
Caption = 'Ok'
|
||
|
ModalResult = 1
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object btnCancel: TButton
|
||
|
Left = 115
|
||
|
Height = 25
|
||
|
Top = 15
|
||
|
Width = 75
|
||
|
Caption = 'Cancel'
|
||
|
ModalResult = 2
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
end
|
||
|
end
|