⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fqblinkform.lfm

📁 这个是功能强大的报表软件
💻 LFM
字号:
object fqbLinkForm: TfqbLinkForm
  Left = 385
  Height = 193
  Top = 195
  Width = 369
  HorzScrollBar.Page = 368
  VertScrollBar.Page = 192
  ActiveControl = RadioOpt
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Link Options'
  Font.CharSet = RUSSIAN_CHARSET
  Font.Height = -11
  Font.Name = 'Tahoma'
  object Label1: TLabel
    Left = 2
    Height = 17
    Top = 7
    Width = 38
    Caption = 'Table 1'
    Color = clNone
    ParentColor = False
  end
  object Label2: TLabel
    Left = 2
    Height = 17
    Top = 46
    Width = 38
    Caption = 'Table 2'
    Color = clNone
    ParentColor = False
  end
  object Label3: TLabel
    Left = 3
    Height = 17
    Top = 24
    Width = 51
    Caption = 'Column 1'
    Color = clNone
    ParentColor = False
  end
  object Label4: TLabel
    Left = 2
    Height = 17
    Top = 62
    Width = 51
    Caption = 'Column 2'
    Color = clNone
    ParentColor = False
  end
  object RadioOpt: TRadioGroup
    Left = 3
    Height = 103
    Top = 85
    Width = 126
    Anchors = [akTop, akLeft, akBottom]
    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
    ItemIndex = 0
    Items.Strings = (
      '='
      '<'
      '>'
      '<='
      '>='
      '<>'
    )
    TabOrder = 0
  end
  object RadioType: TRadioGroup
    Left = 136
    Height = 103
    Top = 85
    Width = 139
    Anchors = [akTop, akLeft, akBottom]
    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
    ItemIndex = 0
    Items.Strings = (
      'Inner'
      'Left Outer'
      'Right Outer'
      'Full Outer'
    )
    TabOrder = 1
  end
  object txtTable1: TStaticText
    Left = 55
    Height = 16
    Top = 7
    Width = 308
    Anchors = [akTop, akLeft, akRight]
    BorderStyle = sbsSunken
    TabOrder = 2
  end
  object txtTable2: TStaticText
    Left = 55
    Height = 16
    Top = 46
    Width = 308
    Anchors = [akTop, akLeft, akRight]
    BorderStyle = sbsSunken
    TabOrder = 3
  end
  object txtCol1: TStaticText
    Left = 55
    Height = 16
    Top = 23
    Width = 308
    Anchors = [akTop, akLeft, akRight]
    BorderStyle = sbsSunken
    TabOrder = 4
  end
  object txtCol2: TStaticText
    Left = 55
    Height = 16
    Top = 62
    Width = 308
    Anchors = [akTop, akLeft, akRight]
    BorderStyle = sbsSunken
    TabOrder = 5
  end
  object BitBtn1: TBitBtn
    Left = 290
    Height = 25
    Top = 130
    Width = 75
    Anchors = [akRight, akBottom]
    Kind = bkOK
    NumGlyphs = 0
    TabOrder = 6
  end
  object BitBtn2: TBitBtn
    Left = 290
    Height = 25
    Top = 162
    Width = 75
    Anchors = [akRight, akBottom]
    Kind = bkCancel
    NumGlyphs = 0
    TabOrder = 7
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -