Form1.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace TestForms
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.textBox3 = new System.Windows.Forms.TextBox();
  31. this.textBox4 = new System.Windows.Forms.TextBox();
  32. this.textBox5 = new System.Windows.Forms.TextBox();
  33. this.textBox6 = new System.Windows.Forms.TextBox();
  34. this.listView1 = new System.Windows.Forms.ListView();
  35. this.SuspendLayout();
  36. //
  37. // textBox1
  38. //
  39. this.textBox1.Location = new System.Drawing.Point(171, 116);
  40. this.textBox1.Name = "textBox1";
  41. this.textBox1.Size = new System.Drawing.Size(100, 21);
  42. this.textBox1.TabIndex = 0;
  43. //
  44. // textBox2
  45. //
  46. this.textBox2.Location = new System.Drawing.Point(171, 143);
  47. this.textBox2.Name = "textBox2";
  48. this.textBox2.Size = new System.Drawing.Size(100, 21);
  49. this.textBox2.TabIndex = 1;
  50. //
  51. // textBox3
  52. //
  53. this.textBox3.Location = new System.Drawing.Point(277, 143);
  54. this.textBox3.Name = "textBox3";
  55. this.textBox3.Size = new System.Drawing.Size(100, 21);
  56. this.textBox3.TabIndex = 2;
  57. //
  58. // textBox4
  59. //
  60. this.textBox4.Location = new System.Drawing.Point(383, 143);
  61. this.textBox4.Name = "textBox4";
  62. this.textBox4.Size = new System.Drawing.Size(100, 21);
  63. this.textBox4.TabIndex = 3;
  64. //
  65. // textBox5
  66. //
  67. this.textBox5.Location = new System.Drawing.Point(383, 116);
  68. this.textBox5.Name = "textBox5";
  69. this.textBox5.Size = new System.Drawing.Size(100, 21);
  70. this.textBox5.TabIndex = 4;
  71. //
  72. // textBox6
  73. //
  74. this.textBox6.Location = new System.Drawing.Point(277, 116);
  75. this.textBox6.Name = "textBox6";
  76. this.textBox6.Size = new System.Drawing.Size(100, 21);
  77. this.textBox6.TabIndex = 5;
  78. //
  79. // listView1
  80. //
  81. this.listView1.Location = new System.Drawing.Point(211, 214);
  82. this.listView1.Name = "listView1";
  83. this.listView1.Size = new System.Drawing.Size(434, 459);
  84. this.listView1.TabIndex = 6;
  85. this.listView1.UseCompatibleStateImageBehavior = false;
  86. //
  87. // Form1
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.ClientSize = new System.Drawing.Size(819, 744);
  92. this.Controls.Add(this.listView1);
  93. this.Controls.Add(this.textBox6);
  94. this.Controls.Add(this.textBox5);
  95. this.Controls.Add(this.textBox4);
  96. this.Controls.Add(this.textBox3);
  97. this.Controls.Add(this.textBox2);
  98. this.Controls.Add(this.textBox1);
  99. this.Name = "Form1";
  100. this.Text = "Form1";
  101. this.ResumeLayout(false);
  102. this.PerformLayout();
  103. }
  104. #endregion
  105. private System.Windows.Forms.TextBox textBox1;
  106. private System.Windows.Forms.TextBox textBox2;
  107. private System.Windows.Forms.TextBox textBox3;
  108. private System.Windows.Forms.TextBox textBox4;
  109. private System.Windows.Forms.TextBox textBox5;
  110. private System.Windows.Forms.TextBox textBox6;
  111. private System.Windows.Forms.ListView listView1;
  112. }
  113. }