|
- namespace migrate_data
- {
- 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.btn_FetchParts = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.txt_Success = new System.Windows.Forms.TextBox();
- this.txt_fail = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.btn_mspec = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btn_FetchParts
- //
- this.btn_FetchParts.Location = new System.Drawing.Point(12, 12);
- this.btn_FetchParts.Name = "btn_FetchParts";
- this.btn_FetchParts.Size = new System.Drawing.Size(304, 56);
- this.btn_FetchParts.TabIndex = 4;
- this.btn_FetchParts.Text = "Fetch Parts(Step 1)";
- this.btn_FetchParts.UseVisualStyleBackColor = true;
- this.btn_FetchParts.Click += new System.EventHandler(this.btn_FetchParts_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(12, 101);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(304, 56);
- this.button1.TabIndex = 5;
- this.button1.Text = "Fix g Numbs(Step 2)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // txt_Success
- //
- this.txt_Success.Location = new System.Drawing.Point(354, 54);
- this.txt_Success.Multiline = true;
- this.txt_Success.Name = "txt_Success";
- this.txt_Success.Size = new System.Drawing.Size(676, 813);
- this.txt_Success.TabIndex = 6;
- //
- // txt_fail
- //
- this.txt_fail.Location = new System.Drawing.Point(1072, 54);
- this.txt_fail.Multiline = true;
- this.txt_fail.Name = "txt_fail";
- this.txt_fail.Size = new System.Drawing.Size(676, 813);
- this.txt_fail.TabIndex = 7;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(566, 12);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(94, 25);
- this.label1.TabIndex = 8;
- this.label1.Text = "Success";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(1381, 12);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(78, 25);
- this.label2.TabIndex = 9;
- this.label2.Text = "Failure";
- //
- // btn_mspec
- //
- this.btn_mspec.Location = new System.Drawing.Point(12, 191);
- this.btn_mspec.Name = "btn_mspec";
- this.btn_mspec.Size = new System.Drawing.Size(304, 63);
- this.btn_mspec.TabIndex = 10;
- this.btn_mspec.Text = "Fix m Numbers(Step 3)";
- this.btn_mspec.UseVisualStyleBackColor = true;
- this.btn_mspec.Click += new System.EventHandler(this.btn_mspec_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(12, 287);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(304, 63);
- this.button2.TabIndex = 11;
- this.button2.Text = "Fix BOM(Step 4)";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(12, 373);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(304, 63);
- this.button3.TabIndex = 12;
- this.button3.Text = "Generate Postgres SQL file (Step 5)";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(12, 470);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(304, 55);
- this.button4.TabIndex = 13;
- this.button4.Text = "button4";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1797, 904);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.btn_mspec);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.txt_fail);
- this.Controls.Add(this.txt_Success);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.btn_FetchParts);
- this.Name = "Form1";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Button btn_FetchParts;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox txt_Success;
- private System.Windows.Forms.TextBox txt_fail;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btn_mspec;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- }
- }
-
|