123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- namespace LYFZ.Software.UI
- {
- partial class frmFashionMain
- {
- /// <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(frmFashionMain));
- this.splExFashionMainPanel = new LYFZ.ComponentLibrary.SplitContainerEx();
- this.toolsChatListControl1 = new LYFZ.ComponentLibrary.ChatListControl.ToolsChatListControl();
- ((System.ComponentModel.ISupportInitialize)(this.splExFashionMainPanel)).BeginInit();
- this.splExFashionMainPanel.Panel1.SuspendLayout();
- this.splExFashionMainPanel.SuspendLayout();
- this.SuspendLayout();
- //
- // splExFashionMainPanel
- //
- this.splExFashionMainPanel.BackColor = System.Drawing.Color.Transparent;
- this.splExFashionMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splExFashionMainPanel.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splExFashionMainPanel.IsSplitterFixed = true;
- this.splExFashionMainPanel.Location = new System.Drawing.Point(0, 0);
- this.splExFashionMainPanel.Name = "splExFashionMainPanel";
- //
- // splExFashionMainPanel.Panel1
- //
- this.splExFashionMainPanel.Panel1.Controls.Add(this.toolsChatListControl1);
- this.splExFashionMainPanel.Size = new System.Drawing.Size(1100, 720);
- this.splExFashionMainPanel.SplitterDistance = 190;
- this.splExFashionMainPanel.SplitterWidth = 1;
- this.splExFashionMainPanel.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.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, 720);
- 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";
- //
- // frmFashionMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1100, 720);
- this.Controls.Add(this.splExFashionMainPanel);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MinimumSize = new System.Drawing.Size(980, 620);
- this.Name = "frmFashionMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "利亚方舟影楼管系统";
- this.splExFashionMainPanel.Panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splExFashionMainPanel)).EndInit();
- this.splExFashionMainPanel.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.SplitContainerEx splExFashionMainPanel;
- protected internal ComponentLibrary.ChatListControl.ToolsChatListControl toolsChatListControl1;
- }
- }
|