filterform.xfm

来自「易查询(QueryGrid) a」· XFM 代码 · 共 108 行

XFM
108
字号
object FilterForm1: TFilterForm1
  Left = 271
  Top = 149
  Width = 361
  Height = 213
  VertScrollBar.Range = 201
  HorzScrollBar.Range = 353
  ActiveControl = Edit1
  BorderIcons = [biSystemMenu]
  Caption = #36755#20837#26412#26639#26597#35810#26465#20214
  Color = 15395328
  KeyPreview = True
  Position = poDesktopCenter
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  TextWidth = 6
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 60
    Height = 19
    Caption = 'Label1'
    Font.Color = clBlack
    Font.Height = 19
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 16
    Top = 128
    Width = 329
    Height = 24
    Font.Color = clBlack
    Font.Height = 16
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ParentFont = False
    TabOrder = 1
  end
  object RG1: TRadioGroup
    Left = 8
    Top = 40
    Width = 345
    Height = 73
    Items.Strings = (
      #31561#20110
      #22823#20110#31561#20110
      #21253#21547
      #23567#20110#31561#20110
      #19981#31561#20110
      #19981#21253#21547
      #22823#20110
      #23567#20110)
    Caption = #26465#20214#65306
    Color = 15395328
    Columns = 4
    Font.Color = clBlack
    Font.Height = 14
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ParentColor = False
    ParentFont = False
    TabOrder = 2
    OnEnter = RG1Enter
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 168
    Width = 75
    Height = 33
    Caption = #30830#23450
    Font.Color = clBlack
    Font.Height = 19
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 216
    Top = 168
    Width = 75
    Height = 33
    Caption = #21462#28040
    Font.Color = clBlack
    Font.Height = 19
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ParentFont = False
    TabOrder = 4
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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