123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- namespace LYFZ.Software.UI
- {
- partial class frmClassicMain
- {
- /// <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(frmClassicMain));
- this.spcExMainContainer = new LYFZ.ComponentLibrary.SplitContainerEx();
- this.toolsChatListControl1 = new LYFZ.ComponentLibrary.ChatListControl.ToolsChatListControl();
- this.plMainLogo = new LYFZ.ComponentLibrary.PanelEx();
- this.slbSystemInfo = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
- this.plFormMainContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.spcExMainContainer)).BeginInit();
- this.spcExMainContainer.Panel1.SuspendLayout();
- this.spcExMainContainer.SuspendLayout();
- this.SuspendLayout();
- //
- // plFormMainContent
- //
- this.plFormMainContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
- this.plFormMainContent.Controls.Add(this.spcExMainContainer);
- this.plFormMainContent.Size = new System.Drawing.Size(1100, 595);
- //
- // btnAppFormMenu
- //
- this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
- this.btnAppFormMenu.Location = new System.Drawing.Point(987, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(1041, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(1068, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(1014, 0);
- //
- // spcExMainContainer
- //
- this.spcExMainContainer.BackColor = System.Drawing.Color.Transparent;
- this.spcExMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.spcExMainContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.spcExMainContainer.IsSplitterFixed = true;
- this.spcExMainContainer.Location = new System.Drawing.Point(0, 0);
- this.spcExMainContainer.Name = "spcExMainContainer";
- //
- // spcExMainContainer.Panel1
- //
- this.spcExMainContainer.Panel1.BackColor = System.Drawing.Color.White;
- this.spcExMainContainer.Panel1.Controls.Add(this.toolsChatListControl1);
- //
- // spcExMainContainer.Panel2
- //
- this.spcExMainContainer.Panel2.BackColor = System.Drawing.Color.Transparent;
- this.spcExMainContainer.Size = new System.Drawing.Size(1100, 595);
- this.spcExMainContainer.SplitterDistance = 190;
- this.spcExMainContainer.SplitterWidth = 1;
- this.spcExMainContainer.TabIndex = 0;
- //
- // toolsChatListControl1
- //
- this.toolsChatListControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.toolsChatListControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolsChatListControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.toolsChatListControl1.ForeColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.IsShowArrowIcon = false;
- this.toolsChatListControl1.IsShowitemCounter = false;
- this.toolsChatListControl1.ItemColor = System.Drawing.Color.DimGray;
- this.toolsChatListControl1.ItemHeight = 40;
- this.toolsChatListControl1.ItemTextAlignment = System.Drawing.StringAlignment.Center;
- this.toolsChatListControl1.ItmeDfTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.ItmeSelectTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.ListSubItemMenu = null;
- this.toolsChatListControl1.Location = new System.Drawing.Point(0, 0);
- this.toolsChatListControl1.Name = "toolsChatListControl1";
- this.toolsChatListControl1.Size = new System.Drawing.Size(190, 595);
- this.toolsChatListControl1.SubItemMenu = null;
- this.toolsChatListControl1.SubItemSeparateLineColor = System.Drawing.Color.Transparent;
- this.toolsChatListControl1.SubItmeDfTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.SubItmeSelectTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.TabIndex = 0;
- this.toolsChatListControl1.Text = "toolsChatListControl1";
- //
- // plMainLogo
- //
- this.plMainLogo.BackColor = System.Drawing.Color.Transparent;
- this.plMainLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.plMainLogo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.plMainLogo.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.plMainLogo.BorderWidth = 1;
- this.plMainLogo.Location = new System.Drawing.Point(5, 20);
- this.plMainLogo.Name = "plMainLogo";
- this.plMainLogo.Size = new System.Drawing.Size(180, 64);
- this.plMainLogo.TabIndex = 10;
- //
- // slbSystemInfo
- //
- this.slbSystemInfo.BackColor = System.Drawing.Color.Transparent;
- this.slbSystemInfo.BorderColor = System.Drawing.Color.SteelBlue;
- this.slbSystemInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.slbSystemInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.slbSystemInfo.ForeColor = System.Drawing.Color.White;
- this.slbSystemInfo.Location = new System.Drawing.Point(0, 703);
- this.slbSystemInfo.Name = "slbSystemInfo";
- this.slbSystemInfo.Size = new System.Drawing.Size(1100, 17);
- this.slbSystemInfo.TabIndex = 14;
- //
- // frmClassicMain
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(1100, 720);
- this.Controls.Add(this.slbSystemInfo);
- this.Controls.Add(this.plMainLogo);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.ImeMode = System.Windows.Forms.ImeMode.On;
- this.IsShowBtnFormMenu = true;
- this.IsShowBtnFormSkin = true;
- this.IsUserControlsSize = true;
- this.MinimumSize = new System.Drawing.Size(960, 560);
- this.Name = "frmClassicMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "利亚方舟影楼管系统";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Resize += new System.EventHandler(this.frmClassicMain_Resize);
- 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.Controls.SetChildIndex(this.plMainLogo, 0);
- this.Controls.SetChildIndex(this.slbSystemInfo, 0);
- this.plFormMainContent.ResumeLayout(false);
- this.spcExMainContainer.Panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.spcExMainContainer)).EndInit();
- this.spcExMainContainer.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.ChatListControl.ToolsChatListControl toolsChatListControl1;
- public OtherExpansion.SkinControl.SkinLabel slbSystemInfo;
- public ComponentLibrary.SplitContainerEx spcExMainContainer;
- public ComponentLibrary.PanelEx plMainLogo;
- }
- }
|