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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 372
  Top = 267
  Width = 249
  Height = 264
  Caption = 'CDRom Control'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 24
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #20809#30424#39537#21160#22120#30340#30424#31526#20026#65306
  end
  object ComboBox1: TComboBox
    Left = 56
    Top = 48
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'ComboBox1'
  end
  object Button1: TButton
    Left = 40
    Top = 192
    Width = 73
    Height = 33
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 128
    Top = 192
    Width = 73
    Height = 33
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 56
    Top = 80
    Width = 129
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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