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

📄 unit3.dfm

📁 delphi中实现多线程的实例
💻 DFM
字号:
object Form1: TForm1
  Left = 180
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 Button1: TButton
    Left = 232
    Top = 288
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 288
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 1
    OnClick = Button2Click
  end
  object st1: TEdit
    Left = 168
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'st1'
  end
  object st2: TEdit
    Left = 360
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'st2'
  end
  object p: TProgressBar
    Left = 88
    Top = 72
    Width = 25
    Height = 273
    Max = 10000
    Orientation = pbVertical
    Step = 100
    TabOrder = 4
  end
  object p2: TProgressBar
    Left = 136
    Top = 96
    Width = 17
    Height = 249
    Max = 10000
    Orientation = pbVertical
    TabOrder = 5
  end
  object Button3: TButton
    Left = 224
    Top = 352
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 224
    Top = 392
    Width = 75
    Height = 25
    Caption = 'Button4'
    TabOrder = 7
  end
  object Button5: TButton
    Left = 232
    Top = 424
    Width = 75
    Height = 25
    Caption = 'Button5'
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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