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

📄 yhjsf.~dfm

📁 操作系统的一个模拟算法的实现 银行家算法
💻 ~DFM
字号:
object Form1: TForm1
  Left = 311
  Top = 105
  Width = 798
  Height = 635
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ScreenSnap = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 8
    Width = 121
    Height = 25
    AutoSize = False
    Caption = #35831#36755#20837#36827#31243#20010#25968
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 40
    Width = 121
    Height = 17
    AutoSize = False
    Caption = #35831#36755#20837#36164#28304#31181#31867
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 16
    Top = 488
    Width = 169
    Height = 25
    AutoSize = False
    Caption = #35831#36873#25321#25152#35201#20998#37197#30340#36827#31243
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object Label4: TLabel
    Left = 19
    Top = 520
    Width = 150
    Height = 25
    AutoSize = False
    Caption = #25351#23450#21508#31867#36164#28304#30340#20998#37197
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object Edit1: TEdit
    Left = 208
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 208
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Button1: TButton
    Left = 16
    Top = 80
    Width = 257
    Height = 25
    Caption = #28857#20987#36755#20837#21508#31867#36164#28304#30340#24635#37327
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 344
    Top = 80
    Width = 329
    Height = 25
    Caption = #28857#20987#36755#20837#23436#25104#27599#20010#36827#31243#25152#38656#30340#21508#31867#36164#28304#24635#37327
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 152
    Top = 160
    Width = 185
    Height = 25
    Caption = #28857#20987#26174#31034#36164#28304#21021#20998#37197#24773#20917
    TabOrder = 4
    Visible = False
    OnClick = Button3Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 304
    Width = 313
    Height = 153
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 5
    Visible = False
  end
  object Edit3: TEdit
    Left = 232
    Top = 488
    Width = 73
    Height = 21
    TabOrder = 6
    Text = 'Edit3'
    Visible = False
  end
  object Button4: TButton
    Left = 480
    Top = 528
    Width = 75
    Height = 25
    Caption = #24320#22987#20998#37197
    TabOrder = 7
    Visible = False
    OnClick = Button4Click
  end
  object Timer1: TTimer
    Left = 440
    Top = 144
  end
end

⌨️ 快捷键说明

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