namespace Core.StlMes.Client.LgResMgt.Mcms { partial class InputWt { /// /// 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.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel(); this.ubtOK = new Infragistics.Win.Misc.UltraButton(); this.ubtCancel = new Infragistics.Win.Misc.UltraButton(); this.editWt = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.ultraPanel2.ClientArea.SuspendLayout(); this.ultraPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.editWt)).BeginInit(); this.SuspendLayout(); // // ultraPanel2 // // // ultraPanel2.ClientArea // this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK); this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel); this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraPanel2.Location = new System.Drawing.Point(0, 90); this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4); this.ultraPanel2.Name = "ultraPanel2"; this.ultraPanel2.Size = new System.Drawing.Size(354, 45); this.ultraPanel2.TabIndex = 3; // // ubtOK // this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ubtOK.Location = new System.Drawing.Point(133, 6); this.ubtOK.Margin = new System.Windows.Forms.Padding(4); this.ubtOK.Name = "ubtOK"; this.ubtOK.Size = new System.Drawing.Size(100, 29); this.ubtOK.TabIndex = 5; this.ubtOK.Text = "确认"; this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click); // // ubtCancel // this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ubtCancel.Location = new System.Drawing.Point(241, 6); this.ubtCancel.Margin = new System.Windows.Forms.Padding(4); this.ubtCancel.Name = "ubtCancel"; this.ubtCancel.Size = new System.Drawing.Size(100, 29); this.ubtCancel.TabIndex = 4; this.ubtCancel.Text = "取消"; // // editWt // this.editWt.Location = new System.Drawing.Point(86, 27); this.editWt.MaskInput = "nnnnnn.nnn"; this.editWt.MinValue = 0; this.editWt.Name = "editWt"; this.editWt.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.editWt.Size = new System.Drawing.Size(170, 24); this.editWt.TabIndex = 6; // // ultraLabel1 // this.ultraLabel1.AutoSize = true; this.ultraLabel1.Location = new System.Drawing.Point(24, 31); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(36, 19); this.ultraLabel1.TabIndex = 7; this.ultraLabel1.Text = "重量"; // // InputWt // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(354, 135); this.Controls.Add(this.ultraLabel1); this.Controls.Add(this.editWt); this.Controls.Add(this.ultraPanel2); this.Name = "InputWt"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "录入总吨"; this.ultraPanel2.ClientArea.ResumeLayout(false); this.ultraPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.editWt)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.Misc.UltraPanel ultraPanel2; private Infragistics.Win.Misc.UltraButton ubtOK; private Infragistics.Win.Misc.UltraButton ubtCancel; private Infragistics.Win.UltraWinEditors.UltraNumericEditor editWt; private Infragistics.Win.Misc.UltraLabel ultraLabel1; } }