Control_XRayTable.designer.cs 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. namespace OTSIncAReportGraph.Controls
  2. {
  3. partial class Control_XRayTable
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. this.label_close = new System.Windows.Forms.Label();
  30. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // pictureBox1
  36. //
  37. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  38. | System.Windows.Forms.AnchorStyles.Left)));
  39. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  40. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  41. this.pictureBox1.Name = "pictureBox1";
  42. this.pictureBox1.Size = new System.Drawing.Size(177, 220);
  43. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  44. this.pictureBox1.TabIndex = 0;
  45. this.pictureBox1.TabStop = false;
  46. //
  47. // label_close
  48. //
  49. this.label_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  50. this.label_close.AutoSize = true;
  51. this.label_close.Location = new System.Drawing.Point(990, 0);
  52. this.label_close.Name = "label_close";
  53. this.label_close.Size = new System.Drawing.Size(11, 12);
  54. this.label_close.TabIndex = 1;
  55. this.label_close.Text = "X";
  56. this.label_close.Visible = false;
  57. this.label_close.Click += new System.EventHandler(this.label_close_Click);
  58. //
  59. // pictureBox2
  60. //
  61. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)));
  63. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  64. this.pictureBox2.Location = new System.Drawing.Point(174, 0);
  65. this.pictureBox2.Name = "pictureBox2";
  66. this.pictureBox2.Size = new System.Drawing.Size(177, 220);
  67. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  68. this.pictureBox2.TabIndex = 2;
  69. this.pictureBox2.TabStop = false;
  70. //
  71. // Control_XRayTable
  72. //
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  74. this.BackColor = System.Drawing.Color.White;
  75. this.Controls.Add(this.pictureBox2);
  76. this.Controls.Add(this.label_close);
  77. this.Controls.Add(this.pictureBox1);
  78. this.Name = "Control_XRayTable";
  79. this.Size = new System.Drawing.Size(1004, 220);
  80. this.Load += new System.EventHandler(this.Control_XRayTable_Load);
  81. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  83. this.ResumeLayout(false);
  84. this.PerformLayout();
  85. }
  86. #endregion
  87. private System.Windows.Forms.PictureBox pictureBox1;
  88. public System.Windows.Forms.Label label_close;
  89. private System.Windows.Forms.PictureBox pictureBox2;
  90. }
  91. }