namespace OAM
|
{
|
partial class frmLTView
|
{
|
/// <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.components = new System.ComponentModel.Container();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
this.txtContext = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtoperator = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtFDate = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtDesc = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.txtContext_New = new System.Windows.Forms.TextBox();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.cmdSend = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
this.timer1 = 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();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.SuspendLayout();
|
//
|
// txtContext
|
//
|
this.txtContext.Location = new System.Drawing.Point(100, 23);
|
this.txtContext.Multiline = true;
|
this.txtContext.Name = "txtContext";
|
this.txtContext.Size = new System.Drawing.Size(633, 21);
|
this.txtContext.TabIndex = 97;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(29, 27);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
this.label3.TabIndex = 96;
|
this.label3.Text = "主 题:";
|
//
|
// txtoperator
|
//
|
this.txtoperator.BackColor = System.Drawing.Color.Beige;
|
this.txtoperator.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtoperator.Location = new System.Drawing.Point(561, 50);
|
this.txtoperator.Name = "txtoperator";
|
this.txtoperator.Size = new System.Drawing.Size(172, 21);
|
this.txtoperator.TabIndex = 178;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
this.label1.Location = new System.Drawing.Point(500, 53);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
this.label1.TabIndex = 177;
|
this.label1.Text = "楼 主:";
|
//
|
// txtFDate
|
//
|
this.txtFDate.BackColor = System.Drawing.Color.Beige;
|
this.txtFDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtFDate.Location = new System.Drawing.Point(298, 50);
|
this.txtFDate.Name = "txtFDate";
|
this.txtFDate.Size = new System.Drawing.Size(172, 21);
|
this.txtFDate.TabIndex = 176;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
this.label2.Location = new System.Drawing.Point(226, 53);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 175;
|
this.label2.Text = "发贴时间:";
|
//
|
// txtDesc
|
//
|
this.txtDesc.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.txtDesc.Location = new System.Drawing.Point(0, 0);
|
this.txtDesc.Multiline = true;
|
this.txtDesc.Name = "txtDesc";
|
this.txtDesc.Size = new System.Drawing.Size(695, 107);
|
this.txtDesc.TabIndex = 192;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.ForeColor = System.Drawing.Color.Black;
|
this.label6.Location = new System.Drawing.Point(36, 68);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
this.label6.TabIndex = 193;
|
this.label6.Text = "详细描述:";
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Location = new System.Drawing.Point(38, 83);
|
this.splitContainer1.Name = "splitContainer1";
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.txtDesc);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
this.splitContainer1.Size = new System.Drawing.Size(695, 450);
|
this.splitContainer1.SplitterDistance = 107;
|
this.splitContainer1.TabIndex = 194;
|
//
|
// splitContainer2
|
//
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
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.grdMain);
|
//
|
// splitContainer2.Panel2
|
//
|
this.splitContainer2.Panel2.Controls.Add(this.txtContext_New);
|
this.splitContainer2.Size = new System.Drawing.Size(695, 339);
|
this.splitContainer2.SplitterDistance = 265;
|
this.splitContainer2.TabIndex = 0;
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders;
|
this.grdMain.BackgroundColor = System.Drawing.Color.WhiteSmoke;
|
this.grdMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.grdMain.Location = new System.Drawing.Point(0, 0);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersWidth = 30;
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
this.grdMain.RowsDefaultCellStyle = dataGridViewCellStyle1;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(695, 265);
|
this.grdMain.TabIndex = 46;
|
this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll);
|
this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick);
|
//
|
// txtContext_New
|
//
|
this.txtContext_New.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.txtContext_New.Location = new System.Drawing.Point(0, 0);
|
this.txtContext_New.Multiline = true;
|
this.txtContext_New.Name = "txtContext_New";
|
this.txtContext_New.Size = new System.Drawing.Size(695, 70);
|
this.txtContext_New.TabIndex = 193;
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(663, 554);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(70, 23);
|
this.cmdCancel.TabIndex = 199;
|
this.cmdCancel.Text = "取 消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// cmdSend
|
//
|
this.cmdSend.Location = new System.Drawing.Point(561, 554);
|
this.cmdSend.Name = "cmdSend";
|
this.cmdSend.Size = new System.Drawing.Size(70, 23);
|
this.cmdSend.TabIndex = 198;
|
this.cmdSend.Text = "提交回复";
|
this.cmdSend.UseVisualStyleBackColor = true;
|
this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(38, 554);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(70, 23);
|
this.button1.TabIndex = 200;
|
this.button1.Text = "删 帖";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// frmLTView
|
//
|
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, 589);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.cmdCancel);
|
this.Controls.Add(this.cmdSend);
|
this.Controls.Add(this.splitContainer1);
|
this.Controls.Add(this.label6);
|
this.Controls.Add(this.txtoperator);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.txtFDate);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.txtContext);
|
this.Controls.Add(this.label3);
|
this.Name = "frmLTView";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "讨论帖";
|
this.Load += new System.EventHandler(this.frmLTView_Load);
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel1.PerformLayout();
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
this.splitContainer1.ResumeLayout(false);
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
this.splitContainer2.Panel2.PerformLayout();
|
this.splitContainer2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox txtContext;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtoperator;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtFDate;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtDesc;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.TextBox txtContext_New;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Button cmdSend;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Timer timer1;
|
}
|
}
|