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

📄 pagesetup.dfm

📁 自定义的报表
💻 DFM
字号:
object frmPageSetup: TfrmPageSetup
  Left = 299
  Top = 170
  BorderStyle = bsDialog
  Caption = '报表属性设置'
  ClientHeight = 219
  ClientWidth = 320
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object BitBtn1: TBitBtn
    Left = 240
    Top = 16
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 0
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 240
    Top = 56
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 1
    Kind = bkCancel
  end
  object cb_InsertSpace: TCheckBox
    Left = 40
    Top = 184
    Width = 129
    Height = 17
    Caption = '数据不够插入空行'
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 225
    Height = 169
    TabOrder = 3
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 48
      Height = 12
      Caption = '左边界:'
    end
    object Label3: TLabel
      Left = 32
      Top = 41
      Width = 48
      Height = 12
      Caption = '上边界:'
    end
    object Label2: TLabel
      Left = 32
      Top = 66
      Width = 48
      Height = 12
      Caption = '右边界:'
    end
    object Label4: TLabel
      Left = 32
      Top = 91
      Width = 48
      Height = 12
      Caption = '下边界:'
    end
    object Label5: TLabel
      Left = 8
      Top = 116
      Width = 72
      Height = 12
      Caption = '最大数据行:'
    end
    object Label6: TLabel
      Left = 20
      Top = 141
      Width = 60
      Height = 12
      Caption = '每页行数:'
    end
    object Label7: TLabel
      Left = 192
      Top = 16
      Width = 24
      Height = 12
      Caption = '毫米'
    end
    object Label8: TLabel
      Left = 192
      Top = 41
      Width = 24
      Height = 12
      Caption = '毫米'
    end
    object Label9: TLabel
      Left = 192
      Top = 66
      Width = 24
      Height = 12
      Caption = '毫米'
    end
    object Label10: TLabel
      Left = 192
      Top = 91
      Width = 24
      Height = 12
      Caption = '毫米'
    end
    object Edit_LeftMargin: TCSpinEdit
      Left = 88
      Top = 12
      Width = 96
      Height = 21
      TabStop = True
      MaxValue = 100
      MinValue = 5
      ParentColor = False
      TabOrder = 0
      Value = 10
    end
    object Edit_TopMargin: TCSpinEdit
      Left = 88
      Top = 37
      Width = 96
      Height = 21
      TabStop = True
      MaxValue = 100
      MinValue = 5
      ParentColor = False
      TabOrder = 1
      Value = 10
    end
    object Edit_RightMargin: TCSpinEdit
      Left = 88
      Top = 62
      Width = 96
      Height = 21
      TabStop = True
      MaxValue = 100
      MinValue = 5
      ParentColor = False
      TabOrder = 2
      Value = 10
    end
    object Edit_BottomMargin: TCSpinEdit
      Left = 88
      Top = 87
      Width = 96
      Height = 21
      TabStop = True
      MaxValue = 100
      MinValue = 5
      ParentColor = False
      TabOrder = 3
      Value = 10
    end
    object Edit_MaxLine: TCSpinEdit
      Left = 88
      Top = 112
      Width = 96
      Height = 21
      TabStop = True
      ParentColor = False
      TabOrder = 4
      Value = 6
    end
    object Edit_LinePerPage: TCSpinEdit
      Left = 88
      Top = 137
      Width = 96
      Height = 21
      TabStop = True
      ParentColor = False
      TabOrder = 5
      Value = 1
    end
  end
end

⌨️ 快捷键说明

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