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

📄 unit1.dfm

📁 此程序可以实现操作系统中的先来先服务调度
💻 DFM
字号:
object Form1: TForm1
  Left = 270
  Top = 184
  Width = 720
  Height = 501
  Caption = #25805#20316#31995#32479#27169#25311#23454#39564
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 448
    Top = 8
    Width = 177
    Height = 17
    AutoSize = False
    Caption = #36827#31243#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 456
    Top = 192
    Width = 153
    Height = 17
    AutoSize = False
    Caption = #36827#31243#25191#34892#24773#20917
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label7: TLabel
    Left = 576
    Top = 128
    Width = 89
    Height = 13
    AutoSize = False
  end
  object Gauge1: TGauge
    Left = 24
    Top = 336
    Width = 185
    Height = 25
    ForeColor = clBlue
    Progress = 0
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 56
    Width = 161
    Height = 177
    Caption = #35843#24230#31639#27861#36873#25321
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 184
    Top = 56
    Width = 249
    Height = 193
    Caption = #36827#31243#20449#24687#36755#20837
    TabOrder = 1
    object Label3: TLabel
      Left = 8
      Top = 24
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #36827#31243#21517#31216
    end
    object Label4: TLabel
      Left = 8
      Top = 56
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20248#20808#32423
    end
    object Label5: TLabel
      Left = 8
      Top = 88
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #36816#34892#26102#38388
    end
    object Label6: TLabel
      Left = 8
      Top = 120
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #26102#38388#29255
    end
    object Edit1: TEdit
      Left = 80
      Top = 24
      Width = 145
      Height = 21
      TabOrder = 0
      Text = #36827#31243'1'
    end
    object Edit2: TEdit
      Left = 80
      Top = 56
      Width = 145
      Height = 21
      Enabled = False
      TabOrder = 1
      Text = '1'
    end
    object Edit3: TEdit
      Left = 80
      Top = 88
      Width = 145
      Height = 21
      TabOrder = 2
      Text = '50'
    end
    object Button1: TButton
      Left = 16
      Top = 160
      Width = 105
      Height = 25
      Caption = #28155#21152#36827#31243#20449#24687
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 136
      Top = 160
      Width = 105
      Height = 25
      Caption = #28165#31354#36816#34892#35760#24405
      TabOrder = 4
      OnClick = Button2Click
    end
    object Edit4: TEdit
      Left = 80
      Top = 120
      Width = 145
      Height = 21
      Enabled = False
      TabOrder = 5
      Text = '20'
    end
  end
  object Memo1: TMemo
    Left = 448
    Top = 48
    Width = 249
    Height = 121
    Lines.Strings = (
      #36827#31243#21517#65293#65293#65293#20248#20808#32423#65293#65293#65293#25191#34892#26102#38388)
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Memo2: TMemo
    Left = 456
    Top = 232
    Width = 233
    Height = 129
    Lines.Strings = (
      #36827#31243#21517#65293#65293#65293#20248#20808#32423#65293#65293#65293#25191#34892#26102#38388)
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object RadioButton1: TRadioButton
    Left = 31
    Top = 112
    Width = 129
    Height = 17
    Caption = #20808#26469#20808#26381#21153#35843#24230
    Checked = True
    TabOrder = 4
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 31
    Top = 152
    Width = 137
    Height = 17
    Caption = #39640#20248#20808#26435#20248#20808#35843#24230
    TabOrder = 5
    OnClick = RadioButton2Click
  end
  object RadioButton3: TRadioButton
    Left = 31
    Top = 192
    Width = 113
    Height = 17
    Caption = #26102#38388#29255#36718#36716#35843#24230
    TabOrder = 6
    OnClick = RadioButton3Click
  end
  object Button3: TButton
    Left = 312
    Top = 336
    Width = 75
    Height = 25
    Caption = #25191#34892#31243#24207
    TabOrder = 7
    OnClick = Button3Click
  end
  object MainMenu1: TMainMenu
    Left = 400
    Top = 288
    object N1: TMenuItem
      Caption = #36864#20986
      OnClick = N1Click
    end
    object N3: TMenuItem
      Caption = #20851#20110
      OnClick = N3Click
    end
    object N2: TMenuItem
      OnClick = N2Click
    end
    object N4: TMenuItem
      Caption = #20010#20154#20449#24687
      OnClick = N4Click
    end
  end
end

⌨️ 快捷键说明

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