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

📄 unit1.dfm

📁 C++Builder高级应用开发指南随书源码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 125
  Width = 424
  Height = 226
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 16
  object Bevel1: TBevel
    Left = 40
    Top = 132
    Width = 317
    Height = 13
    Shape = bsTopLine
  end
  object Button1: TButton
    Left = 52
    Top = 44
    Width = 157
    Height = 25
    Caption = 'start 1st thread'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 52
    Top = 88
    Width = 157
    Height = 25
    Caption = 'start 2nd thread'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 236
    Top = 88
    Width = 121
    Height = 24
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 236
    Top = 44
    Width = 121
    Height = 24
    TabOrder = 3
  end
  object Button3: TButton
    Left = 52
    Top = 152
    Width = 157
    Height = 25
    Caption = 'start Customer thread'
    TabOrder = 4
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 236
    Top = 152
    Width = 121
    Height = 24
    ItemHeight = 16
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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