register.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. namespace NewArchivesCenter
  2. {
  3. partial class register
  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. DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
  29. DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
  30. DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(register));
  32. simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  33. textEdit2 = new DevExpress.XtraEditors.TextEdit();
  34. labelControl4 = new DevExpress.XtraEditors.LabelControl();
  35. labelControl3 = new DevExpress.XtraEditors.LabelControl();
  36. labelControl1 = new DevExpress.XtraEditors.LabelControl();
  37. labelControl2 = new DevExpress.XtraEditors.LabelControl();
  38. pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  39. textEdit1 = new DevExpress.XtraEditors.TextEdit();
  40. simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  41. textEdit3 = new DevExpress.XtraEditors.TextEdit();
  42. labelControl5 = new DevExpress.XtraEditors.LabelControl();
  43. splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(WaitForm1), true, true);
  44. ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)pictureEdit1.Properties).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)textEdit3.Properties).BeginInit();
  48. SuspendLayout();
  49. //
  50. // simpleButton2
  51. //
  52. simpleButton2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  53. simpleButton2.Appearance.Options.UseFont = true;
  54. simpleButton2.ImageOptions.Image = Properties.Resources.Icon_0798;
  55. simpleButton2.Location = new System.Drawing.Point(337, 97);
  56. simpleButton2.Margin = new System.Windows.Forms.Padding(4);
  57. simpleButton2.Name = "simpleButton2";
  58. simpleButton2.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  59. simpleButton2.Size = new System.Drawing.Size(23, 21);
  60. toolTipTitleItem1.Text = "使用系统用户账户";
  61. toolTipItem1.Text = "使用系统用户账户名注册";
  62. superToolTip1.Items.Add(toolTipTitleItem1);
  63. superToolTip1.Items.Add(toolTipItem1);
  64. simpleButton2.SuperTip = superToolTip1;
  65. simpleButton2.TabIndex = 2;
  66. simpleButton2.Click += simpleButton2_Click;
  67. //
  68. // textEdit2
  69. //
  70. textEdit2.Location = new System.Drawing.Point(96, 130);
  71. textEdit2.Margin = new System.Windows.Forms.Padding(4);
  72. textEdit2.Name = "textEdit2";
  73. textEdit2.Properties.UseSystemPasswordChar = true;
  74. textEdit2.Size = new System.Drawing.Size(264, 26);
  75. textEdit2.TabIndex = 3;
  76. //
  77. // labelControl4
  78. //
  79. labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  80. labelControl4.Appearance.Options.UseFont = true;
  81. labelControl4.Location = new System.Drawing.Point(60, 131);
  82. labelControl4.Margin = new System.Windows.Forms.Padding(4);
  83. labelControl4.Name = "labelControl4";
  84. labelControl4.Size = new System.Drawing.Size(28, 20);
  85. labelControl4.TabIndex = 0;
  86. labelControl4.Text = "密码";
  87. //
  88. // labelControl3
  89. //
  90. labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  91. labelControl3.Appearance.Options.UseFont = true;
  92. labelControl3.Location = new System.Drawing.Point(46, 97);
  93. labelControl3.Margin = new System.Windows.Forms.Padding(4);
  94. labelControl3.Name = "labelControl3";
  95. labelControl3.Size = new System.Drawing.Size(42, 20);
  96. labelControl3.TabIndex = 0;
  97. labelControl3.Text = "用户名";
  98. //
  99. // labelControl1
  100. //
  101. labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  102. labelControl1.Appearance.Options.UseFont = true;
  103. labelControl1.Location = new System.Drawing.Point(96, 24);
  104. labelControl1.Margin = new System.Windows.Forms.Padding(4);
  105. labelControl1.Name = "labelControl1";
  106. labelControl1.Size = new System.Drawing.Size(84, 28);
  107. labelControl1.TabIndex = 0;
  108. labelControl1.Text = "日志中心";
  109. //
  110. // labelControl2
  111. //
  112. labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  113. labelControl2.Appearance.Options.UseFont = true;
  114. labelControl2.Location = new System.Drawing.Point(96, 46);
  115. labelControl2.Margin = new System.Windows.Forms.Padding(4);
  116. labelControl2.Name = "labelControl2";
  117. labelControl2.Size = new System.Drawing.Size(128, 42);
  118. labelControl2.TabIndex = 0;
  119. labelControl2.Text = "新建用户";
  120. //
  121. // pictureEdit1
  122. //
  123. pictureEdit1.EditValue = Properties.Resources.Icon_0105;
  124. pictureEdit1.Location = new System.Drawing.Point(24, 24);
  125. pictureEdit1.Margin = new System.Windows.Forms.Padding(4);
  126. pictureEdit1.Name = "pictureEdit1";
  127. pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  128. pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
  129. pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  130. pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  131. pictureEdit1.Size = new System.Drawing.Size(64, 64);
  132. pictureEdit1.TabIndex = 0;
  133. //
  134. // textEdit1
  135. //
  136. textEdit1.Location = new System.Drawing.Point(96, 96);
  137. textEdit1.Margin = new System.Windows.Forms.Padding(4);
  138. textEdit1.Name = "textEdit1";
  139. textEdit1.Size = new System.Drawing.Size(233, 26);
  140. textEdit1.TabIndex = 1;
  141. //
  142. // simpleButton1
  143. //
  144. simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  145. simpleButton1.Appearance.Options.UseFont = true;
  146. simpleButton1.Location = new System.Drawing.Point(285, 198);
  147. simpleButton1.Margin = new System.Windows.Forms.Padding(4);
  148. simpleButton1.Name = "simpleButton1";
  149. simpleButton1.Size = new System.Drawing.Size(75, 23);
  150. simpleButton1.TabIndex = 5;
  151. simpleButton1.Text = "新建用户";
  152. simpleButton1.Click += simpleButton1_Click;
  153. //
  154. // textEdit3
  155. //
  156. textEdit3.Location = new System.Drawing.Point(96, 164);
  157. textEdit3.Margin = new System.Windows.Forms.Padding(4);
  158. textEdit3.Name = "textEdit3";
  159. textEdit3.Properties.UseSystemPasswordChar = true;
  160. textEdit3.Size = new System.Drawing.Size(264, 26);
  161. textEdit3.TabIndex = 4;
  162. //
  163. // labelControl5
  164. //
  165. labelControl5.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  166. labelControl5.Appearance.Options.UseFont = true;
  167. labelControl5.Location = new System.Drawing.Point(32, 165);
  168. labelControl5.Margin = new System.Windows.Forms.Padding(4);
  169. labelControl5.Name = "labelControl5";
  170. labelControl5.Size = new System.Drawing.Size(56, 20);
  171. labelControl5.TabIndex = 0;
  172. labelControl5.Text = "确认密码";
  173. //
  174. // splashScreenManager1
  175. //
  176. splashScreenManager1.ClosingDelay = 500;
  177. //
  178. // register
  179. //
  180. Appearance.Options.UseFont = true;
  181. AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  182. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. ClientSize = new System.Drawing.Size(398, 246);
  184. Controls.Add(labelControl5);
  185. Controls.Add(textEdit3);
  186. Controls.Add(simpleButton2);
  187. Controls.Add(textEdit2);
  188. Controls.Add(labelControl4);
  189. Controls.Add(labelControl3);
  190. Controls.Add(labelControl1);
  191. Controls.Add(labelControl2);
  192. Controls.Add(pictureEdit1);
  193. Controls.Add(textEdit1);
  194. Controls.Add(simpleButton1);
  195. Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  196. FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  197. IconOptions.Icon = (System.Drawing.Icon)resources.GetObject("register.IconOptions.Icon");
  198. Margin = new System.Windows.Forms.Padding(4);
  199. MaximumSize = new System.Drawing.Size(400, 280);
  200. MinimumSize = new System.Drawing.Size(400, 280);
  201. Name = "register";
  202. StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  203. Text = "新建用户";
  204. FormClosing += register_FormClosing;
  205. ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)pictureEdit1.Properties).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit();
  208. ((System.ComponentModel.ISupportInitialize)textEdit3.Properties).EndInit();
  209. ResumeLayout(false);
  210. PerformLayout();
  211. }
  212. #endregion
  213. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  214. private DevExpress.XtraEditors.TextEdit textEdit2;
  215. private DevExpress.XtraEditors.LabelControl labelControl4;
  216. private DevExpress.XtraEditors.LabelControl labelControl3;
  217. private DevExpress.XtraEditors.LabelControl labelControl1;
  218. private DevExpress.XtraEditors.LabelControl labelControl2;
  219. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  220. private DevExpress.XtraEditors.TextEdit textEdit1;
  221. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  222. private DevExpress.XtraEditors.TextEdit textEdit3;
  223. private DevExpress.XtraEditors.LabelControl labelControl5;
  224. private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
  225. }
  226. }