123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- namespace OTSMeasureApp
- {
- partial class OTSSolutionWindow
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSSolutionWindow));
- this.treeView1 = new System.Windows.Forms.TreeView();
- this.RightClickNoCheckContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.DeleteNode = new System.Windows.Forms.ToolStripMenuItem();
- this.RightClickCheckContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.ClearMeasureData = new System.Windows.Forms.ToolStripMenuItem();
- this.reClassifyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.RightClickNoCheckContextMenuStrip.SuspendLayout();
- this.RightClickCheckContextMenuStrip.SuspendLayout();
- this.SuspendLayout();
- //
- // treeView1
- //
- this.treeView1.AllowDrop = true;
- this.treeView1.CheckBoxes = true;
- this.treeView1.ContextMenuStrip = this.RightClickNoCheckContextMenuStrip;
- this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.treeView1.ItemHeight = 20;
- this.treeView1.LabelEdit = true;
- this.treeView1.Location = new System.Drawing.Point(0, 0);
- this.treeView1.Name = "treeView1";
- this.treeView1.ShowLines = false;
- this.treeView1.ShowPlusMinus = false;
- this.treeView1.Size = new System.Drawing.Size(262, 638);
- this.treeView1.TabIndex = 0;
- this.treeView1.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_BeforeLabelEdit);
- this.treeView1.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_AfterLabelEdit);
- this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
- this.treeView1.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.treeView1_DrawNode);
- this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
- this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
- this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
- this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
- this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
- this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeView1_DragEnter);
- this.treeView1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView1_DragOver);
- this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
- this.treeView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyUp);
- this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
- //
- // RightClickNoCheckContextMenuStrip
- //
- this.RightClickNoCheckContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.RightClickNoCheckContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem1});
- this.RightClickNoCheckContextMenuStrip.Name = "RightClickNoCheckContextMenuStrip";
- this.RightClickNoCheckContextMenuStrip.Size = new System.Drawing.Size(149, 26);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
- this.toolStripMenuItem1.Text = "增加样品测量";
- this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_AddNode_Click);
- //
- // DeleteNode
- //
- this.DeleteNode.Name = "DeleteNode";
- this.DeleteNode.Size = new System.Drawing.Size(180, 22);
- this.DeleteNode.Text = "删除样品";
- this.DeleteNode.Click += new System.EventHandler(this.DeleteNode_Click);
- //
- // RightClickCheckContextMenuStrip
- //
- this.RightClickCheckContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.RightClickCheckContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.DeleteNode,
- this.ClearMeasureData,
- this.reClassifyToolStripMenuItem});
- this.RightClickCheckContextMenuStrip.Name = "contextMenuStrip1";
- this.RightClickCheckContextMenuStrip.Size = new System.Drawing.Size(181, 92);
- //
- // ClearMeasureData
- //
- this.ClearMeasureData.Name = "ClearMeasureData";
- this.ClearMeasureData.Size = new System.Drawing.Size(180, 22);
- this.ClearMeasureData.Text = "清除测量数据";
- this.ClearMeasureData.Visible = false;
- this.ClearMeasureData.Click += new System.EventHandler(this.ClearSampleMeasureData_Click);
- //
- // reClassifyToolStripMenuItem
- //
- this.reClassifyToolStripMenuItem.Name = "reClassifyToolStripMenuItem";
- this.reClassifyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.reClassifyToolStripMenuItem.Text = "ReClassify";
- this.reClassifyToolStripMenuItem.Click += new System.EventHandler(this.reClassifyToolStripMenuItem_Click);
- //
- // OTSSolutionWindow
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(262, 638);
- this.CloseButtonVisible = false;
- 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("SimSun", 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 = "OTSSolutionWindow";
- this.RightToLeftLayout = true;
- this.Text = "样品窗口";
- this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
- this.Load += new System.EventHandler(this.OTSSolutionWindow_Load);
- this.SizeChanged += new System.EventHandler(this.OTSSolutionWindow_SizeChanged);
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.OTSSolutionWindow_Paint);
- this.Move += new System.EventHandler(this.OTSSolutionWindow_Move);
- this.RightClickNoCheckContextMenuStrip.ResumeLayout(false);
- this.RightClickCheckContextMenuStrip.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- public System.Windows.Forms.TreeView treeView1;
- private System.Windows.Forms.ContextMenuStrip RightClickNoCheckContextMenuStrip;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem DeleteNode;
- private System.Windows.Forms.ContextMenuStrip RightClickCheckContextMenuStrip;
- private System.Windows.Forms.ToolStripMenuItem ClearMeasureData;
- private System.Windows.Forms.ToolStripMenuItem reClassifyToolStripMenuItem;
- }
- }
|