git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
118 lines
2.5 KiB
Plaintext
118 lines
2.5 KiB
Plaintext
inherited DATableEditorForm: TDATableEditorForm
|
|
Left = 294
|
|
Top = 203
|
|
Height = 340
|
|
HorzScrollBar.Visible = False
|
|
VertScrollBar.Visible = False
|
|
ActiveControl = cbTableName
|
|
BorderIcons = [biSystemMenu]
|
|
Constraints.MinHeight = 332
|
|
Constraints.MinWidth = 512
|
|
Font.Height = -11
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited BtnPanel: TPanel
|
|
Top = 265
|
|
TabOrder = 1
|
|
inherited btOk: TBitBtn
|
|
TabOrder = 1
|
|
end
|
|
inherited btCancel: TBitBtn
|
|
TabOrder = 2
|
|
end
|
|
object btnDataEditor: TBitBtn
|
|
Left = 8
|
|
Top = 8
|
|
Width = 80
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = '&Data Editor...'
|
|
TabOrder = 0
|
|
OnClick = btnDataEditorClick
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 497
|
|
Height = 285
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
BevelWidth = 2
|
|
TabOrder = 0
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 20
|
|
Width = 58
|
|
Height = 13
|
|
Caption = 'Table Name'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Top = 44
|
|
Width = 56
|
|
Height = 13
|
|
Caption = 'Order Fields'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 67
|
|
Width = 43
|
|
Height = 13
|
|
Caption = 'FilterSQL'
|
|
end
|
|
object edFilter: TEdit
|
|
Left = 96
|
|
Top = 64
|
|
Width = 388
|
|
Height = 20
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 2
|
|
OnExit = edFilterExit
|
|
end
|
|
object meSQL: TMemo
|
|
Left = 5
|
|
Top = 88
|
|
Width = 479
|
|
Height = 164
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Courier New'
|
|
Font.Pitch = fpVariable
|
|
Font.Style = []
|
|
Lines.Strings = (
|
|
'')
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 3
|
|
WordWrap = False
|
|
end
|
|
object cbTableName: TComboBox
|
|
Left = 96
|
|
Top = 16
|
|
Width = 388
|
|
Height = 26
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DropDownCount = 16
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
Items.Strings = (
|
|
'')
|
|
OnDropDown = cbTableNameDropDown
|
|
OnExit = cbTableNameExit
|
|
end
|
|
object edOrderFields: TEdit
|
|
Left = 96
|
|
Top = 40
|
|
Width = 388
|
|
Height = 20
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 1
|
|
OnExit = edOrderFieldsExit
|
|
end
|
|
end
|
|
end
|