1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- using System.Windows.Forms;
- namespace UAS_LabelMachine.CustomControl
- {
- partial class DataGridViewWithSerialNum
- {
-
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.RowTemplate.Height = 23;
- this.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.DataGridViewWithSerialNum_CellPainting);
- ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
- this.ResumeLayout(true);
- }
- #endregion
- }
- }
|