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

📄 u_printlist.dfm

📁 本源码为矩形体排样的程序,支持多原材料的排样.
💻 DFM
字号:
object PrintDlg: TPrintDlg
  Left = 245
  Top = 108
  BorderStyle = bsDialog
  Caption = 'What to print'
  ClientHeight = 214
  ClientWidth = 313
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 297
    Height = 161
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 137
    Height = 16
    Caption = 'Select items to print'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object OKBtn: TButton
    Left = 79
    Top = 180
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object CancelBtn: TButton
    Left = 159
    Top = 180
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object Printparts: TCheckBox
    Left = 40
    Top = 48
    Width = 97
    Height = 17
    Caption = 'Required parts'
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
  object Printleftover: TCheckBox
    Left = 40
    Top = 96
    Width = 97
    Height = 17
    Caption = 'Leftover pieces'
    TabOrder = 3
  end
  object PrintDiagram: TCheckBox
    Left = 40
    Top = 120
    Width = 161
    Height = 17
    Caption = 'Parts layout diagram '
    Checked = True
    State = cbChecked
    TabOrder = 4
  end
  object PrintSupply: TCheckBox
    Left = 40
    Top = 72
    Width = 97
    Height = 17
    Caption = 'Supply pieces'
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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