frmUpdateClientName.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmUpdateClientName
  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(frmUpdateClientName));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.txtclientID = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.txtclientName = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.btnclose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.plExMainContainer.SuspendLayout();
  36. this.plFormMainContent.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plExMainContainer
  40. //
  41. this.plExMainContainer.Controls.Add(this.txtclientName);
  42. this.plExMainContainer.Controls.Add(this.txtclientID);
  43. this.plExMainContainer.Controls.Add(this.btnclose);
  44. this.plExMainContainer.Controls.Add(this.btnSave);
  45. this.plExMainContainer.Controls.Add(this.labelEx2);
  46. this.plExMainContainer.Controls.Add(this.labelEx1);
  47. this.plExMainContainer.Size = new System.Drawing.Size(300, 115);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(300, 115);
  52. //
  53. // btnAppFormMaximize
  54. //
  55. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  56. this.btnAppFormMaximize.Location = new System.Drawing.Point(241, 0);
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. this.btnAppFormExit.Location = new System.Drawing.Point(268, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. this.btnAppFormMinimize.Location = new System.Drawing.Point(241, 0);
  67. //
  68. // labelEx1
  69. //
  70. this.labelEx1.AutoSize = true;
  71. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  72. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  73. this.labelEx1.Location = new System.Drawing.Point(17, 17);
  74. this.labelEx1.Name = "labelEx1";
  75. this.labelEx1.Size = new System.Drawing.Size(69, 17);
  76. this.labelEx1.TabIndex = 0;
  77. this.labelEx1.Text = "客户端ID:";
  78. //
  79. // btnSave
  80. //
  81. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  82. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  83. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  84. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  85. this.btnSave.ForeColor = System.Drawing.Color.White;
  86. this.btnSave.IsCustomBackImg = false;
  87. this.btnSave.IsShowText = true;
  88. this.btnSave.Location = new System.Drawing.Point(94, 78);
  89. this.btnSave.Name = "btnSave";
  90. this.btnSave.Size = new System.Drawing.Size(85, 28);
  91. this.btnSave.TabIndex = 1;
  92. this.btnSave.Text = "保 存";
  93. this.btnSave.UseVisualStyleBackColor = false;
  94. //
  95. // txtclientID
  96. //
  97. this.txtclientID.BackColor = System.Drawing.Color.Transparent;
  98. this.txtclientID.Icon = null;
  99. this.txtclientID.IconIsButton = false;
  100. this.txtclientID.IsPasswordChat = '\0';
  101. this.txtclientID.IsSystemPasswordChar = false;
  102. this.txtclientID.Lines = new string[0];
  103. this.txtclientID.Location = new System.Drawing.Point(89, 12);
  104. this.txtclientID.Margin = new System.Windows.Forms.Padding(0);
  105. this.txtclientID.MaxLength = 32767;
  106. this.txtclientID.MinimumSize = new System.Drawing.Size(0, 26);
  107. this.txtclientID.MouseBack = null;
  108. this.txtclientID.Multiline = false;
  109. this.txtclientID.Name = "txtclientID";
  110. this.txtclientID.NormlBack = null;
  111. this.txtclientID.Padding = new System.Windows.Forms.Padding(5);
  112. this.txtclientID.ReadOnly = true;
  113. this.txtclientID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  114. this.txtclientID.Size = new System.Drawing.Size(196, 26);
  115. this.txtclientID.TabIndex = 2;
  116. this.txtclientID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  117. this.txtclientID.WaterColor = System.Drawing.Color.DarkGray;
  118. this.txtclientID.WaterText = "";
  119. this.txtclientID.WordWrap = true;
  120. //
  121. // labelEx2
  122. //
  123. this.labelEx2.AutoSize = true;
  124. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  125. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  126. this.labelEx2.Location = new System.Drawing.Point(6, 52);
  127. this.labelEx2.Name = "labelEx2";
  128. this.labelEx2.Size = new System.Drawing.Size(80, 17);
  129. this.labelEx2.TabIndex = 0;
  130. this.labelEx2.Text = "客户端名称:";
  131. //
  132. // txtclientName
  133. //
  134. this.txtclientName.BackColor = System.Drawing.Color.Transparent;
  135. this.txtclientName.Icon = null;
  136. this.txtclientName.IconIsButton = false;
  137. this.txtclientName.IsPasswordChat = '\0';
  138. this.txtclientName.IsSystemPasswordChar = false;
  139. this.txtclientName.Lines = new string[0];
  140. this.txtclientName.Location = new System.Drawing.Point(89, 47);
  141. this.txtclientName.Margin = new System.Windows.Forms.Padding(0);
  142. this.txtclientName.MaxLength = 32767;
  143. this.txtclientName.MinimumSize = new System.Drawing.Size(0, 26);
  144. this.txtclientName.MouseBack = null;
  145. this.txtclientName.Multiline = false;
  146. this.txtclientName.Name = "txtclientName";
  147. this.txtclientName.NormlBack = null;
  148. this.txtclientName.Padding = new System.Windows.Forms.Padding(5);
  149. this.txtclientName.ReadOnly = false;
  150. this.txtclientName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  151. this.txtclientName.Size = new System.Drawing.Size(196, 26);
  152. this.txtclientName.TabIndex = 2;
  153. this.txtclientName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  154. this.txtclientName.WaterColor = System.Drawing.Color.DarkGray;
  155. this.txtclientName.WaterText = "";
  156. this.txtclientName.WordWrap = true;
  157. //
  158. // btnclose
  159. //
  160. this.btnclose.BackColor = System.Drawing.Color.Transparent;
  161. this.btnclose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnclose.BackImg")));
  162. this.btnclose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  163. this.btnclose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  164. this.btnclose.ForeColor = System.Drawing.Color.White;
  165. this.btnclose.IsCustomBackImg = false;
  166. this.btnclose.IsShowText = true;
  167. this.btnclose.Location = new System.Drawing.Point(193, 78);
  168. this.btnclose.Name = "btnclose";
  169. this.btnclose.Size = new System.Drawing.Size(85, 28);
  170. this.btnclose.TabIndex = 1;
  171. this.btnclose.Text = "关 闭";
  172. this.btnclose.UseVisualStyleBackColor = false;
  173. //
  174. // frmUpdateClientName
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  178. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  179. this.ClientSize = new System.Drawing.Size(300, 180);
  180. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  181. this.IsUserControlsSize = false;
  182. this.MaximizeBox = false;
  183. this.MaximumSize = new System.Drawing.Size(300, 180);
  184. this.MinimizeBox = false;
  185. this.MinimumSize = new System.Drawing.Size(300, 180);
  186. this.Name = "frmUpdateClientName";
  187. this.Text = "注册客户端名称";
  188. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  189. this.plExMainContainer.ResumeLayout(false);
  190. this.plExMainContainer.PerformLayout();
  191. this.plFormMainContent.ResumeLayout(false);
  192. this.ResumeLayout(false);
  193. }
  194. #endregion
  195. public ComponentLibrary.TextBoxEx txtclientName;
  196. public ComponentLibrary.TextBoxEx txtclientID;
  197. public ComponentLibrary.ButtonEx btnclose;
  198. public ComponentLibrary.ButtonEx btnSave;
  199. private ComponentLibrary.LabelEx labelEx2;
  200. private ComponentLibrary.LabelEx labelEx1;
  201. }
  202. }