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

📄 unit1.dfm

📁 delphi典型实验代码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 115
  Width = 696
  Height = 427
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 48
    Top = 80
    Width = 72
    Height = 24
    Caption = #22995#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clOlive
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 48
    Top = 128
    Width = 72
    Height = 24
    Caption = #23398#21495#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 48
    Top = 176
    Width = 72
    Height = 24
    Caption = #25163#26426#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clAqua
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 64
    Top = 32
    Width = 145
    Height = 29
    Caption = #28155#21152#36890#35759#24405
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -29
    Font.Name = #23435#20307
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object Label8: TLabel
    Left = 320
    Top = 136
    Width = 128
    Height = 37
    Caption = #22995#21517#26597#35810
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -29
    Font.Name = #40657#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 328
    Top = 32
    Width = 72
    Height = 24
    Caption = #22995#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clOlive
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 328
    Top = 96
    Width = 72
    Height = 24
    Caption = #25163#26426#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clAqua
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 328
    Top = 64
    Width = 72
    Height = 24
    Caption = #23398#21495#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 408
    Top = 32
    Width = 49
    Height = 19
  end
  object Label10: TLabel
    Left = 408
    Top = 64
    Width = 33
    Height = 19
  end
  object Label11: TLabel
    Left = 400
    Top = 96
    Width = 41
    Height = 19
  end
  object Edit1: TEdit
    Left = 120
    Top = 80
    Width = 89
    Height = 27
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 120
    Top = 128
    Width = 89
    Height = 27
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 120
    Top = 176
    Width = 89
    Height = 27
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 2
    Text = 'Edit3'
  end
  object Button1: TButton
    Left = 96
    Top = 272
    Width = 113
    Height = 49
    Caption = #28155#21152
    Default = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clTeal
    Font.Height = -29
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 560
    Top = 128
    Width = 81
    Height = 41
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit4: TEdit
    Left = 448
    Top = 136
    Width = 97
    Height = 27
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 5
    Text = 'Edit4'
  end
  object ListBox1: TListBox
    Left = 232
    Top = 176
    Width = 313
    Height = 193
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ItemHeight = 19
    TabOrder = 6
    OnClick = ListBox1Click
  end
  object Button3: TButton
    Left = 560
    Top = 232
    Width = 81
    Height = 41
    Caption = #21024#38500
    Enabled = False
    TabOrder = 7
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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