lazarus-ccr/components/zmsql/source/QBEZmsql/QBDBFrm.lfm

94 lines
1.6 KiB
Plaintext

object OQBDBForm: TOQBDBForm
Left = 537
Height = 147
Top = 250
Width = 249
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select Database'
ClientHeight = 147
ClientWidth = 249
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '1.0.6.0'
object Bevel1: TBevel
Left = 1
Height = 118
Top = 1
Width = 248
Shape = bsFrame
end
object Label1: TLabel
Left = 13
Height = 14
Top = 7
Width = 62
Caption = 'Select Alias :'
ParentColor = False
end
object Label2: TLabel
Left = 13
Height = 14
Top = 46
Width = 67
Caption = 'Or Directory :'
ParentColor = False
end
object BtnOk: TButton
Left = 119
Height = 20
Top = 124
Width = 61
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 0
end
object BtnCancel: TButton
Left = 186
Height = 20
Top = 124
Width = 59
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
object ComboDB: TComboBox
Left = 13
Height = 21
Top = 20
Width = 222
ItemHeight = 13
Style = csDropDownList
TabOrder = 2
end
object CheckDB: TCheckBox
Left = 13
Height = 19
Top = 91
Width = 223
Caption = 'Include System Tables (for SQL-database)'
TabOrder = 3
end
object EdtDir: TEdit
Left = 13
Height = 21
Top = 59
Width = 202
TabOrder = 4
end
object btnDir: TButton
Left = 215
Height = 20
Top = 59
Width = 20
Caption = '...'
OnClick = btnDirClick
TabOrder = 5
end
end