Files
lazarus-ccr/components/zmsql/source/QBEZmsql/QBLnkFrm.lfm

193 lines
4.1 KiB
Plaintext

object OQBLinkForm: TOQBLinkForm
Left = 477
Height = 239
Top = 258
Width = 280
ActiveControl = RadioOpt
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Link Options'
ClientHeight = 239
ClientWidth = 280
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '1.0.6.0'
object Label1: TLabel
Left = 2
Height = 14
Top = 7
Width = 37
Caption = 'Table 1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 2
Height = 14
Top = 46
Width = 37
Caption = 'Table 2'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 3
Height = 14
Top = 24
Width = 45
Caption = 'Column 1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 2
Height = 14
Top = 62
Width = 45
Caption = 'Column 2'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
end
object RadioOpt: TRadioGroup
Left = 3
Height = 150
Top = 85
Width = 98
AutoFill = True
Caption = 'Join Operator'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 132
ClientWidth = 94
ItemIndex = 0
Items.Strings = (
'='
'<'
'>'
'<='
'>='
'<>'
)
TabOrder = 0
end
object RadioType: TRadioGroup
Left = 107
Height = 150
Top = 85
Width = 104
AutoFill = True
Caption = 'Join Type'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 132
ClientWidth = 100
ItemIndex = 0
Items.Strings = (
'Inner'
'Left Outer'
'Right Outer'
'Full Outer'
)
TabOrder = 1
end
object BtnOk: TButton
Left = 215
Height = 20
Top = 185
Width = 61
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 2
end
object BtnCancel: TButton
Left = 215
Height = 20
Top = 211
Width = 61
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object txtTable1: TStaticText
Left = 55
Height = 16
Top = 7
Width = 219
BorderStyle = sbsSunken
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
end
object txtTable2: TStaticText
Left = 55
Height = 16
Top = 46
Width = 220
BorderStyle = sbsSunken
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
end
object txtCol1: TStaticText
Left = 55
Height = 16
Top = 23
Width = 219
BorderStyle = sbsSunken
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
end
object txtCol2: TStaticText
Left = 55
Height = 16
Top = 62
Width = 220
BorderStyle = sbsSunken
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 7
end
end