frmljsz.~dfm

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

~DFM
50
字号
object Form8: TForm8
  Left = 256
  Top = 175
  Width = 696
  Height = 480
  Caption = #36335#24452#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 72
    Top = 48
    Width = 36
    Height = 13
    Caption = #36335#24452#65306
  end
  object Button1: TButton
    Left = 80
    Top = 232
    Width = 75
    Height = 25
    Caption = #27979#35797
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 232
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 112
    Top = 47
    Width = 169
    Height = 21
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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