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

📄 unitmain.dfm

📁 深入DELHI核心编程随书源码
💻 DFM
字号:
object Form1: TForm1
  Left = 217
  Top = 108
  Width = 435
  Height = 165
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 295
    Top = 49
    Width = 40
    Height = 16
    Caption = 'Start'
  end
  object Label2: TLabel
    Left = 295
    Top = 98
    Width = 40
    Height = 16
    Caption = 'Count'
  end
  object Edit1: TEdit
    Left = 20
    Top = 49
    Width = 237
    Height = 21
    TabOrder = 0
    Text = '..\diskio.vxd'
  end
  object Button1: TButton
    Left = 20
    Top = 98
    Width = 92
    Height = 31
    Caption = #24320#22987
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 49
    Width = 31
    Height = 31
    Caption = '...'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 128
    Top = 98
    Width = 92
    Height = 31
    Caption = #33258#23450#20041#28040#24687
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit2: TEdit
    Left = 335
    Top = 39
    Width = 149
    Height = 21
    TabOrder = 4
    Text = '0'
  end
  object Edit3: TEdit
    Left = 335
    Top = 89
    Width = 149
    Height = 21
    TabOrder = 5
    Text = '1'
  end
  object OpenDialog1: TOpenDialog
    Filter = '*.vxd|*.vxd'
    Left = 248
    Top = 104
  end
end

⌨️ 快捷键说明

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