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

📄 mainunit.dfm

📁 DELPHI函数包 有很多程序员都需要的函数包
💻 DFM
字号:
object MainForm: TMainForm
  Left = 230
  Top = 199
  Width = 544
  Height = 195
  Caption = 'MainForm'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object SpeedButton1: TSpeedButton
    Left = 272
    Top = 48
    Width = 73
    Height = 25
    Caption = #20851#26426
    OnClick = SpeedButton1Click
  end
  object SpeedButton3: TSpeedButton
    Left = 272
    Top = 8
    Width = 73
    Height = 25
    Caption = #33719#21462'IP'
    OnClick = SpeedButton3Click
  end
  object BAbout: TButton
    Left = 0
    Top = 8
    Width = 65
    Height = 25
    Caption = #20851#20110
    TabOrder = 0
    OnClick = BAboutClick
  end
  object Button2: TButton
    Left = 64
    Top = 8
    Width = 81
    Height = 25
    Caption = #20851#38381'QQ'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 144
    Top = 8
    Width = 129
    Height = 25
    Caption = #33258#21160#36816#34892'AutoRun'
    TabOrder = 2
    OnClick = Button3Click
  end
  object bshowdatetime: TButton
    Left = 160
    Top = 88
    Width = 113
    Height = 25
    Caption = #24403#21069#26085#26399#26102#38388
    TabOrder = 3
    OnClick = bshowdatetimeClick
  end
  object GetCpuId: TButton
    Left = 160
    Top = 48
    Width = 113
    Height = 25
    Caption = #33719#24471'CPUIDGetCpuId'
    TabOrder = 4
    OnClick = GetCpuIdClick
  end
  object GetWindir: TButton
    Left = 0
    Top = 48
    Width = 161
    Height = 25
    Caption = #33719#24471'WINDOWS'#30446#24405'(GetWinDir)'
    TabOrder = 5
    OnClick = GetWindirClick
  end
  object GetOSInfo: TButton
    Left = 0
    Top = 88
    Width = 161
    Height = 25
    Caption = #33719#24471#31995#32479#20449#24687'GetOSInfo'
    TabOrder = 6
    OnClick = GetOSInfoClick
  end
  object GetScreen: TButton
    Left = 272
    Top = 88
    Width = 75
    Height = 25
    Caption = 'GetScreen'
    TabOrder = 7
    OnClick = GetScreenClick
  end
  object Button4: TButton
    Left = 344
    Top = 8
    Width = 73
    Height = 25
    Caption = #25171#24320#20809#39537
    TabOrder = 8
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 344
    Top = 48
    Width = 75
    Height = 25
    Caption = #20851#38381#20809#39537
    TabOrder = 9
    OnClick = Button5Click
  end
  object Button10: TButton
    Left = 416
    Top = 8
    Width = 105
    Height = 25
    Caption = 'GetDiskNumber'
    TabOrder = 10
    OnClick = Button10Click
  end
  object Button1: TButton
    Left = 0
    Top = 128
    Width = 75
    Height = 25
    Caption = #38145#23450#27880#20876#34920
    TabOrder = 11
    OnClick = Button1Click
  end
  object Button7: TButton
    Left = 72
    Top = 128
    Width = 75
    Height = 25
    Caption = #35299#38145#27880#20876#34920
    TabOrder = 12
    OnClick = Button7Click
  end
  object Button13: TButton
    Left = 344
    Top = 88
    Width = 75
    Height = 25
    Caption = 'GetFileSize'
    TabOrder = 13
  end
  object OpenDialog: TOpenDialog
    Left = 176
    Top = 128
  end
end

⌨️ 快捷键说明

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