123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- namespace WindowsFormsErrorProvider
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
- this.errorProvider2 = new System.Windows.Forms.ErrorProvider(this.components);
- this.errorProvider3 = new System.Windows.Forms.ErrorProvider(this.components);
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider3)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.textBox3);
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(403, 177);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "订单信息";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(13, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 15);
- this.label1.TabIndex = 0;
- this.label1.Text = "商品名称:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(13, 82);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(82, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "订货数量:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(13, 136);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(82, 15);
- this.label3.TabIndex = 2;
- this.label3.Text = "详细地址:";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(102, 26);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(239, 25);
- this.textBox1.TabIndex = 3;
- this.textBox1.Validating += new System.ComponentModel.CancelEventHandler(this.textBox1_Validating);
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(102, 77);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(239, 25);
- this.textBox2.TabIndex = 4;
- this.textBox2.Validating += new System.ComponentModel.CancelEventHandler(this.textBox2_Validating);
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(102, 131);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(239, 25);
- this.textBox3.TabIndex = 5;
- this.textBox3.Validating += new System.ComponentModel.CancelEventHandler(this.textBox3_Validating);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(84, 203);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 30);
- this.button1.TabIndex = 1;
- this.button1.Text = "确定";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(264, 203);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 30);
- this.button2.TabIndex = 2;
- this.button2.Text = "取消";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // errorProvider1
- //
- this.errorProvider1.ContainerControl = this;
- //
- // errorProvider2
- //
- this.errorProvider2.ContainerControl = this;
- //
- // errorProvider3
- //
- this.errorProvider3.ContainerControl = this;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(455, 247);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.groupBox1);
- this.Name = "Form1";
- this.Text = "Form1";
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.ErrorProvider errorProvider1;
- private System.Windows.Forms.ErrorProvider errorProvider2;
- private System.Windows.Forms.ErrorProvider errorProvider3;
- }
- }
|