login.Designer.cs 12 KB

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