FrmMatQueryResult.Designer.cs 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. namespace Core.StlMes.Client.Lims.Data.Mat
  2. {
  3. partial class FrmMatQueryResult
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.webBrowser1 = new System.Windows.Forms.WebBrowser();
  31. this.matQueryBase1 = new Core.StlMes.Client.Lims.Data.Mat.MatQueryBase();
  32. this.panel1.SuspendLayout();
  33. this.panel2.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.Controls.Add(this.panel2);
  39. this.panel1.Controls.Add(this.matQueryBase1);
  40. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.panel1.Location = new System.Drawing.Point(0, 0);
  42. this.panel1.Name = "panel1";
  43. this.panel1.Size = new System.Drawing.Size(1328, 666);
  44. this.panel1.TabIndex = 0;
  45. //
  46. // panel2
  47. //
  48. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  49. this.panel2.Controls.Add(this.webBrowser1);
  50. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.panel2.Location = new System.Drawing.Point(0, 40);
  52. this.panel2.Name = "panel2";
  53. this.panel2.Size = new System.Drawing.Size(1328, 626);
  54. this.panel2.TabIndex = 1;
  55. //
  56. // webBrowser1
  57. //
  58. this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.webBrowser1.Location = new System.Drawing.Point(0, 0);
  60. this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
  61. this.webBrowser1.Name = "webBrowser1";
  62. this.webBrowser1.Size = new System.Drawing.Size(1326, 624);
  63. this.webBrowser1.TabIndex = 0;
  64. //
  65. // matQueryBase1
  66. //
  67. this.matQueryBase1.Dock = System.Windows.Forms.DockStyle.Top;
  68. this.matQueryBase1.Location = new System.Drawing.Point(0, 0);
  69. this.matQueryBase1.Name = "matQueryBase1";
  70. this.matQueryBase1.Size = new System.Drawing.Size(1328, 40);
  71. this.matQueryBase1.TabIndex = 0;
  72. //
  73. // FrmMatQueryResult
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.ClientSize = new System.Drawing.Size(1328, 666);
  78. this.Controls.Add(this.panel1);
  79. this.Name = "FrmMatQueryResult";
  80. this.Text = "原材料检验结果查询";
  81. this.Load += new System.EventHandler(this.FrmMatQueryResult_Load);
  82. this.panel1.ResumeLayout(false);
  83. this.panel2.ResumeLayout(false);
  84. this.ResumeLayout(false);
  85. }
  86. #endregion
  87. private System.Windows.Forms.Panel panel1;
  88. private MatQueryBase matQueryBase1;
  89. private System.Windows.Forms.Panel panel2;
  90. private System.Windows.Forms.WebBrowser webBrowser1;
  91. }
  92. }