Git 客户端,采用 C# 编写。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

107 lines
4.8 KiB

namespace GitUI
{
partial class EditNetSpell
{
/// <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 Component 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();
this.SpellCheckContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.SpellCheckTimer = new System.Windows.Forms.Timer(this.components);
this.TextBox = new System.Windows.Forms.RichTextBox();
this.EmptyLabel = new System.Windows.Forms.Label();
this.SpellCheckContextMenu.SuspendLayout();
this.SuspendLayout();
//
// SpellCheckContextMenu
//
this.SpellCheckContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator1});
this.SpellCheckContextMenu.Name = "SpellCheckContextMenu";
this.SpellCheckContextMenu.Size = new System.Drawing.Size(61, 10);
this.SpellCheckContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.SpellCheckContextMenu_Opening);
this.SpellCheckContextMenu.Click += new System.EventHandler(this.SpellCheckContextMenu_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(57, 6);
//
// SpellCheckTimer
//
this.SpellCheckTimer.Interval = 250;
this.SpellCheckTimer.Tick += new System.EventHandler(this.SpellCheckTimer_Tick);
//
// TextBox
//
this.TextBox.AcceptsTab = true;
this.TextBox.ContextMenuStrip = this.SpellCheckContextMenu;
this.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.TextBox.Location = new System.Drawing.Point(0, 0);
this.TextBox.Name = "TextBox";
this.TextBox.Size = new System.Drawing.Size(331, 291);
this.TextBox.TabIndex = 1;
this.TextBox.Text = "";
this.TextBox.SizeChanged += new System.EventHandler(this.TextBox_SizeChanged);
this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave);
this.TextBox.TextChanged += new System.EventHandler(this.TextBox_TextChanged_3);
//
// EmptyLabel
//
this.EmptyLabel.BackColor = System.Drawing.SystemColors.Window;
this.EmptyLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.EmptyLabel.ForeColor = System.Drawing.SystemColors.InactiveCaption;
this.EmptyLabel.Location = new System.Drawing.Point(3, 3);
this.EmptyLabel.Name = "EmptyLabel";
this.EmptyLabel.Size = new System.Drawing.Size(100, 23);
this.EmptyLabel.TabIndex = 2;
this.EmptyLabel.Text = "Enter message";
this.EmptyLabel.Click += new System.EventHandler(this.EmptyLabel_Click);
//
// EditNetSpell
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.EmptyLabel);
this.Controls.Add(this.TextBox);
this.Name = "EditNetSpell";
this.Size = new System.Drawing.Size(331, 291);
this.Load += new System.EventHandler(this.EditNetSpell_Load);
this.SpellCheckContextMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip SpellCheckContextMenu;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.Timer SpellCheckTimer;
private System.Windows.Forms.RichTextBox TextBox;
private System.Windows.Forms.Label EmptyLabel;
}
}