spacefilterform.xfm

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

XFM
55
字号
object SpaceFilterForm1: TSpaceFilterForm1
  Left = 222
  Top = 134
  Width = 251
  Height = 346
  VertScrollBar.Range = 345
  HorzScrollBar.Range = 249
  ActiveControl = ListBox1
  BorderIcons = [biSystemMenu]
  Caption = #35831#36873#25321
  Color = 15395328
  KeyPreview = True
  Position = poScreenCenter
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  TextWidth = 6
  object ListBox1: TListBox
    Left = 0
    Top = 40
    Width = 249
    Height = 305
    Color = clWhite
    Font.Color = clBlack
    Font.Height = 19
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ItemHeight = 19
    ParentFont = False
    TabOrder = 0
    OnDblClick = ListBox1DblClick
  end
  object Label1: TLabel
    Left = 0
    Top = 8
    Width = 249
    Height = 21
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label1'
    Color = 15395328
    Font.Color = clBlue
    Font.Height = 21
    Font.Name = #23435#20307
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ParentColor = False
    ParentFont = False
  end
end

⌨️ 快捷键说明

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