140 lines
2.8 KiB
Plaintext
140 lines
2.8 KiB
Plaintext
object frxSQLEditorForm: TfrxSQLEditorForm
|
|
Left = 537
|
|
Height = 338
|
|
Top = 162
|
|
Width = 620
|
|
Caption = 'Lines'
|
|
ClientHeight = 338
|
|
ClientWidth = 620
|
|
Color = clBtnFace
|
|
Font.Color = clBlack
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnHide = FormHide
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
ShowHint = True
|
|
LCLVersion = '2.0.8.0'
|
|
object ToolBar: TToolBar
|
|
Left = 0
|
|
Height = 23
|
|
Top = 0
|
|
Width = 620
|
|
AutoSize = True
|
|
BorderWidth = 2
|
|
ButtonHeight = 23
|
|
ButtonWidth = 23
|
|
EdgeBorders = []
|
|
TabOrder = 0
|
|
object QBB: TToolButton
|
|
Left = 1
|
|
Top = 0
|
|
ImageIndex = 58
|
|
OnClick = QBBClick
|
|
Visible = False
|
|
end
|
|
object ParamsB: TToolButton
|
|
Left = 24
|
|
Top = 0
|
|
ImageIndex = 71
|
|
OnClick = ParamsBClick
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 47
|
|
Height = 23
|
|
Top = 0
|
|
ImageIndex = 58
|
|
Style = tbsSeparator
|
|
end
|
|
object CancelB: TToolButton
|
|
Left = 55
|
|
Hint = 'Cancel'
|
|
Top = 0
|
|
ImageIndex = 55
|
|
OnClick = CancelBClick
|
|
end
|
|
object OkB: TToolButton
|
|
Left = 78
|
|
Hint = 'OK'
|
|
Top = 0
|
|
ImageIndex = 56
|
|
OnClick = OkBClick
|
|
end
|
|
object ToolButton3: TToolButton
|
|
Left = 101
|
|
Height = 23
|
|
Top = 0
|
|
Caption = 'ToolButton3'
|
|
ImageIndex = 58
|
|
Style = tbsSeparator
|
|
end
|
|
object CBPanel: TPanel
|
|
Left = 109
|
|
Height = 21
|
|
Top = 0
|
|
Width = 200
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 21
|
|
ClientWidth = 200
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
object LDialect: TLabel
|
|
Left = 0
|
|
Height = 21
|
|
Top = 0
|
|
Width = 96
|
|
Align = alLeft
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'SQL Dialect :'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object CBDialect: TComboBox
|
|
Left = 61
|
|
Height = 21
|
|
Top = 0
|
|
Width = 139
|
|
Align = alLeft
|
|
AutoSize = False
|
|
ItemHeight = 13
|
|
OnChange = CBDialectChange
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object TBEditDialect: TToolButton
|
|
Left = 309
|
|
Top = 0
|
|
ImageIndex = 68
|
|
OnClick = TBEditDialectClick
|
|
end
|
|
object TBLoadDialect: TToolButton
|
|
Left = 400
|
|
Top = 0
|
|
ImageIndex = 1
|
|
OnClick = TBLoadDialectClick
|
|
end
|
|
object TBSaveDialect: TToolButton
|
|
Left = 423
|
|
Top = 0
|
|
ImageIndex = 2
|
|
OnClick = TBSaveDialectClick
|
|
end
|
|
end
|
|
object OpenDialog: TOpenDialog
|
|
DefaultExt = '*.ini'
|
|
Filter = 'SQL Syntax presets|*.ini'
|
|
Left = 8
|
|
Top = 48
|
|
end
|
|
object SaveDialog: TSaveDialog
|
|
DefaultExt = '*.ini'
|
|
Filter = 'SQL Syntax presets|*.ini'
|
|
Left = 56
|
|
Top = 48
|
|
end
|
|
end
|