Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

153 рядки
8.4 KiB

  1. namespace StuMgmClient
  2. {
  3. partial class StudentNavigation
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentNavigation));
  29. this.btnPersonalData = new System.Windows.Forms.Button();
  30. this.btnSwAccount = new System.Windows.Forms.Button();
  31. this.btnFile = new System.Windows.Forms.Button();
  32. this.btnMission = new System.Windows.Forms.Button();
  33. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  34. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  35. this.tableLayoutPanel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // btnPersonalData
  39. //
  40. this.btnPersonalData.BackColor = System.Drawing.Color.Transparent;
  41. this.btnPersonalData.Dock = System.Windows.Forms.DockStyle.Bottom;
  42. this.btnPersonalData.FlatAppearance.BorderSize = 0;
  43. this.btnPersonalData.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  44. this.btnPersonalData.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  45. this.btnPersonalData.FlatStyle = System.Windows.Forms.FlatStyle.System;
  46. this.btnPersonalData.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.btnPersonalData.ForeColor = System.Drawing.Color.Transparent;
  48. this.btnPersonalData.Location = new System.Drawing.Point(3, 107);
  49. this.btnPersonalData.Name = "btnPersonalData";
  50. this.btnPersonalData.Size = new System.Drawing.Size(299, 48);
  51. this.btnPersonalData.TabIndex = 4;
  52. this.btnPersonalData.Text = "个人信息";
  53. this.btnPersonalData.UseVisualStyleBackColor = false;
  54. //
  55. // btnSwAccount
  56. //
  57. this.btnSwAccount.BackColor = System.Drawing.Color.Transparent;
  58. this.btnSwAccount.Dock = System.Windows.Forms.DockStyle.Bottom;
  59. this.btnSwAccount.FlatAppearance.BorderSize = 0;
  60. this.btnSwAccount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  61. this.btnSwAccount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  62. this.btnSwAccount.FlatStyle = System.Windows.Forms.FlatStyle.System;
  63. this.btnSwAccount.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.btnSwAccount.ForeColor = System.Drawing.Color.Transparent;
  65. this.btnSwAccount.Location = new System.Drawing.Point(3, 161);
  66. this.btnSwAccount.Name = "btnSwAccount";
  67. this.btnSwAccount.Size = new System.Drawing.Size(299, 49);
  68. this.btnSwAccount.TabIndex = 3;
  69. this.btnSwAccount.Text = "切换账号";
  70. this.btnSwAccount.UseVisualStyleBackColor = false;
  71. //
  72. // btnFile
  73. //
  74. this.btnFile.BackColor = System.Drawing.Color.Transparent;
  75. this.btnFile.Dock = System.Windows.Forms.DockStyle.Bottom;
  76. this.btnFile.FlatAppearance.BorderSize = 0;
  77. this.btnFile.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  78. this.btnFile.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  79. this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
  80. this.btnFile.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.btnFile.ForeColor = System.Drawing.Color.Transparent;
  82. this.btnFile.Location = new System.Drawing.Point(3, 53);
  83. this.btnFile.Name = "btnFile";
  84. this.btnFile.Size = new System.Drawing.Size(299, 48);
  85. this.btnFile.TabIndex = 2;
  86. this.btnFile.Text = "相关文档";
  87. this.btnFile.UseVisualStyleBackColor = false;
  88. //
  89. // btnMission
  90. //
  91. this.btnMission.BackColor = System.Drawing.Color.Transparent;
  92. this.btnMission.Dock = System.Windows.Forms.DockStyle.Bottom;
  93. this.btnMission.FlatAppearance.BorderSize = 0;
  94. this.btnMission.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  95. this.btnMission.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  96. this.btnMission.FlatStyle = System.Windows.Forms.FlatStyle.System;
  97. this.btnMission.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.btnMission.ForeColor = System.Drawing.Color.Transparent;
  99. this.btnMission.Location = new System.Drawing.Point(3, 3);
  100. this.btnMission.Name = "btnMission";
  101. this.btnMission.Size = new System.Drawing.Size(299, 44);
  102. this.btnMission.TabIndex = 0;
  103. this.btnMission.Text = "我的任务";
  104. this.btnMission.UseVisualStyleBackColor = false;
  105. //
  106. // tableLayoutPanel1
  107. //
  108. this.tableLayoutPanel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel1.BackgroundImage")));
  109. this.tableLayoutPanel1.ColumnCount = 1;
  110. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  111. this.tableLayoutPanel1.Controls.Add(this.btnMission, 0, 0);
  112. this.tableLayoutPanel1.Controls.Add(this.btnFile, 0, 1);
  113. this.tableLayoutPanel1.Controls.Add(this.btnSwAccount, 0, 3);
  114. this.tableLayoutPanel1.Controls.Add(this.btnPersonalData, 0, 2);
  115. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  117. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  118. this.tableLayoutPanel1.RowCount = 5;
  119. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  120. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  121. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  122. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  123. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  124. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  125. this.tableLayoutPanel1.Size = new System.Drawing.Size(305, 627);
  126. this.tableLayoutPanel1.TabIndex = 5;
  127. //
  128. // StudentNavigation
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.Controls.Add(this.tableLayoutPanel1);
  133. this.Name = "StudentNavigation";
  134. this.Size = new System.Drawing.Size(305, 627);
  135. this.tableLayoutPanel1.ResumeLayout(false);
  136. this.ResumeLayout(false);
  137. }
  138. #endregion
  139. private System.Windows.Forms.Button btnPersonalData;
  140. private System.Windows.Forms.Button btnSwAccount;
  141. private System.Windows.Forms.Button btnFile;
  142. private System.Windows.Forms.Button btnMission;
  143. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  144. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  145. }
  146. }