You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
6.4 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace GeoSigmaViewer
{
partial class Drawer
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing&&(components!=null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ctmCurve = new System.Windows.Forms.ContextMenuStrip(this.components);
this.NextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MergeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AutoClosedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.StatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.StraightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CancelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.EndToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ctmCurve.SuspendLayout();
this.SuspendLayout();
//
// ctmCurve
//
this.ctmCurve.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NextToolStripMenuItem,
this.MergeToolStripMenuItem,
this.AutoClosedToolStripMenuItem,
this.StatusToolStripMenuItem,
this.CancelToolStripMenuItem,
this.EndToolStripMenuItem});
this.ctmCurve.Name = "curveContextMenuStrip";
this.ctmCurve.Size = new System.Drawing.Size(181, 158);
//
// NextToolStripMenuItem
//
this.NextToolStripMenuItem.Name = "NextToolStripMenuItem";
this.NextToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.NextToolStripMenuItem.Text = "下一条";
this.NextToolStripMenuItem.Click += new System.EventHandler(this.NextToolStripMenuItem_Click);
//
// MergeToolStripMenuItem
//
this.MergeToolStripMenuItem.Name = "MergeToolStripMenuItem";
this.MergeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.MergeToolStripMenuItem.Text = "合并";
this.MergeToolStripMenuItem.Click += new System.EventHandler(this.MergeToolStripMenuItem_Click);
//
// AutoClosedToolStripMenuItem
//
this.AutoClosedToolStripMenuItem.Name = "AutoClosedToolStripMenuItem";
this.AutoClosedToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.AutoClosedToolStripMenuItem.Text = "自动闭合曲线";
this.AutoClosedToolStripMenuItem.Click += new System.EventHandler(this.AutoClosedToolStripMenuItem_Click);
//
// StatusToolStripMenuItem
//
this.StatusToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StraightToolStripMenuItem});
this.StatusToolStripMenuItem.Name = "StatusToolStripMenuItem";
this.StatusToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.StatusToolStripMenuItem.Text = "状态";
//
// StraightToolStripMenuItem
//
this.StraightToolStripMenuItem.Name = "StraightToolStripMenuItem";
this.StraightToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.StraightToolStripMenuItem.Text = "直线";
//
// CancelToolStripMenuItem
//
this.CancelToolStripMenuItem.Name = "CancelToolStripMenuItem";
this.CancelToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.CancelToolStripMenuItem.Text = "取消";
this.CancelToolStripMenuItem.Click += new System.EventHandler(this.CancelToolStripMenuItem_Click);
//
// EndToolStripMenuItem
//
this.EndToolStripMenuItem.Name = "EndToolStripMenuItem";
this.EndToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.EndToolStripMenuItem.Text = "结束";
this.EndToolStripMenuItem.Click += new System.EventHandler(this.EndToolStripMenuItem_Click);
//
// Drawer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Name = "Drawer";
this.Size = new System.Drawing.Size(344, 304);
this.Load += new System.EventHandler(this.Drawer_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Drawer_Paint);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Drawer_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Drawer_MouseMove);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Drawer_MouseUp);
this.ctmCurve.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip ctmCurve;
private System.Windows.Forms.ToolStripMenuItem NextToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem MergeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem AutoClosedToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem StatusToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem StraightToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem CancelToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem EndToolStripMenuItem;
}
}