FormTerrainDefinition.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace CommonAIEditor
  2. {
  3. partial class FormTerrainDefinition
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.listView1 = new System.Windows.Forms.ListView();
  29. this.columnHeader0 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  30. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  31. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  35. this.btn_Add = new System.Windows.Forms.ToolStripButton();
  36. this.btn_Remove = new System.Windows.Forms.ToolStripButton();
  37. this.btn_UP = new System.Windows.Forms.ToolStripButton();
  38. this.btn_Down = new System.Windows.Forms.ToolStripButton();
  39. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  40. this.g2DPropertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
  41. this.button_OK = new System.Windows.Forms.Button();
  42. this.toolStrip1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  44. this.splitContainer1.Panel1.SuspendLayout();
  45. this.splitContainer1.Panel2.SuspendLayout();
  46. this.splitContainer1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // listView1
  50. //
  51. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  52. this.columnHeader0,
  53. this.columnHeader1,
  54. this.columnHeader2,
  55. this.columnHeader3,
  56. this.columnHeader4});
  57. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.listView1.FullRowSelect = true;
  59. this.listView1.GridLines = true;
  60. this.listView1.HideSelection = false;
  61. this.listView1.Location = new System.Drawing.Point(0, 0);
  62. this.listView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  63. this.listView1.MultiSelect = false;
  64. this.listView1.Name = "listView1";
  65. this.listView1.Size = new System.Drawing.Size(481, 453);
  66. this.listView1.TabIndex = 2;
  67. this.listView1.UseCompatibleStateImageBehavior = false;
  68. this.listView1.View = System.Windows.Forms.View.Details;
  69. this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged);
  70. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  71. //
  72. // columnHeader0
  73. //
  74. this.columnHeader0.Text = "";
  75. this.columnHeader0.Width = 24;
  76. //
  77. // columnHeader1
  78. //
  79. this.columnHeader1.Text = "颜色值";
  80. this.columnHeader1.Width = 160;
  81. //
  82. // columnHeader2
  83. //
  84. this.columnHeader2.Text = "阻挡";
  85. this.columnHeader2.Width = 69;
  86. //
  87. // columnHeader3
  88. //
  89. this.columnHeader3.Text = "名字";
  90. this.columnHeader3.Width = 82;
  91. //
  92. // columnHeader4
  93. //
  94. this.columnHeader4.Text = "注释";
  95. this.columnHeader4.Width = 75;
  96. //
  97. // toolStrip1
  98. //
  99. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  100. this.btn_Add,
  101. this.btn_Remove,
  102. this.btn_UP,
  103. this.btn_Down});
  104. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  105. this.toolStrip1.Name = "toolStrip1";
  106. this.toolStrip1.Size = new System.Drawing.Size(739, 25);
  107. this.toolStrip1.TabIndex = 3;
  108. this.toolStrip1.Text = "toolStrip1";
  109. //
  110. // btn_Add
  111. //
  112. this.btn_Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  113. this.btn_Add.Image = global::CommonAIEditor.Properties.Resources.Image11;
  114. this.btn_Add.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.btn_Add.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.btn_Add.Name = "btn_Add";
  117. this.btn_Add.Size = new System.Drawing.Size(23, 22);
  118. this.btn_Add.Text = "添加";
  119. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  120. //
  121. // btn_Remove
  122. //
  123. this.btn_Remove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  124. this.btn_Remove.Image = global::CommonAIEditor.Properties.Resources.Image13;
  125. this.btn_Remove.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  126. this.btn_Remove.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.btn_Remove.Name = "btn_Remove";
  128. this.btn_Remove.Size = new System.Drawing.Size(23, 22);
  129. this.btn_Remove.Text = "移除";
  130. this.btn_Remove.Click += new System.EventHandler(this.btn_Remove_Click);
  131. //
  132. // btn_UP
  133. //
  134. this.btn_UP.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  135. this.btn_UP.Image = global::CommonAIEditor.Properties.Resources.Image34;
  136. this.btn_UP.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  137. this.btn_UP.ImageTransparentColor = System.Drawing.Color.Magenta;
  138. this.btn_UP.Name = "btn_UP";
  139. this.btn_UP.Size = new System.Drawing.Size(23, 22);
  140. this.btn_UP.Text = "上移";
  141. //
  142. // btn_Down
  143. //
  144. this.btn_Down.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.btn_Down.Image = global::CommonAIEditor.Properties.Resources.Image35;
  146. this.btn_Down.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  147. this.btn_Down.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.btn_Down.Name = "btn_Down";
  149. this.btn_Down.Size = new System.Drawing.Size(23, 22);
  150. this.btn_Down.Text = "下移";
  151. //
  152. // splitContainer1
  153. //
  154. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  155. | System.Windows.Forms.AnchorStyles.Left)
  156. | System.Windows.Forms.AnchorStyles.Right)));
  157. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  158. this.splitContainer1.Location = new System.Drawing.Point(0, 35);
  159. this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  160. this.splitContainer1.Name = "splitContainer1";
  161. //
  162. // splitContainer1.Panel1
  163. //
  164. this.splitContainer1.Panel1.Controls.Add(this.listView1);
  165. //
  166. // splitContainer1.Panel2
  167. //
  168. this.splitContainer1.Panel2.Controls.Add(this.g2DPropertyGrid1);
  169. this.splitContainer1.Size = new System.Drawing.Size(739, 453);
  170. this.splitContainer1.SplitterDistance = 481;
  171. this.splitContainer1.SplitterWidth = 5;
  172. this.splitContainer1.TabIndex = 4;
  173. //
  174. // g2DPropertyGrid1
  175. //
  176. this.g2DPropertyGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
  177. this.g2DPropertyGrid1.DescriptionAreaHeight = 81;
  178. this.g2DPropertyGrid1.DescriptionAreaLineCount = 4;
  179. this.g2DPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.g2DPropertyGrid1.ImeMode = System.Windows.Forms.ImeMode.On;
  181. this.g2DPropertyGrid1.Location = new System.Drawing.Point(0, 0);
  182. this.g2DPropertyGrid1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  183. this.g2DPropertyGrid1.MinDescriptionAreaLineCount = 5;
  184. this.g2DPropertyGrid1.Name = "g2DPropertyGrid1";
  185. this.g2DPropertyGrid1.Size = new System.Drawing.Size(253, 453);
  186. this.g2DPropertyGrid1.TabIndex = 0;
  187. this.g2DPropertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.g2DPropertyGrid1_PropertyValueChanged);
  188. //
  189. // button_OK
  190. //
  191. this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  192. this.button_OK.Location = new System.Drawing.Point(595, 518);
  193. this.button_OK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  194. this.button_OK.Name = "button_OK";
  195. this.button_OK.Size = new System.Drawing.Size(129, 58);
  196. this.button_OK.TabIndex = 5;
  197. this.button_OK.Text = "OK";
  198. this.button_OK.UseVisualStyleBackColor = true;
  199. this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
  200. //
  201. // FormTerrainDefinition
  202. //
  203. this.AcceptButton = this.button_OK;
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(739, 593);
  207. this.Controls.Add(this.button_OK);
  208. this.Controls.Add(this.splitContainer1);
  209. this.Controls.Add(this.toolStrip1);
  210. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.ImeMode = System.Windows.Forms.ImeMode.On;
  212. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  213. this.Name = "FormTerrainDefinition";
  214. this.Text = "FormTerrainDefinition";
  215. this.toolStrip1.ResumeLayout(false);
  216. this.toolStrip1.PerformLayout();
  217. this.splitContainer1.Panel1.ResumeLayout(false);
  218. this.splitContainer1.Panel2.ResumeLayout(false);
  219. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  220. this.splitContainer1.ResumeLayout(false);
  221. this.ResumeLayout(false);
  222. this.PerformLayout();
  223. }
  224. #endregion
  225. private System.Windows.Forms.ListView listView1;
  226. private System.Windows.Forms.ColumnHeader columnHeader1;
  227. private System.Windows.Forms.ColumnHeader columnHeader2;
  228. private System.Windows.Forms.ColumnHeader columnHeader3;
  229. private System.Windows.Forms.ToolStrip toolStrip1;
  230. private System.Windows.Forms.ToolStripButton btn_Add;
  231. private System.Windows.Forms.ToolStripButton btn_Remove;
  232. private System.Windows.Forms.ColumnHeader columnHeader4;
  233. private System.Windows.Forms.SplitContainer splitContainer1;
  234. private CommonFroms.G2D.DataGrid.G2DPropertyGrid g2DPropertyGrid1;
  235. private System.Windows.Forms.ColumnHeader columnHeader0;
  236. private System.Windows.Forms.ToolStripButton btn_UP;
  237. private System.Windows.Forms.ToolStripButton btn_Down;
  238. private System.Windows.Forms.Button button_OK;
  239. }
  240. }