namespace UAS_SOP
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.searchTextBox1 = new UAS_SOP.CustomControl.TextBoxWithIcon.SearchTextBox();
this.pr_code = new System.Windows.Forms.Label();
this.ChooseSop = new System.Windows.Forms.OpenFileDialog();
this.normalButton1 = new UAS_SOP.CustomControl.ButtonUtil.NormalButton();
this.FilePath = new UAS_SOP.CustomControl.TextBoxWithIcon.EnterTextBox();
this.label1 = new System.Windows.Forms.Label();
this.normalButton2 = new UAS_SOP.CustomControl.ButtonUtil.NormalButton();
this.SuspendLayout();
//
// searchTextBox1
//
this.searchTextBox1.AllPower = null;
this.searchTextBox1.Caller = null;
this.searchTextBox1.Condition = null;
this.searchTextBox1.DBTitle = null;
this.searchTextBox1.Font = new System.Drawing.Font("宋体", 12F);
this.searchTextBox1.FormName = null;
this.searchTextBox1.Location = new System.Drawing.Point(209, 70);
this.searchTextBox1.Name = "searchTextBox1";
this.searchTextBox1.Power = null;
this.searchTextBox1.ReturnData = null;
this.searchTextBox1.SelectField = null;
this.searchTextBox1.SetValueField = null;
this.searchTextBox1.Size = new System.Drawing.Size(375, 51);
this.searchTextBox1.TabIndex = 0;
this.searchTextBox1.TableName = null;
this.searchTextBox1.TextBoxEnable = false;
//
// pr_code
//
this.pr_code.AutoSize = true;
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
this.pr_code.Location = new System.Drawing.Point(48, 70);
this.pr_code.Name = "pr_code";
this.pr_code.Size = new System.Drawing.Size(146, 41);
this.pr_code.TabIndex = 1;
this.pr_code.Text = "产品编号";
//
// ChooseSop
//
this.ChooseSop.FileName = "ChooseSop";
//
// normalButton1
//
this.normalButton1.AllPower = null;
this.normalButton1.BackColor = System.Drawing.Color.Transparent;
this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
this.normalButton1.Image = null;
this.normalButton1.IsShowBorder = true;
this.normalButton1.Location = new System.Drawing.Point(632, 265);
this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
this.normalButton1.Name = "normalButton1";
this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
this.normalButton1.Power = null;
this.normalButton1.Size = new System.Drawing.Size(136, 41);
this.normalButton1.TabIndex = 2;
this.normalButton1.Text = "选择文件";
this.normalButton1.UseVisualStyleBackColor = false;
this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
//
// FilePath
//
this.FilePath.AllPower = null;
this.FilePath.BackColor = System.Drawing.Color.White;
this.FilePath.ID = null;
this.FilePath.Location = new System.Drawing.Point(209, 267);
this.FilePath.Name = "FilePath";
this.FilePath.Power = null;
this.FilePath.Size = new System.Drawing.Size(375, 35);
this.FilePath.Str = null;
this.FilePath.Str1 = null;
this.FilePath.Str2 = null;
this.FilePath.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label1.Location = new System.Drawing.Point(48, 261);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(146, 41);
this.label1.TabIndex = 4;
this.label1.Text = "SOP文件";
//
// normalButton2
//
this.normalButton2.AllPower = null;
this.normalButton2.BackColor = System.Drawing.Color.Transparent;
this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
this.normalButton2.Image = null;
this.normalButton2.IsShowBorder = true;
this.normalButton2.Location = new System.Drawing.Point(774, 265);
this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
this.normalButton2.Name = "normalButton2";
this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
this.normalButton2.Power = null;
this.normalButton2.Size = new System.Drawing.Size(136, 41);
this.normalButton2.TabIndex = 5;
this.normalButton2.Text = "上传文件";
this.normalButton2.UseVisualStyleBackColor = false;
this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1892, 1200);
this.Controls.Add(this.normalButton2);
this.Controls.Add(this.label1);
this.Controls.Add(this.FilePath);
this.Controls.Add(this.normalButton1);
this.Controls.Add(this.pr_code);
this.Controls.Add(this.searchTextBox1);
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SOP管理";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox1;
private System.Windows.Forms.Label pr_code;
private System.Windows.Forms.OpenFileDialog ChooseSop;
private CustomControl.ButtonUtil.NormalButton normalButton1;
private CustomControl.TextBoxWithIcon.EnterTextBox FilePath;
private System.Windows.Forms.Label label1;
private CustomControl.ButtonUtil.NormalButton normalButton2;
}
}