| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- namespace Core.StlMes.Client.SaleOrder
- {
- partial class PopupOrderSpecialInfo
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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(PopupOrderSpecialInfo));
- this.panel5 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel3.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel5
- //
- this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel5.Location = new System.Drawing.Point(0, 64);
- this.panel5.Margin = new System.Windows.Forms.Padding(4);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(1632, 638);
- this.panel5.TabIndex = 5;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.ultraStatusBar1);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Margin = new System.Windows.Forms.Padding(4);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1632, 30);
- this.panel3.TabIndex = 1;
- //
- // ultraStatusBar1
- //
- this.ultraStatusBar1.Location = new System.Drawing.Point(0, 1);
- 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 = 0;
- this.ultraStatusBar1.Text = "ultraStatusBar1";
- this.ultraStatusBar1.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
- //
- // panel2
- //
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 30);
- this.panel2.Margin = new System.Windows.Forms.Padding(4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1632, 34);
- this.panel2.TabIndex = 0;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel3);
- this.panel1.Controls.Add(this.panel2);
- 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, 64);
- this.panel1.TabIndex = 3;
- //
- // PopupOrderSpecialInfo
- //
- 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 = "PopupOrderSpecialInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "客户特殊要求维护";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PopupOrderSpecialInfo_FormClosing);
- this.Load += new System.EventHandler(this.PopupOrderSpecialInfo_Load);
- this.panel3.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Panel panel3;
- private Infragistics.Win.UltraWinStatusBar.UltraStatusBar ultraStatusBar1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel1;
- }
- }
|