namespace Core.StlMes.Client.Mcp.Mch.Mcms { partial class FrmUpdate { /// /// 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() { Infragistics.Win.UltraWinTabControl.UltraTab ultraTab13 = new Infragistics.Win.UltraWinTabControl.UltraTab(); this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel(); this.ubtOK = new Infragistics.Win.Misc.UltraButton(); this.ubtCancel = new Infragistics.Win.Misc.UltraButton(); this.tbOther = new Infragistics.Win.UltraWinTabControl.UltraTabControl(); this.ultraTabSharedControlsPage8 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage(); this.ultraTabPageControl18 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl(); this.matInfo1 = new Core.StlMes.Client.Mcp.Mch.Mcms.MatInfo(); this.ultraPanel2.ClientArea.SuspendLayout(); this.ultraPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbOther)).BeginInit(); this.tbOther.SuspendLayout(); this.ultraTabPageControl18.SuspendLayout(); 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, 583); this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ultraPanel2.Name = "ultraPanel2"; this.ultraPanel2.Size = new System.Drawing.Size(1374, 67); this.ultraPanel2.TabIndex = 4; // // ubtOK // this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ubtOK.Location = new System.Drawing.Point(1109, 18); this.ubtOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ubtOK.Name = "ubtOK"; this.ubtOK.Size = new System.Drawing.Size(112, 35); 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(1240, 18); this.ubtCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ubtCancel.Name = "ubtCancel"; this.ubtCancel.Size = new System.Drawing.Size(112, 35); this.ubtCancel.TabIndex = 4; this.ubtCancel.Text = "取消"; // // tbOther // this.tbOther.Controls.Add(this.ultraTabSharedControlsPage8); this.tbOther.Controls.Add(this.ultraTabPageControl18); this.tbOther.Dock = System.Windows.Forms.DockStyle.Fill; this.tbOther.Font = new System.Drawing.Font("宋体", 11F); this.tbOther.Location = new System.Drawing.Point(0, 0); this.tbOther.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tbOther.Name = "tbOther"; this.tbOther.SharedControlsPage = this.ultraTabSharedControlsPage8; this.tbOther.Size = new System.Drawing.Size(1374, 583); this.tbOther.TabIndex = 6; this.tbOther.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft; ultraTab13.Key = "200"; ultraTab13.TabPage = this.ultraTabPageControl18; ultraTab13.Text = ""; this.tbOther.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] { ultraTab13}); // // ultraTabSharedControlsPage8 // this.ultraTabSharedControlsPage8.Location = new System.Drawing.Point(-10000, -10000); this.ultraTabSharedControlsPage8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ultraTabSharedControlsPage8.Name = "ultraTabSharedControlsPage8"; this.ultraTabSharedControlsPage8.Size = new System.Drawing.Size(1370, 552); // // ultraTabPageControl18 // this.ultraTabPageControl18.Controls.Add(this.matInfo1); this.ultraTabPageControl18.Location = new System.Drawing.Point(1, 28); this.ultraTabPageControl18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ultraTabPageControl18.Name = "ultraTabPageControl18"; this.ultraTabPageControl18.Size = new System.Drawing.Size(1370, 552); // // matInfo1 // this.matInfo1.AddNew = true; this.matInfo1.ColumnsC = "JudgeStoveNo,Producname,Steelname,ActDimater,ActHeight,ActLenTemp,ActCount,ActWei" + "ght"; this.matInfo1.ColumnsM = "RecordNumber,MatName,ReceiveName,OrderName,ShippersName,TransportName,Memo"; this.matInfo1.Dock = System.Windows.Forms.DockStyle.Fill; this.matInfo1.Font = new System.Drawing.Font("宋体", 11F); this.matInfo1.Location = new System.Drawing.Point(0, 0); this.matInfo1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.matInfo1.Name = "matInfo1"; this.matInfo1.Size = new System.Drawing.Size(1370, 552); this.matInfo1.TabIndex = 3; // // FrmUpdate // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1374, 650); this.Controls.Add(this.tbOther); this.Controls.Add(this.ultraPanel2); this.Font = new System.Drawing.Font("宋体", 11F); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FrmUpdate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "修改"; this.ultraPanel2.ClientArea.ResumeLayout(false); this.ultraPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tbOther)).EndInit(); this.tbOther.ResumeLayout(false); this.ultraTabPageControl18.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraPanel ultraPanel2; private Infragistics.Win.Misc.UltraButton ubtOK; private Infragistics.Win.Misc.UltraButton ubtCancel; private Infragistics.Win.UltraWinTabControl.UltraTabControl tbOther; private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage8; private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl18; private MatInfo matInfo1; } }