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

📄 umain.dfm

📁 DELPHI的报表控件
💻 DFM
字号:
object Form1: TForm1
  Left = 304
  Top = 108
  Width = 213
  Height = 141
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 105
    Height = 15
    Caption = '打印进纸微调:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 112
    Top = 80
    Width = 75
    Height = 25
    Caption = '样本'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object DBGridPrn1: TDBGridPrn
    Left = 136
    Top = 24
    Width = 97
    Height = 49
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Visible = False
    FocusedFrontColor = clHighlightText
    CustomPaperWidth = 0
    CustomPaperHeight = 0
    PrnTitle.Strings = (
      '发票')
    HeadSpace = 80
    ColumnsAuto = False
    TopMargin = 174
    LeftMargin = 199
    HeadFont.Charset = DEFAULT_CHARSET
    HeadFont.Color = clWindowText
    HeadFont.Height = -27
    HeadFont.Name = '楷体_GB2312'
    HeadFont.Style = [fsBold]
    DFM_Version = {322E330055698C63}
    XColumnsShapeEx = {
      060000003B00000097000000EB0000003001000084010000DF01000008000000
      4C0000005F0000007E00000091000000A4000000B6000000CB000000F6000000
      2300000001000000010000000100000001000000010000000200000002000000
      0200000002000000020000000200000002000000020000000200000002000000
      0200000002000000020000000200000002000000020000000200000002000000
      0200000002000000020000000100000001000000010000000100000002000000
      0300000001000000010000000200000023000000050000000500000005000000
      0500000005000000050000000500000005000000050000000500000005000000
      0500000005000000050000000500000005000000050000000500000005000000
      0500000005000000050000000500000005000000050000000500000005000000
      0500000005000000050000000500000005000000050000000500000005000000
      2800000001000000010000000100000001000000010000000100000001000000
      0100000001000000010000000100000001000000010000000100000001000000
      0100000001000000010000000100000001000000010000000100000001000000
      0100000001000000010000000100000001000000010000000100000001000000
      0100000001000000010000000100000001000000010000000100000001000000
      010000002A000000010000000000000000000000010000000000000001000000
      0100000001000000010000000100000001000000010000000100000001000000
      0100000001000000010000000100000001000000010000000100000001000000
      0100000001000000010000000100000001000000010000000100000001000000
      0100000001000000000000000000000000000000010000000100000001000000
      0100000000000000010000000100000023000000060000000600000006000000
      0600000006000000060000000600000006000000060000000600000006000000
      0600000006000000060000000600000006000000060000000600000006000000
      0600000006000000060000000600000006000000060000000600000006000000
      0600000006000000060000000600000006000000060000000600000006000000
      460000000D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A
      0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A0D0A
      0D0A0D0A0D0A0D0A0D0A0909090201020E0258021409020002010604CBCECCE5
      060100020A040800008002230200020002000200020002000200020002000200
      0200020002000200020002000200020002000200020002000200020002000200
      0200020002000200020002000200020002000200}
  end
  object BitBtn2: TBitBtn
    Left = 24
    Top = 80
    Width = 75
    Height = 25
    Caption = '打印'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkOK
  end
  object UpDown1: TUpDown
    Left = 105
    Top = 40
    Width = 17
    Height = 24
    Associate = MaskEdit1
    Min = -100
    Position = 0
    TabOrder = 4
    Wrap = False
  end
  object MaskEdit1: TMaskEdit
    Left = 24
    Top = 40
    Width = 81
    Height = 24
    EditMask = '9999'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 4
    ParentFont = False
    TabOrder = 3
    Text = '0   '
    OnChange = MaskEdit1Change
  end
end

⌨️ 快捷键说明

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