TaskTEST.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace TestProject
  2. {
  3. partial class TaskTEST
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  38. this.groupBox1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Location = new System.Drawing.Point(42, 54);
  46. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(106, 24);
  49. this.label1.TabIndex = 0;
  50. this.label1.Text = "员工姓名";
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Location = new System.Drawing.Point(754, 116);
  56. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  57. this.label2.Name = "label2";
  58. this.label2.Size = new System.Drawing.Size(70, 24);
  59. this.label2.TabIndex = 1;
  60. this.label2.Text = "Data2";
  61. //
  62. // label3
  63. //
  64. this.label3.AutoSize = true;
  65. this.label3.Location = new System.Drawing.Point(642, 116);
  66. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  67. this.label3.Name = "label3";
  68. this.label3.Size = new System.Drawing.Size(106, 24);
  69. this.label3.TabIndex = 2;
  70. this.label3.Text = "员工编号";
  71. //
  72. // label4
  73. //
  74. this.label4.AutoSize = true;
  75. this.label4.Location = new System.Drawing.Point(986, 116);
  76. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  77. this.label4.Name = "label4";
  78. this.label4.Size = new System.Drawing.Size(70, 24);
  79. this.label4.TabIndex = 3;
  80. this.label4.Text = "Data3";
  81. //
  82. // label5
  83. //
  84. this.label5.AutoSize = true;
  85. this.label5.Location = new System.Drawing.Point(874, 116);
  86. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  87. this.label5.Name = "label5";
  88. this.label5.Size = new System.Drawing.Size(106, 24);
  89. this.label5.TabIndex = 4;
  90. this.label5.Text = "员工岗位";
  91. //
  92. // label6
  93. //
  94. this.label6.AutoSize = true;
  95. this.label6.Location = new System.Drawing.Point(154, 54);
  96. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  97. this.label6.Name = "label6";
  98. this.label6.Size = new System.Drawing.Size(70, 24);
  99. this.label6.TabIndex = 5;
  100. this.label6.Text = "Data1";
  101. //
  102. // button1
  103. //
  104. this.button1.Location = new System.Drawing.Point(192, 366);
  105. this.button1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  106. this.button1.Name = "button1";
  107. this.button1.Size = new System.Drawing.Size(150, 46);
  108. this.button1.TabIndex = 6;
  109. this.button1.Text = "获取值";
  110. this.button1.UseVisualStyleBackColor = true;
  111. this.button1.Click += new System.EventHandler(this.button1_Click);
  112. //
  113. // button2
  114. //
  115. this.button2.Location = new System.Drawing.Point(382, 366);
  116. this.button2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  117. this.button2.Name = "button2";
  118. this.button2.Size = new System.Drawing.Size(150, 46);
  119. this.button2.TabIndex = 7;
  120. this.button2.Text = "清除值";
  121. this.button2.UseVisualStyleBackColor = true;
  122. //
  123. // groupBox1
  124. //
  125. this.groupBox1.Controls.Add(this.label1);
  126. this.groupBox1.Controls.Add(this.label6);
  127. this.groupBox1.Location = new System.Drawing.Point(164, 62);
  128. this.groupBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  129. this.groupBox1.Name = "groupBox1";
  130. this.groupBox1.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
  131. this.groupBox1.Size = new System.Drawing.Size(400, 200);
  132. this.groupBox1.TabIndex = 9;
  133. this.groupBox1.TabStop = false;
  134. this.groupBox1.Text = "groupBox1";
  135. //
  136. // dataGridView1
  137. //
  138. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  139. this.dataGridView1.Location = new System.Drawing.Point(532, 158);
  140. this.dataGridView1.Name = "dataGridView1";
  141. this.dataGridView1.RowTemplate.Height = 37;
  142. this.dataGridView1.Size = new System.Drawing.Size(840, 558);
  143. this.dataGridView1.TabIndex = 10;
  144. //
  145. // TaskTEST
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  149. this.ClientSize = new System.Drawing.Size(1384, 752);
  150. this.Controls.Add(this.dataGridView1);
  151. this.Controls.Add(this.groupBox1);
  152. this.Controls.Add(this.button2);
  153. this.Controls.Add(this.button1);
  154. this.Controls.Add(this.label5);
  155. this.Controls.Add(this.label4);
  156. this.Controls.Add(this.label3);
  157. this.Controls.Add(this.label2);
  158. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  159. this.Name = "TaskTEST";
  160. this.Text = "Form3";
  161. this.Load += new System.EventHandler(this.TaskTEST_Load);
  162. this.groupBox1.ResumeLayout(false);
  163. this.groupBox1.PerformLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  165. this.ResumeLayout(false);
  166. this.PerformLayout();
  167. }
  168. #endregion
  169. private System.Windows.Forms.Label label1;
  170. private System.Windows.Forms.Label label2;
  171. private System.Windows.Forms.Label label3;
  172. private System.Windows.Forms.Label label4;
  173. private System.Windows.Forms.Label label5;
  174. private System.Windows.Forms.Label label6;
  175. private System.Windows.Forms.Button button1;
  176. private System.Windows.Forms.Button button2;
  177. private System.Windows.Forms.GroupBox groupBox1;
  178. private System.Windows.Forms.DataGridView dataGridView1;
  179. }
  180. }