formset.dfm

来自「速达开源ERP系统」· DFM 代码 · 共 99 行

DFM
99
字号
object frmFormSet: TfrmFormSet
  Left = 248
  Top = 111
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = '窗体参数设置'
  ClientHeight = 164
  ClientWidth = 357
  Color = 16643297
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object gbQuery: TGroupBox
    Left = 10
    Top = 11
    Width = 341
    Height = 105
    Color = 16643297
    ParentColor = False
    TabOrder = 0
    object Label1: TLabel
      Left = 15
      Top = 51
      Width = 54
      Height = 12
      Caption = '查询条件:'
    end
    object sbQuery: TSpeedButton
      Left = 310
      Top = 43
      Width = 23
      Height = 20
      Cursor = crHandPoint
      Caption = '…'
      Flat = True
      OnClick = sbQueryClick
    end
    object ckQuery: TCheckBox
      Left = 16
      Top = 21
      Width = 97
      Height = 17
      Caption = '自动启动查询'
      Checked = True
      State = cbChecked
      TabOrder = 0
      OnClick = ckQueryClick
    end
    object seQuery: TSDEdit
      Left = 75
      Top = 46
      Width = 231
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 1
      SplitSymbol = ' | '
    end
    object ckGenrate: TCheckBox
      Left = 17
      Top = 75
      Width = 107
      Height = 17
      Caption = '自动生成单据号'
      TabOrder = 2
      OnClick = ckGenrateClick
    end
  end
  object bbOK: TBitBtn
    Left = 199
    Top = 132
    Width = 59
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = bbOKClick
    Kind = bkOK
    Spacing = 0
  end
  object bbCancel: TBitBtn
    Left = 267
    Top = 131
    Width = 58
    Height = 25
    Caption = '取消'
    TabOrder = 2
    OnClick = bbCancelClick
    Kind = bkCancel
    Spacing = 0
  end
end

⌨️ 快捷键说明

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