namespace NewMyFormDesigner
{
partial class Overlayer
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.居左ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.居右ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.居上ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.左靠ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.右靠ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.上靠ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.改变颜色ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.标题位置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.靠左ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.居中ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.靠右ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.colorDialog = new System.Windows.Forms.ColorDialog();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.居左ToolStripMenuItem,
this.居右ToolStripMenuItem,
this.居上ToolStripMenuItem,
this.左靠ToolStripMenuItem,
this.右靠ToolStripMenuItem,
this.上靠ToolStripMenuItem,
this.改变颜色ToolStripMenuItem,
this.标题位置ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(211, 224);
//
// 居左ToolStripMenuItem
//
this.居左ToolStripMenuItem.Name = "居左ToolStripMenuItem";
this.居左ToolStripMenuItem.Size = new System.Drawing.Size(138, 24);
this.居左ToolStripMenuItem.Text = "居左";
this.居左ToolStripMenuItem.Click += new System.EventHandler(this.PullOver);
//
// 居右ToolStripMenuItem
//
this.居右ToolStripMenuItem.Name = "居右ToolStripMenuItem";
this.居右ToolStripMenuItem.Size = new System.Drawing.Size(138, 24);
this.居右ToolStripMenuItem.Text = "居右";
this.居右ToolStripMenuItem.Click += new System.EventHandler(this.PullOver);
//
// 居上ToolStripMenuItem
//
this.居上ToolStripMenuItem.Name = "居上ToolStripMenuItem";
this.居上ToolStripMenuItem.Size = new System.Drawing.Size(138, 24);
this.居上ToolStripMenuItem.Text = "居上";
this.居上ToolStripMenuItem.Click += new System.EventHandler(this.PullOver);
//
// 左靠ToolStripMenuItem
//
this.左靠ToolStripMenuItem.Name = "左靠ToolStripMenuItem";
this.左靠ToolStripMenuItem.Size = new System.Drawing.Size(138, 24);
this.左靠ToolStripMenuItem.Text = "左靠";
this.左靠ToolStripMenuItem.Click += new System.EventHandler(this.PullOver);
//
// 右靠ToolStripMenuItem
//
this.右靠ToolStripMenuItem.Name = "右靠ToolStripMenuItem";
this.右靠ToolStripMenuItem.Size = new System.Drawing.Size(138, 24);
this.右靠ToolStripMenuItem.Text = "右靠";
this.右靠ToolStripMenuItem.Click += new System.EventHandler(this.PullOver);
//
// 上靠ToolStripMenuItem
//
this.上靠ToolStripMenuItem.Name = "上靠ToolStripMenuItem";
this.上靠ToolStripMenuItem.Size = new System.Drawing.Size(138, 24);
this.上靠ToolStripMenuItem.Text = "上靠";
this.上靠ToolStripMenuItem.Click += new System.EventHandler(this.PullOver);
//
// 改变颜色ToolStripMenuItem
//
this.改变颜色ToolStripMenuItem.Enabled = false;
this.改变颜色ToolStripMenuItem.Name = "改变颜色ToolStripMenuItem";
this.改变颜色ToolStripMenuItem.Size = new System.Drawing.Size(210, 24);
this.改变颜色ToolStripMenuItem.Text = "改变颜色";
this.改变颜色ToolStripMenuItem.Click += new System.EventHandler(this.ChangeTheColor);
//
// 标题位置ToolStripMenuItem
//
this.标题位置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.靠左ToolStripMenuItem,
this.居中ToolStripMenuItem,
this.靠右ToolStripMenuItem});
this.标题位置ToolStripMenuItem.Enabled = false;
this.标题位置ToolStripMenuItem.Name = "标题位置ToolStripMenuItem";
this.标题位置ToolStripMenuItem.Size = new System.Drawing.Size(210, 24);
this.标题位置ToolStripMenuItem.Text = "标题位置";
//
// 靠左ToolStripMenuItem
//
this.靠左ToolStripMenuItem.Name = "靠左ToolStripMenuItem";
this.靠左ToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.靠左ToolStripMenuItem.Text = "靠左";
this.靠左ToolStripMenuItem.Click += new System.EventHandler(this.ChangeTitlePosition);
//
// 居中ToolStripMenuItem
//
this.居中ToolStripMenuItem.Name = "居中ToolStripMenuItem";
this.居中ToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.居中ToolStripMenuItem.Text = "居中";
this.居中ToolStripMenuItem.Click += new System.EventHandler(this.ChangeTitlePosition);
//
// 靠右ToolStripMenuItem
//
this.靠右ToolStripMenuItem.Name = "靠右ToolStripMenuItem";
this.靠右ToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.靠右ToolStripMenuItem.Text = "靠右";
this.靠右ToolStripMenuItem.Click += new System.EventHandler(this.ChangeTitlePosition);
//
// Overlayer
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ContextMenuStrip = this.contextMenuStrip1;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Overlayer";
this.Size = new System.Drawing.Size(188, 188);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 居左ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 居右ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 居上ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 左靠ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 右靠ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 上靠ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 改变颜色ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 标题位置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 靠左ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 居中ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 靠右ToolStripMenuItem;
private System.Windows.Forms.ColorDialog colorDialog;
}
}