Files
7-Dongan-Interface/SlMesDbIterface/Form_MoveSqlTable.Designer.cs
2026-05-29 13:57:08 +08:00

93 lines
4.0 KiB
C#

namespace SlMesDbIterface
{
partial class Form_MoveSqlTable
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_MoveSqlTable));
this.button1 = new System.Windows.Forms.Button();
this.richTextBoxLogBox = new System.Windows.Forms.RichTextBox();
this.button2_passstation = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(3, 29);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(141, 37);
this.button1.TabIndex = 0;
this.button1.Text = "模拟订单下达";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// richTextBoxLogBox
//
this.richTextBoxLogBox.Location = new System.Drawing.Point(150, 12);
this.richTextBoxLogBox.Name = "richTextBoxLogBox";
this.richTextBoxLogBox.Size = new System.Drawing.Size(518, 385);
this.richTextBoxLogBox.TabIndex = 2;
this.richTextBoxLogBox.Text = "";
//
// button2_passstation
//
this.button2_passstation.Location = new System.Drawing.Point(3, 90);
this.button2_passstation.Name = "button2_passstation";
this.button2_passstation.Size = new System.Drawing.Size(141, 37);
this.button2_passstation.TabIndex = 0;
this.button2_passstation.Text = "开始上传按钮";
this.button2_passstation.UseVisualStyleBackColor = true;
this.button2_passstation.Click += new System.EventHandler(this.button1_Click1111);
//
// Form_MoveSqlTable
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(680, 409);
this.Controls.Add(this.richTextBoxLogBox);
this.Controls.Add(this.button2_passstation);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.Name = "Form_MoveSqlTable";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "2023.04.09.1250";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_MoveSqlTable_FormClosing_1);
this.Load += new System.EventHandler(this.Form_MoveSqlTable_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox richTextBoxLogBox;
private System.Windows.Forms.Button button2_passstation;
}
}