namespace OAM { partial class frmGG3 { /// /// 必需的设计器变量。 /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGG3)); this.cmdDel = new System.Windows.Forms.Button(); this.cmdAdd = new System.Windows.Forms.Button(); this.cmdEmp = new System.Windows.Forms.Button(); this.cmdCancel = new System.Windows.Forms.Button(); this.cmdSend = new System.Windows.Forms.Button(); this.txtEmp = new System.Windows.Forms.TextBox(); this.label4 = 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.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.txtDesc = new System.Windows.Forms.TextBox(); this.grdMain = new System.Windows.Forms.DataGridView(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.SuspendLayout(); // // cmdDel // this.cmdDel.Location = new System.Drawing.Point(143, 496); 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(81, 496); 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); // // cmdEmp // this.cmdEmp.BackColor = System.Drawing.Color.Transparent; this.cmdEmp.Image = ((System.Drawing.Image)(resources.GetObject("cmdEmp.Image"))); this.cmdEmp.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdEmp.Location = new System.Drawing.Point(608, 395); this.cmdEmp.Name = "cmdEmp"; this.cmdEmp.Size = new System.Drawing.Size(22, 22); this.cmdEmp.TabIndex = 130; this.cmdEmp.UseVisualStyleBackColor = false; this.cmdEmp.Click += new System.EventHandler(this.cmdEmp_Click); // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(562, 441); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(75, 31); this.cmdCancel.TabIndex = 127; this.cmdCancel.Text = "取 消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // cmdSend // this.cmdSend.Location = new System.Drawing.Point(481, 441); this.cmdSend.Name = "cmdSend"; this.cmdSend.Size = new System.Drawing.Size(75, 31); this.cmdSend.TabIndex = 126; this.cmdSend.Text = "新 建"; this.cmdSend.UseVisualStyleBackColor = true; this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click); // // txtEmp // this.txtEmp.Location = new System.Drawing.Point(82, 355); this.txtEmp.Multiline = true; this.txtEmp.Name = "txtEmp"; this.txtEmp.Size = new System.Drawing.Size(526, 62); this.txtEmp.TabIndex = 125; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(38, 363); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 124; this.label4.Text = "收件人"; // // txtTM // this.txtTM.Location = new System.Drawing.Point(97, 66); this.txtTM.Multiline = true; this.txtTM.Name = "txtTM"; this.txtTM.Size = new System.Drawing.Size(533, 21); this.txtTM.TabIndex = 123; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(38, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 122; 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, 33); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(151, 19); this.lblCaption.TabIndex = 121; this.lblCaption.Text = "通 知"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Location = new System.Drawing.Point(38, 93); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(592, 260); 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, 234); 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, 228); this.txtDesc.TabIndex = 139; // // 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(82, 423); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 30; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(383, 67); this.grdMain.TabIndex = 140; // // frmGG3 // 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.tabControl1); this.Controls.Add(this.cmdDel); this.Controls.Add(this.cmdAdd); this.Controls.Add(this.cmdEmp); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdSend); this.Controls.Add(this.txtEmp); this.Controls.Add(this.label4); this.Controls.Add(this.txtTM); this.Controls.Add(this.label3); this.Controls.Add(this.lblCaption); this.Name = "frmGG3"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "普通公告"; this.Load += new System.EventHandler(this.frmGG3_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cmdDel; private System.Windows.Forms.Button cmdAdd; private System.Windows.Forms.Button cmdEmp; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdSend; private System.Windows.Forms.TextBox txtEmp; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtTM; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TextBox txtDesc; private System.Windows.Forms.DataGridView grdMain; } }