📄 ez_column_mgr.res
字号:
!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%! ! ez_column_mgr.res! ! Date Release Name Ver. Comments! --------- ------- ---- ---- --------! 25-Jul-01 J-01-26+ JJE $$1 Group Submission! 24-Aug-01 J-03-08 ALG $$2 Fix ez_column_mgr.Label; Remove DummyLab1! 26-Nov-01 J-03-13 ALG $$3 Add RestoreDefaults button! 15-Aug-02 ALG Set .Focus & .DefaultButton for convenience! 15-Aug-02 J-03-32 ALG $$4 Changed order of components! 08-Oct-02 ALG Add "DSM - " prefix to titlebar text! 08-Oct-02 J-03-35 ALG $$5 Add .TitleBarImage, .AlwaysAbove! 13-Dec-02 ALG Rearrange buttons to fix their widths! 13-Dec-02 J-03-40 ALG $$6 SPR 993185: Allow multiple selections! 13-Jan-03 J-03-40 ALG $$7 Use new dsm.bif for TitleBarImage! 27-Jan-03 J-03-41 ALG $$8 SPR 999711: Symbol[Names/Images] for key col! 04-Mar-03 K-01-02 ALG $$9 Increase VisibleRows in tables!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(Dialog ez_column_mgr (Components (Label OutLab) (Label InLab) (List Out) (PushButton MoveToIn) (PushButton MoveToOut) (List In) (SubLayout DefaultsLayout) (SubLayout UpDownLayout) (StdButton StdOK) (StdButton StdCancel) ) (Resources (OutLab.Label "Available Columns") (OutLab.AttachLeft True) (OutLab.AttachTop True) (OutLab.AttachBottom True) (OutLab.Resizeable True) (OutLab.BottomOffset 0) (InLab.Label "Selected Columns") (InLab.AttachLeft True) (InLab.AttachTop True) (InLab.AttachBottom True) (InLab.Resizeable True) (InLab.BottomOffset 0) (Out.SelectionPolicy 4) (Out.Columns 12) (Out.VisibleRows 7) (Out.MinRows 5) (MoveToIn.Bitmap "cl_wizard_next") (MoveToIn.AttachLeft True) (MoveToIn.AttachRight True) (MoveToIn.AttachTop True) (MoveToIn.AttachBottom True) (MoveToOut.Bitmap "cl_wizard_back") (MoveToOut.AttachLeft True) (MoveToOut.AttachRight True) (MoveToOut.AttachTop True) (In.SelectionPolicy 4) (In.Columns 12) (In.VisibleRows 7) (In.MinRows 5) (In.SymbolNames "KEY") (In.SymbolImages "mo_key") (StdOK.Label "&OK") (StdCancel.Label "&Cancel") (.Bitmap "setup") (.Label "DSM - Select Columns") (.Focus "StdOK") (.TopOffset 5) (.BottomOffset 5) (.LeftOffset 5) (.RightOffset 5) (.DefaultButton "StdOK") (.TitleBarImage "dsm") (.AlwaysAbove "dsq") (.Layout (Grid (Rows 0 1 0) (Cols 1 0 1) (Grid (Rows 0) (Cols 1 1) OutLab ) (Pos 1 3) (Grid (Rows 0) (Cols 1 1) InLab ) Out (Grid (Rows 0 0 1) (Cols 0) MoveToIn MoveToOut ) In DefaultsLayout (Pos 3 3) UpDownLayout ) ) ))(Layout DefaultsLayout (Components (PushButton RestoreDefaults) ) (Resources (RestoreDefaults.Label "Restore Defaults") (RestoreDefaults.AttachLeft True) (RestoreDefaults.AttachRight True) (RestoreDefaults.Resizeable True) (.AttachTop True) (.AttachBottom True) (.Alignment 2) (.BottomOffset 5) (.LeftOffset 5) (.RightOffset 5) (.Layout (Grid (Rows 1) (Cols 1) RestoreDefaults ) ) ))(Layout UpDownLayout (Components (PushButton ShuffleUp) (PushButton ShuffleDown) ) (Resources (ShuffleUp.Label "Up") (ShuffleUp.Resizeable True) (ShuffleDown.Label "Down") (ShuffleDown.Resizeable True) (.AttachTop True) (.AttachBottom True) (.Alignment 2) (.BottomOffset 5) (.LeftOffset 5) (.RightOffset 5) (.Layout (Grid (Rows 1) (Cols 1 1) ShuffleUp ShuffleDown ) ) ))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -