uset.dfm

来自「相关的销售服务管理行业的一个软件」· DFM 代码 · 共 101 行

DFM
101
字号
object Frmset: TFrmset
  Left = 330
  Top = 116
  BorderStyle = bsDialog
  Caption = 'Frmset'
  ClientHeight = 308
  ClientWidth = 272
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 272
    Height = 41
    Align = alTop
    BevelInner = bvLowered
    BorderStyle = bsSingle
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 12
      Width = 36
      Height = 12
      Caption = 'Label1'
    end
    object SpeedButton1: TSpeedButton
      Left = 236
      Top = 6
      Width = 23
      Height = 22
      Visible = False
      OnClick = SpeedButton1Click
    end
    object Edit1: TEdit
      Left = 112
      Top = 8
      Width = 121
      Height = 20
      TabOrder = 0
      Visible = False
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 272
    Width = 272
    Height = 36
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 1
    object Btnok: TBitBtn
      Left = 45
      Top = 5
      Width = 75
      Height = 25
      Caption = ' 确定'
      Default = True
      ModalResult = 1
      TabOrder = 0
      NumGlyphs = 2
    end
    object BitExit: TBitBtn
      Left = 184
      Top = 6
      Width = 75
      Height = 25
      Caption = '关闭'
      ModalResult = 2
      TabOrder = 1
      NumGlyphs = 2
    end
  end
  object LstSet: TCheckListBox
    Left = 0
    Top = 41
    Width = 272
    Height = 229
    Align = alClient
    Columns = 2
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ImeMode = imChinese
    IntegralHeight = True
    ItemHeight = 15
    ParentFont = False
    Style = lbOwnerDrawFixed
    TabOrder = 2
    OnDblClick = LstSetDblClick
  end
end

⌨️ 快捷键说明

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