namespace OAM
|
{
|
partial class frmLT
|
{
|
/// <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 Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.txtContext = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtDesc = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.cmdSend = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// txtContext
|
//
|
this.txtContext.Location = new System.Drawing.Point(104, 24);
|
this.txtContext.Multiline = true;
|
this.txtContext.Name = "txtContext";
|
this.txtContext.Size = new System.Drawing.Size(633, 21);
|
this.txtContext.TabIndex = 95;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(33, 28);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
this.label3.TabIndex = 94;
|
this.label3.Text = "主 题:";
|
//
|
// txtDesc
|
//
|
this.txtDesc.Location = new System.Drawing.Point(35, 81);
|
this.txtDesc.Multiline = true;
|
this.txtDesc.Name = "txtDesc";
|
this.txtDesc.Size = new System.Drawing.Size(702, 437);
|
this.txtDesc.TabIndex = 190;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.ForeColor = System.Drawing.Color.Black;
|
this.label6.Location = new System.Drawing.Point(33, 66);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
this.label6.TabIndex = 191;
|
this.label6.Text = "详细描述:";
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(667, 533);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(70, 23);
|
this.cmdCancel.TabIndex = 197;
|
this.cmdCancel.Text = "取 消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// cmdSend
|
//
|
this.cmdSend.Location = new System.Drawing.Point(565, 533);
|
this.cmdSend.Name = "cmdSend";
|
this.cmdSend.Size = new System.Drawing.Size(70, 23);
|
this.cmdSend.TabIndex = 196;
|
this.cmdSend.Text = "新 建";
|
this.cmdSend.UseVisualStyleBackColor = true;
|
this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
|
//
|
// frmLT
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.Color.Lavender;
|
this.ClientSize = new System.Drawing.Size(776, 593);
|
this.Controls.Add(this.cmdCancel);
|
this.Controls.Add(this.cmdSend);
|
this.Controls.Add(this.txtDesc);
|
this.Controls.Add(this.label6);
|
this.Controls.Add(this.txtContext);
|
this.Controls.Add(this.label3);
|
this.Name = "frmLT";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "新建帖子";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox txtContext;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtDesc;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Button cmdSend;
|
}
|
}
|