namespace Core.StlMes.Client.SaleOrder { partial class PopupOrderAskAdd { /// /// 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.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel(); Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupOrderAskAdd)); this.panel5 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel5 // this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 29); this.panel5.Margin = new System.Windows.Forms.Padding(4); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(1632, 673); this.panel5.TabIndex = 7; // // panel1 // this.panel1.Controls.Add(this.ultraStatusBar1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1632, 29); this.panel1.TabIndex = 6; // // ultraStatusBar1 // this.ultraStatusBar1.Location = new System.Drawing.Point(0, 0); this.ultraStatusBar1.Margin = new System.Windows.Forms.Padding(4); this.ultraStatusBar1.Name = "ultraStatusBar1"; ultraStatusPanel1.Key = "Caption"; ultraStatusPanel1.Text = "错误信息:"; ultraStatusPanel1.Width = 80; ultraStatusPanel2.Key = "ExMsg"; ultraStatusPanel2.Width = 1500; this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] { ultraStatusPanel1, ultraStatusPanel2}); this.ultraStatusBar1.Size = new System.Drawing.Size(1632, 29); this.ultraStatusBar1.TabIndex = 2; this.ultraStatusBar1.Text = "ultraStatusBar1"; this.ultraStatusBar1.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007; // // PopupOrderAskAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1632, 702); this.Controls.Add(this.panel5); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "PopupOrderAskAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "附加要求维护"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PopupOrderAskAdd_FormClosing); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel1; private Infragistics.Win.UltraWinStatusBar.UltraStatusBar ultraStatusBar1; } }