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

📄 unit1.~dfm

📁 Delphi6分布式开发例程 )
💻 ~DFM
字号:
object Form1: TForm1
  Left = 209
  Top = 245
  Width = 460
  Height = 233
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 433
    Height = 81
    Caption = #20027#32447#31243
    TabOrder = 0
    object TLabel
      Left = 8
      Top = 24
      Width = 65
      Height = 13
      Caption = 'Waiting Time:'
    end
    object Label2: TLabel
      Left = 16
      Top = 60
      Width = 53
      Height = 13
      Caption = 'Total Time:'
    end
    object Label3: TLabel
      Left = 211
      Top = 20
      Width = 70
      Height = 13
      Caption = 'Sleeping Time:'
    end
    object edtTotal: TEdit
      Left = 80
      Top = 52
      Width = 121
      Height = 21
      TabOrder = 0
      Text = '0'
    end
    object edtWaiting: TEdit
      Left = 80
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 1
      Text = '3'
    end
    object edtSleeping: TEdit
      Left = 288
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 2
      Text = '3'
    end
    object btnWaiting: TButton
      Left = 294
      Top = 48
      Width = 107
      Height = 25
      Caption = 'Waiting/Sleeping'
      TabOrder = 3
      OnClick = btnWaitingClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 104
    Width = 433
    Height = 97
    Caption = #22810#32447#31243
    TabOrder = 1
    object Label6: TLabel
      Left = 16
      Top = 68
      Width = 53
      Height = 13
      Caption = 'Total Time:'
    end
    object Label5: TLabel
      Left = 8
      Top = 28
      Width = 65
      Height = 13
      Caption = 'Waiting Time:'
    end
    object Label7: TLabel
      Left = 216
      Top = 20
      Width = 70
      Height = 13
      Caption = 'Sleeping Time:'
    end
    object edtWaitingThread: TEdit
      Left = 80
      Top = 20
      Width = 121
      Height = 21
      TabOrder = 0
      Text = '3'
    end
    object edtThreadTotal: TEdit
      Left = 80
      Top = 60
      Width = 121
      Height = 21
      TabOrder = 1
      Text = '0'
    end
    object edtSleepingThread: TEdit
      Left = 296
      Top = 20
      Width = 121
      Height = 21
      TabOrder = 2
      Text = '3'
    end
    object btnWaitingThread: TButton
      Left = 296
      Top = 56
      Width = 105
      Height = 25
      Caption = 'Waiting/Sleeping'
      TabOrder = 3
      OnClick = btnWaitingThreadClick
    end
  end
end

⌨️ 快捷键说明

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