namespace FileWatcher { partial class SOP { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.ChoosePath = new System.Windows.Forms.OpenFileDialog(); this.label1 = new System.Windows.Forms.Label(); this.FilePath = new System.Windows.Forms.TextBox(); this.ChooseFile = new System.Windows.Forms.Button(); this.UploadSOP = new System.Windows.Forms.Button(); this.pr_code = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.OperatResult = new System.Windows.Forms.RichTextBox(); this.SendSop = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.pr_detail = new System.Windows.Forms.Label(); this.JPG = new System.Windows.Forms.RadioButton(); this.pr_spec = new System.Windows.Forms.RichTextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(-43, -88); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(100, 96); this.richTextBox1.TabIndex = 5; this.richTextBox1.Text = ""; // // ChoosePath // this.ChoosePath.FileName = "ChoosePath"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F); this.label1.Location = new System.Drawing.Point(19, 448); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(146, 41); this.label1.TabIndex = 6; this.label1.Text = "SOP文件"; // // FilePath // this.FilePath.Enabled = false; this.FilePath.Location = new System.Drawing.Point(218, 453); this.FilePath.Name = "FilePath"; this.FilePath.Size = new System.Drawing.Size(582, 35); this.FilePath.TabIndex = 7; // // ChooseFile // this.ChooseFile.Location = new System.Drawing.Point(218, 666); this.ChooseFile.Name = "ChooseFile"; this.ChooseFile.Size = new System.Drawing.Size(160, 42); this.ChooseFile.TabIndex = 8; this.ChooseFile.Text = "选择文件"; this.ChooseFile.UseVisualStyleBackColor = true; this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click); // // UploadSOP // this.UploadSOP.Location = new System.Drawing.Point(424, 666); this.UploadSOP.Name = "UploadSOP"; this.UploadSOP.Size = new System.Drawing.Size(160, 42); this.UploadSOP.TabIndex = 9; this.UploadSOP.Text = "上传文件"; this.UploadSOP.UseVisualStyleBackColor = true; this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click); // // pr_code // this.pr_code.Location = new System.Drawing.Point(218, 152); this.pr_code.Name = "pr_code"; this.pr_code.Size = new System.Drawing.Size(582, 35); this.pr_code.TabIndex = 11; this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown); this.pr_code.Leave += new System.EventHandler(this.pr_code_Leave); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F); this.label2.Location = new System.Drawing.Point(19, 147); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(146, 41); this.label2.TabIndex = 10; this.label2.Text = "产品编号"; // // OperatResult // this.OperatResult.Location = new System.Drawing.Point(823, 32); this.OperatResult.Name = "OperatResult"; this.OperatResult.Size = new System.Drawing.Size(1110, 874); this.OperatResult.TabIndex = 12; this.OperatResult.Text = ""; this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged); // // SendSop // this.SendSop.Location = new System.Drawing.Point(640, 666); this.SendSop.Name = "SendSop"; this.SendSop.Size = new System.Drawing.Size(160, 42); this.SendSop.TabIndex = 13; this.SendSop.Text = "广播SOP"; this.SendSop.UseVisualStyleBackColor = true; this.SendSop.Click += new System.EventHandler(this.SendSop_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F); this.label3.Location = new System.Drawing.Point(19, 240); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(146, 41); this.label3.TabIndex = 14; this.label3.Text = "产品名称"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F); this.label4.Location = new System.Drawing.Point(19, 333); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(146, 41); this.label4.TabIndex = 15; this.label4.Text = "产品规格"; // // pr_detail // this.pr_detail.AutoSize = true; this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F); this.pr_detail.Location = new System.Drawing.Point(211, 240); this.pr_detail.Name = "pr_detail"; this.pr_detail.Size = new System.Drawing.Size(0, 41); this.pr_detail.TabIndex = 16; // // JPG // this.JPG.AutoSize = true; this.JPG.Checked = true; this.JPG.Location = new System.Drawing.Point(251, 534); this.JPG.Name = "JPG"; this.JPG.Size = new System.Drawing.Size(89, 28); this.JPG.TabIndex = 18; this.JPG.TabStop = true; this.JPG.Text = "图片"; this.JPG.UseVisualStyleBackColor = true; // // pr_spec // this.pr_spec.Enabled = false; this.pr_spec.Location = new System.Drawing.Point(218, 341); this.pr_spec.Name = "pr_spec"; this.pr_spec.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.pr_spec.Size = new System.Drawing.Size(580, 94); this.pr_spec.TabIndex = 19; this.pr_spec.Text = ""; // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(218, 585); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(582, 35); this.textBox1.TabIndex = 21; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F); this.label5.Location = new System.Drawing.Point(19, 580); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(82, 41); this.label5.TabIndex = 20; this.label5.Text = "线别"; // // SOP // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1945, 934); this.Controls.Add(this.textBox1); this.Controls.Add(this.label5); this.Controls.Add(this.pr_spec); this.Controls.Add(this.JPG); this.Controls.Add(this.pr_detail); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.SendSop); this.Controls.Add(this.OperatResult); this.Controls.Add(this.pr_code); this.Controls.Add(this.label2); this.Controls.Add(this.UploadSOP); this.Controls.Add(this.ChooseFile); this.Controls.Add(this.FilePath); this.Controls.Add(this.label1); this.Controls.Add(this.richTextBox1); this.MaximizeBox = false; this.Name = "SOP"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SOP管理"; this.Load += new System.EventHandler(this.Form3_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.OpenFileDialog ChoosePath; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox FilePath; private System.Windows.Forms.Button ChooseFile; private System.Windows.Forms.Button UploadSOP; private System.Windows.Forms.TextBox pr_code; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox OperatResult; private System.Windows.Forms.Button SendSop; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label pr_detail; private System.Windows.Forms.RadioButton JPG; private System.Windows.Forms.RichTextBox pr_spec; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label5; } }