您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

183 行
10 KiB

  1. using System.Data;
  2. namespace StuMgmClient
  3. {
  4. partial class StudentForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentForm));
  30. this.tlpIndex = new System.Windows.Forms.TableLayoutPanel();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnMission = new System.Windows.Forms.Button();
  33. this.btnFile = new System.Windows.Forms.Button();
  34. this.btnPersonalData = new System.Windows.Forms.Button();
  35. this.studentTree = new StuMgmClient.StudentTree();
  36. this.btnSwAccount = new System.Windows.Forms.Button();
  37. this.tlpIndex.SuspendLayout();
  38. this.tableLayoutPanel1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // tlpIndex
  42. //
  43. this.tlpIndex.ColumnCount = 2;
  44. this.tlpIndex.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  45. this.tlpIndex.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
  46. this.tlpIndex.Controls.Add(this.tableLayoutPanel1, 0, 0);
  47. this.tlpIndex.Controls.Add(this.studentTree, 1, 0);
  48. this.tlpIndex.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.tlpIndex.Location = new System.Drawing.Point(0, 0);
  50. this.tlpIndex.Name = "tlpIndex";
  51. this.tlpIndex.RowCount = 1;
  52. this.tlpIndex.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  53. this.tlpIndex.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 543F));
  54. this.tlpIndex.Size = new System.Drawing.Size(1030, 543);
  55. this.tlpIndex.TabIndex = 6;
  56. //
  57. // tableLayoutPanel1
  58. //
  59. this.tableLayoutPanel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel1.BackgroundImage")));
  60. this.tableLayoutPanel1.ColumnCount = 1;
  61. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  62. this.tableLayoutPanel1.Controls.Add(this.btnMission, 0, 0);
  63. this.tableLayoutPanel1.Controls.Add(this.btnFile, 0, 1);
  64. this.tableLayoutPanel1.Controls.Add(this.btnSwAccount, 0, 3);
  65. this.tableLayoutPanel1.Controls.Add(this.btnPersonalData, 0, 2);
  66. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  68. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  69. this.tableLayoutPanel1.RowCount = 5;
  70. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  71. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  72. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  73. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  74. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  75. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  76. this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 537);
  77. this.tableLayoutPanel1.TabIndex = 6;
  78. //
  79. // btnMission
  80. //
  81. this.btnMission.BackColor = System.Drawing.Color.Transparent;
  82. this.btnMission.Dock = System.Windows.Forms.DockStyle.Bottom;
  83. this.btnMission.FlatAppearance.BorderSize = 0;
  84. this.btnMission.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  85. this.btnMission.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  86. this.btnMission.FlatStyle = System.Windows.Forms.FlatStyle.System;
  87. this.btnMission.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.btnMission.ForeColor = System.Drawing.Color.Transparent;
  89. this.btnMission.Location = new System.Drawing.Point(3, 3);
  90. this.btnMission.Name = "btnMission";
  91. this.btnMission.Size = new System.Drawing.Size(194, 44);
  92. this.btnMission.TabIndex = 0;
  93. this.btnMission.Text = "我的任务";
  94. this.btnMission.UseVisualStyleBackColor = false;
  95. //
  96. // btnFile
  97. //
  98. this.btnFile.BackColor = System.Drawing.Color.Transparent;
  99. this.btnFile.Dock = System.Windows.Forms.DockStyle.Bottom;
  100. this.btnFile.FlatAppearance.BorderSize = 0;
  101. this.btnFile.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  102. this.btnFile.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  103. this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
  104. this.btnFile.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.btnFile.ForeColor = System.Drawing.Color.Transparent;
  106. this.btnFile.Location = new System.Drawing.Point(3, 53);
  107. this.btnFile.Name = "btnFile";
  108. this.btnFile.Size = new System.Drawing.Size(194, 48);
  109. this.btnFile.TabIndex = 2;
  110. this.btnFile.Text = "相关文档";
  111. this.btnFile.UseVisualStyleBackColor = false;
  112. //
  113. // btnPersonalData
  114. //
  115. this.btnPersonalData.BackColor = System.Drawing.Color.Transparent;
  116. this.btnPersonalData.Dock = System.Windows.Forms.DockStyle.Bottom;
  117. this.btnPersonalData.FlatAppearance.BorderSize = 0;
  118. this.btnPersonalData.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  119. this.btnPersonalData.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  120. this.btnPersonalData.FlatStyle = System.Windows.Forms.FlatStyle.System;
  121. this.btnPersonalData.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btnPersonalData.ForeColor = System.Drawing.Color.Transparent;
  123. this.btnPersonalData.Location = new System.Drawing.Point(3, 107);
  124. this.btnPersonalData.Name = "btnPersonalData";
  125. this.btnPersonalData.Size = new System.Drawing.Size(194, 48);
  126. this.btnPersonalData.TabIndex = 4;
  127. this.btnPersonalData.Text = "个人信息";
  128. this.btnPersonalData.UseVisualStyleBackColor = false;
  129. this.btnPersonalData.Click += new System.EventHandler(this.btnPersonalData_Click);
  130. //
  131. // studentTree
  132. //
  133. this.studentTree.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.studentTree.Location = new System.Drawing.Point(209, 3);
  135. this.studentTree.Name = "studentTree";
  136. this.studentTree.Size = new System.Drawing.Size(818, 537);
  137. this.studentTree.TabIndex = 1;
  138. //
  139. // btnSwAccount
  140. //
  141. this.btnSwAccount.BackColor = System.Drawing.Color.Transparent;
  142. this.btnSwAccount.Dock = System.Windows.Forms.DockStyle.Bottom;
  143. this.btnSwAccount.FlatAppearance.BorderSize = 0;
  144. this.btnSwAccount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  145. this.btnSwAccount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  146. this.btnSwAccount.FlatStyle = System.Windows.Forms.FlatStyle.System;
  147. this.btnSwAccount.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.btnSwAccount.ForeColor = System.Drawing.Color.Transparent;
  149. this.btnSwAccount.Location = new System.Drawing.Point(3, 161);
  150. this.btnSwAccount.Name = "btnSwAccount";
  151. this.btnSwAccount.Size = new System.Drawing.Size(194, 49);
  152. this.btnSwAccount.TabIndex = 3;
  153. this.btnSwAccount.Text = "切换账号";
  154. this.btnSwAccount.UseVisualStyleBackColor = false;
  155. //
  156. // StudentForm
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.ClientSize = new System.Drawing.Size(1030, 543);
  161. this.Controls.Add(this.tlpIndex);
  162. this.Name = "StudentForm";
  163. this.Text = "学员信息";
  164. this.tlpIndex.ResumeLayout(false);
  165. this.tableLayoutPanel1.ResumeLayout(false);
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. private System.Windows.Forms.TableLayoutPanel tlpIndex;
  170. private StudentTree studentTree;
  171. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  172. private System.Windows.Forms.Button btnMission;
  173. private System.Windows.Forms.Button btnFile;
  174. private System.Windows.Forms.Button btnPersonalData;
  175. private System.Windows.Forms.Button btnSwAccount;
  176. }
  177. }