GXDZMSStatistics.Designer.cs 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 
  2. namespace WWPipeLine.MapTools.Conditions.Statistics
  3. {
  4. partial class GXDZMSStatistics
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.clb = new System.Windows.Forms.CheckedListBox();
  30. this.SuspendLayout();
  31. //
  32. // clb
  33. //
  34. this.clb.CheckOnClick = true;
  35. this.clb.Dock = System.Windows.Forms.DockStyle.Fill;
  36. this.clb.Location = new System.Drawing.Point(0, 0);
  37. this.clb.Name = "clb";
  38. this.clb.Size = new System.Drawing.Size(414, 258);
  39. this.clb.TabIndex = 3;
  40. this.clb.MouseMove += new System.Windows.Forms.MouseEventHandler(MapBasic.ComsStatic.CheckedListBox_MouseMove);
  41. //
  42. // GXDZMSStatistics
  43. //
  44. this.Controls.Add(this.clb);
  45. this.Name = "GXDZMSStatistics";
  46. this.Size = new System.Drawing.Size(414, 258);
  47. this.ResumeLayout(false);
  48. }
  49. #endregion
  50. private System.Windows.Forms.CheckedListBox clb;
  51. }
  52. }