frmqtmb.dfm

来自「delphi+excel报表管理程序」· DFM 代码 · 共 81 行

DFM
81
字号
object Form5: TForm5
  Left = 181
  Top = 205
  Width = 696
  Height = 480
  Caption = #21551#20572#27169#26495
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = -1
    Top = 0
    Width = 689
    Height = 449
    BorderStyle = bsSingle
    TabOrder = 0
    object Label1: TLabel
      Left = 88
      Top = 80
      Width = 51
      Height = 13
      Caption = #27169#26495#31867#22411':'
    end
    object RadioButton1: TRadioButton
      Left = 440
      Top = 64
      Width = 113
      Height = 17
      Caption = #21551#29992
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 441
      Top = 88
      Width = 113
      Height = 17
      Caption = #20572#29992
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 152
      Top = 72
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 2
      OnSelect = ComboBox1Select
    end
    object Button1: TButton
      Left = 168
      Top = 168
      Width = 75
      Height = 25
      Caption = #26356#26032
      TabOrder = 3
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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