tijian_jichuang/Code/SOH.LIS.Packing/Main.Designer.cs
2025-02-20 11:54:48 +08:00

124 lines
5.0 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace SOH.LIS.Packing
{
partial class Main
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txt_forderpath = new System.Windows.Forms.TextBox();
this.btn_xz = new System.Windows.Forms.Button();
this.btn_db = new System.Windows.Forms.Button();
this.fbd_lis = new System.Windows.Forms.FolderBrowserDialog();
this.sfd_db = new System.Windows.Forms.SaveFileDialog();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(132, 55);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(211, 21);
this.label1.TabIndex = 0;
this.label1.Text = "希望之星LIS打包程序";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 118);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(131, 12);
this.label2.TabIndex = 1;
this.label2.Text = "需要打包的LIS文件夹";
//
// txt_forderpath
//
this.txt_forderpath.Location = new System.Drawing.Point(162, 115);
this.txt_forderpath.Name = "txt_forderpath";
this.txt_forderpath.Size = new System.Drawing.Size(225, 21);
this.txt_forderpath.TabIndex = 2;
//
// btn_xz
//
this.btn_xz.Location = new System.Drawing.Point(395, 113);
this.btn_xz.Name = "btn_xz";
this.btn_xz.Size = new System.Drawing.Size(75, 23);
this.btn_xz.TabIndex = 3;
this.btn_xz.Text = "选择";
this.btn_xz.UseVisualStyleBackColor = true;
this.btn_xz.Click += new System.EventHandler(this.btn_xz_Click);
//
// btn_db
//
this.btn_db.Location = new System.Drawing.Point(205, 193);
this.btn_db.Name = "btn_db";
this.btn_db.Size = new System.Drawing.Size(75, 23);
this.btn_db.TabIndex = 4;
this.btn_db.Text = "打包";
this.btn_db.UseVisualStyleBackColor = true;
this.btn_db.Click += new System.EventHandler(this.btn_db_Click);
//
// sfd_db
//
this.sfd_db.Filter = "希望之星LIS打包文件|*.lis";
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(482, 247);
this.Controls.Add(this.btn_db);
this.Controls.Add(this.btn_xz);
this.Controls.Add(this.txt_forderpath);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Main";
this.Text = "希望之星LIS打包程序";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_forderpath;
private System.Windows.Forms.Button btn_xz;
private System.Windows.Forms.Button btn_db;
private System.Windows.Forms.FolderBrowserDialog fbd_lis;
private System.Windows.Forms.SaveFileDialog sfd_db;
}
}