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

📄 unit3.dfm

📁 对图像的处理.主要是对图像像素的处理.希望对大家有帮助1
💻 DFM
字号:
object Form3: TForm3
  Left = 269
  Top = 115
  BorderStyle = bsDialog
  Caption = '龙 虎 榜'
  ClientHeight = 303
  ClientWidth = 263
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 88
    Top = 10
    Width = 83
    Height = 19
    Caption = '龙 虎 榜'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object StringGrid1: TStringGrid
    Left = 9
    Top = 39
    Width = 254
    Height = 258
    BorderStyle = bsNone
    Color = clBtnFace
    ColCount = 1
    DefaultColWidth = 240
    FixedCols = 0
    RowCount = 10
    FixedRows = 0
    Options = [goHorzLine]
    ScrollBars = ssNone
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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