You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
95 lines
1.8 KiB
Plaintext
95 lines
1.8 KiB
Plaintext
object OQBDBForm2: TOQBDBForm2
|
|
Left = 656
|
|
Height = 126
|
|
Top = 270
|
|
Width = 248
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Select Database'
|
|
ClientHeight = 126
|
|
ClientWidth = 248
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.3'
|
|
object Bevel1: TBevel
|
|
Left = 0
|
|
Height = 97
|
|
Top = 0
|
|
Width = 248
|
|
Shape = bsFrame
|
|
end
|
|
object Label1: TLabel
|
|
Left = 13
|
|
Height = 13
|
|
Top = 6
|
|
Width = 85
|
|
Caption = 'Select Database :'
|
|
ParentColor = False
|
|
end
|
|
object BtnOk: TButton
|
|
Left = 119
|
|
Height = 20
|
|
Top = 104
|
|
Width = 61
|
|
Caption = '&Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object BtnCancel: TButton
|
|
Left = 186
|
|
Height = 20
|
|
Top = 104
|
|
Width = 59
|
|
Cancel = True
|
|
Caption = '&Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object CheckDB: TCheckBox
|
|
Left = 13
|
|
Height = 17
|
|
Top = 71
|
|
Width = 127
|
|
Caption = 'Include System Tables'
|
|
TabOrder = 2
|
|
end
|
|
object EdtDB: TEdit
|
|
Left = 13
|
|
Height = 21
|
|
Top = 19
|
|
Width = 202
|
|
TabOrder = 3
|
|
end
|
|
object btnDir: TButton
|
|
Left = 215
|
|
Height = 20
|
|
Top = 19
|
|
Width = 20
|
|
Caption = '...'
|
|
OnClick = btnDbClick
|
|
TabOrder = 4
|
|
end
|
|
object CheckView: TCheckBox
|
|
Left = 13
|
|
Height = 17
|
|
Top = 51
|
|
Width = 85
|
|
Caption = 'Include Views'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 5
|
|
end
|
|
object DlgSelect: TOpenDialog
|
|
Title = 'Select Database'
|
|
DefaultExt = '.*.gdb'
|
|
Filter = 'InterBase database (*.gdb)|*.gdb|All Files (*.*)|*.*'
|
|
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
|
|
left = 184
|
|
top = 48
|
|
end
|
|
end
|