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

📄 main.dfm

📁 些源程序给我们介绍了,Delphi编程的一些基础知识,看看用Delphi编程是一件多么简单的事情.
💻 DFM
字号:
object Form1: TForm1
  Left = 275
  Top = 151
  Width = 442
  Height = 472
  Caption = #20116#23376#26827#28216#25103
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 425
    Height = 425
    BevelInner = bvRaised
    BevelOuter = bvLowered
    BevelWidth = 2
    BorderWidth = 2
    BorderStyle = bsSingle
    TabOrder = 0
    object DrawGrid1: TDrawGrid
      Left = 8
      Top = 8
      Width = 401
      Height = 401
      Color = clBtnFace
      ColCount = 19
      DefaultColWidth = 20
      DefaultRowHeight = 20
      FixedCols = 18
      RowCount = 19
      FixedRows = 18
      TabOrder = 0
      OnDrawCell = DrawGrid1DrawCell
      OnMouseDown = DrawGrid1MouseDown
      ColWidths = (
        20
        20
        20
        20
        20
        18
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20)
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 192
    Top = 200
  end
  object MainMenu1: TMainMenu
    object yy1: TMenuItem
      Caption = #25991#20214
      object N1: TMenuItem
        Caption = #26032#24314
      end
      object N2: TMenuItem
        Caption = #20445#23384
      end
      object N5: TMenuItem
        Caption = #36864#20986
        OnClick = N5Click
      end
    end
    object N6: TMenuItem
      Caption = #32534#36753
      object N7: TMenuItem
        Caption = #20840#36873
      end
      object N8: TMenuItem
        Caption = #22797#21046
      end
      object N9: TMenuItem
        Caption = #31896#24086
      end
    end
    object N3: TMenuItem
      Caption = #24110#21161
      object N4: TMenuItem
        Caption = #20851#20110
      end
    end
  end
end

⌨️ 快捷键说明

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