123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- namespace LYFZ.Software.UI.BulletinBoard
- {
- partial class FrmAnnouncement
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAnnouncement));
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnRelease = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtImail_Content = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnBrowse = 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(739, 476);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(739, 476);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(707, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // 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.btnRelease);
- this.panelEx1.Controls.Add(this.txtImail_Content);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.btnBrowse);
- this.panelEx1.Controls.Add(this.txtImail_Attachment);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Location = new System.Drawing.Point(14, 16);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(709, 444);
- 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(589, 70);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(87, 26);
- this.btnClose.TabIndex = 196;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnRelease
- //
- this.btnRelease.BackColor = System.Drawing.Color.Transparent;
- this.btnRelease.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRelease.BackImg")));
- this.btnRelease.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRelease.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRelease.ForeColor = System.Drawing.Color.White;
- this.btnRelease.IsCustomBackImg = false;
- this.btnRelease.IsShowText = true;
- this.btnRelease.Location = new System.Drawing.Point(489, 70);
- this.btnRelease.Name = "btnRelease";
- this.btnRelease.Size = new System.Drawing.Size(87, 26);
- this.btnRelease.TabIndex = 83;
- this.btnRelease.Text = "发布";
- this.btnRelease.UseVisualStyleBackColor = false;
- //
- // 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(73, 102);
- 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(622, 339);
- this.txtImail_Content.TabIndex = 89;
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(6, 85);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 88;
- this.labelEx4.Text = "消息内容:";
- //
- // 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(486, 29);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(190, 17);
- this.labelEx2.TabIndex = 87;
- this.labelEx2.Text = "(支持Word,Excel,图片文档)";
- //
- // btnBrowse
- //
- this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
- this.btnBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.BackImg")));
- this.btnBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnBrowse.ForeColor = System.Drawing.Color.White;
- this.btnBrowse.IsCustomBackImg = false;
- this.btnBrowse.IsShowText = true;
- this.btnBrowse.Location = new System.Drawing.Point(398, 21);
- this.btnBrowse.Name = "btnBrowse";
- this.btnBrowse.Size = new System.Drawing.Size(87, 26);
- this.btnBrowse.TabIndex = 84;
- this.btnBrowse.Text = "浏览";
- this.btnBrowse.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(73, 22);
- 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(26, 27);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(44, 17);
- this.labelEx3.TabIndex = 85;
- this.labelEx3.Text = "附件:";
- //
- // FrmAnnouncement
- //
- 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(739, 541);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmAnnouncement";
- 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
- protected System.Windows.Forms.OpenFileDialog openFileDialog1;
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx btnRelease;
- protected ComponentLibrary.TextBoxBasicEx txtImail_Content;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.ButtonEx btnBrowse;
- protected ComponentLibrary.TextBoxBasicEx txtImail_Attachment;
- private ComponentLibrary.LabelEx labelEx3;
- protected ComponentLibrary.ButtonEx btnClose;
- }
- }
|