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

📄 unit1.dfm

📁 取磁盘空间及驱动器类型.rar
💻 DFM
字号:
object Form1: TForm1
  Left = 273
  Top = 169
  Width = 349
  Height = 346
  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 = 32
    Top = 40
    Width = 32
    Height = 13
    Caption = 'Label1'
    Layout = tlCenter
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 32
    Height = 13
    Caption = 'Label2'
    Layout = tlCenter
  end
  object Button2: TButton
    Left = 8
    Top = 8
    Width = 73
    Height = 25
    Caption = 'Button2'
    TabOrder = 0
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 8
    Top = 88
    Width = 329
    Height = 25
    Caption = '得到计算机名,用户名,磁盘信息,并将结果写入myini,ini文件'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 120
    Width = 321
    Height = 113
    TabOrder = 2
  end
  object DriveComboBox1: TDriveComboBox
    Left = 64
    Top = 160
    Width = 121
    Height = 19
    TabOrder = 3
    Visible = False
  end
  object Edit1: TEdit
    Left = 16
    Top = 264
    Width = 321
    Height = 21
    TabOrder = 4
    Text = '111111111111111'
  end
  object Edit2: TEdit
    Left = 16
    Top = 288
    Width = 321
    Height = 21
    TabOrder = 5
    Text = 'Edit2'
  end
  object Button3: TButton
    Left = 16
    Top = 240
    Width = 169
    Height = 25
    Caption = '身份证15位升18位'
    TabOrder = 6
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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