123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- namespace OTSSysMgrApp
- {
- partial class ShowXRayElementResultForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShowXRayElementResultForm));
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.lblElementContent = new System.Windows.Forms.Label();
- this.lblElementCount = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 20);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(116, 18);
- this.label1.TabIndex = 0;
- this.label1.Text = "获取元素数量";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.lblElementContent);
- this.groupBox1.Location = new System.Drawing.Point(12, 51);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(529, 241);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "元素内容";
- //
- // lblElementContent
- //
- this.lblElementContent.AutoSize = true;
- this.lblElementContent.Location = new System.Drawing.Point(21, 41);
- this.lblElementContent.Name = "lblElementContent";
- this.lblElementContent.Size = new System.Drawing.Size(0, 18);
- this.lblElementContent.TabIndex = 0;
- //
- // lblElementCount
- //
- this.lblElementCount.AutoSize = true;
- this.lblElementCount.Location = new System.Drawing.Point(134, 20);
- this.lblElementCount.Name = "lblElementCount";
- this.lblElementCount.Size = new System.Drawing.Size(17, 18);
- this.lblElementCount.TabIndex = 0;
- this.lblElementCount.Text = "0";
- //
- // ShowXRayElementResultForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(553, 304);
- this.Controls.Add(this.lblElementCount);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.KeyPreview = true;
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(575, 360);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(575, 360);
- this.Name = "ShowXRayElementResultForm";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.TopMost = true;
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label lblElementContent;
- private System.Windows.Forms.Label lblElementCount;
- }
- }
|