FrmOutdecLabSampleState.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmOutdecLabSampleState
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOutdecLabSampleState));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.publicUltraGridDetail1 = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.PublicUltraGridDetail();
  32. this.outdecQueryBase1 = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.OutdecQueryBase();
  33. this.panel1.SuspendLayout();
  34. this.panel2.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.Controls.Add(this.panel2);
  40. this.panel1.Controls.Add(this.outdecQueryBase1);
  41. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.panel1.Location = new System.Drawing.Point(0, 0);
  43. this.panel1.Name = "panel1";
  44. this.panel1.Size = new System.Drawing.Size(1328, 666);
  45. this.panel1.TabIndex = 0;
  46. //
  47. // panel2
  48. //
  49. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  50. this.panel2.Controls.Add(this.publicUltraGridDetail1);
  51. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.panel2.Location = new System.Drawing.Point(0, 40);
  53. this.panel2.Name = "panel2";
  54. this.panel2.Size = new System.Drawing.Size(1328, 626);
  55. this.panel2.TabIndex = 3;
  56. //
  57. // publicUltraGridDetail1
  58. //
  59. this.publicUltraGridDetail1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.publicUltraGridDetail1.Location = new System.Drawing.Point(0, 0);
  61. this.publicUltraGridDetail1.Name = "publicUltraGridDetail1";
  62. this.publicUltraGridDetail1.Size = new System.Drawing.Size(1326, 624);
  63. this.publicUltraGridDetail1.TabIndex = 0;
  64. this.publicUltraGridDetail1.Ur = null;
  65. //
  66. // outdecQueryBase1
  67. //
  68. this.outdecQueryBase1.Dock = System.Windows.Forms.DockStyle.Top;
  69. this.outdecQueryBase1.Location = new System.Drawing.Point(0, 0);
  70. this.outdecQueryBase1.Name = "outdecQueryBase1";
  71. this.outdecQueryBase1.Size = new System.Drawing.Size(1328, 40);
  72. this.outdecQueryBase1.TabIndex = 2;
  73. //
  74. // FrmOutdecLabSampleState
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(1328, 666);
  79. this.Controls.Add(this.panel1);
  80. this.Name = "FrmOutdecLabSampleState";
  81. this.Text = "外委试验室试样状态跟踪";
  82. this.Load += new System.EventHandler(this.FrmOutdecSampleState_Load);
  83. this.panel1.ResumeLayout(false);
  84. this.panel2.ResumeLayout(false);
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private System.Windows.Forms.Panel panel1;
  89. private OutdecQueryBase outdecQueryBase1;
  90. private System.Windows.Forms.Panel panel2;
  91. private PublicUltraGridDetail publicUltraGridDetail1;
  92. }
  93. }