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

📄 unit4.~dfm

📁 用 Delphi 做的操作系统试验
💻 ~DFM
字号:
object Form4: TForm4
  Left = 242
  Top = 182
  Width = 696
  Height = 480
  Caption = #39029#38754#32622#25442
  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 Label1: TLabel
    Left = 416
    Top = 224
    Width = 70
    Height = 19
    Caption = #29289#29702#22359'1'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 416
    Top = 184
    Width = 70
    Height = 19
    Caption = #29289#29702#22359'2'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 416
    Top = 144
    Width = 70
    Height = 19
    Caption = #29289#29702#22359'3'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 416
    Top = 104
    Width = 70
    Height = 19
    Caption = #29289#29702#22359'4'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 416
    Top = 64
    Width = 70
    Height = 19
    Caption = #29289#29702#22359'5'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 395
    Top = 280
    Width = 11
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 392
    Top = 368
    Width = 11
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 120
    Top = 304
    Width = 113
    Height = 25
    Caption = #29983#25104#25968
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 0
    Width = 25
    Height = 449
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 80
    Top = 56
    Width = 209
    Height = 209
    Caption = #31639#27861#36873#25321
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object RadioButton1: TRadioButton
      Left = 24
      Top = 56
      Width = 153
      Height = 17
      Caption = 'FIFO'#32622#25442#31639#27861
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 24
      Top = 136
      Width = 145
      Height = 17
      Caption = #32622#25442#31639#27861
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object Button2: TButton
    Left = 120
    Top = 360
    Width = 113
    Height = 25
    Caption = #25191#34892
    TabOrder = 3
    OnClick = Button2Click
  end
  object ProgressBar1: TProgressBar
    Left = 392
    Top = 336
    Width = 273
    Height = 16
    TabOrder = 4
  end
  object Memo2: TMemo
    Left = 496
    Top = 224
    Width = 57
    Height = 33
    Lines.Strings = (
      'Memo2')
    TabOrder = 5
  end
  object Memo3: TMemo
    Left = 496
    Top = 184
    Width = 57
    Height = 33
    Lines.Strings = (
      'Memo3')
    TabOrder = 6
  end
  object Memo4: TMemo
    Left = 496
    Top = 144
    Width = 57
    Height = 33
    Lines.Strings = (
      'Memo4')
    TabOrder = 7
  end
  object Memo5: TMemo
    Left = 496
    Top = 104
    Width = 57
    Height = 33
    Lines.Strings = (
      'Memo5')
    TabOrder = 8
  end
  object Memo6: TMemo
    Left = 496
    Top = 64
    Width = 57
    Height = 33
    Lines.Strings = (
      'Memo6')
    TabOrder = 9
  end
  object Button3: TButton
    Left = 120
    Top = 408
    Width = 113
    Height = 25
    Caption = #28165#38500
    TabOrder = 10
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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