📄 aps_ui.res
字号:
!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*\!! aps_ui.res!! Date Release Name Ver. Comments! ----------- ------- ---- ---- --------! 16-Jan-02 J-03-17 TWH $$1 Created! 11-Oct-02 J-03-35 MAZ $$2 Use the proelogo Bitmap! 02-Dec-02 J-03-39 MAZ $$3 SPR 990866: Use proe.bif for .Bitmap! 15-Dec-03 K-01-20 MAZ $$4 Add borrowing comps! 19-Dec-03 K-01-21 MAZ $$5 SPR 1066681: daysSpinBox.MaxInteger = 5! 24-May-04 K-03-02 MAZ $$6 SPR 1085046: daysSpinBox.MinInteger = 0! 01-Mar-05 K-03-21 MAZ $$7 SPR 1131424: add TAN reference!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/(Dialog aps_ui (Components (StdButton Start) (StdButton Cancel) (SubLayout Layout1) (SubLayout SpinLayout) ) (Resources (Start.Label "Start") (Cancel.Label "Cancel") (.Bitmap "proe") (.Label "Pro/ENGINEER Start - Select an Configuration file") (.Layout (Grid (Rows 1 0) (Cols 1) Layout1 SpinLayout ) ) ))(Layout Layout1 (Components (List List1) ) (Resources (List1.Columns 28) (List1.VisibleRows 6) (.Label "Configuration Files") (.Decorated True) (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.Layout (Grid (Rows 1) (Cols 1) List1 ) ) ))(Layout SpinLayout (Components (Label Label1) (SpinBox daysSpinBox) (Label startLabel) (Label endLabel) (Label startValue) (Label endValue) (Label Label2) ) (Resources (Label1.Label "Borrowing Period in Days: ") (Label1.AttachLeft True) (Label1.Alignment 0) (daysSpinBox.Columns 2) (daysSpinBox.AttachLeft True) (daysSpinBox.Integer 1) (daysSpinBox.MinInteger 0) (daysSpinBox.MaxInteger 5) (daysSpinBox.FastIncrement 1) (daysSpinBox.FastDoubleIncrement 1.000000) (startLabel.Label "Start Date (today):") (startLabel.AttachLeft True) (startLabel.Alignment 0) (endLabel.Label "End Date (expires at 11:59 pm):") (endLabel.AttachLeft True) (endLabel.Alignment 0) (startValue.Label "4 December 2003") (startValue.AttachLeft True) (startValue.AttachRight True) (startValue.Alignment 0) (endValue.Label "9 December 2003") (endValue.AttachLeft True) (endValue.AttachRight True) (endValue.Alignment 0) (Label2.Label "Note: Once a license has been borrowed it cannot be returned early. For more information please reference TAN 125363.") (Label2.AttachLeft True) (Label2.Alignment 0) (.Label "License Borrowing") (.Visible False) (.Decorated True) (.Mapped False) (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.TopOffset 10) (.Layout (Grid (Rows 1 1) (Cols 1) (Grid (Rows 1 1 0) (Cols 1 1) Label1 daysSpinBox startLabel startValue endLabel endValue ) Label2 ) ) ))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -