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

📄 unit1.dfm

📁 Delphi 7基础编程的源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 254
  Top = 232
  Width = 490
  Height = 177
  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 GroupBox1: TGroupBox
    Left = 32
    Top = 16
    Width = 393
    Height = 73
    Caption = #23494#30721#30331#24405
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 189
      Height = 19
      Caption = #35831#22312#36825#37324#36755#20837#23494#30721#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
    end
    object edit1: TEdit
      Left = 216
      Top = 32
      Width = 153
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 24
    Top = 112
    Width = 137
    Height = 25
    Caption = #31995#32479#31649#29702#21592#36827#36825#37324
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 112
    Width = 137
    Height = 25
    Caption = #35835#32773#35831#36827#36825#37324
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 296
    Top = 112
    Width = 137
    Height = 25
    Caption = #21462#28040#30331#24405
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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