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

📄 prt_letter.dfm

📁 一个桌面数据库应用的源码,适合初学数据库编程的新手.
💻 DFM
字号:
object frm_prt_letter: Tfrm_prt_letter
  Left = 242
  Top = 251
  BorderStyle = bsDialog
  Caption = '信封打印'
  ClientHeight = 370
  ClientWidth = 686
  Color = clBlack
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object SpeedButton1: TSpeedButton
    Left = 152
    Top = 328
    Width = 89
    Height = 22
    Caption = '打印'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 408
    Top = 328
    Width = 89
    Height = 22
    Caption = '取消'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton2Click
  end
  object Panel1: TPanel
    Left = 16
    Top = 16
    Width = 657
    Height = 297
    BevelOuter = bvNone
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 13
    Top = 13
    Width = 657
    Height = 297
    BevelOuter = bvNone
    Color = clWhite
    TabOrder = 1
    OnMouseDown = Panel2MouseDown
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 66
      Height = 21
      Caption = '710054'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 48
      Width = 32
      Height = 16
      Caption = '地址'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 216
      Top = 112
      Width = 96
      Height = 48
      Caption = 'ZIZI'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -48
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 376
      Top = 128
      Width = 64
      Height = 33
      Caption = 'Post'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -32
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 408
      Top = 248
      Width = 32
      Height = 16
      Caption = '地址'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 584
      Top = 268
      Width = 66
      Height = 21
      Caption = '710054'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
  end
  object PrintDialog1: TPrintDialog
    Left = 621
    Top = 21
  end
end

⌨️ 快捷键说明

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