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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 165
  Top = 115
  Width = 419
  Height = 355
  Caption = #30828#30424#21644#39537#21160#22120#30456#20851
  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 = 248
    Top = 24
    Width = 132
    Height = 12
    Caption = #36873#25321#35201#26144#23556#30340#39537#21160#22120#30424#31526
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 32
    Top = 24
    Width = 144
    Height = 12
    Caption = #36873#25321#35201#36827#34892#26144#23556#30340#25991#20214#30446#24405
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 32
    Top = 176
    Width = 156
    Height = 12
    Caption = '...\'#23454#20363'5-'#30828#30424#21644#20809#30424#30340#25805#20316
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 24
    Top = 208
    Width = 156
    Height = 12
    Caption = #19979#38754#26159#21508#31867#39537#21160#22120#30340#30417#35270#24773#20917
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 264
    Top = 80
    Width = 90
    Height = 25
    Caption = #24314#31435#20809#39537#26144#23556
    TabOrder = 0
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 248
    Top = 48
    Width = 129
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
    Items.Strings = (
      'C:'
      'D:'
      'E:'
      'F:'
      'G:'
      'H:'
      'I:'
      'J:'
      'K:'
      'L:'
      'M:'
      'N:'
      'O:'
      'P:'
      'Q:'
      'R:'
      'S:'
      'T:'
      'U:'
      'V:'
      'W:'
      'X:'
      'Y:'
      'Z:')
  end
  object DriveComboBox1: TDriveComboBox
    Left = 32
    Top = 48
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 2
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 32
    Top = 72
    Width = 145
    Height = 97
    DirLabel = Label3
    ItemHeight = 16
    TabOrder = 3
  end
  object Button2: TButton
    Left = 264
    Top = 112
    Width = 90
    Height = 25
    Caption = #21024#38500#20809#39537#26144#23556
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button4: TButton
    Left = 312
    Top = 220
    Width = 60
    Height = 25
    Caption = #24320#22987#30417#35270
    TabOrder = 5
    OnClick = Button4Click
  end
  object ListBox1: TListBox
    Left = 16
    Top = 224
    Width = 281
    Height = 97
    ItemHeight = 13
    TabOrder = 6
  end
  object Button3: TButton
    Left = 264
    Top = 144
    Width = 90
    Height = 25
    Caption = #33719#21462#30424#31526#31995#21015#21495
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button5: TButton
    Left = 312
    Top = 256
    Width = 60
    Height = 25
    Caption = #24320#20809#39537
    TabOrder = 8
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 312
    Top = 288
    Width = 60
    Height = 25
    Caption = #20851#20809#39537
    TabOrder = 9
    OnClick = Button6Click
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 376
    Top = 216
  end
end

⌨️ 快捷键说明

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