namespace OAM
|
{
|
partial class frm_MeetingItem
|
{
|
/// <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.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtHMeetNumber = new System.Windows.Forms.TextBox();
|
this.txtHMeet = new System.Windows.Forms.TextBox();
|
this.cmdOK = new System.Windows.Forms.Button();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(25, 24);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "项目代码:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(27, 61);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 1;
|
this.label2.Text = "项目名称:";
|
//
|
// txtHMeetNumber
|
//
|
this.txtHMeetNumber.Location = new System.Drawing.Point(98, 21);
|
this.txtHMeetNumber.Name = "txtHMeetNumber";
|
this.txtHMeetNumber.Size = new System.Drawing.Size(156, 21);
|
this.txtHMeetNumber.TabIndex = 2;
|
//
|
// txtHMeet
|
//
|
this.txtHMeet.Location = new System.Drawing.Point(98, 58);
|
this.txtHMeet.Name = "txtHMeet";
|
this.txtHMeet.Size = new System.Drawing.Size(156, 21);
|
this.txtHMeet.TabIndex = 3;
|
//
|
// cmdOK
|
//
|
this.cmdOK.Location = new System.Drawing.Point(108, 104);
|
this.cmdOK.Name = "cmdOK";
|
this.cmdOK.Size = new System.Drawing.Size(75, 27);
|
this.cmdOK.TabIndex = 4;
|
this.cmdOK.Text = "保存";
|
this.cmdOK.UseVisualStyleBackColor = true;
|
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(197, 104);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(75, 27);
|
this.cmdCancel.TabIndex = 5;
|
this.cmdCancel.Text = "取消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// frm_MeetingItem
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(284, 157);
|
this.Controls.Add(this.cmdCancel);
|
this.Controls.Add(this.cmdOK);
|
this.Controls.Add(this.txtHMeet);
|
this.Controls.Add(this.txtHMeetNumber);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.Name = "frm_MeetingItem";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "新增项目";
|
this.Load += new System.EventHandler(this.frm_MeetingItem_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtHMeetNumber;
|
private System.Windows.Forms.TextBox txtHMeet;
|
private System.Windows.Forms.Button cmdOK;
|
private System.Windows.Forms.Button cmdCancel;
|
}
|
}
|