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

📄 unit1.~dfm

📁 罗小平<<delphi精要>>一书源码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 256
    Top = 96
    Width = 23
    Height = 22
  end
  object Image1: TImage
    Left = 96
    Top = 168
    Width = 105
    Height = 105
  end
  object BitBtn1: TButton
    Left = 536
    Top = 232
    Width = 75
    Height = 25
    Caption = 'BitBtn1'
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 176
    Top = 16
    Width = 281
    Height = 121
    Caption = 'Panel1'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 88
    Top = 376
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 2
    OnClick = Button1Click
  end
  object BitBtn2: TBitBtn
    Left = 72
    Top = 32
    Width = 75
    Height = 25
    Caption = 'BitBtn2'
    TabOrder = 3
  end
  object BitBtn3: TBitBtn
    Left = 208
    Top = 376
    Width = 75
    Height = 25
    Caption = 'BitBtn3'
    TabOrder = 4
  end
  object Edit1: TEdit
    Left = 120
    Top = 232
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'Edit1'
  end
  object Memo1: TMemo
    Left = 312
    Top = 176
    Width = 185
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 6
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 40
    Top = 128
  end
end

⌨️ 快捷键说明

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