frmClassicMain.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmClassicMain
  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(frmClassicMain));
  29. this.spcExMainContainer = new LYFZ.ComponentLibrary.SplitContainerEx();
  30. this.toolsChatListControl1 = new LYFZ.ComponentLibrary.ChatListControl.ToolsChatListControl();
  31. this.plMainLogo = new LYFZ.ComponentLibrary.PanelEx();
  32. this.slbSystemInfo = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  33. this.plFormMainContent.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.spcExMainContainer)).BeginInit();
  35. this.spcExMainContainer.Panel1.SuspendLayout();
  36. this.spcExMainContainer.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plFormMainContent
  40. //
  41. this.plFormMainContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
  42. this.plFormMainContent.Controls.Add(this.spcExMainContainer);
  43. this.plFormMainContent.Size = new System.Drawing.Size(1100, 595);
  44. //
  45. // btnAppFormMenu
  46. //
  47. this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
  48. this.btnAppFormMenu.Location = new System.Drawing.Point(987, 0);
  49. //
  50. // btnAppFormMaximize
  51. //
  52. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  53. this.btnAppFormMaximize.Location = new System.Drawing.Point(1041, 0);
  54. //
  55. // btnAppFormExit
  56. //
  57. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  58. this.btnAppFormExit.Location = new System.Drawing.Point(1068, 0);
  59. //
  60. // btnAppFormMinimize
  61. //
  62. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  63. this.btnAppFormMinimize.Location = new System.Drawing.Point(1014, 0);
  64. //
  65. // spcExMainContainer
  66. //
  67. this.spcExMainContainer.BackColor = System.Drawing.Color.Transparent;
  68. this.spcExMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.spcExMainContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  70. this.spcExMainContainer.IsSplitterFixed = true;
  71. this.spcExMainContainer.Location = new System.Drawing.Point(0, 0);
  72. this.spcExMainContainer.Name = "spcExMainContainer";
  73. //
  74. // spcExMainContainer.Panel1
  75. //
  76. this.spcExMainContainer.Panel1.BackColor = System.Drawing.Color.White;
  77. this.spcExMainContainer.Panel1.Controls.Add(this.toolsChatListControl1);
  78. //
  79. // spcExMainContainer.Panel2
  80. //
  81. this.spcExMainContainer.Panel2.BackColor = System.Drawing.Color.Transparent;
  82. this.spcExMainContainer.Size = new System.Drawing.Size(1100, 595);
  83. this.spcExMainContainer.SplitterDistance = 190;
  84. this.spcExMainContainer.SplitterWidth = 1;
  85. this.spcExMainContainer.TabIndex = 0;
  86. //
  87. // toolsChatListControl1
  88. //
  89. this.toolsChatListControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  90. this.toolsChatListControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.toolsChatListControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.toolsChatListControl1.ForeColor = System.Drawing.Color.Black;
  93. this.toolsChatListControl1.IsShowArrowIcon = false;
  94. this.toolsChatListControl1.IsShowitemCounter = false;
  95. this.toolsChatListControl1.ItemColor = System.Drawing.Color.DimGray;
  96. this.toolsChatListControl1.ItemHeight = 40;
  97. this.toolsChatListControl1.ItemTextAlignment = System.Drawing.StringAlignment.Center;
  98. this.toolsChatListControl1.ItmeDfTextColor = System.Drawing.Color.Black;
  99. this.toolsChatListControl1.ItmeSelectTextColor = System.Drawing.Color.Black;
  100. this.toolsChatListControl1.ListSubItemMenu = null;
  101. this.toolsChatListControl1.Location = new System.Drawing.Point(0, 0);
  102. this.toolsChatListControl1.Name = "toolsChatListControl1";
  103. this.toolsChatListControl1.Size = new System.Drawing.Size(190, 595);
  104. this.toolsChatListControl1.SubItemMenu = null;
  105. this.toolsChatListControl1.SubItemSeparateLineColor = System.Drawing.Color.Transparent;
  106. this.toolsChatListControl1.SubItmeDfTextColor = System.Drawing.Color.Black;
  107. this.toolsChatListControl1.SubItmeSelectTextColor = System.Drawing.Color.Black;
  108. this.toolsChatListControl1.TabIndex = 0;
  109. this.toolsChatListControl1.Text = "toolsChatListControl1";
  110. //
  111. // plMainLogo
  112. //
  113. this.plMainLogo.BackColor = System.Drawing.Color.Transparent;
  114. this.plMainLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  115. this.plMainLogo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  116. this.plMainLogo.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  117. this.plMainLogo.BorderWidth = 1;
  118. this.plMainLogo.Location = new System.Drawing.Point(5, 20);
  119. this.plMainLogo.Name = "plMainLogo";
  120. this.plMainLogo.Size = new System.Drawing.Size(180, 64);
  121. this.plMainLogo.TabIndex = 10;
  122. //
  123. // slbSystemInfo
  124. //
  125. this.slbSystemInfo.BackColor = System.Drawing.Color.Transparent;
  126. this.slbSystemInfo.BorderColor = System.Drawing.Color.SteelBlue;
  127. this.slbSystemInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
  128. this.slbSystemInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.slbSystemInfo.ForeColor = System.Drawing.Color.White;
  130. this.slbSystemInfo.Location = new System.Drawing.Point(0, 703);
  131. this.slbSystemInfo.Name = "slbSystemInfo";
  132. this.slbSystemInfo.Size = new System.Drawing.Size(1100, 17);
  133. this.slbSystemInfo.TabIndex = 14;
  134. //
  135. // frmClassicMain
  136. //
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  138. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  139. this.ClientSize = new System.Drawing.Size(1100, 720);
  140. this.Controls.Add(this.slbSystemInfo);
  141. this.Controls.Add(this.plMainLogo);
  142. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  143. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  144. this.ImeMode = System.Windows.Forms.ImeMode.On;
  145. this.IsShowBtnFormMenu = true;
  146. this.IsShowBtnFormSkin = true;
  147. this.IsUserControlsSize = true;
  148. this.MinimumSize = new System.Drawing.Size(960, 560);
  149. this.Name = "frmClassicMain";
  150. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  151. this.Text = "利亚方舟影楼管系统";
  152. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  153. this.Resize += new System.EventHandler(this.frmClassicMain_Resize);
  154. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  155. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  156. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  157. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  158. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  159. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  160. this.Controls.SetChildIndex(this.plMainLogo, 0);
  161. this.Controls.SetChildIndex(this.slbSystemInfo, 0);
  162. this.plFormMainContent.ResumeLayout(false);
  163. this.spcExMainContainer.Panel1.ResumeLayout(false);
  164. ((System.ComponentModel.ISupportInitialize)(this.spcExMainContainer)).EndInit();
  165. this.spcExMainContainer.ResumeLayout(false);
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. protected internal ComponentLibrary.ChatListControl.ToolsChatListControl toolsChatListControl1;
  170. public OtherExpansion.SkinControl.SkinLabel slbSystemInfo;
  171. public ComponentLibrary.SplitContainerEx spcExMainContainer;
  172. public ComponentLibrary.PanelEx plMainLogo;
  173. }
  174. }