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

📄 u_option.dfm

📁 SQL自动生成
💻 DFM
字号:
object Frm_Option: TFrm_Option
  Left = 127
  Top = 188
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #36873#39033
  ClientHeight = 245
  ClientWidth = 278
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 158
    Height = 81
    Caption = #26597#35810#35760#24405#25968#38480#23450
    TabOrder = 0
    object Chk_Distinct: TCheckBox
      Left = 14
      Top = 24
      Width = 89
      Height = 17
      Caption = 'Distinct'
      TabOrder = 0
    end
    object Chk_Top: TCheckBox
      Left = 14
      Top = 48
      Width = 36
      Height = 17
      Caption = 'top'
      TabOrder = 1
      OnClick = Chk_TopClick
    end
    object cb_Percent: TComboBox
      Left = 108
      Top = 48
      Width = 35
      Height = 21
      Enabled = False
      ItemHeight = 13
      TabOrder = 2
      OnChange = cb_PercentChange
      Items.Strings = (
        ''
        '%')
    end
    object e_top: TFloatEditEx
      Left = 49
      Top = 48
      Width = 56
      Height = 21
      BiDiMode = bdLeftToRight
      Enabled = False
      MaxLength = 5
      ParentBiDiMode = False
      TabOrder = 3
      Text = '5'
      Digits = 0
      Value = 5
      Min = 1
      Max = 99999
      ErrorMessage = '[No Text]'
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 93
    Width = 158
    Height = 97
    Caption = #35821#21477' '#26679#24335
    TabOrder = 1
    object Label1: TLabel
      Left = 14
      Top = 24
      Width = 78
      Height = 13
      AutoSize = False
      Caption = #27599#34892#38271#24230
    end
    object Label2: TLabel
      Left = 12
      Top = 48
      Width = 84
      Height = 13
      Caption = #20801#35768#21464#21270#30340#38271#24230
    end
    object Label3: TLabel
      Left = 16
      Top = 72
      Width = 24
      Height = 13
      Caption = #32553#36827
    end
    object E_NumPerline: TFloatEditEx
      Left = 104
      Top = 20
      Width = 41
      Height = 21
      MaxLength = 2
      TabOrder = 0
      Text = '40'
      OnChange = E_NumPerlineChange
      Digits = 0
      Value = 40
      Max = 99
      ErrorMessage = '[No Text]'
    end
    object E_NumPerlineDelta: TFloatEditEx
      Left = 104
      Top = 46
      Width = 41
      Height = 21
      MaxLength = 2
      TabOrder = 1
      Text = '5'
      Digits = 0
      Value = 5
      Max = 99
      ErrorMessage = '[No Text]'
    end
    object E_Indent: TFloatEditEx
      Left = 105
      Top = 72
      Width = 40
      Height = 21
      MaxLength = 2
      TabOrder = 2
      Text = '1'
      Digits = 0
      Value = 1
      Max = 99
      ErrorMessage = '[No Text]'
    end
  end
  object Chk_LikeAccess: TCheckBox
    Left = 8
    Top = 200
    Width = 185
    Height = 17
    Caption = #34920#36830#25509#20135#29983'Access'#35821#27861
    TabOrder = 2
    OnClick = Chk_LikeAccessClick
  end
  object Chk_InnerJoin: TCheckBox
    Left = 8
    Top = 221
    Width = 185
    Height = 17
    Caption = #20840#20869#36830#25509#26102#20135#29983'Inner Join'#35821#27861
    TabOrder = 3
    OnClick = Chk_InnerJoinClick
  end
  object Button1: TButton
    Left = 191
    Top = 16
    Width = 75
    Height = 26
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 4
  end
  object Button2: TButton
    Left = 191
    Top = 72
    Width = 75
    Height = 26
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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