PopupOrderAskAdd.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class PopupOrderAskAdd
  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(PopupOrderAskAdd));
  31. this.panel5 = new System.Windows.Forms.Panel();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // panel5
  38. //
  39. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.panel5.Location = new System.Drawing.Point(0, 29);
  41. this.panel5.Margin = new System.Windows.Forms.Padding(4);
  42. this.panel5.Name = "panel5";
  43. this.panel5.Size = new System.Drawing.Size(1632, 673);
  44. this.panel5.TabIndex = 7;
  45. //
  46. // panel1
  47. //
  48. this.panel1.Controls.Add(this.ultraStatusBar1);
  49. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.panel1.Location = new System.Drawing.Point(0, 0);
  51. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(1632, 29);
  54. this.panel1.TabIndex = 6;
  55. //
  56. // ultraStatusBar1
  57. //
  58. this.ultraStatusBar1.Location = new System.Drawing.Point(0, 0);
  59. this.ultraStatusBar1.Margin = new System.Windows.Forms.Padding(4);
  60. this.ultraStatusBar1.Name = "ultraStatusBar1";
  61. ultraStatusPanel1.Key = "Caption";
  62. ultraStatusPanel1.Text = "错误信息:";
  63. ultraStatusPanel1.Width = 80;
  64. ultraStatusPanel2.Key = "ExMsg";
  65. ultraStatusPanel2.Width = 1500;
  66. this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
  67. ultraStatusPanel1,
  68. ultraStatusPanel2});
  69. this.ultraStatusBar1.Size = new System.Drawing.Size(1632, 29);
  70. this.ultraStatusBar1.TabIndex = 2;
  71. this.ultraStatusBar1.Text = "ultraStatusBar1";
  72. this.ultraStatusBar1.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
  73. //
  74. // PopupOrderAskAdd
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(1632, 702);
  79. this.Controls.Add(this.panel5);
  80. this.Controls.Add(this.panel1);
  81. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  82. this.Margin = new System.Windows.Forms.Padding(5);
  83. this.Name = "PopupOrderAskAdd";
  84. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  85. this.Text = "附加要求维护";
  86. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PopupOrderAskAdd_FormClosing);
  87. this.panel1.ResumeLayout(false);
  88. this.ResumeLayout(false);
  89. }
  90. #endregion
  91. private System.Windows.Forms.Panel panel5;
  92. private System.Windows.Forms.Panel panel1;
  93. private Infragistics.Win.UltraWinStatusBar.UltraStatusBar ultraStatusBar1;
  94. }
  95. }