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

📄 myfile.dfm

📁 许继的2812开发全套驱动程序,很全很实用的.rar
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 132
  BorderStyle = bsDialog
  Caption = #23383#24211#29983#25104#31243#24207'V1.0'#29256
  ClientHeight = 438
  ClientWidth = 319
  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 = 6
    Top = 133
    Width = 299
    Height = 13
    AutoSize = False
    Caption = 'D:\C++Builder'
    FocusControl = FileListBox1
  end
  object DriveComboBox1: TDriveComboBox
    Left = 7
    Top = 0
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 7
    Top = 24
    Width = 145
    Height = 100
    DirLabel = Label1
    FileList = FileListBox1
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    IntegralHeight = True
    ItemHeight = 16
    TabOrder = 1
    OnDblClick = DirectoryListBox1DblClick
  end
  object FilterComboBox1: TFilterComboBox
    Left = 159
    Top = 0
    Width = 153
    Height = 21
    FileList = FileListBox1
    Filter = 'C++'#28304#25991#20214'(*.cpp)|*.cpp|C'#28304#25991#20214'(*.c)|*.c|All files (*.*)|*.*'
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
  end
  object FileListBox1: TFileListBox
    Left = 159
    Top = 24
    Width = 153
    Height = 100
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    IntegralHeight = True
    ItemHeight = 16
    Mask = '*.cpp'
    MultiSelect = True
    ShowGlyphs = True
    TabOrder = 3
    OnDblClick = FileListBox1DblClick
  end
  object ListBox1: TListBox
    Left = 7
    Top = 176
    Width = 305
    Height = 121
    Columns = 1
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    IntegralHeight = True
    ItemHeight = 13
    TabOrder = 4
    OnDblClick = ListBox1DblClick
  end
  object Button1: TButton
    Left = 87
    Top = 150
    Width = 137
    Height = 24
    Caption = #36873#20013#30340#35201#25195#25551#30340#25991#20214
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 343
    Width = 65
    Height = 50
    Caption = #29983#25104#23383#24211
    TabOrder = 6
    OnClick = Button2Click
  end
  object RadioGroup1: TRadioGroup
    Left = 7
    Top = 312
    Width = 130
    Height = 117
    Caption = #23383#24211#24418#24335
    Items.Strings = (
      '0'#24230#26059#36716
      #39034#26102#38024'90'#24230#26059#36716
      '180'#24230#26059#36716
      #36870#26102#38024'90'#24230#26059#36716)
    TabOrder = 7
  end
  object CheckBox1: TCheckBox
    Left = 144
    Top = 408
    Width = 153
    Height = 17
    Caption = #23383#20307#28857#38453#21069#38468#27721#23383#20869#30721
    Checked = True
    State = cbChecked
    TabOrder = 8
  end
  object Edit1: TEdit
    Left = 248
    Top = 307
    Width = 65
    Height = 21
    TabStop = False
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 9
    Text = '0'
  end
end

⌨️ 快捷键说明

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