ChivalryServerLauncher/source/view/Forms.Game.dfm

122 lines
2.6 KiB
Plaintext

object GameForm: TGameForm
Left = 0
Top = 0
ActiveControl = deLocation
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Game location'
ClientHeight = 124
ClientWidth = 519
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object gbGame: TGroupBox
AlignWithMargins = True
Left = 8
Top = 8
Width = 503
Height = 75
Margins.Left = 8
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 8
Align = alClient
TabOrder = 0
ExplicitLeft = 232
ExplicitTop = 136
ExplicitWidth = 185
ExplicitHeight = 105
DesignSize = (
503
75)
object lblGame: TLabel
Left = 20
Top = 15
Width = 31
Height = 13
Caption = 'Game:'
end
object lblLocation: TLabel
Left = 20
Top = 42
Width = 44
Height = 13
Caption = 'Location:'
end
object cmbGame: TComboBox
Left = 108
Top = 12
Width = 383
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
ExplicitWidth = 509
end
object deLocation: TJvDirectoryEdit
Left = 108
Top = 39
Width = 383
Height = 21
DialogKind = dkWin32
DialogText = 'Select game location'
DialogOptionsWin32 = [odStatusAvailable, odEditBox, odNewDialogStyle, odNoNewButtonFolder]
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
ExplicitWidth = 509
end
end
object pnlButtons: TPanel
AlignWithMargins = True
Left = 8
Top = 91
Width = 503
Height = 25
Margins.Left = 8
Margins.Top = 0
Margins.Right = 8
Margins.Bottom = 8
Align = alBottom
AutoSize = True
BevelOuter = bvNone
TabOrder = 1
object btnCancel: TButton
Left = 428
Top = 0
Width = 75
Height = 25
Align = alRight
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object btnOK: TButton
AlignWithMargins = True
Left = 345
Top = 0
Width = 75
Height = 25
Margins.Left = 0
Margins.Top = 0
Margins.Right = 8
Margins.Bottom = 0
Align = alRight
Caption = 'OK'
Default = True
TabOrder = 0
OnClick = btnOKClick
ExplicitLeft = 347
ExplicitTop = 3
end
end
end