| | |
| | | 锘縩amespace WorkM |
| | | { |
| | | public class FlickerFreeListView : System.Windows.Forms.DataGridView { |
| | | public FlickerFreeListView() |
| | | { |
| | | SetStyle(System.Windows.Forms.ControlStyles.DoubleBuffer | |
| | | System.Windows.Forms.ControlStyles.AllPaintingInWmPaint | |
| | | System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer, true); |
| | | UpdateStyles(); |
| | | } |
| | | } |
| | | |
| | | partial class Mes_OrderProcFlowAllReport |
| | | { |
| | | /// <summary> |
| | |
| | | this.lblCaption = new System.Windows.Forms.Label(); |
| | | this.timer2 = new System.Windows.Forms.Timer(this.components); |
| | | this.grdSum = new System.Windows.Forms.DataGridView(); |
| | | this.grdMain = new System.Windows.Forms.DataGridView(); |
| | | this.grdMain = new FlickerFreeListView(); |
| | | this.chkShowUpperID = new System.Windows.Forms.CheckBox(); |
| | | this.Tool.SuspendLayout(); |
| | | this.pPic.SuspendLayout(); |