OTSGridView.designer.cs 1.5 KB

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