Unit1.~dfm
上传用户:z6200320
上传日期:2013-04-04
资源大小:352k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = #35831#27714#20998#39029#23384#20648#31649#29702#26041#24335#30340#27169#25311
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 4
  18.     Top = 4
  19.     Width = 457
  20.     Height = 445
  21.     ReadOnly = True
  22.     ScrollBars = ssVertical
  23.     TabOrder = 0
  24.   end
  25.   object GroupBox1: TGroupBox
  26.     Left = 476
  27.     Top = 4
  28.     Width = 205
  29.     Height = 141
  30.     Caption = #39029#38754#32622#25442#31639#27861
  31.     TabOrder = 1
  32.     object FIFO: TRadioButton
  33.       Left = 24
  34.       Top = 34
  35.       Width = 113
  36.       Height = 17
  37.       Caption = #20808#36827#20808#20986#31639#27861
  38.       Checked = True
  39.       TabOrder = 0
  40.       TabStop = True
  41.     end
  42.     object LRU: TRadioButton
  43.       Left = 24
  44.       Top = 66
  45.       Width = 157
  46.       Height = 17
  47.       Caption = #26368#36817#26368#20037#26410#20351#29992#31639#27861
  48.       TabOrder = 1
  49.     end
  50.   end
  51.   object Btn_Run: TButton
  52.     Left = 540
  53.     Top = 104
  54.     Width = 75
  55.     Height = 25
  56.     Caption = #36816#34892
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = Btn_RunClick
  60.   end
  61. end