|
- namespace AssistClient.UI
- {
- partial class UISmallPic
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UISmallPic));
- this.picBox = new System.Windows.Forms.PictureBox();
- this.lbName = new System.Windows.Forms.Label();
- this.lbIndex = new System.Windows.Forms.Label();
- this.lbSor = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
- this.SuspendLayout();
- //
- // picBox
- //
- this.picBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.picBox.Image = ((System.Drawing.Image)(resources.GetObject("picBox.Image")));
- this.picBox.Location = new System.Drawing.Point(5, 4);
- this.picBox.Name = "picBox";
- this.picBox.Size = new System.Drawing.Size(595, 457);
- this.picBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picBox.TabIndex = 0;
- this.picBox.TabStop = false;
- this.picBox.DoubleClick += new System.EventHandler(this.picBox_DoubleClick);
- //
- // lbName
- //
- this.lbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.lbName.AutoSize = true;
- this.lbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbName.Location = new System.Drawing.Point(284, 464);
- this.lbName.Name = "lbName";
- this.lbName.Size = new System.Drawing.Size(42, 21);
- this.lbName.TabIndex = 1;
- this.lbName.Text = "堵孔";
- //
- // lbIndex
- //
- this.lbIndex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.lbIndex.AutoSize = true;
- this.lbIndex.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbIndex.Location = new System.Drawing.Point(17, 464);
- this.lbIndex.Name = "lbIndex";
- this.lbIndex.Size = new System.Drawing.Size(71, 21);
- this.lbIndex.TabIndex = 2;
- this.lbIndex.Text = "100-500";
- //
- // lbSor
- //
- this.lbSor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.lbSor.AutoSize = true;
- this.lbSor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbSor.Location = new System.Drawing.Point(524, 464);
- this.lbSor.Name = "lbSor";
- this.lbSor.Size = new System.Drawing.Size(50, 21);
- this.lbSor.TabIndex = 3;
- this.lbSor.Text = "0.999";
- //
- // UISmallPic
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Highlight;
- this.Controls.Add(this.lbSor);
- this.Controls.Add(this.lbIndex);
- this.Controls.Add(this.lbName);
- this.Controls.Add(this.picBox);
- this.Name = "UISmallPic";
- this.Size = new System.Drawing.Size(603, 494);
- ((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.PictureBox picBox;
- private System.Windows.Forms.Label lbName;
- private System.Windows.Forms.Label lbIndex;
- private System.Windows.Forms.Label lbSor;
- }
- }
|