diagonal.dfm

来自「自定义的报表」· DFM 代码 · 共 90 行

DFM
90
字号
object frmDiagonal: TfrmDiagonal
  Left = 257
  Top = 182
  Width = 290
  Height = 164
  Caption = '单元格斜线设置'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object BitBtn1: TBitBtn
    Left = 200
    Top = 16
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 0
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 200
    Top = 56
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 1
    Kind = bkCancel
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 177
    Height = 113
    TabOrder = 2
    object LeftDiagonal1: TCheckBox
      Left = 16
      Top = 16
      Width = 65
      Height = 17
      Caption = '左斜线1'
      TabOrder = 0
    end
    object LeftDiagonal2: TCheckBox
      Left = 16
      Top = 48
      Width = 65
      Height = 17
      Caption = '左斜线2'
      TabOrder = 1
    end
    object LeftDiagonal3: TCheckBox
      Left = 16
      Top = 80
      Width = 65
      Height = 17
      Caption = '左斜线3'
      TabOrder = 2
    end
    object RightDiagonal1: TCheckBox
      Left = 104
      Top = 16
      Width = 65
      Height = 17
      Caption = '右斜线1'
      TabOrder = 3
    end
    object RightDiagonal2: TCheckBox
      Left = 104
      Top = 48
      Width = 65
      Height = 17
      Caption = '右斜线2'
      TabOrder = 4
    end
    object RightDiagonal3: TCheckBox
      Left = 104
      Top = 80
      Width = 65
      Height = 17
      Caption = '右斜线3'
      TabOrder = 5
    end
  end
end

⌨️ 快捷键说明

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