PopupOrderSpecialInfo.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class PopupOrderSpecialInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
  29. Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupOrderSpecialInfo));
  31. this.panel5 = new System.Windows.Forms.Panel();
  32. this.panel3 = new System.Windows.Forms.Panel();
  33. this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.panel3.SuspendLayout();
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // panel5
  41. //
  42. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.panel5.Location = new System.Drawing.Point(0, 64);
  44. this.panel5.Margin = new System.Windows.Forms.Padding(4);
  45. this.panel5.Name = "panel5";
  46. this.panel5.Size = new System.Drawing.Size(1632, 638);
  47. this.panel5.TabIndex = 5;
  48. //
  49. // panel3
  50. //
  51. this.panel3.Controls.Add(this.ultraStatusBar1);
  52. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.panel3.Location = new System.Drawing.Point(0, 0);
  54. this.panel3.Margin = new System.Windows.Forms.Padding(4);
  55. this.panel3.Name = "panel3";
  56. this.panel3.Size = new System.Drawing.Size(1632, 30);
  57. this.panel3.TabIndex = 1;
  58. //
  59. // ultraStatusBar1
  60. //
  61. this.ultraStatusBar1.Location = new System.Drawing.Point(0, 1);
  62. this.ultraStatusBar1.Margin = new System.Windows.Forms.Padding(4);
  63. this.ultraStatusBar1.Name = "ultraStatusBar1";
  64. ultraStatusPanel1.Key = "Caption";
  65. ultraStatusPanel1.Text = "错误信息:";
  66. ultraStatusPanel1.Width = 80;
  67. ultraStatusPanel2.Key = "ExMsg";
  68. ultraStatusPanel2.Width = 1500;
  69. this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
  70. ultraStatusPanel1,
  71. ultraStatusPanel2});
  72. this.ultraStatusBar1.Size = new System.Drawing.Size(1632, 29);
  73. this.ultraStatusBar1.TabIndex = 0;
  74. this.ultraStatusBar1.Text = "ultraStatusBar1";
  75. this.ultraStatusBar1.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
  76. //
  77. // panel2
  78. //
  79. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  80. this.panel2.Location = new System.Drawing.Point(0, 30);
  81. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  82. this.panel2.Name = "panel2";
  83. this.panel2.Size = new System.Drawing.Size(1632, 34);
  84. this.panel2.TabIndex = 0;
  85. //
  86. // panel1
  87. //
  88. this.panel1.Controls.Add(this.panel3);
  89. this.panel1.Controls.Add(this.panel2);
  90. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  91. this.panel1.Location = new System.Drawing.Point(0, 0);
  92. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  93. this.panel1.Name = "panel1";
  94. this.panel1.Size = new System.Drawing.Size(1632, 64);
  95. this.panel1.TabIndex = 3;
  96. //
  97. // PopupOrderSpecialInfo
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(1632, 702);
  102. this.Controls.Add(this.panel5);
  103. this.Controls.Add(this.panel1);
  104. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  105. this.Margin = new System.Windows.Forms.Padding(5);
  106. this.Name = "PopupOrderSpecialInfo";
  107. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  108. this.Text = "客户特殊要求维护";
  109. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PopupOrderSpecialInfo_FormClosing);
  110. this.Load += new System.EventHandler(this.PopupOrderSpecialInfo_Load);
  111. this.panel3.ResumeLayout(false);
  112. this.panel1.ResumeLayout(false);
  113. this.ResumeLayout(false);
  114. }
  115. #endregion
  116. private System.Windows.Forms.Panel panel5;
  117. private System.Windows.Forms.Panel panel3;
  118. private Infragistics.Win.UltraWinStatusBar.UltraStatusBar ultraStatusBar1;
  119. private System.Windows.Forms.Panel panel2;
  120. private System.Windows.Forms.Panel panel1;
  121. }
  122. }