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

📄 main.dfm

📁 C++ builder 完全攻略 学习C++ Builder 不可缺少
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 463
  Height = 313
  Caption = 'Appendix A-3'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 192
    Top = 48
    Width = 70
    Height = 13
    Caption = 'sort'#25490#24207#32080#26524
  end
  object Label2: TLabel
    Left = 320
    Top = 48
    Width = 103
    Height = 13
    Caption = 'stable_sort'#25490#24207#32080#26524
  end
  object Label3: TLabel
    Left = 48
    Top = 48
    Width = 52
    Height = 13
    Caption = #21407#22987#36039#26009
  end
  object StringGrid3: TStringGrid
    Left = 296
    Top = 64
    Width = 137
    Height = 214
    ColCount = 3
    DefaultColWidth = 30
    DefaultRowHeight = 18
    RowCount = 11
    TabOrder = 0
    ColWidths = (
      30
      50
      49)
  end
  object StringGrid1: TStringGrid
    Left = 8
    Top = 64
    Width = 137
    Height = 214
    ColCount = 3
    DefaultColWidth = 30
    DefaultRowHeight = 18
    RowCount = 11
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
    TabOrder = 1
    ColWidths = (
      30
      50
      49)
  end
  object StringGrid2: TStringGrid
    Left = 152
    Top = 64
    Width = 137
    Height = 214
    ColCount = 3
    DefaultColWidth = 30
    DefaultRowHeight = 18
    RowCount = 11
    TabOrder = 2
    ColWidths = (
      30
      50
      49)
  end
  object Button1: TButton
    Left = 256
    Top = 16
    Width = 75
    Height = 25
    Caption = #25490#24207
    TabOrder = 3
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 40
    Top = 8
    Width = 185
    Height = 33
    Caption = #25490#24207#27396#20301
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      #27396#20301'1'
      #27396#20301'2')
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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