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

📄 unit1.dfm

📁 DELPHI经典程序
💻 DFM
字号:
object Form1: TForm1
  Left = 400
  Top = 149
  Width = 267
  Height = 170
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 4
    Top = 2
    Width = 121
    Height = 29
    Alignment = taCenter
    AutoSize = False
    Caption = #26694#36873' " '#22995' " '#21518#25353' Enter'
    Layout = tlCenter
  end
  object Label2: TLabel
    Left = 136
    Top = 34
    Width = 33
    Height = 21
    Alignment = taCenter
    AutoSize = False
    Caption = #22995
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    Layout = tlCenter
  end
  object Label3: TLabel
    Left = 136
    Top = 66
    Width = 33
    Height = 21
    Alignment = taCenter
    AutoSize = False
    Caption = #21517
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    Layout = tlCenter
  end
  object Label4: TLabel
    Left = 4
    Top = 60
    Width = 117
    Height = 29
    AutoSize = False
    Caption = 'Label4'
    Layout = tlCenter
    WordWrap = True
  end
  object Label5: TLabel
    Left = 6
    Top = 108
    Width = 65
    Height = 19
    Alignment = taCenter
    AutoSize = False
    Caption = #26032#30340#20154#21517
    Layout = tlCenter
  end
  object ComboBox1: TComboBox
    Left = 4
    Top = 34
    Width = 117
    Height = 21
    DropDownCount = 5
    ItemHeight = 13
    TabOrder = 0
    OnClick = ComboBox1Click
    OnKeyDown = ComboBox1KeyDown
    Items.Strings = (
      #26519#23567#25289
      #22823#21355#38472
      'Peter '#29579
      #31070#25331#26080#25932#36213#40560#36203)
  end
  object Edit1: TEdit
    Left = 168
    Top = 34
    Width = 83
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 168
    Top = 66
    Width = 83
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 70
    Top = 106
    Width = 101
    Height = 21
    TabOrder = 3
    Text = 'Edit3'
  end
  object Button1: TButton
    Left = 172
    Top = 106
    Width = 77
    Height = 23
    Caption = #30830#23450#36755#20837
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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