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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 218
  Top = 182
  Width = 226
  Height = 279
  Caption = 'Set Mouse'
  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 = 64
    Top = 24
    Width = 97
    Height = 17
    AutoSize = False
    Caption = #40736#26631#21452#20987#26102#38388
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 128
    Top = 64
    Width = 33
    Height = 16
    AutoSize = False
    Caption = #27627#31186
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 64
    Top = 64
    Width = 49
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object CheckBox1: TCheckBox
    Left = 72
    Top = 104
    Width = 81
    Height = 33
    Caption = #24038#21491#38190#20114#25442
    TabOrder = 3
    OnClick = CheckBox1Click
  end
  object Button1: TButton
    Left = 24
    Top = 160
    Width = 73
    Height = 33
    Caption = #24674#22797#40664#35748#20540
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 160
    Width = 73
    Height = 33
    Caption = #26356#25913#35774#32622
    TabOrder = 1
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 224
    Width = 218
    Height = 28
    BiDiMode = bdLeftToRight
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end>
    ParentBiDiMode = False
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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