📄 frmtopic.designer.cs
字号:
namespace feiyun0112.cnblogs.com.CSDNReader.Controls
{
partial class frmTopic
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.IE = new System.Windows.Forms.WebBrowser();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.txtPost = new System.Windows.Forms.TextBox();
this.chkSign = new System.Windows.Forms.CheckBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.timerLoading = new System.Windows.Forms.Timer(this.components);
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.IE);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(548, 556);
this.splitContainer1.SplitterDistance = 384;
this.splitContainer1.TabIndex = 0;
//
// IE
//
this.IE.Dock = System.Windows.Forms.DockStyle.Fill;
this.IE.Location = new System.Drawing.Point(0, 0);
this.IE.MinimumSize = new System.Drawing.Size(20, 20);
this.IE.Name = "IE";
this.IE.Size = new System.Drawing.Size(548, 384);
this.IE.TabIndex = 0;
this.IE.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.IE_Navigated);
this.IE.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.IE_Navigating);
this.IE.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.IE_DocumentCompleted);
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.IsSplitterFixed = true;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.txtPost);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.chkSign);
this.splitContainer2.Panel2.Controls.Add(this.btnExit);
this.splitContainer2.Panel2.Controls.Add(this.btnCancel);
this.splitContainer2.Panel2.Controls.Add(this.btnOK);
this.splitContainer2.Size = new System.Drawing.Size(548, 168);
this.splitContainer2.SplitterDistance = 131;
this.splitContainer2.TabIndex = 0;
//
// txtPost
//
this.txtPost.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtPost.Location = new System.Drawing.Point(0, 0);
this.txtPost.Multiline = true;
this.txtPost.Name = "txtPost";
this.txtPost.Size = new System.Drawing.Size(548, 131);
this.txtPost.TabIndex = 0;
//
// chkSign
//
this.chkSign.AutoSize = true;
this.chkSign.Checked = true;
this.chkSign.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkSign.Location = new System.Drawing.Point(3, 11);
this.chkSign.Name = "chkSign";
this.chkSign.Size = new System.Drawing.Size(74, 17);
this.chkSign.TabIndex = 3;
this.chkSign.Text = "使用签名";
this.chkSign.UseVisualStyleBackColor = true;
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Location = new System.Drawing.Point(474, 7);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(66, 23);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "关闭";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(161, 7);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(66, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "重写";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(79, 7);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(79, 23);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "发出回复";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// timerLoading
//
this.timerLoading.Tick += new System.EventHandler(this.timerLoading_Tick);
//
// frmTopic
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(548, 556);
this.ControlBox = false;
this.Controls.Add(this.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmTopic";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel1.PerformLayout();
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
this.splitContainer2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.TextBox txtPost;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.WebBrowser IE;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.CheckBox chkSign;
private System.Windows.Forms.Timer timerLoading;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -