frmLoginSettings.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. namespace LYFZ.ERPCloudClient
  2. {
  3. partial class frmLoginSettings
  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(frmLoginSettings));
  29. this.btnEnter = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.txtHostPort = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.txtHostName = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.lbHostPort = new LYFZ.ComponentLibrary.LabelEx();
  33. this.lbHostName = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // plExMainContainer
  41. //
  42. this.plExMainContainer.Controls.Add(this.btnClose);
  43. this.plExMainContainer.Controls.Add(this.btnEnter);
  44. this.plExMainContainer.Controls.Add(this.txtHostPort);
  45. this.plExMainContainer.Controls.Add(this.txtHostName);
  46. this.plExMainContainer.Controls.Add(this.lbHostPort);
  47. this.plExMainContainer.Controls.Add(this.lbHostName);
  48. this.plExMainContainer.Size = new System.Drawing.Size(328, 96);
  49. //
  50. // plFormMainContent
  51. //
  52. this.plFormMainContent.Size = new System.Drawing.Size(328, 96);
  53. //
  54. // btnAppFormMaximize
  55. //
  56. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  57. this.btnAppFormMaximize.Location = new System.Drawing.Point(241, 0);
  58. //
  59. // btnAppFormExit
  60. //
  61. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  62. this.btnAppFormExit.Location = new System.Drawing.Point(296, 0);
  63. //
  64. // btnAppFormMinimize
  65. //
  66. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  67. this.btnAppFormMinimize.Location = new System.Drawing.Point(214, 0);
  68. //
  69. // btnEnter
  70. //
  71. this.btnEnter.BackColor = System.Drawing.Color.Transparent;
  72. this.btnEnter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEnter.BackImg")));
  73. this.btnEnter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  74. this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  75. this.btnEnter.ForeColor = System.Drawing.Color.White;
  76. this.btnEnter.IsCustomBackImg = false;
  77. this.btnEnter.IsShowText = true;
  78. this.btnEnter.Location = new System.Drawing.Point(72, 51);
  79. this.btnEnter.Name = "btnEnter";
  80. this.btnEnter.Size = new System.Drawing.Size(120, 28);
  81. this.btnEnter.TabIndex = 8;
  82. this.btnEnter.Text = "确 定";
  83. this.btnEnter.UseVisualStyleBackColor = false;
  84. //
  85. // txtHostPort
  86. //
  87. this.txtHostPort.BackColor = System.Drawing.Color.Transparent;
  88. this.txtHostPort.Icon = null;
  89. this.txtHostPort.IconIsButton = false;
  90. this.txtHostPort.IsPasswordChat = '\0';
  91. this.txtHostPort.IsSystemPasswordChar = false;
  92. this.txtHostPort.Lines = new string[] {
  93. "6100"};
  94. this.txtHostPort.Location = new System.Drawing.Point(233, 9);
  95. this.txtHostPort.Margin = new System.Windows.Forms.Padding(0);
  96. this.txtHostPort.MaxLength = 32767;
  97. this.txtHostPort.MinimumSize = new System.Drawing.Size(0, 26);
  98. this.txtHostPort.MouseBack = null;
  99. this.txtHostPort.Multiline = false;
  100. this.txtHostPort.Name = "txtHostPort";
  101. this.txtHostPort.NormlBack = null;
  102. this.txtHostPort.Padding = new System.Windows.Forms.Padding(5);
  103. this.txtHostPort.ReadOnly = false;
  104. this.txtHostPort.ScrollBars = System.Windows.Forms.ScrollBars.None;
  105. this.txtHostPort.Size = new System.Drawing.Size(77, 26);
  106. this.txtHostPort.TabIndex = 5;
  107. this.txtHostPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  108. this.txtHostPort.WaterColor = System.Drawing.Color.DarkGray;
  109. this.txtHostPort.WaterText = "";
  110. this.txtHostPort.WordWrap = true;
  111. //
  112. // txtHostName
  113. //
  114. this.txtHostName.BackColor = System.Drawing.Color.Transparent;
  115. this.txtHostName.Icon = null;
  116. this.txtHostName.IconIsButton = false;
  117. this.txtHostName.IsPasswordChat = '\0';
  118. this.txtHostName.IsSystemPasswordChar = false;
  119. this.txtHostName.Lines = new string[] {
  120. "127.0.0.1"};
  121. this.txtHostName.Location = new System.Drawing.Point(72, 9);
  122. this.txtHostName.Margin = new System.Windows.Forms.Padding(0);
  123. this.txtHostName.MaxLength = 32767;
  124. this.txtHostName.MinimumSize = new System.Drawing.Size(0, 26);
  125. this.txtHostName.MouseBack = null;
  126. this.txtHostName.Multiline = false;
  127. this.txtHostName.Name = "txtHostName";
  128. this.txtHostName.NormlBack = null;
  129. this.txtHostName.Padding = new System.Windows.Forms.Padding(5);
  130. this.txtHostName.ReadOnly = false;
  131. this.txtHostName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  132. this.txtHostName.Size = new System.Drawing.Size(120, 26);
  133. this.txtHostName.TabIndex = 6;
  134. this.txtHostName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  135. this.txtHostName.WaterColor = System.Drawing.Color.DarkGray;
  136. this.txtHostName.WaterText = "";
  137. this.txtHostName.WordWrap = true;
  138. //
  139. // lbHostPort
  140. //
  141. this.lbHostPort.AutoSize = true;
  142. this.lbHostPort.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  143. this.lbHostPort.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  144. this.lbHostPort.Location = new System.Drawing.Point(195, 14);
  145. this.lbHostPort.Name = "lbHostPort";
  146. this.lbHostPort.Size = new System.Drawing.Size(35, 17);
  147. this.lbHostPort.TabIndex = 3;
  148. this.lbHostPort.Text = "端口:";
  149. //
  150. // lbHostName
  151. //
  152. this.lbHostName.AutoSize = true;
  153. this.lbHostName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  154. this.lbHostName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  155. this.lbHostName.Location = new System.Drawing.Point(6, 14);
  156. this.lbHostName.Name = "lbHostName";
  157. this.lbHostName.Size = new System.Drawing.Size(63, 17);
  158. this.lbHostName.TabIndex = 4;
  159. this.lbHostName.Text = "主机名/IP:";
  160. //
  161. // labelEx3
  162. //
  163. this.labelEx3.AutoSize = true;
  164. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  165. this.labelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
  166. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  167. this.labelEx3.ForeColor = System.Drawing.Color.White;
  168. this.labelEx3.Location = new System.Drawing.Point(0, 144);
  169. this.labelEx3.Name = "labelEx3";
  170. this.labelEx3.Size = new System.Drawing.Size(147, 17);
  171. this.labelEx3.TabIndex = 14;
  172. this.labelEx3.Text = "服务器默认端口号为:6100";
  173. //
  174. // btnClose
  175. //
  176. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  177. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  178. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  179. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  180. this.btnClose.ForeColor = System.Drawing.Color.White;
  181. this.btnClose.IsCustomBackImg = false;
  182. this.btnClose.IsShowText = true;
  183. this.btnClose.Location = new System.Drawing.Point(233, 51);
  184. this.btnClose.Name = "btnClose";
  185. this.btnClose.Size = new System.Drawing.Size(77, 28);
  186. this.btnClose.TabIndex = 7;
  187. this.btnClose.Text = "关 闭";
  188. this.btnClose.UseVisualStyleBackColor = false;
  189. //
  190. // frmLoginSettings
  191. //
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  193. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  194. this.ClientSize = new System.Drawing.Size(328, 161);
  195. this.Controls.Add(this.labelEx3);
  196. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  197. this.IsMaximized = false;
  198. this.IsUserControlsSize = false;
  199. this.MinimizeBox = false;
  200. this.Name = "frmLoginSettings";
  201. this.Text = "登录服务器设置";
  202. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  203. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  204. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  205. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  206. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  207. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  208. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  209. this.Controls.SetChildIndex(this.labelEx3, 0);
  210. this.plExMainContainer.ResumeLayout(false);
  211. this.plExMainContainer.PerformLayout();
  212. this.plFormMainContent.ResumeLayout(false);
  213. this.ResumeLayout(false);
  214. this.PerformLayout();
  215. }
  216. #endregion
  217. private ComponentLibrary.ButtonEx btnEnter;
  218. private ComponentLibrary.TextBoxEx txtHostPort;
  219. private ComponentLibrary.TextBoxEx txtHostName;
  220. private ComponentLibrary.LabelEx lbHostPort;
  221. private ComponentLibrary.LabelEx lbHostName;
  222. private ComponentLibrary.LabelEx labelEx3;
  223. private ComponentLibrary.ButtonEx btnClose;
  224. }
  225. }