?? u_printlist.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 + -