123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- namespace LYFZ.Software.MainBusiness.MultipleFileImport
- {
- partial class frmMultipFileLogMessage
- {
- /// <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(frmMultipFileLogMessage));
- this.tb_LogMessage = new LYFZ.ComponentLibrary.TextBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.tb_LogMessage);
- resources.ApplyResources(this.plExMainContainer, "plExMainContainer");
- //
- // plFormMainContent
- //
- resources.ApplyResources(this.plFormMainContent, "plFormMainContent");
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- resources.ApplyResources(this.btnAppFormMaximize, "btnAppFormMaximize");
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- resources.ApplyResources(this.btnAppFormExit, "btnAppFormExit");
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- resources.ApplyResources(this.btnAppFormMinimize, "btnAppFormMinimize");
- //
- // tb_LogMessage
- //
- this.tb_LogMessage.BackColor = System.Drawing.Color.Transparent;
- resources.ApplyResources(this.tb_LogMessage, "tb_LogMessage");
- this.tb_LogMessage.Icon = null;
- this.tb_LogMessage.IconIsButton = false;
- this.tb_LogMessage.IsPasswordChat = '\0';
- this.tb_LogMessage.IsSystemPasswordChar = false;
- this.tb_LogMessage.Lines = new string[] {
- "textBoxEx1"};
- this.tb_LogMessage.MaxLength = 32767;
- this.tb_LogMessage.MouseBack = null;
- this.tb_LogMessage.Multiline = true;
- this.tb_LogMessage.Name = "tb_LogMessage";
- this.tb_LogMessage.NormlBack = null;
- this.tb_LogMessage.ReadOnly = true;
- this.tb_LogMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.tb_LogMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.tb_LogMessage.WaterColor = System.Drawing.Color.DarkGray;
- this.tb_LogMessage.WaterText = "";
- this.tb_LogMessage.WordWrap = true;
- //
- // frmMultipFileLogMessage
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmMultipFileLogMessage";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- public ComponentLibrary.TextBoxEx tb_LogMessage;
- }
- }
|