namespace OAM
{
partial class frmWorkBillView_Dlg
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.label5 = new System.Windows.Forms.Label();
this.txtHContext = new System.Windows.Forms.TextBox();
this.label30 = new System.Windows.Forms.Label();
this.cmdCancel = new System.Windows.Forms.Button();
this.cmdSend = new System.Windows.Forms.Button();
this.txtHEvaluateStatusID = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(33, 34);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 204;
this.label5.Text = "验证评价";
//
// txtHContext
//
this.txtHContext.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHContext.Location = new System.Drawing.Point(94, 61);
this.txtHContext.Multiline = true;
this.txtHContext.Name = "txtHContext";
this.txtHContext.Size = new System.Drawing.Size(272, 87);
this.txtHContext.TabIndex = 208;
//
// label30
//
this.label30.AutoSize = true;
this.label30.ForeColor = System.Drawing.Color.Black;
this.label30.Location = new System.Drawing.Point(33, 61);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(53, 12);
this.label30.TabIndex = 207;
this.label30.Text = "回复内容";
//
// cmdCancel
//
this.cmdCancel.Location = new System.Drawing.Point(291, 166);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(75, 23);
this.cmdCancel.TabIndex = 222;
this.cmdCancel.Text = "取 消";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// cmdSend
//
this.cmdSend.Location = new System.Drawing.Point(210, 166);
this.cmdSend.Name = "cmdSend";
this.cmdSend.Size = new System.Drawing.Size(75, 23);
this.cmdSend.TabIndex = 221;
this.cmdSend.Text = "确 定";
this.cmdSend.UseVisualStyleBackColor = true;
this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
//
// txtHEvaluateStatusID
//
this.txtHEvaluateStatusID.FormattingEnabled = true;
this.txtHEvaluateStatusID.Items.AddRange(new object[] {
"",
"满意",
"一般",
"不满意"});
this.txtHEvaluateStatusID.Location = new System.Drawing.Point(94, 26);
this.txtHEvaluateStatusID.Name = "txtHEvaluateStatusID";
this.txtHEvaluateStatusID.Size = new System.Drawing.Size(272, 20);
this.txtHEvaluateStatusID.TabIndex = 248;
//
// frmWorkBillView_Dlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(378, 213);
this.Controls.Add(this.txtHEvaluateStatusID);
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.cmdSend);
this.Controls.Add(this.txtHContext);
this.Controls.Add(this.label30);
this.Controls.Add(this.label5);
this.Name = "frmWorkBillView_Dlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "验证评价";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Button cmdCancel;
private System.Windows.Forms.Button cmdSend;
public System.Windows.Forms.TextBox txtHContext;
public System.Windows.Forms.ComboBox txtHEvaluateStatusID;
}
}