ScaleRule.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. 
  2. namespace GUI
  3. {
  4. partial class ScaleRule
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  31. this.ScalePane = new System.Windows.Forms.Panel();
  32. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  35. this.ScalePane.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // pictureBox1
  40. //
  41. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  42. this.pictureBox1.Image = global::GUI.Properties.Resources.DirectionScale;
  43. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  44. this.pictureBox1.Name = "pictureBox1";
  45. this.pictureBox1.Size = new System.Drawing.Size(556, 40);
  46. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  47. this.pictureBox1.TabIndex = 0;
  48. this.pictureBox1.TabStop = false;
  49. //
  50. // pictureBox2
  51. //
  52. this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
  53. this.pictureBox2.Image = global::GUI.Properties.Resources.DirectionScale;
  54. this.pictureBox2.Location = new System.Drawing.Point(554, 0);
  55. this.pictureBox2.Name = "pictureBox2";
  56. this.pictureBox2.Size = new System.Drawing.Size(556, 40);
  57. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  58. this.pictureBox2.TabIndex = 3;
  59. this.pictureBox2.TabStop = false;
  60. //
  61. // ScalePane
  62. //
  63. this.ScalePane.Controls.Add(this.pictureBox2);
  64. this.ScalePane.Controls.Add(this.pictureBox1);
  65. this.ScalePane.Location = new System.Drawing.Point(0, 0);
  66. this.ScalePane.Name = "ScalePane";
  67. this.ScalePane.Size = new System.Drawing.Size(1110, 40);
  68. this.ScalePane.TabIndex = 4;
  69. //
  70. // pictureBox3
  71. //
  72. this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
  73. this.pictureBox3.Image = global::GUI.Properties.Resources.Tri;
  74. this.pictureBox3.Location = new System.Drawing.Point(269, 40);
  75. this.pictureBox3.Name = "pictureBox3";
  76. this.pictureBox3.Size = new System.Drawing.Size(15, 15);
  77. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  78. this.pictureBox3.TabIndex = 5;
  79. this.pictureBox3.TabStop = false;
  80. //
  81. // ScaleRule
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.BackColor = System.Drawing.Color.Transparent;
  86. this.Controls.Add(this.pictureBox3);
  87. this.Controls.Add(this.ScalePane);
  88. this.Name = "ScaleRule";
  89. this.Size = new System.Drawing.Size(553, 59);
  90. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  92. this.ScalePane.ResumeLayout(false);
  93. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private System.Windows.Forms.PictureBox pictureBox1;
  98. private System.Windows.Forms.PictureBox pictureBox2;
  99. private System.Windows.Forms.Panel ScalePane;
  100. private System.Windows.Forms.PictureBox pictureBox3;
  101. }
  102. }