123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
-
- namespace GUI
- {
- partial class ScaleRule
- {
- /// <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()
- {
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.ScalePane = new System.Windows.Forms.Panel();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.ScalePane.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox1.Image = global::GUI.Properties.Resources.DirectionScale;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(556, 40);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // pictureBox2
- //
- this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox2.Image = global::GUI.Properties.Resources.DirectionScale;
- this.pictureBox2.Location = new System.Drawing.Point(554, 0);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(556, 40);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox2.TabIndex = 3;
- this.pictureBox2.TabStop = false;
- //
- // ScalePane
- //
- this.ScalePane.Controls.Add(this.pictureBox2);
- this.ScalePane.Controls.Add(this.pictureBox1);
- this.ScalePane.Location = new System.Drawing.Point(0, 0);
- this.ScalePane.Name = "ScalePane";
- this.ScalePane.Size = new System.Drawing.Size(1110, 40);
- this.ScalePane.TabIndex = 4;
- //
- // pictureBox3
- //
- this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox3.Image = global::GUI.Properties.Resources.Tri;
- this.pictureBox3.Location = new System.Drawing.Point(269, 40);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(15, 15);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox3.TabIndex = 5;
- this.pictureBox3.TabStop = false;
- //
- // ScaleRule
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.pictureBox3);
- this.Controls.Add(this.ScalePane);
- this.Name = "ScaleRule";
- this.Size = new System.Drawing.Size(553, 59);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.ScalePane.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Panel ScalePane;
- private System.Windows.Forms.PictureBox pictureBox3;
- }
- }
|