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

📄 unit1.~dfm

📁 这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 194
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 224
    Top = 24
    Width = 193
    Height = 41
    Caption = '创建INI文件'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 120
    Top = 96
    Width = 185
    Height = 21
    ImeName = '极品五笔输入法'
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 120
    Top = 120
    Width = 257
    Height = 21
    ImeName = '极品五笔输入法'
    TabOrder = 2
    Text = 'Edit2'
  end
  object Button2: TButton
    Left = 448
    Top = 80
    Width = 153
    Height = 41
    Caption = '读取INI文件'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit3: TEdit
    Left = 112
    Top = 224
    Width = 305
    Height = 21
    ImeName = '极品五笔输入法'
    TabOrder = 4
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 112
    Top = 256
    Width = 313
    Height = 21
    ImeName = '极品五笔输入法'
    TabOrder = 5
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 120
    Top = 144
    Width = 265
    Height = 21
    ImeName = '极品五笔输入法'
    TabOrder = 6
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 144
    Top = 344
    Width = 273
    Height = 21
    ImeName = '极品五笔输入法'
    TabOrder = 7
    Text = 'Edit6'
  end
  object Edit7: TEdit
    Left = 120
    Top = 176
    Width = 265
    Height = 21
    ImeName = '极品五笔输入法'
    TabOrder = 8
    Text = 'Edit7'
  end
  object Button3: TButton
    Left = 448
    Top = 136
    Width = 161
    Height = 41
    Caption = '修改用户名'
    TabOrder = 9
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 480
    Top = 200
    Width = 145
    Height = 33
    Caption = 'Button4'
    TabOrder = 10
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 504
    Top = 256
    Width = 129
    Height = 49
    Caption = 'Button5'
    TabOrder = 11
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 480
    Top = 336
    Width = 137
    Height = 41
    Caption = '启动邮件'
    TabOrder = 12
    OnClick = Button6Click
  end
end

⌨️ 快捷键说明

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