namespace UAS_MES_NEW.Make { partial class Make_CollectElec { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CollectElec)); this.pr_detail_label = new System.Windows.Forms.Label(); this.sncode_label = new System.Windows.Forms.Label(); this.mcd_remainqty_label = new System.Windows.Forms.Label(); this.mcd_okqty_label = new System.Windows.Forms.Label(); this.pr_code_label = new System.Windows.Forms.Label(); this.ms_makecode_label = new System.Windows.Forms.Label(); this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount(); this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.pr_electricmax = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components); this.pr_electricmin = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components); this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.SuspendLayout(); // // pr_detail_label // this.pr_detail_label.AutoSize = true; this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_detail_label.Location = new System.Drawing.Point(452, 22); this.pr_detail_label.Name = "pr_detail_label"; this.pr_detail_label.Size = new System.Drawing.Size(74, 21); this.pr_detail_label.TabIndex = 191; this.pr_detail_label.Text = "产品名称"; // // sncode_label // this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.sncode_label.AutoSize = true; this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.sncode_label.Location = new System.Drawing.Point(14, 422); this.sncode_label.Name = "sncode_label"; this.sncode_label.Size = new System.Drawing.Size(58, 21); this.sncode_label.TabIndex = 190; this.sncode_label.Text = "录入框"; // // mcd_remainqty_label // this.mcd_remainqty_label.AutoSize = true; this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.mcd_remainqty_label.Location = new System.Drawing.Point(236, 70); this.mcd_remainqty_label.Name = "mcd_remainqty_label"; this.mcd_remainqty_label.Size = new System.Drawing.Size(90, 21); this.mcd_remainqty_label.TabIndex = 187; this.mcd_remainqty_label.Text = "电量最大值"; // // mcd_okqty_label // this.mcd_okqty_label.AutoSize = true; this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.mcd_okqty_label.Location = new System.Drawing.Point(6, 70); this.mcd_okqty_label.Name = "mcd_okqty_label"; this.mcd_okqty_label.Size = new System.Drawing.Size(90, 21); this.mcd_okqty_label.TabIndex = 186; this.mcd_okqty_label.Text = "电量最小值"; // // pr_code_label // this.pr_code_label.AutoSize = true; this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_code_label.Location = new System.Drawing.Point(236, 22); this.pr_code_label.Name = "pr_code_label"; this.pr_code_label.Size = new System.Drawing.Size(74, 21); this.pr_code_label.TabIndex = 185; this.pr_code_label.Text = "产品编号"; // // ms_makecode_label // this.ms_makecode_label.AutoSize = true; this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode_label.Location = new System.Drawing.Point(6, 22); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(74, 21); this.ms_makecode_label.TabIndex = 184; this.ms_makecode_label.Text = "工单编号"; // // StepCount // this.StepCount.LineCode = null; this.StepCount.Location = new System.Drawing.Point(456, 70); this.StepCount.Margin = new System.Windows.Forms.Padding(2); this.StepCount.Name = "StepCount"; this.StepCount.Size = new System.Drawing.Size(80, 22); this.StepCount.Source = null; this.StepCount.StepCode = null; this.StepCount.TabIndex = 200; // // Delete // this.Delete.AllPower = null; this.Delete.BackColor = System.Drawing.Color.Transparent; this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage"))); this.Delete.Image = null; this.Delete.IsShowBorder = true; this.Delete.Location = new System.Drawing.Point(382, 422); this.Delete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage"))); this.Delete.Name = "Delete"; this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage"))); this.Delete.Power = null; this.Delete.Size = new System.Drawing.Size(75, 28); this.Delete.TabIndex = 199; this.Delete.Text = "取消"; this.Delete.UseVisualStyleBackColor = false; this.Delete.Click += new System.EventHandler(this.deleteButton1_Click); // // ms_makecode // this.ms_makecode.AutoSize = true; this.ms_makecode.CutLength = null; this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode.Location = new System.Drawing.Point(92, 22); this.ms_makecode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ms_makecode.MaximumSize = new System.Drawing.Size(200, 0); this.ms_makecode.Name = "ms_makecode"; this.ms_makecode.Size = new System.Drawing.Size(0, 21); this.ms_makecode.TabIndex = 198; // // pr_electricmax // this.pr_electricmax.AutoSize = true; this.pr_electricmax.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_electricmax.Location = new System.Drawing.Point(332, 70); this.pr_electricmax.Name = "pr_electricmax"; this.pr_electricmax.Size = new System.Drawing.Size(19, 21); this.pr_electricmax.TabIndex = 195; this.pr_electricmax.Text = "0"; // // pr_electricmin // this.pr_electricmin.AutoSize = true; this.pr_electricmin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_electricmin.Location = new System.Drawing.Point(102, 70); this.pr_electricmin.Name = "pr_electricmin"; this.pr_electricmin.Size = new System.Drawing.Size(19, 21); this.pr_electricmin.TabIndex = 194; this.pr_electricmin.Text = "0"; // // ms_prodcode // this.ms_prodcode.AutoSize = true; this.ms_prodcode.CutLength = null; this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_prodcode.Location = new System.Drawing.Point(318, 22); this.ms_prodcode.MaximumSize = new System.Drawing.Size(200, 0); this.ms_prodcode.Name = "ms_prodcode"; this.ms_prodcode.Size = new System.Drawing.Size(0, 21); this.ms_prodcode.TabIndex = 193; // // pr_detail // this.pr_detail.AutoSize = true; this.pr_detail.CutLength = null; this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_detail.Location = new System.Drawing.Point(542, 22); this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0); this.pr_detail.Name = "pr_detail"; this.pr_detail.Size = new System.Drawing.Size(0, 21); this.pr_detail.TabIndex = 192; // // sncode // this.sncode.AllPower = "ifall"; this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.sncode.BackColor = System.Drawing.Color.White; this.sncode.ID = null; this.sncode.Location = new System.Drawing.Point(98, 424); this.sncode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.sncode.Name = "sncode"; this.sncode.Power = null; this.sncode.Size = new System.Drawing.Size(196, 21); this.sncode.Str = null; this.sncode.Str1 = null; this.sncode.Str2 = null; this.sncode.TabIndex = 189; this.sncode.Tag = "ifread"; this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown); // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(10, 106); this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(553, 306); this.OperateResult.TabIndex = 188; this.OperateResult.Text = ""; // // Make_CollectElec // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(741, 454); this.Controls.Add(this.StepCount); this.Controls.Add(this.Delete); this.Controls.Add(this.ms_makecode); this.Controls.Add(this.pr_electricmax); this.Controls.Add(this.pr_electricmin); this.Controls.Add(this.ms_prodcode); this.Controls.Add(this.pr_detail); this.Controls.Add(this.pr_detail_label); this.Controls.Add(this.sncode_label); this.Controls.Add(this.sncode); this.Controls.Add(this.OperateResult); this.Controls.Add(this.mcd_remainqty_label); this.Controls.Add(this.mcd_okqty_label); this.Controls.Add(this.pr_code_label); this.Controls.Add(this.ms_makecode_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "Make_CollectElec"; this.Tag = "Make!CollectElec"; this.Text = "电量采集"; this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated); this.Load += new System.EventHandler(this.Make_CollectNetCode_Load); this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged); this.ResumeLayout(true); this.PerformLayout(); } #endregion private CustomControl.ValueLabel.ValueNumLabel pr_electricmax; private CustomControl.ValueLabel.ValueNumLabel pr_electricmin; private CustomControl.ValueLabel.ValueLabel ms_prodcode; private CustomControl.ValueLabel.ValueLabel pr_detail; private System.Windows.Forms.Label pr_detail_label; private System.Windows.Forms.Label sncode_label; private CustomControl.TextBoxWithIcon.SnCollectionBox sncode; private CustomControl.RichText.RichTextAutoBottom OperateResult; private System.Windows.Forms.Label mcd_remainqty_label; private System.Windows.Forms.Label mcd_okqty_label; private System.Windows.Forms.Label pr_code_label; private System.Windows.Forms.Label ms_makecode_label; private CustomControl.ValueLabel.ValueLabel ms_makecode; private CustomControl.ButtonUtil.NormalButton Delete; private CustomControl.TextBoxWithIcon.SourceStepCount StepCount; } }