QCM0307SON.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace Core.LZMes.Client.QCM.QCM03
  2. {
  3. partial class QCM0307SON
  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.label3 = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.OrderNo = new System.Windows.Forms.TextBox();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  35. this.panel1.SuspendLayout();
  36. this.panel2.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // label3
  41. //
  42. this.label3.BackColor = System.Drawing.Color.LightBlue;
  43. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  44. this.label3.Location = new System.Drawing.Point(219, 14);
  45. this.label3.Name = "label3";
  46. this.label3.Size = new System.Drawing.Size(64, 21);
  47. this.label3.TabIndex = 9;
  48. this.label3.Text = "交货状态";
  49. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  50. //
  51. // label1
  52. //
  53. this.label1.BackColor = System.Drawing.Color.LightBlue;
  54. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  55. this.label1.Location = new System.Drawing.Point(12, 14);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(80, 21);
  58. this.label1.TabIndex = 10;
  59. this.label1.Text = "产品牌号";
  60. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  61. //
  62. // OrderNo
  63. //
  64. this.OrderNo.Location = new System.Drawing.Point(98, 14);
  65. this.OrderNo.Name = "OrderNo";
  66. this.OrderNo.Size = new System.Drawing.Size(100, 21);
  67. this.OrderNo.TabIndex = 11;
  68. //
  69. // panel1
  70. //
  71. this.panel1.Controls.Add(this.textBox2);
  72. this.panel1.Controls.Add(this.label1);
  73. this.panel1.Controls.Add(this.OrderNo);
  74. this.panel1.Controls.Add(this.label3);
  75. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  76. this.panel1.Location = new System.Drawing.Point(0, 0);
  77. this.panel1.Name = "panel1";
  78. this.panel1.Size = new System.Drawing.Size(933, 50);
  79. this.panel1.TabIndex = 13;
  80. //
  81. // textBox2
  82. //
  83. this.textBox2.Location = new System.Drawing.Point(290, 14);
  84. this.textBox2.Name = "textBox2";
  85. this.textBox2.Size = new System.Drawing.Size(100, 21);
  86. this.textBox2.TabIndex = 12;
  87. //
  88. // panel2
  89. //
  90. this.panel2.Controls.Add(this.ultraGrid1);
  91. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panel2.Location = new System.Drawing.Point(0, 50);
  93. this.panel2.Name = "panel2";
  94. this.panel2.Size = new System.Drawing.Size(933, 378);
  95. this.panel2.TabIndex = 14;
  96. //
  97. // ultraGrid1
  98. //
  99. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  101. this.ultraGrid1.Name = "ultraGrid1";
  102. this.ultraGrid1.Size = new System.Drawing.Size(933, 378);
  103. this.ultraGrid1.TabIndex = 0;
  104. this.ultraGrid1.Text = "ultraGrid1";
  105. //
  106. // QCM0307SON
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.ClientSize = new System.Drawing.Size(933, 428);
  111. this.Controls.Add(this.panel2);
  112. this.Controls.Add(this.panel1);
  113. this.Name = "QCM0307SON";
  114. this.Text = "QCM0307SON";
  115. this.panel1.ResumeLayout(false);
  116. this.panel1.PerformLayout();
  117. this.panel2.ResumeLayout(false);
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  119. this.ResumeLayout(false);
  120. }
  121. #endregion
  122. private System.Windows.Forms.Label label3;
  123. private System.Windows.Forms.Label label1;
  124. private System.Windows.Forms.TextBox OrderNo;
  125. private System.Windows.Forms.Panel panel1;
  126. private System.Windows.Forms.TextBox textBox2;
  127. private System.Windows.Forms.Panel panel2;
  128. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  129. }
  130. }