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

📄 unit1.dfm

📁 DELPHI经典程序
💻 DFM
字号:
object Form1: TForm1
  Left = 98
  Top = 196
  Width = 169
  Height = 235
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 22
    Top = 140
    Width = 113
    Height = 21
    AutoSize = False
    Caption = 'Label1'
    Color = clYellow
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 22
    Top = 172
    Width = 137
    Height = 21
    AutoSize = False
    Caption = #40736#26631#28857#20987#36825#37324#25171#24320'Form2'
    Color = clWhite
    ParentColor = False
    Layout = tlCenter
    OnClick = Label2Click
  end
  object Edit1: TEdit
    Left = 22
    Top = 14
    Width = 113
    Height = 22
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.3'
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 22
    Top = 46
    Width = 113
    Height = 22
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.3'
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 22
    Top = 77
    Width = 113
    Height = 22
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.3'
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 22
    Top = 109
    Width = 113
    Height = 22
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.3'
    TabOrder = 3
    Text = 'Edit4'
  end
end

⌨️ 快捷键说明

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