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

📄 cd1_1u.dfm

📁 C++ Builder程序员学习数据结构 第1章源码
💻 DFM
字号:
object Form1: TForm1
  Left = 321
  Top = 224
  BorderStyle = bsToolWindow
  Caption = #31616#26131#35745#31639#22120
  ClientHeight = 233
  ClientWidth = 233
  Color = clNone
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  PixelsPerInch = 96
  TextHeight = 24
  object c1: TButton
    Left = 16
    Top = 144
    Width = 33
    Height = 33
    Caption = '1'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = c1Click
  end
  object c2: TButton
    Left = 56
    Top = 144
    Width = 33
    Height = 33
    Caption = '2'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = c2Click
  end
  object c3: TButton
    Left = 96
    Top = 144
    Width = 33
    Height = 33
    Caption = '3'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = c3Click
  end
  object c6: TButton
    Left = 96
    Top = 104
    Width = 33
    Height = 33
    Caption = '6'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = c6Click
  end
  object c5: TButton
    Left = 56
    Top = 104
    Width = 33
    Height = 33
    Caption = '5'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = c5Click
  end
  object c9: TButton
    Left = 96
    Top = 64
    Width = 33
    Height = 33
    Caption = '9'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = c9Click
  end
  object c8: TButton
    Left = 56
    Top = 64
    Width = 33
    Height = 33
    Caption = '8'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = c8Click
  end
  object c4: TButton
    Left = 16
    Top = 104
    Width = 33
    Height = 33
    Caption = '4'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = c4Click
  end
  object c7: TButton
    Left = 16
    Top = 64
    Width = 33
    Height = 33
    Caption = '7'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = c7Click
  end
  object eout: TEdit
    Left = 16
    Top = 16
    Width = 129
    Height = 37
    AutoSelect = False
    BiDiMode = bdLeftToRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #57646
    MaxLength = 10
    ParentBiDiMode = False
    ParentFont = False
    ReadOnly = True
    TabOrder = 9
  end
  object c0: TButton
    Left = 16
    Top = 184
    Width = 33
    Height = 33
    Caption = '0'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 10
    OnClick = c0Click
  end
  object c01: TButton
    Left = 144
    Top = 64
    Width = 33
    Height = 33
    Caption = '+'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 11
    OnClick = c01Click
  end
  object c02: TButton
    Left = 144
    Top = 104
    Width = 33
    Height = 33
    Caption = '-'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 12
    OnClick = c02Click
  end
  object c03: TButton
    Left = 144
    Top = 144
    Width = 33
    Height = 33
    Caption = '*'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 13
    OnClick = c03Click
  end
  object c04: TButton
    Left = 144
    Top = 184
    Width = 33
    Height = 33
    Caption = '/'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 14
    OnClick = c04Click
  end
  object res: TButton
    Left = 96
    Top = 184
    Width = 33
    Height = 33
    Caption = '='
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 15
    OnClick = resClick
  end
  object c06: TButton
    Left = 184
    Top = 184
    Width = 33
    Height = 33
    Hint = #26368#22823#20844#22240#25968#58896
    Caption = '8'
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Wingdings 2'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 16
    OnClick = c06Click
  end
  object Button13: TButton
    Left = 56
    Top = 184
    Width = 33
    Height = 33
    Caption = '+/-'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 17
    OnClick = Button13Click
  end
  object c08: TButton
    Left = 184
    Top = 144
    Width = 33
    Height = 33
    Hint = #38454#20056
    Caption = '!'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 18
    OnClick = c08Click
  end
  object Button1: TButton
    Left = 184
    Top = 64
    Width = 33
    Height = 33
    Hint = #24179#26041#26681
    Caption = 'v'
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Wingdings'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 19
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 104
    Width = 33
    Height = 33
    Hint = #27425#26041#29992#27861#19982#21152#27861#21516#59062
    Caption = '^'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 20
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 160
    Top = 16
    Width = 57
    Height = 33
    Hint = #28165#38500
    Caption = 'C'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 21
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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