namespace OAM
|
{
|
partial class frmGG1
|
{
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGG1));
|
this.dtpDate = new System.Windows.Forms.DateTimePicker();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.cmdManager = new System.Windows.Forms.Button();
|
this.txtManager = new System.Windows.Forms.TextBox();
|
this.lblCaption = new System.Windows.Forms.Label();
|
this.txtContext = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtDesc = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtRemark = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.txtOperator = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
this.dtpsDate = new System.Windows.Forms.DateTimePicker();
|
this.cmdSend = new System.Windows.Forms.Button();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.txtHNoteMan = new System.Windows.Forms.TextBox();
|
this.cmdHNoteMan = new System.Windows.Forms.Button();
|
this.label10 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.dtpEDate = new System.Windows.Forms.DateTimePicker();
|
this.txtHSummary = new System.Windows.Forms.TextBox();
|
this.label12 = new System.Windows.Forms.Label();
|
this.txtAddr = new System.Windows.Forms.TextBox();
|
this.label13 = new System.Windows.Forms.Label();
|
this.cmdDesc = new System.Windows.Forms.Button();
|
this.cmdDel = new System.Windows.Forms.Button();
|
this.cmdAdd = new System.Windows.Forms.Button();
|
this.dtpHETime = new System.Windows.Forms.DateTimePicker();
|
this.dtpTime = new System.Windows.Forms.DateTimePicker();
|
this.dtpsTime = new System.Windows.Forms.DateTimePicker();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dtpDate
|
//
|
this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpDate.Location = new System.Drawing.Point(431, 63);
|
this.dtpDate.Name = "dtpDate";
|
this.dtpDate.Size = new System.Drawing.Size(101, 21);
|
this.dtpDate.TabIndex = 0;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(370, 67);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "开始时间";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(37, 67);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "主 持 人";
|
//
|
// cmdManager
|
//
|
this.cmdManager.BackColor = System.Drawing.Color.Transparent;
|
this.cmdManager.Image = ((System.Drawing.Image)(resources.GetObject("cmdManager.Image")));
|
this.cmdManager.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdManager.Location = new System.Drawing.Point(297, 62);
|
this.cmdManager.Name = "cmdManager";
|
this.cmdManager.Size = new System.Drawing.Size(22, 22);
|
this.cmdManager.TabIndex = 89;
|
this.cmdManager.UseVisualStyleBackColor = false;
|
this.cmdManager.Click += new System.EventHandler(this.cmdManager_Click);
|
//
|
// txtManager
|
//
|
this.txtManager.Location = new System.Drawing.Point(98, 63);
|
this.txtManager.Name = "txtManager";
|
this.txtManager.Size = new System.Drawing.Size(200, 21);
|
this.txtManager.TabIndex = 90;
|
//
|
// lblCaption
|
//
|
this.lblCaption.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblCaption.Location = new System.Drawing.Point(275, 22);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(151, 19);
|
this.lblCaption.TabIndex = 91;
|
this.lblCaption.Text = "会议通知";
|
//
|
// txtContext
|
//
|
this.txtContext.Location = new System.Drawing.Point(98, 115);
|
this.txtContext.Multiline = true;
|
this.txtContext.Name = "txtContext";
|
this.txtContext.Size = new System.Drawing.Size(533, 21);
|
this.txtContext.TabIndex = 93;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(37, 119);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 92;
|
this.label3.Text = "会议主题";
|
//
|
// txtDesc
|
//
|
this.txtDesc.Location = new System.Drawing.Point(98, 141);
|
this.txtDesc.Multiline = true;
|
this.txtDesc.Name = "txtDesc";
|
this.txtDesc.Size = new System.Drawing.Size(511, 65);
|
this.txtDesc.TabIndex = 95;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(37, 141);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.TabIndex = 94;
|
this.label4.Text = "参会人员";
|
//
|
// txtRemark
|
//
|
this.txtRemark.Location = new System.Drawing.Point(98, 307);
|
this.txtRemark.Multiline = true;
|
this.txtRemark.Name = "txtRemark";
|
this.txtRemark.Size = new System.Drawing.Size(533, 40);
|
this.txtRemark.TabIndex = 97;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(37, 307);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
this.label5.TabIndex = 96;
|
this.label5.Text = "备 注";
|
//
|
// txtOperator
|
//
|
this.txtOperator.Location = new System.Drawing.Point(431, 352);
|
this.txtOperator.Name = "txtOperator";
|
this.txtOperator.Size = new System.Drawing.Size(200, 21);
|
this.txtOperator.TabIndex = 99;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(370, 356);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
this.label6.TabIndex = 98;
|
this.label6.Text = "召集部门";
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(37, 356);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
this.label7.TabIndex = 101;
|
this.label7.Text = "发布时间";
|
//
|
// dtpsDate
|
//
|
this.dtpsDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpsDate.Location = new System.Drawing.Point(98, 352);
|
this.dtpsDate.Name = "dtpsDate";
|
this.dtpsDate.Size = new System.Drawing.Size(103, 21);
|
this.dtpsDate.TabIndex = 100;
|
//
|
// cmdSend
|
//
|
this.cmdSend.Location = new System.Drawing.Point(457, 486);
|
this.cmdSend.Name = "cmdSend";
|
this.cmdSend.Size = new System.Drawing.Size(75, 31);
|
this.cmdSend.TabIndex = 104;
|
this.cmdSend.Text = "新 建";
|
this.cmdSend.UseVisualStyleBackColor = true;
|
this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(556, 486);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(75, 31);
|
this.cmdCancel.TabIndex = 105;
|
this.cmdCancel.Text = "取 消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
//
|
// txtHNoteMan
|
//
|
this.txtHNoteMan.Location = new System.Drawing.Point(98, 89);
|
this.txtHNoteMan.Name = "txtHNoteMan";
|
this.txtHNoteMan.Size = new System.Drawing.Size(200, 21);
|
this.txtHNoteMan.TabIndex = 110;
|
//
|
// cmdHNoteMan
|
//
|
this.cmdHNoteMan.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHNoteMan.Image = ((System.Drawing.Image)(resources.GetObject("cmdHNoteMan.Image")));
|
this.cmdHNoteMan.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHNoteMan.Location = new System.Drawing.Point(297, 88);
|
this.cmdHNoteMan.Name = "cmdHNoteMan";
|
this.cmdHNoteMan.Size = new System.Drawing.Size(22, 22);
|
this.cmdHNoteMan.TabIndex = 109;
|
this.cmdHNoteMan.UseVisualStyleBackColor = false;
|
this.cmdHNoteMan.Click += new System.EventHandler(this.cmdHNoteMan_Click);
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Location = new System.Drawing.Point(37, 93);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(53, 12);
|
this.label10.TabIndex = 108;
|
this.label10.Text = "记 录 人";
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(370, 93);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
this.label11.TabIndex = 112;
|
this.label11.Text = "结束时间";
|
//
|
// dtpEDate
|
//
|
this.dtpEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpEDate.Location = new System.Drawing.Point(431, 89);
|
this.dtpEDate.Name = "dtpEDate";
|
this.dtpEDate.Size = new System.Drawing.Size(101, 21);
|
this.dtpEDate.TabIndex = 111;
|
//
|
// txtHSummary
|
//
|
this.txtHSummary.Location = new System.Drawing.Point(98, 211);
|
this.txtHSummary.Multiline = true;
|
this.txtHSummary.Name = "txtHSummary";
|
this.txtHSummary.Size = new System.Drawing.Size(533, 65);
|
this.txtHSummary.TabIndex = 114;
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.Location = new System.Drawing.Point(37, 211);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(53, 12);
|
this.label12.TabIndex = 113;
|
this.label12.Text = "会议纪要";
|
//
|
// txtAddr
|
//
|
this.txtAddr.Location = new System.Drawing.Point(98, 281);
|
this.txtAddr.Multiline = true;
|
this.txtAddr.Name = "txtAddr";
|
this.txtAddr.Size = new System.Drawing.Size(533, 21);
|
this.txtAddr.TabIndex = 116;
|
//
|
// label13
|
//
|
this.label13.AutoSize = true;
|
this.label13.Location = new System.Drawing.Point(37, 285);
|
this.label13.Name = "label13";
|
this.label13.Size = new System.Drawing.Size(53, 12);
|
this.label13.TabIndex = 115;
|
this.label13.Text = "会议地点";
|
//
|
// cmdDesc
|
//
|
this.cmdDesc.BackColor = System.Drawing.Color.Transparent;
|
this.cmdDesc.Image = ((System.Drawing.Image)(resources.GetObject("cmdDesc.Image")));
|
this.cmdDesc.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdDesc.Location = new System.Drawing.Point(609, 184);
|
this.cmdDesc.Name = "cmdDesc";
|
this.cmdDesc.Size = new System.Drawing.Size(22, 22);
|
this.cmdDesc.TabIndex = 117;
|
this.cmdDesc.UseVisualStyleBackColor = false;
|
this.cmdDesc.Click += new System.EventHandler(this.cmdDesc_Click);
|
//
|
// cmdDel
|
//
|
this.cmdDel.Location = new System.Drawing.Point(160, 464);
|
this.cmdDel.Name = "cmdDel";
|
this.cmdDel.Size = new System.Drawing.Size(56, 24);
|
this.cmdDel.TabIndex = 120;
|
this.cmdDel.Text = "删 除";
|
this.cmdDel.UseVisualStyleBackColor = true;
|
this.cmdDel.Click += new System.EventHandler(this.cmdDel_Click);
|
//
|
// cmdAdd
|
//
|
this.cmdAdd.Location = new System.Drawing.Point(98, 464);
|
this.cmdAdd.Name = "cmdAdd";
|
this.cmdAdd.Size = new System.Drawing.Size(56, 24);
|
this.cmdAdd.TabIndex = 119;
|
this.cmdAdd.Text = "添 加";
|
this.cmdAdd.UseVisualStyleBackColor = true;
|
this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click);
|
//
|
// dtpHETime
|
//
|
this.dtpHETime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
this.dtpHETime.Location = new System.Drawing.Point(538, 89);
|
this.dtpHETime.Name = "dtpHETime";
|
this.dtpHETime.Size = new System.Drawing.Size(101, 21);
|
this.dtpHETime.TabIndex = 122;
|
//
|
// dtpTime
|
//
|
this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
this.dtpTime.Location = new System.Drawing.Point(538, 63);
|
this.dtpTime.Name = "dtpTime";
|
this.dtpTime.Size = new System.Drawing.Size(101, 21);
|
this.dtpTime.TabIndex = 121;
|
//
|
// dtpsTime
|
//
|
this.dtpsTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
this.dtpsTime.Location = new System.Drawing.Point(207, 353);
|
this.dtpsTime.Name = "dtpsTime";
|
this.dtpsTime.Size = new System.Drawing.Size(101, 21);
|
this.dtpsTime.TabIndex = 123;
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.grdMain.Location = new System.Drawing.Point(98, 379);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersWidth = 30;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(533, 79);
|
this.grdMain.TabIndex = 124;
|
//
|
// frmGG1
|
//
|
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(669, 545);
|
this.Controls.Add(this.grdMain);
|
this.Controls.Add(this.dtpsTime);
|
this.Controls.Add(this.dtpHETime);
|
this.Controls.Add(this.dtpTime);
|
this.Controls.Add(this.cmdDel);
|
this.Controls.Add(this.cmdAdd);
|
this.Controls.Add(this.cmdDesc);
|
this.Controls.Add(this.txtAddr);
|
this.Controls.Add(this.label13);
|
this.Controls.Add(this.txtHSummary);
|
this.Controls.Add(this.label12);
|
this.Controls.Add(this.label11);
|
this.Controls.Add(this.dtpEDate);
|
this.Controls.Add(this.txtHNoteMan);
|
this.Controls.Add(this.cmdHNoteMan);
|
this.Controls.Add(this.label10);
|
this.Controls.Add(this.cmdCancel);
|
this.Controls.Add(this.cmdSend);
|
this.Controls.Add(this.label7);
|
this.Controls.Add(this.dtpsDate);
|
this.Controls.Add(this.txtOperator);
|
this.Controls.Add(this.label6);
|
this.Controls.Add(this.txtRemark);
|
this.Controls.Add(this.label5);
|
this.Controls.Add(this.txtDesc);
|
this.Controls.Add(this.label4);
|
this.Controls.Add(this.txtContext);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.lblCaption);
|
this.Controls.Add(this.txtManager);
|
this.Controls.Add(this.cmdManager);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.dtpDate);
|
this.Name = "frmGG1";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "会议通知";
|
this.Load += new System.EventHandler(this.frmGG1_Load);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.DateTimePicker dtpDate;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button cmdManager;
|
private System.Windows.Forms.TextBox txtManager;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.TextBox txtContext;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtDesc;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox txtRemark;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox txtOperator;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.DateTimePicker dtpsDate;
|
private System.Windows.Forms.Button cmdSend;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.TextBox txtHNoteMan;
|
private System.Windows.Forms.Button cmdHNoteMan;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.DateTimePicker dtpEDate;
|
private System.Windows.Forms.TextBox txtHSummary;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.TextBox txtAddr;
|
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.Button cmdDesc;
|
private System.Windows.Forms.Button cmdDel;
|
private System.Windows.Forms.Button cmdAdd;
|
private System.Windows.Forms.DateTimePicker dtpHETime;
|
private System.Windows.Forms.DateTimePicker dtpTime;
|
private System.Windows.Forms.DateTimePicker dtpsTime;
|
private System.Windows.Forms.DataGridView grdMain;
|
}
|
}
|