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

📄 unit1.dfm

📁 该例子演示了两种方法来遍历文件.采用Delphi编写
💻 DFM
字号:
object Form1: TForm1
  Left = 238
  Top = 107
  BorderStyle = bsDialog
  Caption = #25991#20214#36941#21382#30340#20363#23376
  ClientHeight = 364
  ClientWidth = 478
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 3
    Top = 343
    Width = 166
    Height = 15
    Caption = 'by cenjoy cenjoyer@163.com'
    Enabled = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 0
    Top = 320
    Width = 481
    Height = 18
    Shape = bsBottomLine
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 473
    Height = 297
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Button1: TButton
    Left = 296
    Top = 304
    Width = 75
    Height = 25
    Caption = #36882#24402#36941#21382
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 384
    Top = 304
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 208
    Top = 304
    Width = 75
    Height = 25
    Caption = #38431#21015#36941#21382
    TabOrder = 3
    OnClick = Button3Click
  end
  object DriveComboBox1: TDriveComboBox
    Left = 48
    Top = 304
    Width = 145
    Height = 21
    BevelInner = bvNone
    BevelOuter = bvNone
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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