u_printlist.dfm

来自「本源码为矩形体排样的程序,支持多原材料的排样.」· DFM 代码 · 共 91 行

DFM
91
字号
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 + =
减小字号Ctrl + -
显示快捷键?