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

📄 blocksearch.dfm

📁 关于书籍《Borland c++Builder工程实践》的源代码
💻 DFM
字号:
object BloForm: TBloForm
  Left = 358
  Top = 146
  Width = 285
  Height = 444
  Caption = #20998#22359#26597#25214#31639#27861#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 120
    Top = 6
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #28436#31034#36895#24230#25511#21046#65306
  end
  object Label1: TLabel
    Left = 8
    Top = 360
    Width = 56
    Height = 13
    Caption = #30446#26631#20540#65306
  end
  object DataGrid: TStringGrid
    Left = 3
    Top = 3
    Width = 115
    Height = 341
    ColCount = 2
    DefaultColWidth = 55
    DefaultRowHeight = 20
    RowCount = 16
    TabOrder = 0
    RowHeights = (
      20
      20
      22
      20
      20
      20
      20
      20
      20
      20
      20
      20
      20
      20
      20
      20)
  end
  object DataGenerate: TButton
    Left = 16
    Top = 388
    Width = 89
    Height = 25
    Caption = #37325#26032#29983#25104#25968#25454
    TabOrder = 1
    OnClick = DataGenerateClick
  end
  object Display: TButton
    Left = 136
    Top = 388
    Width = 57
    Height = 25
    Caption = #28436#31034
    TabOrder = 2
    OnClick = DisplayClick
  end
  object Exit: TButton
    Left = 203
    Top = 388
    Width = 57
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = ExitClick
  end
  object TrackBar1: TTrackBar
    Left = 207
    Top = 2
    Width = 66
    Height = 23
    LineSize = 2
    Max = 1000
    Min = 100
    Orientation = trHorizontal
    PageSize = 200
    Frequency = 100
    Position = 400
    SelEnd = 0
    SelStart = 0
    TabOrder = 4
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar1Change
  end
  object value: TEdit
    Left = 60
    Top = 355
    Width = 60
    Height = 21
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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