Form1.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace WindowsFormsErrorProvider
  2. {
  3. partial class Form1
  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.components = new System.ComponentModel.Container();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
  39. this.errorProvider2 = new System.Windows.Forms.ErrorProvider(this.components);
  40. this.errorProvider3 = new System.Windows.Forms.ErrorProvider(this.components);
  41. this.groupBox1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.errorProvider3)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // groupBox1
  48. //
  49. this.groupBox1.Controls.Add(this.textBox3);
  50. this.groupBox1.Controls.Add(this.textBox2);
  51. this.groupBox1.Controls.Add(this.textBox1);
  52. this.groupBox1.Controls.Add(this.label3);
  53. this.groupBox1.Controls.Add(this.label2);
  54. this.groupBox1.Controls.Add(this.label1);
  55. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  56. this.groupBox1.Name = "groupBox1";
  57. this.groupBox1.Size = new System.Drawing.Size(403, 177);
  58. this.groupBox1.TabIndex = 0;
  59. this.groupBox1.TabStop = false;
  60. this.groupBox1.Text = "订单信息";
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Location = new System.Drawing.Point(13, 31);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(82, 15);
  68. this.label1.TabIndex = 0;
  69. this.label1.Text = "商品名称:";
  70. //
  71. // label2
  72. //
  73. this.label2.AutoSize = true;
  74. this.label2.Location = new System.Drawing.Point(13, 82);
  75. this.label2.Name = "label2";
  76. this.label2.Size = new System.Drawing.Size(82, 15);
  77. this.label2.TabIndex = 1;
  78. this.label2.Text = "订货数量:";
  79. //
  80. // label3
  81. //
  82. this.label3.AutoSize = true;
  83. this.label3.Location = new System.Drawing.Point(13, 136);
  84. this.label3.Name = "label3";
  85. this.label3.Size = new System.Drawing.Size(82, 15);
  86. this.label3.TabIndex = 2;
  87. this.label3.Text = "详细地址:";
  88. //
  89. // textBox1
  90. //
  91. this.textBox1.Location = new System.Drawing.Point(102, 26);
  92. this.textBox1.Name = "textBox1";
  93. this.textBox1.Size = new System.Drawing.Size(239, 25);
  94. this.textBox1.TabIndex = 3;
  95. this.textBox1.Validating += new System.ComponentModel.CancelEventHandler(this.textBox1_Validating);
  96. //
  97. // textBox2
  98. //
  99. this.textBox2.Location = new System.Drawing.Point(102, 77);
  100. this.textBox2.Name = "textBox2";
  101. this.textBox2.Size = new System.Drawing.Size(239, 25);
  102. this.textBox2.TabIndex = 4;
  103. this.textBox2.Validating += new System.ComponentModel.CancelEventHandler(this.textBox2_Validating);
  104. //
  105. // textBox3
  106. //
  107. this.textBox3.Location = new System.Drawing.Point(102, 131);
  108. this.textBox3.Name = "textBox3";
  109. this.textBox3.Size = new System.Drawing.Size(239, 25);
  110. this.textBox3.TabIndex = 5;
  111. this.textBox3.Validating += new System.ComponentModel.CancelEventHandler(this.textBox3_Validating);
  112. //
  113. // button1
  114. //
  115. this.button1.Location = new System.Drawing.Point(84, 203);
  116. this.button1.Name = "button1";
  117. this.button1.Size = new System.Drawing.Size(75, 30);
  118. this.button1.TabIndex = 1;
  119. this.button1.Text = "确定";
  120. this.button1.UseVisualStyleBackColor = true;
  121. this.button1.Click += new System.EventHandler(this.button1_Click);
  122. //
  123. // button2
  124. //
  125. this.button2.Location = new System.Drawing.Point(264, 203);
  126. this.button2.Name = "button2";
  127. this.button2.Size = new System.Drawing.Size(75, 30);
  128. this.button2.TabIndex = 2;
  129. this.button2.Text = "取消";
  130. this.button2.UseVisualStyleBackColor = true;
  131. this.button2.Click += new System.EventHandler(this.button2_Click);
  132. //
  133. // errorProvider1
  134. //
  135. this.errorProvider1.ContainerControl = this;
  136. //
  137. // errorProvider2
  138. //
  139. this.errorProvider2.ContainerControl = this;
  140. //
  141. // errorProvider3
  142. //
  143. this.errorProvider3.ContainerControl = this;
  144. //
  145. // Form1
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  149. this.ClientSize = new System.Drawing.Size(455, 247);
  150. this.Controls.Add(this.button2);
  151. this.Controls.Add(this.button1);
  152. this.Controls.Add(this.groupBox1);
  153. this.Name = "Form1";
  154. this.Text = "Form1";
  155. this.groupBox1.ResumeLayout(false);
  156. this.groupBox1.PerformLayout();
  157. ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).EndInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.errorProvider3)).EndInit();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private System.Windows.Forms.GroupBox groupBox1;
  164. private System.Windows.Forms.TextBox textBox1;
  165. private System.Windows.Forms.Label label3;
  166. private System.Windows.Forms.Label label2;
  167. private System.Windows.Forms.Label label1;
  168. private System.Windows.Forms.TextBox textBox3;
  169. private System.Windows.Forms.TextBox textBox2;
  170. private System.Windows.Forms.Button button1;
  171. private System.Windows.Forms.Button button2;
  172. private System.Windows.Forms.ErrorProvider errorProvider1;
  173. private System.Windows.Forms.ErrorProvider errorProvider2;
  174. private System.Windows.Forms.ErrorProvider errorProvider3;
  175. }
  176. }