frmbsmb.dfm

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

DFM
53
字号
object Form7: TForm7
  Left = 198
  Top = 167
  AutoScroll = False
  Caption = #26631#35782#27169#26495
  ClientHeight = 453
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 689
    Height = 453
    BorderStyle = bsSingle
    TabOrder = 0
    object Label1: TLabel
      Left = 56
      Top = 40
      Width = 60
      Height = 13
      Caption = #27169#26495#21015#34920#65306
    end
    object ComboBox1: TComboBox
      Left = 117
      Top = 36
      Width = 196
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnSelect = ComboBox1Select
    end
    object Button1: TButton
      Left = 152
      Top = 240
      Width = 75
      Height = 25
      Caption = #26631#35782#27169#26495
      TabOrder = 1
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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