frmMeasureRstMgr.Designer.cs 7.0 KB

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