Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

89 rader
3.7 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. this.tlpIndex = new System.Windows.Forms.TableLayoutPanel();
  30. this.studentNavigation = new StuMgmClient.StudentNavigation();
  31. this.studentTree = new StuMgmClient.StudentTree();
  32. this.tlpIndex.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // tlpIndex
  36. //
  37. this.tlpIndex.ColumnCount = 2;
  38. this.tlpIndex.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  39. this.tlpIndex.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
  40. this.tlpIndex.Controls.Add(this.studentNavigation, 0, 0);
  41. this.tlpIndex.Controls.Add(this.studentTree, 1, 0);
  42. this.tlpIndex.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.tlpIndex.Location = new System.Drawing.Point(0, 0);
  44. this.tlpIndex.Name = "tlpIndex";
  45. this.tlpIndex.RowCount = 1;
  46. this.tlpIndex.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  47. this.tlpIndex.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 543F));
  48. this.tlpIndex.Size = new System.Drawing.Size(1030, 543);
  49. this.tlpIndex.TabIndex = 6;
  50. //
  51. // studentNavigation
  52. //
  53. this.studentNavigation.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.studentNavigation.Location = new System.Drawing.Point(3, 3);
  55. this.studentNavigation.Name = "studentNavigation";
  56. this.studentNavigation.Size = new System.Drawing.Size(200, 537);
  57. this.studentNavigation.TabIndex = 0;
  58. //
  59. // studentTree
  60. //
  61. this.studentTree.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.studentTree.Location = new System.Drawing.Point(209, 3);
  63. this.studentTree.Name = "studentTree";
  64. this.studentTree.Size = new System.Drawing.Size(818, 537);
  65. this.studentTree.TabIndex = 1;
  66. //
  67. // StudentForm
  68. //
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.ClientSize = new System.Drawing.Size(1030, 543);
  72. this.Controls.Add(this.tlpIndex);
  73. this.Name = "StudentForm";
  74. this.Text = "学员信息";
  75. this.tlpIndex.ResumeLayout(false);
  76. this.ResumeLayout(false);
  77. }
  78. #endregion
  79. private System.Windows.Forms.TableLayoutPanel tlpIndex;
  80. private StudentNavigation studentNavigation;
  81. private StudentTree studentTree;
  82. }
  83. }