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

📄 unit1.dfm

📁 delphi的文件朗读器
💻 DFM
字号:
object Form1: TForm1
  Left = 297
  Top = 137
  BorderStyle = bsDialog
  Caption = #21016#24658#25991#31456#26391#35835#22120
  ClientHeight = 446
  ClientWidth = 444
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 288
    Top = 272
    Width = 26
    Height = 13
    Caption = #38899#37327
  end
  object Label2: TLabel
    Left = 376
    Top = 272
    Width = 26
    Height = 13
    Caption = #35821#36895
  end
  object Label3: TLabel
    Left = 416
    Top = 304
    Width = 13
    Height = 13
    Caption = #24555
  end
  object Label4: TLabel
    Left = 416
    Top = 408
    Width = 13
    Height = 13
    Caption = #24930
  end
  object Label5: TLabel
    Left = 416
    Top = 360
    Width = 13
    Height = 13
    Caption = #20013
  end
  object Label6: TLabel
    Left = 328
    Top = 304
    Width = 13
    Height = 13
    Caption = #39640
  end
  object Label7: TLabel
    Left = 328
    Top = 408
    Width = 13
    Height = 13
    Caption = #20302
  end
  object Memo1: TMemo
    Left = 16
    Top = 8
    Width = 409
    Height = 241
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 264
    Width = 153
    Height = 169
    Caption = #36873#12288#39033
    TabOrder = 1
    object CheckBox1: TCheckBox
      Left = 24
      Top = 24
      Width = 113
      Height = 33
      Caption = #26391#35835#21098#36148#26495#20869#23481
      TabOrder = 0
    end
    object RadioButton1: TRadioButton
      Left = 24
      Top = 88
      Width = 105
      Height = 25
      Caption = #20013#25991#26391#35835
      Checked = True
      TabOrder = 1
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 24
      Top = 112
      Width = 97
      Height = 33
      Caption = #33521#25991#26391#35835
      TabOrder = 2
      OnClick = RadioButton1Click
    end
    object CheckBox2: TCheckBox
      Left = 24
      Top = 56
      Width = 121
      Height = 25
      Caption = #20445#23384#25104'WAV'
      TabOrder = 3
    end
  end
  object BitBtn1: TBitBtn
    Left = 184
    Top = 312
    Width = 89
    Height = 49
    Caption = #26391#35835
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object TrackBar1: TTrackBar
    Left = 288
    Top = 296
    Width = 33
    Height = 137
    LineSize = 10
    Max = 100
    Orientation = trVertical
    Frequency = 1
    Position = 0
    SelEnd = 0
    SelStart = 0
    TabOrder = 3
    TickMarks = tmBottomRight
    TickStyle = tsNone
    OnChange = TrackBar1Change
  end
  object TrackBar2: TTrackBar
    Left = 376
    Top = 296
    Width = 33
    Height = 137
    LineSize = 10
    Max = 200
    Orientation = trVertical
    Frequency = 1
    Position = 100
    SelEnd = 0
    SelStart = 0
    TabOrder = 4
    TickMarks = tmBottomRight
    TickStyle = tsNone
    OnChange = TrackBar2Change
  end
  object SpVoice1: TSpVoice
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 408
    Top = 16
  end
  object SpFileStream1: TSpFileStream
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 284
    Top = 28
  end
  object SaveDialog1: TSaveDialog
    Left = 237
    Top = 26
  end
end

⌨️ 快捷键说明

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