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

📄 sj_fhddydlg.dfm

📁 省级集邮品管理ERP
💻 DFM
字号:
object frmSY_FHDDYDLG: TfrmSY_FHDDYDLG
  Left = 230
  Top = 197
  BorderStyle = bsDialog
  Caption = '发货单打印——选择打印格式'
  ClientHeight = 197
  ClientWidth = 293
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object RG_zzdx: TRadioGroup
    Left = 24
    Top = 84
    Width = 109
    Height = 57
    Caption = '纸张大小'
    ItemIndex = 0
    Items.Strings = (
      '小纸'
      '大纸')
    TabOrder = 0
  end
  object RG_dyfs: TRadioGroup
    Left = 24
    Top = 12
    Width = 245
    Height = 61
    Caption = '打印方式'
    ItemIndex = 0
    Items.Strings = (
      '打印当前发货单'
      '打印该依据单下的所有发货单(不预览)')
    TabOrder = 1
  end
  object Button1: TButton
    Left = 104
    Top = 160
    Width = 75
    Height = 25
    Caption = '确定'
    ModalResult = 1
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 196
    Top = 160
    Width = 75
    Height = 25
    Caption = '取消'
    ModalResult = 2
    TabOrder = 3
  end
  object CB_td: TCheckBox
    Left = 164
    Top = 92
    Width = 97
    Height = 17
    Caption = '套打'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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