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

📄 unit8.dfm

📁 这是一个火车站公寓的自动叫班程序源码
💻 DFM
字号:
object fmDetect: TfmDetect
  Left = 46
  Top = 92
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #25151#38388#26816#27979
  ClientHeight = 464
  ClientWidth = 756
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 5
    Top = 336
    Width = 748
    Height = 98
    Caption = #26377#25925#38556#25151#38388
    TabOrder = 2
    DesignSize = (
      748
      98)
    object StringGrid2: TStringGrid
      Left = 8
      Top = 16
      Width = 732
      Height = 74
      Anchors = [akLeft, akTop, akRight, akBottom]
      ColCount = 16
      DefaultColWidth = 44
      DefaultRowHeight = 20
      FixedCols = 0
      RowCount = 16
      FixedRows = 0
      TabOrder = 0
    end
  end
  object GroupBox1: TGroupBox
    Left = 4
    Top = 4
    Width = 750
    Height = 329
    Caption = #26080#25925#38556#25151#38388
    TabOrder = 0
    DesignSize = (
      750
      329)
    object StringGrid1: TStringGrid
      Left = 8
      Top = 16
      Width = 734
      Height = 305
      Anchors = [akLeft, akTop, akRight, akBottom]
      ColCount = 16
      DefaultColWidth = 44
      DefaultRowHeight = 20
      FixedCols = 0
      RowCount = 16
      FixedRows = 0
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 312
    Top = 437
    Width = 75
    Height = 25
    Caption = #24320#22987#26816#27979
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 678
    Top = 436
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 3
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 140
    OnTimer = Timer1Timer
    Left = 100
    Top = 20
  end
end

⌨️ 快捷键说明

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