frmMeasureRstMgr.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. namespace OTSIncAReportApp
  2. {
  3. partial class frmMeasureRstMgr
  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(frmMeasureRstMgr));
  30. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.计算边界颗粒合成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.ToolStripMenuItem_Zeroelementprocess = new System.Windows.Forms.ToolStripMenuItem();
  33. this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.AddSample = new System.Windows.Forms.ToolStripMenuItem();
  35. this.treeView1 = new System.Windows.Forms.TreeView();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.contextMenuStrip1.SuspendLayout();
  38. this.contextMenuStrip2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // contextMenuStrip1
  42. //
  43. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  44. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  45. this.计算边界颗粒合成ToolStripMenuItem,
  46. this.ToolStripMenuItem_Zeroelementprocess});
  47. this.contextMenuStrip1.Name = "contextMenuStrip1";
  48. this.contextMenuStrip1.Size = new System.Drawing.Size(173, 48);
  49. //
  50. // 计算边界颗粒合成ToolStripMenuItem
  51. //
  52. this.计算边界颗粒合成ToolStripMenuItem.Name = "计算边界颗粒合成ToolStripMenuItem";
  53. this.计算边界颗粒合成ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
  54. this.计算边界颗粒合成ToolStripMenuItem.Text = "计算边界颗粒合成";
  55. this.计算边界颗粒合成ToolStripMenuItem.Click += new System.EventHandler(this.计算边界颗粒合成ToolStripMenuItem_Click);
  56. //
  57. // ToolStripMenuItem_Zeroelementprocess
  58. //
  59. this.ToolStripMenuItem_Zeroelementprocess.Name = "ToolStripMenuItem_Zeroelementprocess";
  60. this.ToolStripMenuItem_Zeroelementprocess.Size = new System.Drawing.Size(172, 22);
  61. this.ToolStripMenuItem_Zeroelementprocess.Text = "零元素归一化";
  62. this.ToolStripMenuItem_Zeroelementprocess.Click += new System.EventHandler(this.ToolStripMenuItem_Zeroelementprocess_Click);
  63. //
  64. // contextMenuStrip2
  65. //
  66. this.contextMenuStrip2.ImageScalingSize = new System.Drawing.Size(24, 24);
  67. this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  68. this.AddSample});
  69. this.contextMenuStrip2.Name = "contextMenuStrip2";
  70. this.contextMenuStrip2.Size = new System.Drawing.Size(181, 34);
  71. //
  72. // AddSample
  73. //
  74. this.AddSample.Image = global::OTSIncAReportApp.Properties.Resources.open32;
  75. this.AddSample.Name = "AddSample";
  76. this.AddSample.Size = new System.Drawing.Size(180, 30);
  77. this.AddSample.Text = "增加样品测量结果";
  78. //
  79. // treeView1
  80. //
  81. this.treeView1.AllowDrop = true;
  82. this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.treeView1.CheckBoxes = true;
  86. this.treeView1.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
  87. this.treeView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.treeView1.Location = new System.Drawing.Point(0, 25);
  89. this.treeView1.Name = "treeView1";
  90. this.treeView1.ShowLines = false;
  91. this.treeView1.ShowNodeToolTips = true;
  92. this.treeView1.ShowPlusMinus = false;
  93. this.treeView1.Size = new System.Drawing.Size(407, 677);
  94. this.treeView1.TabIndex = 6;
  95. this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
  96. this.treeView1.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.treeView1_DrawNode);
  97. this.treeView1.NodeMouseHover += new System.Windows.Forms.TreeNodeMouseHoverEventHandler(this.treeView1_NodeMouseHover);
  98. this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  99. this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView1_NodeMouseClick);
  100. //
  101. // button1
  102. //
  103. this.button1.Location = new System.Drawing.Point(1, 1);
  104. this.button1.Margin = new System.Windows.Forms.Padding(2);
  105. this.button1.Name = "button1";
  106. this.button1.Size = new System.Drawing.Size(88, 25);
  107. this.button1.TabIndex = 7;
  108. this.button1.Text = "多选数据源+";
  109. this.button1.UseVisualStyleBackColor = true;
  110. this.button1.Visible = false;
  111. this.button1.Click += new System.EventHandler(this.button1_Click);
  112. //
  113. // frmMeasureRstMgr
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.ClientSize = new System.Drawing.Size(405, 700);
  118. this.CloseButton = false;
  119. this.CloseButtonVisible = false;
  120. this.Controls.Add(this.button1);
  121. this.Controls.Add(this.treeView1);
  122. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
  123. | OTS.WinFormsUI.Docking.DockAreas.DockTop)
  124. | OTS.WinFormsUI.Docking.DockAreas.DockBottom)));
  125. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  127. this.Margin = new System.Windows.Forms.Padding(4);
  128. this.Name = "frmMeasureRstMgr";
  129. this.RightToLeftLayout = true;
  130. this.Text = "测量结果窗口";
  131. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  132. this.contextMenuStrip1.ResumeLayout(false);
  133. this.contextMenuStrip2.ResumeLayout(false);
  134. this.ResumeLayout(false);
  135. }
  136. #endregion
  137. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  138. private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
  139. private System.Windows.Forms.ToolStripMenuItem AddSample;
  140. public System.Windows.Forms.TreeView treeView1;
  141. private System.Windows.Forms.Button button1;
  142. private System.Windows.Forms.ToolStripMenuItem 计算边界颗粒合成ToolStripMenuItem;
  143. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Zeroelementprocess;
  144. }
  145. }