123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- namespace LYFZ.Software.UI.BulletinBoard
- {
- partial class FrmSelectInternalMail
- {
- /// <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(FrmSelectInternalMail));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtImail_ToName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblNR = new LYFZ.ComponentLibrary.LabelEx();
- this.txtImail_Content = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- 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(729, 460);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(729, 460);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(670, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(697, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(670, 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.txtImail_ToName);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.lblNR);
- this.panelEx1.Controls.Add(this.txtImail_Content);
- this.panelEx1.Controls.Add(this.btnClose);
- this.panelEx1.Location = new System.Drawing.Point(14, 14);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(703, 428);
- this.panelEx1.TabIndex = 1;
- //
- // txtImail_ToName
- //
- this.txtImail_ToName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtImail_ToName.EmptyTextTip = null;
- this.txtImail_ToName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtImail_ToName.Enabled = false;
- this.txtImail_ToName.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtImail_ToName.Location = new System.Drawing.Point(12, 47);
- this.txtImail_ToName.Multiline = true;
- this.txtImail_ToName.Name = "txtImail_ToName";
- this.txtImail_ToName.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtImail_ToName.Size = new System.Drawing.Size(679, 88);
- this.txtImail_ToName.TabIndex = 203;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.Transparent;
- 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(10, 30);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 202;
- this.labelEx2.Text = "收件人";
- //
- // lblNR
- //
- this.lblNR.AutoSize = true;
- this.lblNR.BackColor = System.Drawing.Color.Transparent;
- 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, 138);
- this.lblNR.Name = "lblNR";
- this.lblNR.Size = new System.Drawing.Size(32, 17);
- this.lblNR.TabIndex = 201;
- 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, 157);
- 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(679, 217);
- this.txtImail_Content.TabIndex = 200;
- //
- // 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(306, 390);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(87, 26);
- this.btnClose.TabIndex = 199;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // FrmSelectInternalMail
- //
- 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(729, 525);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.Name = "FrmSelectInternalMail";
- 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.TextBoxBasicEx txtImail_ToName;
- protected ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.LabelEx lblNR;
- protected ComponentLibrary.TextBoxBasicEx txtImail_Content;
- protected ComponentLibrary.ButtonEx btnClose;
- }
- }
|