frmFashionMain.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmFashionMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFashionMain));
  29. this.splExFashionMainPanel = new LYFZ.ComponentLibrary.SplitContainerEx();
  30. this.toolsChatListControl1 = new LYFZ.ComponentLibrary.ChatListControl.ToolsChatListControl();
  31. ((System.ComponentModel.ISupportInitialize)(this.splExFashionMainPanel)).BeginInit();
  32. this.splExFashionMainPanel.Panel1.SuspendLayout();
  33. this.splExFashionMainPanel.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // splExFashionMainPanel
  37. //
  38. this.splExFashionMainPanel.BackColor = System.Drawing.Color.Transparent;
  39. this.splExFashionMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.splExFashionMainPanel.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  41. this.splExFashionMainPanel.IsSplitterFixed = true;
  42. this.splExFashionMainPanel.Location = new System.Drawing.Point(0, 0);
  43. this.splExFashionMainPanel.Name = "splExFashionMainPanel";
  44. //
  45. // splExFashionMainPanel.Panel1
  46. //
  47. this.splExFashionMainPanel.Panel1.Controls.Add(this.toolsChatListControl1);
  48. this.splExFashionMainPanel.Size = new System.Drawing.Size(1100, 720);
  49. this.splExFashionMainPanel.SplitterDistance = 190;
  50. this.splExFashionMainPanel.SplitterWidth = 1;
  51. this.splExFashionMainPanel.TabIndex = 0;
  52. //
  53. // toolsChatListControl1
  54. //
  55. this.toolsChatListControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  56. this.toolsChatListControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.toolsChatListControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.toolsChatListControl1.ForeColor = System.Drawing.Color.Black;
  59. this.toolsChatListControl1.IsShowArrowIcon = false;
  60. this.toolsChatListControl1.IsShowitemCounter = false;
  61. this.toolsChatListControl1.ItemHeight = 40;
  62. this.toolsChatListControl1.ItemTextAlignment = System.Drawing.StringAlignment.Center;
  63. this.toolsChatListControl1.ItmeDfTextColor = System.Drawing.Color.Black;
  64. this.toolsChatListControl1.ItmeSelectTextColor = System.Drawing.Color.Black;
  65. this.toolsChatListControl1.ListSubItemMenu = null;
  66. this.toolsChatListControl1.Location = new System.Drawing.Point(0, 0);
  67. this.toolsChatListControl1.Name = "toolsChatListControl1";
  68. this.toolsChatListControl1.Size = new System.Drawing.Size(190, 720);
  69. this.toolsChatListControl1.SubItemMenu = null;
  70. this.toolsChatListControl1.SubItemSeparateLineColor = System.Drawing.Color.Transparent;
  71. this.toolsChatListControl1.SubItmeDfTextColor = System.Drawing.Color.Black;
  72. this.toolsChatListControl1.SubItmeSelectTextColor = System.Drawing.Color.Black;
  73. this.toolsChatListControl1.TabIndex = 0;
  74. this.toolsChatListControl1.Text = "toolsChatListControl1";
  75. //
  76. // frmFashionMain
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  80. this.ClientSize = new System.Drawing.Size(1100, 720);
  81. this.Controls.Add(this.splExFashionMainPanel);
  82. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  83. this.MinimumSize = new System.Drawing.Size(980, 620);
  84. this.Name = "frmFashionMain";
  85. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  86. this.Text = "利亚方舟影楼管系统";
  87. this.splExFashionMainPanel.Panel1.ResumeLayout(false);
  88. ((System.ComponentModel.ISupportInitialize)(this.splExFashionMainPanel)).EndInit();
  89. this.splExFashionMainPanel.ResumeLayout(false);
  90. this.ResumeLayout(false);
  91. }
  92. #endregion
  93. private ComponentLibrary.SplitContainerEx splExFashionMainPanel;
  94. protected internal ComponentLibrary.ChatListControl.ToolsChatListControl toolsChatListControl1;
  95. }
  96. }