DataGridViewWithSerialNum.Designer.cs 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. using System.Windows.Forms;
  2. namespace UAS_LabelMachine.CustomControl
  3. {
  4. partial class DataGridViewWithSerialNum
  5. {
  6. // private AutoScaleMode AutoScaleMode;
  7. /// <summary>
  8. /// 必需的设计器变量。
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// 清理所有正在使用的资源。
  13. /// </summary>
  14. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region 组件设计器生成的代码
  24. /// <summary>
  25. /// 设计器支持所需的方法 - 不要修改
  26. /// 使用代码编辑器修改此方法的内容。
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // DataGridViewWithSerialNum
  34. //
  35. this.RowTemplate.Height = 23;
  36. this.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.DataGridViewWithSerialNum_CellPainting);
  37. ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
  38. this.ResumeLayout(false);
  39. }
  40. #endregion
  41. }
  42. }