SceneVarEditor.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace CommonAIEditor.Scene
  2. {
  3. partial class SceneVarEditor
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SceneVarEditor));
  30. this.listView1 = new System.Windows.Forms.ListView();
  31. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  36. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  37. this.btn_Add = new System.Windows.Forms.ToolStripButton();
  38. this.btn_Remove = new System.Windows.Forms.ToolStripButton();
  39. this.btn_Edit = new System.Windows.Forms.ToolStripButton();
  40. this.toolStrip1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // listView1
  44. //
  45. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  46. this.columnHeader1,
  47. this.columnHeader2,
  48. this.columnHeader3,
  49. this.columnHeader4});
  50. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.listView1.FullRowSelect = true;
  52. this.listView1.GridLines = true;
  53. this.listView1.HideSelection = false;
  54. this.listView1.LargeImageList = this.imageList1;
  55. this.listView1.Location = new System.Drawing.Point(0, 25);
  56. this.listView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  57. this.listView1.Name = "listView1";
  58. this.listView1.Size = new System.Drawing.Size(606, 443);
  59. this.listView1.SmallImageList = this.imageList1;
  60. this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
  61. this.listView1.StateImageList = this.imageList1;
  62. this.listView1.TabIndex = 0;
  63. this.listView1.UseCompatibleStateImageBehavior = false;
  64. this.listView1.View = System.Windows.Forms.View.Details;
  65. this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
  66. //
  67. // columnHeader1
  68. //
  69. this.columnHeader1.Text = "变量名";
  70. this.columnHeader1.Width = 130;
  71. //
  72. // columnHeader2
  73. //
  74. this.columnHeader2.Text = "类型";
  75. this.columnHeader2.Width = 124;
  76. //
  77. // columnHeader3
  78. //
  79. this.columnHeader3.Text = "默认值";
  80. this.columnHeader3.Width = 127;
  81. //
  82. // columnHeader4
  83. //
  84. this.columnHeader4.Text = "网络协议";
  85. this.columnHeader4.Width = 100;
  86. //
  87. // imageList1
  88. //
  89. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  90. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  91. this.imageList1.Images.SetKeyName(0, "touch_marker.png");
  92. this.imageList1.Images.SetKeyName(1, "refresh.png");
  93. //
  94. // toolStrip1
  95. //
  96. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  97. this.btn_Add,
  98. this.btn_Remove,
  99. this.btn_Edit});
  100. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  101. this.toolStrip1.Name = "toolStrip1";
  102. this.toolStrip1.Size = new System.Drawing.Size(606, 25);
  103. this.toolStrip1.TabIndex = 1;
  104. this.toolStrip1.Text = "toolStrip1";
  105. //
  106. // btn_Add
  107. //
  108. this.btn_Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  109. this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image")));
  110. this.btn_Add.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.btn_Add.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.btn_Add.Name = "btn_Add";
  113. this.btn_Add.Size = new System.Drawing.Size(23, 22);
  114. this.btn_Add.Text = "添加";
  115. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  116. //
  117. // btn_Remove
  118. //
  119. this.btn_Remove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  120. this.btn_Remove.Image = ((System.Drawing.Image)(resources.GetObject("btn_Remove.Image")));
  121. this.btn_Remove.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  122. this.btn_Remove.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.btn_Remove.Name = "btn_Remove";
  124. this.btn_Remove.Size = new System.Drawing.Size(23, 22);
  125. this.btn_Remove.Text = "删除";
  126. this.btn_Remove.Click += new System.EventHandler(this.btn_Remove_Click);
  127. //
  128. // btn_Edit
  129. //
  130. this.btn_Edit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  131. this.btn_Edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_Edit.Image")));
  132. this.btn_Edit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  133. this.btn_Edit.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.btn_Edit.Name = "btn_Edit";
  135. this.btn_Edit.Size = new System.Drawing.Size(23, 22);
  136. this.btn_Edit.Text = "编辑变量";
  137. this.btn_Edit.Click += new System.EventHandler(this.btn_Edit_Click);
  138. //
  139. // SceneVarEditor
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(606, 468);
  144. this.Controls.Add(this.listView1);
  145. this.Controls.Add(this.toolStrip1);
  146. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  148. this.ImeMode = System.Windows.Forms.ImeMode.On;
  149. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  150. this.Name = "SceneVarEditor";
  151. this.Text = "编辑场景变量";
  152. this.toolStrip1.ResumeLayout(false);
  153. this.toolStrip1.PerformLayout();
  154. this.ResumeLayout(false);
  155. this.PerformLayout();
  156. }
  157. #endregion
  158. private System.Windows.Forms.ColumnHeader columnHeader1;
  159. private System.Windows.Forms.ColumnHeader columnHeader2;
  160. private System.Windows.Forms.ColumnHeader columnHeader3;
  161. private System.Windows.Forms.ToolStrip toolStrip1;
  162. private System.Windows.Forms.ToolStripButton btn_Add;
  163. private System.Windows.Forms.ToolStripButton btn_Remove;
  164. private System.Windows.Forms.ToolStripButton btn_Edit;
  165. private System.Windows.Forms.ColumnHeader columnHeader4;
  166. private System.Windows.Forms.ImageList imageList1;
  167. private System.Windows.Forms.ListView listView1;
  168. }
  169. }