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

📄 unit1.dfm

📁 delphi典型实验代码
💻 DFM
字号:
object Form1: TForm1
  Left = 232
  Top = 118
  Width = 544
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object PaintBox1: TPaintBox
    Left = 8
    Top = 16
    Width = 329
    Height = 265
    Color = clBtnFace
    ParentColor = False
  end
  object Label1: TLabel
    Left = 344
    Top = 64
    Width = 32
    Height = 16
    Caption = #24133#24230
  end
  object Label2: TLabel
    Left = 344
    Top = 96
    Width = 32
    Height = 16
    Caption = #21021#30456
  end
  object Label3: TLabel
    Left = 344
    Top = 128
    Width = 56
    Height = 16
    Caption = #36755#20837'X'#20540
  end
  object Label4: TLabel
    Left = 344
    Top = 160
    Width = 24
    Height = 16
    Caption = 'Y'#20540
  end
  object Label5: TLabel
    Left = 464
    Top = 136
    Width = 70
    Height = 14
    Caption = '0'#176'~ 179'#176
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 384
    Top = 248
    Width = 81
    Height = 25
    Caption = #30011#22270
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 408
    Top = 64
    Width = 49
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 408
    Top = 96
    Width = 49
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 408
    Top = 128
    Width = 49
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 3
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 408
    Top = 160
    Width = 49
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 4
    Text = 'Edit4'
  end
  object Button2: TButton
    Left = 384
    Top = 208
    Width = 81
    Height = 25
    Caption = #35745#31639
    TabOrder = 5
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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