基线 SVN r240

SVN-Revision: r240
This commit is contained in:
cyf
2025-02-06 06:46:06 +00:00
commit ab56a9bcf7
5317 changed files with 902274 additions and 0 deletions
+175
View File
@@ -0,0 +1,175 @@
namespace NewMyFormDesigner
{
partial class Overlayer
{
/// <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.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;
}
}