frmPopNoticeItemSpit.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace Pur.order
  2. {
  3. partial class frmPopNoticeItemSpit
  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. this.db_Num = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  31. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.btn_doSure = new Infragistics.Win.Misc.UltraButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.db_Num)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  35. this.ultraGroupBox1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  37. this.ultraGroupBox2.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // db_Num
  41. //
  42. this.db_Num.Location = new System.Drawing.Point(72, 12);
  43. this.db_Num.MinValue = 1;
  44. this.db_Num.Name = "db_Num";
  45. this.db_Num.Nullable = true;
  46. this.db_Num.Size = new System.Drawing.Size(100, 21);
  47. this.db_Num.TabIndex = 0;
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Location = new System.Drawing.Point(37, 16);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(29, 12);
  55. this.label1.TabIndex = 1;
  56. this.label1.Text = "车数";
  57. //
  58. // ultraGroupBox1
  59. //
  60. this.ultraGroupBox1.Controls.Add(this.db_Num);
  61. this.ultraGroupBox1.Controls.Add(this.label1);
  62. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  64. this.ultraGroupBox1.Name = "ultraGroupBox1";
  65. this.ultraGroupBox1.Size = new System.Drawing.Size(219, 44);
  66. this.ultraGroupBox1.TabIndex = 2;
  67. //
  68. // ultraGroupBox2
  69. //
  70. this.ultraGroupBox2.Controls.Add(this.btn_doSure);
  71. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  72. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 44);
  73. this.ultraGroupBox2.Name = "ultraGroupBox2";
  74. this.ultraGroupBox2.Size = new System.Drawing.Size(219, 26);
  75. this.ultraGroupBox2.TabIndex = 3;
  76. //
  77. // btn_doSure
  78. //
  79. this.btn_doSure.Dock = System.Windows.Forms.DockStyle.Right;
  80. this.btn_doSure.Location = new System.Drawing.Point(141, 0);
  81. this.btn_doSure.Name = "btn_doSure";
  82. this.btn_doSure.Size = new System.Drawing.Size(75, 23);
  83. this.btn_doSure.TabIndex = 0;
  84. this.btn_doSure.Text = "确定";
  85. this.btn_doSure.Click += new System.EventHandler(this.btn_doSure_Click);
  86. //
  87. // frmPopNoticeItemSpit
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.AutoSize = true;
  92. this.ClientSize = new System.Drawing.Size(219, 70);
  93. this.Controls.Add(this.ultraGroupBox1);
  94. this.Controls.Add(this.ultraGroupBox2);
  95. this.MaximizeBox = false;
  96. this.MinimizeBox = false;
  97. this.Name = "frmPopNoticeItemSpit";
  98. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  99. this.Text = "拆分装车";
  100. this.Load += new System.EventHandler(this.frmPopNoticeItemSpit_Load);
  101. ((System.ComponentModel.ISupportInitialize)(this.db_Num)).EndInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  103. this.ultraGroupBox1.ResumeLayout(false);
  104. this.ultraGroupBox1.PerformLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  106. this.ultraGroupBox2.ResumeLayout(false);
  107. this.ResumeLayout(false);
  108. }
  109. #endregion
  110. private Infragistics.Win.UltraWinEditors.UltraNumericEditor db_Num;
  111. private System.Windows.Forms.Label label1;
  112. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  113. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  114. private Infragistics.Win.Misc.UltraButton btn_doSure;
  115. }
  116. }