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

📄 unit1.dfm

📁 Delphi简单多线程实例
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 498
  Height = 227
  Caption = 'Form1'
  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 RzProgressBar1: TRzProgressBar
    Left = 24
    Top = 33
    Width = 441
    Height = 17
    BorderWidth = 0
    InteriorOffset = 0
    PartsComplete = 0
    Percent = 0
    TotalParts = 0
  end
  object RzProgressBar2: TRzProgressBar
    Left = 24
    Top = 81
    Width = 441
    Height = 17
    BorderWidth = 0
    InteriorOffset = 0
    PartsComplete = 0
    Percent = 0
    TotalParts = 0
  end
  object RzLabel1: TRzLabel
    Left = 24
    Top = 16
    Width = 36
    Height = 13
    Caption = #32447#31243'1  '
  end
  object RzLabel2: TRzLabel
    Left = 24
    Top = 65
    Width = 36
    Height = 13
    Caption = #32447#31243'2  '
  end
  object RzButton1: TRzButton
    Left = 24
    Top = 120
    Width = 113
    Caption = #24320#22987'1'
    TabOrder = 0
    OnClick = RzButton1Click
  end
  object RzButton2: TRzButton
    Left = 136
    Top = 120
    Width = 113
    Caption = #24320#22987'2'
    TabOrder = 1
    OnClick = RzButton2Click
  end
  object RzButton3: TRzButton
    Left = 360
    Top = 120
    Width = 105
    Caption = #36864#20986
    TabOrder = 2
    OnClick = RzButton3Click
  end
  object RzButton4: TRzButton
    Left = 248
    Top = 120
    Width = 113
    Caption = #26512#26500'-'#37325#24314'  '
    TabOrder = 3
    OnClick = RzButton4Click
  end
  object LbButton1: TLbButton
    Left = 24
    Top = 152
    Width = 441
    Height = 33
    ShadowColor = clBlack
    Caption = #39564#35777#25353#38062
    Color = 15519380
    LightColor = 16574164
    ModalResult = 0
    ParentColor = False
    Style = bsModern
    TabOrder = 4
    OnClick = LbButton1Click
  end
end

⌨️ 快捷键说明

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