namespace OAM
|
{
|
partial class frmGGView3
|
{
|
/// <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.cmdDel = new System.Windows.Forms.Button();
|
this.cmdAdd = new System.Windows.Forms.Button();
|
this.Command1 = new System.Windows.Forms.Button();
|
this.txtEmp = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.txtDesc = new System.Windows.Forms.TextBox();
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
this.grdFJ = new System.Windows.Forms.DataGridView();
|
this.txtlblNum = new System.Windows.Forms.TextBox();
|
this.label14 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.txtRead = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtTM = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.lblCaption = new System.Windows.Forms.Label();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.cmdSave = new System.Windows.Forms.Button();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.tabControl1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
this.tabPage2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdFJ)).BeginInit();
|
this.SuspendLayout();
|
//
|
// cmdDel
|
//
|
this.cmdDel.Location = new System.Drawing.Point(80, 343);
|
this.cmdDel.Name = "cmdDel";
|
this.cmdDel.Size = new System.Drawing.Size(56, 24);
|
this.cmdDel.TabIndex = 133;
|
this.cmdDel.Text = "删 除";
|
this.cmdDel.UseVisualStyleBackColor = true;
|
this.cmdDel.Click += new System.EventHandler(this.cmdDel_Click);
|
//
|
// cmdAdd
|
//
|
this.cmdAdd.Location = new System.Drawing.Point(18, 343);
|
this.cmdAdd.Name = "cmdAdd";
|
this.cmdAdd.Size = new System.Drawing.Size(56, 24);
|
this.cmdAdd.TabIndex = 132;
|
this.cmdAdd.Text = "添 加";
|
this.cmdAdd.UseVisualStyleBackColor = true;
|
this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click);
|
//
|
// Command1
|
//
|
this.Command1.Location = new System.Drawing.Point(12, 551);
|
this.Command1.Name = "Command1";
|
this.Command1.Size = new System.Drawing.Size(43, 24);
|
this.Command1.TabIndex = 126;
|
this.Command1.Text = "删除";
|
this.Command1.UseVisualStyleBackColor = true;
|
this.Command1.Click += new System.EventHandler(this.cmdSend_Click);
|
//
|
// txtEmp
|
//
|
this.txtEmp.Location = new System.Drawing.Point(18, 26);
|
this.txtEmp.Multiline = true;
|
this.txtEmp.Name = "txtEmp";
|
this.txtEmp.Size = new System.Drawing.Size(548, 85);
|
this.txtEmp.TabIndex = 125;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(18, 9);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.TabIndex = 124;
|
this.label4.Text = "发放范围";
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Controls.Add(this.tabPage2);
|
this.tabControl1.Location = new System.Drawing.Point(38, 107);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(592, 414);
|
this.tabControl1.TabIndex = 138;
|
//
|
// tabPage1
|
//
|
this.tabPage1.Controls.Add(this.txtDesc);
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage1.Size = new System.Drawing.Size(584, 388);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "正文";
|
this.tabPage1.UseVisualStyleBackColor = true;
|
//
|
// txtDesc
|
//
|
this.txtDesc.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.txtDesc.Location = new System.Drawing.Point(3, 3);
|
this.txtDesc.Multiline = true;
|
this.txtDesc.Name = "txtDesc";
|
this.txtDesc.Size = new System.Drawing.Size(578, 382);
|
this.txtDesc.TabIndex = 139;
|
//
|
// tabPage2
|
//
|
this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLight;
|
this.tabPage2.Controls.Add(this.grdFJ);
|
this.tabPage2.Controls.Add(this.txtlblNum);
|
this.tabPage2.Controls.Add(this.label14);
|
this.tabPage2.Controls.Add(this.label9);
|
this.tabPage2.Controls.Add(this.txtRead);
|
this.tabPage2.Controls.Add(this.label2);
|
this.tabPage2.Controls.Add(this.cmdAdd);
|
this.tabPage2.Controls.Add(this.cmdDel);
|
this.tabPage2.Controls.Add(this.txtEmp);
|
this.tabPage2.Controls.Add(this.label4);
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
this.tabPage2.Name = "tabPage2";
|
this.tabPage2.Size = new System.Drawing.Size(584, 388);
|
this.tabPage2.TabIndex = 1;
|
this.tabPage2.Text = "其他信息";
|
//
|
// 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(18, 255);
|
this.grdFJ.Name = "grdFJ";
|
this.grdFJ.ReadOnly = true;
|
this.grdFJ.RowHeadersWidth = 30;
|
this.grdFJ.RowTemplate.Height = 23;
|
this.grdFJ.Size = new System.Drawing.Size(545, 82);
|
this.grdFJ.TabIndex = 142;
|
this.grdFJ.DoubleClick += new System.EventHandler(this.grdFJ_DoubleClick);
|
//
|
// txtlblNum
|
//
|
this.txtlblNum.BackColor = System.Drawing.SystemColors.ControlLight;
|
this.txtlblNum.Location = new System.Drawing.Point(48, 228);
|
this.txtlblNum.Name = "txtlblNum";
|
this.txtlblNum.Size = new System.Drawing.Size(39, 21);
|
this.txtlblNum.TabIndex = 138;
|
//
|
// label14
|
//
|
this.label14.AutoSize = true;
|
this.label14.Location = new System.Drawing.Point(88, 233);
|
this.label14.Name = "label14";
|
this.label14.Size = new System.Drawing.Size(41, 12);
|
this.label14.TabIndex = 137;
|
this.label14.Text = "人阅读";
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(18, 233);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(29, 12);
|
this.label9.TabIndex = 136;
|
this.label9.Text = "已有";
|
//
|
// txtRead
|
//
|
this.txtRead.Location = new System.Drawing.Point(18, 137);
|
this.txtRead.Multiline = true;
|
this.txtRead.Name = "txtRead";
|
this.txtRead.Size = new System.Drawing.Size(548, 85);
|
this.txtRead.TabIndex = 135;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(18, 120);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
this.label2.TabIndex = 134;
|
this.label2.Text = "已阅人员";
|
//
|
// txtTM
|
//
|
this.txtTM.Location = new System.Drawing.Point(97, 70);
|
this.txtTM.Multiline = true;
|
this.txtTM.Name = "txtTM";
|
this.txtTM.Size = new System.Drawing.Size(533, 21);
|
this.txtTM.TabIndex = 143;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(38, 76);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 142;
|
this.label3.Text = "主 题";
|
//
|
// 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(295, 37);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(151, 19);
|
this.lblCaption.TabIndex = 141;
|
this.lblCaption.Text = "通 知";
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(551, 527);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(75, 23);
|
this.cmdCancel.TabIndex = 226;
|
this.cmdCancel.Text = "取 消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click_1);
|
//
|
// cmdSave
|
//
|
this.cmdSave.Enabled = false;
|
this.cmdSave.Location = new System.Drawing.Point(470, 527);
|
this.cmdSave.Name = "cmdSave";
|
this.cmdSave.Size = new System.Drawing.Size(75, 23);
|
this.cmdSave.TabIndex = 225;
|
this.cmdSave.Text = "保 存";
|
this.cmdSave.UseVisualStyleBackColor = true;
|
this.cmdSave.Visible = false;
|
this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// frmGGView3
|
//
|
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, 587);
|
this.Controls.Add(this.cmdCancel);
|
this.Controls.Add(this.cmdSave);
|
this.Controls.Add(this.txtTM);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.lblCaption);
|
this.Controls.Add(this.tabControl1);
|
this.Controls.Add(this.Command1);
|
this.Name = "frmGGView3";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "普通公告";
|
this.Load += new System.EventHandler(this.frmGGView3_Load);
|
this.tabControl1.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
this.tabPage1.PerformLayout();
|
this.tabPage2.ResumeLayout(false);
|
this.tabPage2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdFJ)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button cmdDel;
|
private System.Windows.Forms.Button cmdAdd;
|
private System.Windows.Forms.Button Command1;
|
private System.Windows.Forms.TextBox txtEmp;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.TextBox txtDesc;
|
private System.Windows.Forms.TabPage tabPage2;
|
private System.Windows.Forms.TextBox txtRead;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtlblNum;
|
private System.Windows.Forms.Label label14;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.TextBox txtTM;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Button cmdSave;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.DataGridView grdFJ;
|
|
}
|
}
|