1
0
mirror of synced 2024-11-15 00:43:50 +00:00
unitswitcher/Source/CmpSwFilterConfiguration.dfm

63 lines
1.3 KiB
Plaintext

object frmCmpSwFilterConfiguration: TfrmCmpSwFilterConfiguration
Left = 317
Top = 192
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
BorderWidth = 8
Caption = 'Filter'
ClientHeight = 343
ClientWidth = 345
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object gbMain: TGroupBox
Left = 0
Top = 0
Width = 345
Height = 308
Align = alClient
TabOrder = 0
end
object pnlButtons: TPanel
Left = 0
Top = 308
Width = 345
Height = 35
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
345
35)
object btnOk: TButton
Left = 189
Top = 10
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 270
Top = 10
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end