EditorDisplayPanel.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. namespace GameEditorPlugin.Win32.Editor
  2. {
  3. partial class EditorDisplayPanel
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  29. this.btn_ShowUnit = new System.Windows.Forms.ToolStripButton();
  30. this.btn_ShowRegion = new System.Windows.Forms.ToolStripButton();
  31. this.btn_ShowPoint = new System.Windows.Forms.ToolStripButton();
  32. this.btn_ShowDecoration = new System.Windows.Forms.ToolStripButton();
  33. this.btn_ShowItem = new System.Windows.Forms.ToolStripButton();
  34. this.btn_ShowArea = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.toolStrip1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // toolStrip1
  42. //
  43. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Left;
  44. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  45. this.btn_ShowUnit,
  46. this.btn_ShowRegion,
  47. this.btn_ShowPoint,
  48. this.btn_ShowDecoration,
  49. this.btn_ShowItem,
  50. this.btn_ShowArea,
  51. this.toolStripSeparator1});
  52. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  53. this.toolStrip1.Name = "toolStrip1";
  54. this.toolStrip1.Size = new System.Drawing.Size(24, 581);
  55. this.toolStrip1.TabIndex = 1;
  56. this.toolStrip1.Text = "toolStrip1";
  57. //
  58. // btn_ShowUnit
  59. //
  60. this.btn_ShowUnit.CheckOnClick = true;
  61. this.btn_ShowUnit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  62. this.btn_ShowUnit.Image = global::GameEditorPlugin.Properties.Resources.icon_res_2;
  63. this.btn_ShowUnit.ImageTransparentColor = System.Drawing.Color.Magenta;
  64. this.btn_ShowUnit.Name = "btn_ShowUnit";
  65. this.btn_ShowUnit.Size = new System.Drawing.Size(21, 20);
  66. this.btn_ShowUnit.Text = "显示单位";
  67. this.btn_ShowUnit.CheckedChanged += new System.EventHandler(this.btn_Show_CheckedChanged);
  68. this.btn_ShowUnit.Click += new System.EventHandler(this.btn_Show_Click);
  69. //
  70. // btn_ShowRegion
  71. //
  72. this.btn_ShowRegion.CheckOnClick = true;
  73. this.btn_ShowRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  74. this.btn_ShowRegion.Image = global::GameEditorPlugin.Properties.Resources.icon_layer;
  75. this.btn_ShowRegion.ImageTransparentColor = System.Drawing.Color.Magenta;
  76. this.btn_ShowRegion.Name = "btn_ShowRegion";
  77. this.btn_ShowRegion.Size = new System.Drawing.Size(21, 20);
  78. this.btn_ShowRegion.Text = "显示区域";
  79. this.btn_ShowRegion.CheckedChanged += new System.EventHandler(this.btn_Show_CheckedChanged);
  80. this.btn_ShowRegion.Click += new System.EventHandler(this.btn_Show_Click);
  81. //
  82. // btn_ShowPoint
  83. //
  84. this.btn_ShowPoint.CheckOnClick = true;
  85. this.btn_ShowPoint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  86. this.btn_ShowPoint.Image = global::GameEditorPlugin.Properties.Resources.icon_trigger;
  87. this.btn_ShowPoint.ImageTransparentColor = System.Drawing.Color.Magenta;
  88. this.btn_ShowPoint.Name = "btn_ShowPoint";
  89. this.btn_ShowPoint.Size = new System.Drawing.Size(21, 20);
  90. this.btn_ShowPoint.Text = "显示路点";
  91. this.btn_ShowPoint.CheckedChanged += new System.EventHandler(this.btn_Show_CheckedChanged);
  92. this.btn_ShowPoint.Click += new System.EventHandler(this.btn_Show_Click);
  93. //
  94. // btn_ShowDecoration
  95. //
  96. this.btn_ShowDecoration.CheckOnClick = true;
  97. this.btn_ShowDecoration.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  98. this.btn_ShowDecoration.Image = global::GameEditorPlugin.Properties.Resources.icon_res_1;
  99. this.btn_ShowDecoration.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.btn_ShowDecoration.Name = "btn_ShowDecoration";
  101. this.btn_ShowDecoration.Size = new System.Drawing.Size(21, 20);
  102. this.btn_ShowDecoration.Text = "显示装饰物";
  103. this.btn_ShowDecoration.CheckedChanged += new System.EventHandler(this.btn_Show_CheckedChanged);
  104. this.btn_ShowDecoration.Click += new System.EventHandler(this.btn_Show_Click);
  105. //
  106. // btn_ShowItem
  107. //
  108. this.btn_ShowItem.CheckOnClick = true;
  109. this.btn_ShowItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  110. this.btn_ShowItem.Image = global::GameEditorPlugin.Properties.Resources.icon_res_4;
  111. this.btn_ShowItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.btn_ShowItem.Name = "btn_ShowItem";
  113. this.btn_ShowItem.Size = new System.Drawing.Size(21, 20);
  114. this.btn_ShowItem.Text = "显示物品";
  115. this.btn_ShowItem.CheckedChanged += new System.EventHandler(this.btn_Show_CheckedChanged);
  116. this.btn_ShowItem.Click += new System.EventHandler(this.btn_Show_Click);
  117. //
  118. // btn_ShowArea
  119. //
  120. this.btn_ShowArea.CheckOnClick = true;
  121. this.btn_ShowArea.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  122. this.btn_ShowArea.Image = global::GameEditorPlugin.Properties.Resources.icon_res_6;
  123. this.btn_ShowArea.ImageTransparentColor = System.Drawing.Color.Magenta;
  124. this.btn_ShowArea.Name = "btn_ShowArea";
  125. this.btn_ShowArea.Size = new System.Drawing.Size(21, 20);
  126. this.btn_ShowArea.Text = "显示Area";
  127. this.btn_ShowArea.CheckedChanged += new System.EventHandler(this.btn_Show_CheckedChanged);
  128. this.btn_ShowArea.Click += new System.EventHandler(this.btn_Show_Click);
  129. //
  130. // toolStripSeparator1
  131. //
  132. this.toolStripSeparator1.Name = "toolStripSeparator1";
  133. this.toolStripSeparator1.Size = new System.Drawing.Size(21, 6);
  134. //
  135. // pictureBox1
  136. //
  137. this.pictureBox1.BackColor = System.Drawing.Color.Black;
  138. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.pictureBox1.Location = new System.Drawing.Point(24, 0);
  140. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.pictureBox1.Name = "pictureBox1";
  142. this.pictureBox1.Size = new System.Drawing.Size(744, 581);
  143. this.pictureBox1.TabIndex = 0;
  144. this.pictureBox1.TabStop = false;
  145. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  146. this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  147. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  148. this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
  149. //
  150. // EditorDisplayPanel
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.BackColor = System.Drawing.SystemColors.Control;
  155. this.Controls.Add(this.pictureBox1);
  156. this.Controls.Add(this.toolStrip1);
  157. this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  158. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  159. this.Name = "EditorDisplayPanel";
  160. this.Size = new System.Drawing.Size(768, 581);
  161. this.Load += new System.EventHandler(this.Win32EditorPanel_Load);
  162. this.toolStrip1.ResumeLayout(false);
  163. this.toolStrip1.PerformLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  165. this.ResumeLayout(false);
  166. this.PerformLayout();
  167. }
  168. #endregion
  169. private System.Windows.Forms.PictureBox pictureBox1;
  170. private System.Windows.Forms.ToolStrip toolStrip1;
  171. private System.Windows.Forms.ToolStripButton btn_ShowUnit;
  172. private System.Windows.Forms.ToolStripButton btn_ShowPoint;
  173. private System.Windows.Forms.ToolStripButton btn_ShowRegion;
  174. private System.Windows.Forms.ToolStripButton btn_ShowItem;
  175. private System.Windows.Forms.ToolStripButton btn_ShowDecoration;
  176. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  177. private System.Windows.Forms.ToolStripButton btn_ShowArea;
  178. }
  179. }