ShowXRayElementResultForm.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. namespace OTSSysMgrApp
  2. {
  3. partial class ShowXRayElementResultForm
  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(ShowXRayElementResultForm));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.lblElementContent = new System.Windows.Forms.Label();
  32. this.lblElementCount = new System.Windows.Forms.Label();
  33. this.groupBox1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Location = new System.Drawing.Point(12, 20);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(116, 18);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "获取元素数量";
  44. //
  45. // groupBox1
  46. //
  47. this.groupBox1.Controls.Add(this.lblElementContent);
  48. this.groupBox1.Location = new System.Drawing.Point(12, 51);
  49. this.groupBox1.Name = "groupBox1";
  50. this.groupBox1.Size = new System.Drawing.Size(529, 241);
  51. this.groupBox1.TabIndex = 1;
  52. this.groupBox1.TabStop = false;
  53. this.groupBox1.Text = "元素内容";
  54. //
  55. // lblElementContent
  56. //
  57. this.lblElementContent.AutoSize = true;
  58. this.lblElementContent.Location = new System.Drawing.Point(21, 41);
  59. this.lblElementContent.Name = "lblElementContent";
  60. this.lblElementContent.Size = new System.Drawing.Size(0, 18);
  61. this.lblElementContent.TabIndex = 0;
  62. //
  63. // lblElementCount
  64. //
  65. this.lblElementCount.AutoSize = true;
  66. this.lblElementCount.Location = new System.Drawing.Point(134, 20);
  67. this.lblElementCount.Name = "lblElementCount";
  68. this.lblElementCount.Size = new System.Drawing.Size(17, 18);
  69. this.lblElementCount.TabIndex = 0;
  70. this.lblElementCount.Text = "0";
  71. //
  72. // ShowXRayElementResultForm
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(553, 304);
  77. this.Controls.Add(this.lblElementCount);
  78. this.Controls.Add(this.groupBox1);
  79. this.Controls.Add(this.label1);
  80. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  81. this.KeyPreview = true;
  82. this.MaximizeBox = false;
  83. this.MaximumSize = new System.Drawing.Size(575, 360);
  84. this.MinimizeBox = false;
  85. this.MinimumSize = new System.Drawing.Size(575, 360);
  86. this.Name = "ShowXRayElementResultForm";
  87. this.ShowInTaskbar = false;
  88. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  89. this.TopMost = true;
  90. this.groupBox1.ResumeLayout(false);
  91. this.groupBox1.PerformLayout();
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private System.Windows.Forms.Label label1;
  97. private System.Windows.Forms.GroupBox groupBox1;
  98. private System.Windows.Forms.Label lblElementContent;
  99. private System.Windows.Forms.Label lblElementCount;
  100. }
  101. }