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

📄 unit1.dfm

📁 Delphi编程实效百例的随书程序 这是其中的界面操作部分
💻 DFM
字号:
object Form1: TForm1
  Left = 179
  Top = 158
  Width = 334
  Height = 251
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 326
    Height = 153
    Align = alTop
  end
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 209
    Height = 41
    AutoSize = False
    Caption = #31383#20307#25511#21046#28436#31034
  end
  object Button1: TButton
    Left = 32
    Top = 168
    Width = 60
    Height = 25
    Caption = #22987#32456#26368#21069
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 168
    Width = 60
    Height = 25
    Caption = #24674#22797#27491#24120
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 208
    Top = 168
    Width = 60
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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