namespace OTSIncAReportApp { partial class frmMeasureRstMgr { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMeasureRstMgr)); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.计算边界颗粒合成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItem_Zeroelementprocess = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); this.AddSample = new System.Windows.Forms.ToolStripMenuItem(); this.treeView1 = new System.Windows.Forms.TreeView(); this.button1 = new System.Windows.Forms.Button(); this.contextMenuStrip1.SuspendLayout(); this.contextMenuStrip2.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.计算边界颗粒合成ToolStripMenuItem, this.ToolStripMenuItem_Zeroelementprocess}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(173, 48); // // 计算边界颗粒合成ToolStripMenuItem // this.计算边界颗粒合成ToolStripMenuItem.Name = "计算边界颗粒合成ToolStripMenuItem"; this.计算边界颗粒合成ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.计算边界颗粒合成ToolStripMenuItem.Text = "计算边界颗粒合成"; this.计算边界颗粒合成ToolStripMenuItem.Click += new System.EventHandler(this.计算边界颗粒合成ToolStripMenuItem_Click); // // ToolStripMenuItem_Zeroelementprocess // this.ToolStripMenuItem_Zeroelementprocess.Name = "ToolStripMenuItem_Zeroelementprocess"; this.ToolStripMenuItem_Zeroelementprocess.Size = new System.Drawing.Size(172, 22); this.ToolStripMenuItem_Zeroelementprocess.Text = "零元素归一化"; this.ToolStripMenuItem_Zeroelementprocess.Click += new System.EventHandler(this.ToolStripMenuItem_Zeroelementprocess_Click); // // contextMenuStrip2 // this.contextMenuStrip2.ImageScalingSize = new System.Drawing.Size(24, 24); this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.AddSample}); this.contextMenuStrip2.Name = "contextMenuStrip2"; this.contextMenuStrip2.Size = new System.Drawing.Size(181, 34); // // AddSample // this.AddSample.Image = global::OTSIncAReportApp.Properties.Resources.open32; this.AddSample.Name = "AddSample"; this.AddSample.Size = new System.Drawing.Size(180, 30); this.AddSample.Text = "增加样品测量结果"; // // treeView1 // this.treeView1.AllowDrop = true; this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treeView1.CheckBoxes = true; this.treeView1.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll; this.treeView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.treeView1.Location = new System.Drawing.Point(0, 25); this.treeView1.Name = "treeView1"; this.treeView1.ShowLines = false; this.treeView1.ShowNodeToolTips = true; this.treeView1.ShowPlusMinus = false; this.treeView1.Size = new System.Drawing.Size(407, 677); this.treeView1.TabIndex = 6; this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck); this.treeView1.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.treeView1_DrawNode); this.treeView1.NodeMouseHover += new System.Windows.Forms.TreeNodeMouseHoverEventHandler(this.treeView1_NodeMouseHover); this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView1_NodeMouseClick); // // button1 // this.button1.Location = new System.Drawing.Point(1, 1); this.button1.Margin = new System.Windows.Forms.Padding(2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(88, 25); this.button1.TabIndex = 7; this.button1.Text = "多选数据源+"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // frmMeasureRstMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(405, 700); this.CloseButton = false; this.CloseButtonVisible = false; this.Controls.Add(this.button1); this.Controls.Add(this.treeView1); this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight) | OTS.WinFormsUI.Docking.DockAreas.DockTop) | OTS.WinFormsUI.Docking.DockAreas.DockBottom))); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frmMeasureRstMgr"; this.RightToLeftLayout = true; this.Text = "测量结果窗口"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.contextMenuStrip1.ResumeLayout(false); this.contextMenuStrip2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip2; private System.Windows.Forms.ToolStripMenuItem AddSample; public System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Button button1; private System.Windows.Forms.ToolStripMenuItem 计算边界颗粒合成ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Zeroelementprocess; } }