OTSSolutionWindow.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. namespace OTSMeasureApp
  2. {
  3. partial class OTSSolutionWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSSolutionWindow));
  30. this.treeView1 = new System.Windows.Forms.TreeView();
  31. this.RightClickNoCheckContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  33. this.DeleteNode = new System.Windows.Forms.ToolStripMenuItem();
  34. this.RightClickCheckContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.ClearMeasureData = new System.Windows.Forms.ToolStripMenuItem();
  36. this.reClassifyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.RightClickNoCheckContextMenuStrip.SuspendLayout();
  38. this.RightClickCheckContextMenuStrip.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // treeView1
  42. //
  43. this.treeView1.AllowDrop = true;
  44. this.treeView1.CheckBoxes = true;
  45. this.treeView1.ContextMenuStrip = this.RightClickNoCheckContextMenuStrip;
  46. this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.treeView1.ItemHeight = 20;
  48. this.treeView1.LabelEdit = true;
  49. this.treeView1.Location = new System.Drawing.Point(0, 0);
  50. this.treeView1.Name = "treeView1";
  51. this.treeView1.ShowLines = false;
  52. this.treeView1.ShowPlusMinus = false;
  53. this.treeView1.Size = new System.Drawing.Size(262, 638);
  54. this.treeView1.TabIndex = 0;
  55. this.treeView1.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_BeforeLabelEdit);
  56. this.treeView1.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_AfterLabelEdit);
  57. this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
  58. this.treeView1.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.treeView1_DrawNode);
  59. this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
  60. this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  61. this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
  62. this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
  63. this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
  64. this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeView1_DragEnter);
  65. this.treeView1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView1_DragOver);
  66. this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
  67. this.treeView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyUp);
  68. this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
  69. //
  70. // RightClickNoCheckContextMenuStrip
  71. //
  72. this.RightClickNoCheckContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  73. this.RightClickNoCheckContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  74. this.toolStripMenuItem1});
  75. this.RightClickNoCheckContextMenuStrip.Name = "RightClickNoCheckContextMenuStrip";
  76. this.RightClickNoCheckContextMenuStrip.Size = new System.Drawing.Size(149, 26);
  77. //
  78. // toolStripMenuItem1
  79. //
  80. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  81. this.toolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
  82. this.toolStripMenuItem1.Text = "增加样品测量";
  83. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_AddNode_Click);
  84. //
  85. // DeleteNode
  86. //
  87. this.DeleteNode.Name = "DeleteNode";
  88. this.DeleteNode.Size = new System.Drawing.Size(180, 22);
  89. this.DeleteNode.Text = "删除样品";
  90. this.DeleteNode.Click += new System.EventHandler(this.DeleteNode_Click);
  91. //
  92. // RightClickCheckContextMenuStrip
  93. //
  94. this.RightClickCheckContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  95. this.RightClickCheckContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  96. this.DeleteNode,
  97. this.ClearMeasureData,
  98. this.reClassifyToolStripMenuItem});
  99. this.RightClickCheckContextMenuStrip.Name = "contextMenuStrip1";
  100. this.RightClickCheckContextMenuStrip.Size = new System.Drawing.Size(181, 92);
  101. //
  102. // ClearMeasureData
  103. //
  104. this.ClearMeasureData.Name = "ClearMeasureData";
  105. this.ClearMeasureData.Size = new System.Drawing.Size(180, 22);
  106. this.ClearMeasureData.Text = "清除测量数据";
  107. this.ClearMeasureData.Visible = false;
  108. this.ClearMeasureData.Click += new System.EventHandler(this.ClearSampleMeasureData_Click);
  109. //
  110. // reClassifyToolStripMenuItem
  111. //
  112. this.reClassifyToolStripMenuItem.Name = "reClassifyToolStripMenuItem";
  113. this.reClassifyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  114. this.reClassifyToolStripMenuItem.Text = "ReClassify";
  115. this.reClassifyToolStripMenuItem.Click += new System.EventHandler(this.reClassifyToolStripMenuItem_Click);
  116. //
  117. // OTSSolutionWindow
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.ClientSize = new System.Drawing.Size(262, 638);
  122. this.CloseButtonVisible = false;
  123. this.Controls.Add(this.treeView1);
  124. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
  125. | OTS.WinFormsUI.Docking.DockAreas.DockTop)
  126. | OTS.WinFormsUI.Docking.DockAreas.DockBottom)));
  127. this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  129. this.Margin = new System.Windows.Forms.Padding(4);
  130. this.Name = "OTSSolutionWindow";
  131. this.RightToLeftLayout = true;
  132. this.Text = "样品窗口";
  133. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  134. this.Load += new System.EventHandler(this.OTSSolutionWindow_Load);
  135. this.SizeChanged += new System.EventHandler(this.OTSSolutionWindow_SizeChanged);
  136. this.Paint += new System.Windows.Forms.PaintEventHandler(this.OTSSolutionWindow_Paint);
  137. this.Move += new System.EventHandler(this.OTSSolutionWindow_Move);
  138. this.RightClickNoCheckContextMenuStrip.ResumeLayout(false);
  139. this.RightClickCheckContextMenuStrip.ResumeLayout(false);
  140. this.ResumeLayout(false);
  141. }
  142. #endregion
  143. public System.Windows.Forms.TreeView treeView1;
  144. private System.Windows.Forms.ContextMenuStrip RightClickNoCheckContextMenuStrip;
  145. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  146. private System.Windows.Forms.ToolStripMenuItem DeleteNode;
  147. private System.Windows.Forms.ContextMenuStrip RightClickCheckContextMenuStrip;
  148. private System.Windows.Forms.ToolStripMenuItem ClearMeasureData;
  149. private System.Windows.Forms.ToolStripMenuItem reClassifyToolStripMenuItem;
  150. }
  151. }