fieldselect.dfm

来自「一个很好用的万能查询控件。部分代码经过更改。」· DFM 代码 · 共 72 行

DFM
72
字号
object frmFieldSelect: TfrmFieldSelect
  Left = 438
  Top = 127
  BorderStyle = bsDialog
  Caption = #23383#27573#26174#31034#36873#25321
  ClientHeight = 358
  ClientWidth = 193
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 8
    Top = 324
    Width = 75
    Height = 22
    Caption = #30830#23450'(&Y)'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 110
    Top = 324
    Width = 75
    Height = 22
    Caption = #21462#28040'(&N)'
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 177
    Height = 297
    Caption = #36873#25321#23383#27573
    TabOrder = 2
    object cl: TCheckListBox
      Left = 12
      Top = 20
      Width = 153
      Height = 249
      ItemHeight = 12
      TabOrder = 0
    end
    object RadioButton1: TRadioButton
      Left = 12
      Top = 276
      Width = 42
      Height = 17
      Caption = #20840#36873
      TabOrder = 1
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 120
      Top = 276
      Width = 42
      Height = 17
      Caption = #20840#28165
      TabOrder = 2
      OnClick = RadioButton2Click
    end
  end
end

⌨️ 快捷键说明

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