namespace LYFZ.Software.UI.BulletinBoard { partial class FrmSelectAnnouncement { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSelectAnnouncement)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.lblNR = new LYFZ.ComponentLibrary.LabelEx(); this.txtImail_Content = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx(); this.txtImail_Attachment = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(732, 465); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(732, 465); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(700, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.btnClose); this.panelEx1.Controls.Add(this.lblNR); this.panelEx1.Controls.Add(this.txtImail_Content); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.btnSelect); this.panelEx1.Controls.Add(this.txtImail_Attachment); this.panelEx1.Controls.Add(this.labelEx3); this.panelEx1.Location = new System.Drawing.Point(12, 13); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(707, 439); this.panelEx1.TabIndex = 1; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg"))); this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(601, 12); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(87, 26); this.btnClose.TabIndex = 196; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = false; // // lblNR // this.lblNR.AutoSize = true; this.lblNR.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lblNR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lblNR.Location = new System.Drawing.Point(10, 108); this.lblNR.Name = "lblNR"; this.lblNR.Size = new System.Drawing.Size(32, 17); this.lblNR.TabIndex = 89; this.lblNR.Text = "内容"; // // txtImail_Content // this.txtImail_Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtImail_Content.EmptyTextTip = null; this.txtImail_Content.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtImail_Content.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtImail_Content.Location = new System.Drawing.Point(12, 126); this.txtImail_Content.Multiline = true; this.txtImail_Content.Name = "txtImail_Content"; this.txtImail_Content.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtImail_Content.Size = new System.Drawing.Size(686, 310); this.txtImail_Content.TabIndex = 88; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(470, 53); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(190, 17); this.labelEx2.TabIndex = 87; this.labelEx2.Text = "(支持Word,Excel,图片文档)"; // // btnSelect // this.btnSelect.BackColor = System.Drawing.Color.Transparent; this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg"))); this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSelect.ForeColor = System.Drawing.Color.White; this.btnSelect.IsCustomBackImg = false; this.btnSelect.IsShowText = true; this.btnSelect.Location = new System.Drawing.Point(382, 44); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(87, 26); this.btnSelect.TabIndex = 84; this.btnSelect.Text = "查看"; this.btnSelect.UseVisualStyleBackColor = false; // // txtImail_Attachment // this.txtImail_Attachment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtImail_Attachment.EmptyTextTip = null; this.txtImail_Attachment.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtImail_Attachment.Enabled = false; this.txtImail_Attachment.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtImail_Attachment.Location = new System.Drawing.Point(57, 46); this.txtImail_Attachment.Name = "txtImail_Attachment"; this.txtImail_Attachment.Size = new System.Drawing.Size(319, 23); this.txtImail_Attachment.TabIndex = 86; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(10, 51); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(44, 17); this.labelEx3.TabIndex = 85; this.labelEx3.Text = "附件:"; // // FrmSelectAnnouncement // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(732, 530); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSelectAnnouncement"; this.Text = "公告详情"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected ComponentLibrary.LabelEx lblNR; protected ComponentLibrary.TextBoxBasicEx txtImail_Content; private ComponentLibrary.LabelEx labelEx2; protected ComponentLibrary.ButtonEx btnSelect; protected ComponentLibrary.TextBoxBasicEx txtImail_Attachment; private ComponentLibrary.LabelEx labelEx3; protected ComponentLibrary.ButtonEx btnClose; } }