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

📄 cd3_3u.dfm

📁 C++ Builder程序员学习数据结构第3章
💻 DFM
字号:
object Form1: TForm1
  Left = 223
  Top = 153
  BorderStyle = bsSingle
  Caption = #38431#21015#30340#22522#26412#27010#24565
  ClientHeight = 176
  ClientWidth = 426
  Color = clMenu
  DefaultMonitor = dmDesktop
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  DesignSize = (
    426
    176)
  PixelsPerInch = 96
  TextHeight = 11
  object f_1: TLabel
    Left = 64
    Top = 8
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  f= -1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object r_1: TLabel
    Left = 64
    Top = 24
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  r= -1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object cap: TLabel
    Left = 72
    Top = 96
    Width = 321
    Height = 25
    AutoSize = False
    Caption = #20808#36827#20808#20986' (First In First Out)'
    Color = clMenu
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #22841#21457#30768
    Font.Style = [fsUnderline]
    ParentColor = False
    ParentFont = False
  end
  object emp: TLabel
    Left = 16
    Top = 72
    Width = 41
    Height = 17
    AutoSize = False
    Caption = '  Empty'
    Color = clBlue
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label1: TLabel
    Left = 80
    Top = 144
    Width = 113
    Height = 17
    AutoSize = False
    Caption = #65288#25353'Enter'#38190#23436#25104#36755#20837#65289
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
  end
  object f0: TLabel
    Left = 128
    Top = 8
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  f= 0'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object f1: TLabel
    Left = 192
    Top = 8
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  f= 1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object f2: TLabel
    Left = 256
    Top = 8
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  f= 2'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object f3: TLabel
    Left = 328
    Top = 8
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  f= 3'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object r1: TLabel
    Left = 192
    Top = 24
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  r= 1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object r2: TLabel
    Left = 256
    Top = 24
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  r= 2'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object r3: TLabel
    Left = 328
    Top = 24
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  r= 3'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object r0: TLabel
    Left = 128
    Top = 24
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  r= 0'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object f4: TLabel
    Left = 384
    Top = 8
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  f= 4'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object r4: TLabel
    Left = 384
    Top = 24
    Width = 33
    Height = 17
    AutoSize = False
    Caption = '  r= 4'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 8
    Width = 49
    Height = 17
    AutoSize = False
    Caption = '(f= front)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 24
    Width = 49
    Height = 17
    AutoSize = False
    Caption = '(r= rear)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object full: TLabel
    Left = 16
    Top = 48
    Width = 41
    Height = 17
    AutoSize = False
    Caption = '   Full'
    Color = clRed
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object out: TLabel
    Left = 16
    Top = 104
    Width = 57
    Height = 13
    AutoSize = False
  end
  object qsg: TStringGrid
    Left = 72
    Top = 48
    Width = 329
    Height = 49
    Anchors = [akLeft, akTop, akBottom]
    Color = clMenu
    DefaultRowHeight = 45
    RowCount = 1
    FixedRows = 0
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object del: TButton
    Left = 232
    Top = 136
    Width = 75
    Height = 25
    Caption = #21462#20986
    TabOrder = 1
    OnClick = delClick
  end
  object end: TButton
    Left = 328
    Top = 136
    Width = 75
    Height = 25
    Caption = #32467#26463
    TabOrder = 2
    OnClick = endClick
  end
  object ein: TEdit
    Left = 16
    Top = 136
    Width = 65
    Height = 24
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #12356#12421' ('#32649#30768') - '#31325#29460#57646
    MaxLength = 10
    ParentFont = False
    TabOrder = 3
    OnKeyUp = einKeyUp
  end
end

⌨️ 快捷键说明

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