You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

307 lines
17 KiB

  1. namespace StuMgmClient
  2. {
  3. partial class AdminForm
  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(AdminForm));
  29. this.panHead = new System.Windows.Forms.Panel();
  30. this.btnRefresh = new System.Windows.Forms.Button();
  31. this.btnBack = new System.Windows.Forms.Button();
  32. this.bntNext = new System.Windows.Forms.Button();
  33. this.btnClose = new System.Windows.Forms.Button();
  34. this.btnIndex = new System.Windows.Forms.Button();
  35. this.lblHeadTwo = new System.Windows.Forms.Label();
  36. this.picHead = new System.Windows.Forms.PictureBox();
  37. this.lblHead = new System.Windows.Forms.Label();
  38. this.panMyMission = new System.Windows.Forms.Panel();
  39. this.btnMission = new System.Windows.Forms.Button();
  40. this.btnFile = new System.Windows.Forms.Button();
  41. this.btnSwAccount = new System.Windows.Forms.Button();
  42. this.btnPersonalData = new System.Windows.Forms.Button();
  43. this.panLeft = new System.Windows.Forms.Panel();
  44. this.panHead.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.picHead)).BeginInit();
  46. this.panLeft.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // panHead
  50. //
  51. this.panHead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panHead.BackgroundImage")));
  52. this.panHead.Controls.Add(this.btnRefresh);
  53. this.panHead.Controls.Add(this.btnBack);
  54. this.panHead.Controls.Add(this.bntNext);
  55. this.panHead.Controls.Add(this.btnClose);
  56. this.panHead.Controls.Add(this.btnIndex);
  57. this.panHead.Controls.Add(this.lblHeadTwo);
  58. this.panHead.Controls.Add(this.picHead);
  59. this.panHead.Controls.Add(this.lblHead);
  60. this.panHead.Location = new System.Drawing.Point(4, 6);
  61. this.panHead.Name = "panHead";
  62. this.panHead.Size = new System.Drawing.Size(1002, 89);
  63. this.panHead.TabIndex = 6;
  64. //
  65. // btnRefresh
  66. //
  67. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  68. this.btnRefresh.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.BackgroundImage")));
  69. this.btnRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  70. this.btnRefresh.FlatAppearance.BorderSize = 0;
  71. this.btnRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  72. this.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  73. this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  74. this.btnRefresh.ForeColor = System.Drawing.Color.Transparent;
  75. this.btnRefresh.Location = new System.Drawing.Point(743, 31);
  76. this.btnRefresh.Name = "btnRefresh";
  77. this.btnRefresh.Size = new System.Drawing.Size(40, 40);
  78. this.btnRefresh.TabIndex = 7;
  79. this.btnRefresh.UseVisualStyleBackColor = false;
  80. //
  81. // btnBack
  82. //
  83. this.btnBack.BackColor = System.Drawing.Color.Transparent;
  84. this.btnBack.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBack.BackgroundImage")));
  85. this.btnBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  86. this.btnBack.FlatAppearance.BorderSize = 0;
  87. this.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  88. this.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  89. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  90. this.btnBack.ForeColor = System.Drawing.Color.Transparent;
  91. this.btnBack.Location = new System.Drawing.Point(808, 31);
  92. this.btnBack.Name = "btnBack";
  93. this.btnBack.Size = new System.Drawing.Size(40, 40);
  94. this.btnBack.TabIndex = 6;
  95. this.btnBack.UseVisualStyleBackColor = false;
  96. //
  97. // bntNext
  98. //
  99. this.bntNext.BackColor = System.Drawing.Color.Transparent;
  100. this.bntNext.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bntNext.BackgroundImage")));
  101. this.bntNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  102. this.bntNext.FlatAppearance.BorderSize = 0;
  103. this.bntNext.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  104. this.bntNext.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  105. this.bntNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  106. this.bntNext.ForeColor = System.Drawing.Color.Transparent;
  107. this.bntNext.Location = new System.Drawing.Point(874, 31);
  108. this.bntNext.Name = "bntNext";
  109. this.bntNext.Size = new System.Drawing.Size(40, 40);
  110. this.bntNext.TabIndex = 5;
  111. this.bntNext.UseVisualStyleBackColor = false;
  112. //
  113. // btnClose
  114. //
  115. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  116. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  117. this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  118. this.btnClose.FlatAppearance.BorderSize = 0;
  119. this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  120. this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  121. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  122. this.btnClose.ForeColor = System.Drawing.Color.Transparent;
  123. this.btnClose.Location = new System.Drawing.Point(937, 31);
  124. this.btnClose.Name = "btnClose";
  125. this.btnClose.Size = new System.Drawing.Size(40, 40);
  126. this.btnClose.TabIndex = 4;
  127. this.btnClose.UseVisualStyleBackColor = false;
  128. //
  129. // btnIndex
  130. //
  131. this.btnIndex.BackColor = System.Drawing.Color.Transparent;
  132. this.btnIndex.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnIndex.BackgroundImage")));
  133. this.btnIndex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  134. this.btnIndex.FlatAppearance.BorderSize = 0;
  135. this.btnIndex.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  136. this.btnIndex.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  137. this.btnIndex.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  138. this.btnIndex.ForeColor = System.Drawing.Color.Transparent;
  139. this.btnIndex.Location = new System.Drawing.Point(672, 31);
  140. this.btnIndex.Name = "btnIndex";
  141. this.btnIndex.Size = new System.Drawing.Size(40, 40);
  142. this.btnIndex.TabIndex = 3;
  143. this.btnIndex.UseVisualStyleBackColor = false;
  144. //
  145. // lblHeadTwo
  146. //
  147. this.lblHeadTwo.AutoSize = true;
  148. this.lblHeadTwo.BackColor = System.Drawing.Color.Transparent;
  149. this.lblHeadTwo.Font = new System.Drawing.Font("华文琥珀", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.lblHeadTwo.ForeColor = System.Drawing.Color.DodgerBlue;
  151. this.lblHeadTwo.Location = new System.Drawing.Point(106, 62);
  152. this.lblHeadTwo.Name = "lblHeadTwo";
  153. this.lblHeadTwo.Size = new System.Drawing.Size(132, 25);
  154. this.lblHeadTwo.TabIndex = 2;
  155. this.lblHeadTwo.Text = "管理员平台";
  156. //
  157. // picHead
  158. //
  159. this.picHead.Anchor = System.Windows.Forms.AnchorStyles.None;
  160. this.picHead.BackColor = System.Drawing.Color.Transparent;
  161. this.picHead.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  162. this.picHead.Image = ((System.Drawing.Image)(resources.GetObject("picHead.Image")));
  163. this.picHead.Location = new System.Drawing.Point(15, 24);
  164. this.picHead.Name = "picHead";
  165. this.picHead.Size = new System.Drawing.Size(65, 57);
  166. this.picHead.TabIndex = 1;
  167. this.picHead.TabStop = false;
  168. //
  169. // lblHead
  170. //
  171. this.lblHead.AutoSize = true;
  172. this.lblHead.BackColor = System.Drawing.Color.Transparent;
  173. this.lblHead.Font = new System.Drawing.Font("华文琥珀", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.lblHead.ForeColor = System.Drawing.Color.DodgerBlue;
  175. this.lblHead.Location = new System.Drawing.Point(86, 28);
  176. this.lblHead.Name = "lblHead";
  177. this.lblHead.Size = new System.Drawing.Size(155, 31);
  178. this.lblHead.TabIndex = 0;
  179. this.lblHead.Text = "信 捷 电 气";
  180. //
  181. // panMyMission
  182. //
  183. this.panMyMission.BackColor = System.Drawing.Color.Transparent;
  184. this.panMyMission.Location = new System.Drawing.Point(212, 101);
  185. this.panMyMission.Name = "panMyMission";
  186. this.panMyMission.Size = new System.Drawing.Size(791, 531);
  187. this.panMyMission.TabIndex = 8;
  188. //
  189. // btnMission
  190. //
  191. this.btnMission.BackColor = System.Drawing.Color.Transparent;
  192. this.btnMission.FlatAppearance.BorderSize = 0;
  193. this.btnMission.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  194. this.btnMission.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  195. this.btnMission.FlatStyle = System.Windows.Forms.FlatStyle.System;
  196. this.btnMission.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.btnMission.ForeColor = System.Drawing.Color.Transparent;
  198. this.btnMission.Location = new System.Drawing.Point(3, 8);
  199. this.btnMission.Name = "btnMission";
  200. this.btnMission.Size = new System.Drawing.Size(194, 45);
  201. this.btnMission.TabIndex = 0;
  202. this.btnMission.Text = "用户管理";
  203. this.btnMission.UseVisualStyleBackColor = false;
  204. //
  205. // btnFile
  206. //
  207. this.btnFile.BackColor = System.Drawing.Color.Transparent;
  208. this.btnFile.FlatAppearance.BorderSize = 0;
  209. this.btnFile.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  210. this.btnFile.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  211. this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
  212. this.btnFile.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.btnFile.ForeColor = System.Drawing.Color.Transparent;
  214. this.btnFile.Location = new System.Drawing.Point(3, 58);
  215. this.btnFile.Name = "btnFile";
  216. this.btnFile.Size = new System.Drawing.Size(194, 48);
  217. this.btnFile.TabIndex = 2;
  218. this.btnFile.Text = "添加用户";
  219. this.btnFile.UseVisualStyleBackColor = false;
  220. //
  221. // btnSwAccount
  222. //
  223. this.btnSwAccount.BackColor = System.Drawing.Color.Transparent;
  224. this.btnSwAccount.FlatAppearance.BorderSize = 0;
  225. this.btnSwAccount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  226. this.btnSwAccount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  227. this.btnSwAccount.FlatStyle = System.Windows.Forms.FlatStyle.System;
  228. this.btnSwAccount.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.btnSwAccount.ForeColor = System.Drawing.Color.Transparent;
  230. this.btnSwAccount.Location = new System.Drawing.Point(3, 166);
  231. this.btnSwAccount.Name = "btnSwAccount";
  232. this.btnSwAccount.Size = new System.Drawing.Size(194, 48);
  233. this.btnSwAccount.TabIndex = 3;
  234. this.btnSwAccount.Text = "切换账号";
  235. this.btnSwAccount.UseVisualStyleBackColor = false;
  236. //
  237. // btnPersonalData
  238. //
  239. this.btnPersonalData.BackColor = System.Drawing.Color.Transparent;
  240. this.btnPersonalData.FlatAppearance.BorderSize = 0;
  241. this.btnPersonalData.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  242. this.btnPersonalData.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  243. this.btnPersonalData.FlatStyle = System.Windows.Forms.FlatStyle.System;
  244. this.btnPersonalData.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.btnPersonalData.ForeColor = System.Drawing.Color.Transparent;
  246. this.btnPersonalData.Location = new System.Drawing.Point(3, 112);
  247. this.btnPersonalData.Name = "btnPersonalData";
  248. this.btnPersonalData.Size = new System.Drawing.Size(194, 48);
  249. this.btnPersonalData.TabIndex = 4;
  250. this.btnPersonalData.Text = "个人信息";
  251. this.btnPersonalData.UseVisualStyleBackColor = false;
  252. //
  253. // panLeft
  254. //
  255. this.panLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panLeft.BackgroundImage")));
  256. this.panLeft.Controls.Add(this.btnPersonalData);
  257. this.panLeft.Controls.Add(this.btnSwAccount);
  258. this.panLeft.Controls.Add(this.btnFile);
  259. this.panLeft.Controls.Add(this.btnMission);
  260. this.panLeft.Location = new System.Drawing.Point(4, 101);
  261. this.panLeft.Name = "panLeft";
  262. this.panLeft.Size = new System.Drawing.Size(202, 531);
  263. this.panLeft.TabIndex = 7;
  264. //
  265. // AdminForm
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.ClientSize = new System.Drawing.Size(1010, 639);
  270. this.Controls.Add(this.panHead);
  271. this.Controls.Add(this.panLeft);
  272. this.Controls.Add(this.panMyMission);
  273. this.DoubleBuffered = true;
  274. this.Name = "AdminForm";
  275. this.Text = " ";
  276. this.Load += new System.EventHandler(this.AdminForm_Load);
  277. this.panHead.ResumeLayout(false);
  278. this.panHead.PerformLayout();
  279. ((System.ComponentModel.ISupportInitialize)(this.picHead)).EndInit();
  280. this.panLeft.ResumeLayout(false);
  281. this.ResumeLayout(false);
  282. }
  283. #endregion
  284. private System.Windows.Forms.Panel panHead;
  285. private System.Windows.Forms.Button btnRefresh;
  286. private System.Windows.Forms.Button btnBack;
  287. private System.Windows.Forms.Button bntNext;
  288. private System.Windows.Forms.Button btnClose;
  289. private System.Windows.Forms.Button btnIndex;
  290. private System.Windows.Forms.Label lblHeadTwo;
  291. private System.Windows.Forms.PictureBox picHead;
  292. private System.Windows.Forms.Label lblHead;
  293. private System.Windows.Forms.Panel panMyMission;
  294. private System.Windows.Forms.Button btnMission;
  295. private System.Windows.Forms.Button btnFile;
  296. private System.Windows.Forms.Button btnSwAccount;
  297. private System.Windows.Forms.Button btnPersonalData;
  298. private System.Windows.Forms.Panel panLeft;
  299. }
  300. }