namespace OAM
|
{
|
partial class frmGGView1
|
{
|
/// <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();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
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.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.txtHNoteMan = new System.Windows.Forms.TextBox();
|
this.label10 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
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.cmdDel = new System.Windows.Forms.Button();
|
this.cmdAdd = new System.Windows.Forms.Button();
|
this.label8 = new System.Windows.Forms.Label();
|
this.txtEmp = new System.Windows.Forms.TextBox();
|
this.Command1 = new System.Windows.Forms.Button();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label14 = new System.Windows.Forms.Label();
|
this.lblNum = new System.Windows.Forms.TextBox();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.cmdSave = new System.Windows.Forms.Button();
|
this.dtpHETime = new System.Windows.Forms.DateTimePicker();
|
this.dtpTime = new System.Windows.Forms.DateTimePicker();
|
this.dtpHEDate = new System.Windows.Forms.DateTimePicker();
|
this.dtpDate = new System.Windows.Forms.DateTimePicker();
|
this.dtpsTime = new System.Windows.Forms.DateTimePicker();
|
this.dtpsdate = new System.Windows.Forms.DateTimePicker();
|
this.grdFJ = new System.Windows.Forms.DataGridView();
|
((System.ComponentModel.ISupportInitialize)(this.grdFJ)).BeginInit();
|
this.SuspendLayout();
|
//
|
// 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 = "主 持 人";
|
//
|
// 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(533, 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, 444);
|
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, 448);
|
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, 448);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
this.label7.TabIndex = 101;
|
this.label7.Text = "发布时间";
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// 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;
|
//
|
// 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 = "结束时间";
|
//
|
// 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 = "会议地点";
|
//
|
// cmdDel
|
//
|
this.cmdDel.Location = new System.Drawing.Point(569, 388);
|
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_1);
|
//
|
// cmdAdd
|
//
|
this.cmdAdd.Location = new System.Drawing.Point(569, 358);
|
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_1);
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(37, 364);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(53, 12);
|
this.label8.TabIndex = 121;
|
this.label8.Text = "附 件";
|
this.label8.Visible = false;
|
//
|
// txtEmp
|
//
|
this.txtEmp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
this.txtEmp.Location = new System.Drawing.Point(39, 491);
|
this.txtEmp.Multiline = true;
|
this.txtEmp.Name = "txtEmp";
|
this.txtEmp.Size = new System.Drawing.Size(592, 65);
|
this.txtEmp.TabIndex = 122;
|
//
|
// Command1
|
//
|
this.Command1.Location = new System.Drawing.Point(39, 557);
|
this.Command1.Name = "Command1";
|
this.Command1.Size = new System.Drawing.Size(56, 24);
|
this.Command1.TabIndex = 123;
|
this.Command1.Text = "删 除";
|
this.Command1.UseVisualStyleBackColor = true;
|
this.Command1.Click += new System.EventHandler(this.Command1_Click);
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(37, 472);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(29, 12);
|
this.label9.TabIndex = 124;
|
this.label9.Text = "已有";
|
//
|
// label14
|
//
|
this.label14.AutoSize = true;
|
this.label14.Location = new System.Drawing.Point(107, 472);
|
this.label14.Name = "label14";
|
this.label14.Size = new System.Drawing.Size(101, 12);
|
this.label14.TabIndex = 125;
|
this.label14.Text = "人阅读,其中有:";
|
//
|
// lblNum
|
//
|
this.lblNum.BackColor = System.Drawing.Color.Lavender;
|
this.lblNum.Location = new System.Drawing.Point(67, 467);
|
this.lblNum.Name = "lblNum";
|
this.lblNum.Size = new System.Drawing.Size(39, 21);
|
this.lblNum.TabIndex = 126;
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(556, 562);
|
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);
|
//
|
// cmdSave
|
//
|
this.cmdSave.Enabled = false;
|
this.cmdSave.Location = new System.Drawing.Point(475, 562);
|
this.cmdSave.Name = "cmdSave";
|
this.cmdSave.Size = new System.Drawing.Size(75, 23);
|
this.cmdSave.TabIndex = 221;
|
this.cmdSave.Text = "保 存";
|
this.cmdSave.UseVisualStyleBackColor = true;
|
this.cmdSave.Visible = false;
|
this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
|
//
|
// dtpHETime
|
//
|
this.dtpHETime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
this.dtpHETime.Location = new System.Drawing.Point(540, 89);
|
this.dtpHETime.Name = "dtpHETime";
|
this.dtpHETime.Size = new System.Drawing.Size(101, 21);
|
this.dtpHETime.TabIndex = 226;
|
//
|
// dtpTime
|
//
|
this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
this.dtpTime.Location = new System.Drawing.Point(540, 63);
|
this.dtpTime.Name = "dtpTime";
|
this.dtpTime.Size = new System.Drawing.Size(101, 21);
|
this.dtpTime.TabIndex = 225;
|
//
|
// dtpHEDate
|
//
|
this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpHEDate.Location = new System.Drawing.Point(433, 89);
|
this.dtpHEDate.Name = "dtpHEDate";
|
this.dtpHEDate.Size = new System.Drawing.Size(101, 21);
|
this.dtpHEDate.TabIndex = 224;
|
//
|
// dtpDate
|
//
|
this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpDate.Location = new System.Drawing.Point(433, 63);
|
this.dtpDate.Name = "dtpDate";
|
this.dtpDate.Size = new System.Drawing.Size(101, 21);
|
this.dtpDate.TabIndex = 223;
|
//
|
// dtpsTime
|
//
|
this.dtpsTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
this.dtpsTime.Location = new System.Drawing.Point(207, 445);
|
this.dtpsTime.Name = "dtpsTime";
|
this.dtpsTime.Size = new System.Drawing.Size(101, 21);
|
this.dtpsTime.TabIndex = 228;
|
//
|
// dtpsdate
|
//
|
this.dtpsdate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpsdate.Location = new System.Drawing.Point(98, 444);
|
this.dtpsdate.Name = "dtpsdate";
|
this.dtpsdate.Size = new System.Drawing.Size(103, 21);
|
this.dtpsdate.TabIndex = 227;
|
//
|
// grdFJ
|
//
|
this.grdFJ.AllowUserToAddRows = false;
|
this.grdFJ.AllowUserToDeleteRows = false;
|
this.grdFJ.BackgroundColor = System.Drawing.Color.WhiteSmoke;
|
this.grdFJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
this.grdFJ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdFJ.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.grdFJ.Location = new System.Drawing.Point(98, 353);
|
this.grdFJ.Name = "grdFJ";
|
this.grdFJ.ReadOnly = true;
|
this.grdFJ.RowHeadersWidth = 30;
|
this.grdFJ.RowTemplate.Height = 23;
|
this.grdFJ.Size = new System.Drawing.Size(452, 85);
|
this.grdFJ.TabIndex = 229;
|
this.grdFJ.DoubleClick += new System.EventHandler(this.grdFJ_DoubleClick);
|
//
|
// frmGGView1
|
//
|
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, 593);
|
this.Controls.Add(this.grdFJ);
|
this.Controls.Add(this.dtpsTime);
|
this.Controls.Add(this.dtpsdate);
|
this.Controls.Add(this.dtpHETime);
|
this.Controls.Add(this.dtpTime);
|
this.Controls.Add(this.dtpHEDate);
|
this.Controls.Add(this.dtpDate);
|
this.Controls.Add(this.cmdCancel);
|
this.Controls.Add(this.cmdSave);
|
this.Controls.Add(this.lblNum);
|
this.Controls.Add(this.label14);
|
this.Controls.Add(this.label9);
|
this.Controls.Add(this.Command1);
|
this.Controls.Add(this.txtEmp);
|
this.Controls.Add(this.label8);
|
this.Controls.Add(this.cmdDel);
|
this.Controls.Add(this.cmdAdd);
|
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.txtHNoteMan);
|
this.Controls.Add(this.label10);
|
this.Controls.Add(this.label7);
|
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.label2);
|
this.Controls.Add(this.label1);
|
this.Name = "frmGGView1";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "会议通知";
|
this.Load += new System.EventHandler(this.frmGGView1_Load);
|
((System.ComponentModel.ISupportInitialize)(this.grdFJ)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
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.Timer timer1;
|
private System.Windows.Forms.TextBox txtHNoteMan;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.Label label11;
|
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 cmdDel;
|
private System.Windows.Forms.Button cmdAdd;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.TextBox txtEmp;
|
private System.Windows.Forms.Button Command1;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label14;
|
private System.Windows.Forms.TextBox lblNum;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Button cmdSave;
|
private System.Windows.Forms.DateTimePicker dtpHETime;
|
private System.Windows.Forms.DateTimePicker dtpTime;
|
private System.Windows.Forms.DateTimePicker dtpHEDate;
|
private System.Windows.Forms.DateTimePicker dtpDate;
|
private System.Windows.Forms.DateTimePicker dtpsTime;
|
private System.Windows.Forms.DateTimePicker dtpsdate;
|
private System.Windows.Forms.DataGridView grdFJ;
|
}
|
}
|