⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 第一次上传,请多多关照,大家多多指点指点啊,谢谢!
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 122
  Width = 360
  Height = 346
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PrintScale = poNone
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 14
  object Button1: TButton
    Left = 240
    Top = 32
    Width = 75
    Height = 25
    Caption = 'Preview'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 88
    Width = 75
    Height = 25
    Caption = 'Print'
    TabOrder = 1
  end
  object Button3: TButton
    Left = 240
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 20
    Width = 193
    Height = 249
    BorderStyle = bsNone
    Color = clBtnFace
    Lines.Strings = (
      'Memo1')
    ParentShowHint = False
    ShowHint = False
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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