lazarus/tools/debugserver/frmoptions.lfm
2009-08-26 13:50:27 +00:00

64 lines
1.2 KiB
Plaintext

object OptionsForm: TOptionsForm
Left = 412
Height = 223
Top = 217
Width = 390
Caption = 'Options'
ClientHeight = 223
ClientWidth = 390
Position = poMainFormCenter
LCLVersion = '0.9.27'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 38
Top = 179
Width = 378
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
end
object GBWindow: TGroupBox
Left = 16
Height = 81
Top = 16
Width = 300
Caption = 'Show message window'
ClientHeight = 65
ClientWidth = 296
TabOrder = 1
object CBShowOnStartUp: TCheckBox
Left = 14
Height = 21
Top = 9
Width = 117
Caption = 'Show on startup'
TabOrder = 0
end
object CBShowOnMessage: TCheckBox
Left = 13
Height = 21
Top = 37
Width = 156
Caption = 'Show on new message'
TabOrder = 1
end
end
object GBMessages: TGroupBox
Left = 16
Height = 59
Top = 109
Width = 300
Caption = 'Messages'
ClientHeight = 43
ClientWidth = 296
TabOrder = 2
object CBNewAtBottom: TCheckBox
Left = 13
Height = 21
Top = 10
Width = 204
Caption = 'Show new messages at bottom'
TabOrder = 0
end
end
end