G2DTreeDataGrid.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. using AdvancedDataGridView;
  2. namespace CommonFroms.Utils.TreeGrid
  3. {
  4. partial class G2DTreeDataGrid
  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.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(G2DTreeDataGrid));
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.menuNode = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.menuNode_New = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menuNode_Delete = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.menuNode_Up = new System.Windows.Forms.ToolStripMenuItem();
  39. this.menuNode_Down = new System.Windows.Forms.ToolStripMenuItem();
  40. this.treeGridView1 = new AdvancedDataGridView.TreeGridView();
  41. this.ColumnIcon = new System.Windows.Forms.DataGridViewImageColumn();
  42. this.ColumnField = new AdvancedDataGridView.TreeGridColumn();
  43. this.ColumnFieldValue = new CommonFroms.Utils.TreeGrid.G2DTreeGridValueColumn();
  44. this.ColumnFieldType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  46. this.splitContainer1.Panel1.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. this.menuNode.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.treeGridView1)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // splitContainer1
  53. //
  54. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  56. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  57. this.splitContainer1.Name = "splitContainer1";
  58. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  59. //
  60. // splitContainer1.Panel1
  61. //
  62. this.splitContainer1.Panel1.Controls.Add(this.treeGridView1);
  63. this.splitContainer1.Size = new System.Drawing.Size(884, 785);
  64. this.splitContainer1.SplitterDistance = 670;
  65. this.splitContainer1.TabIndex = 4;
  66. //
  67. // imageList1
  68. //
  69. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  70. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  71. this.imageList1.Images.SetKeyName(0, "icon_men.png");
  72. this.imageList1.Images.SetKeyName(1, "icons_tool_bar1.png");
  73. this.imageList1.Images.SetKeyName(2, "icons_tool_bar2.png");
  74. this.imageList1.Images.SetKeyName(3, "icons_tool_bar3.png");
  75. //
  76. // toolStrip1
  77. //
  78. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  79. this.toolStrip1.Name = "toolStrip1";
  80. this.toolStrip1.Size = new System.Drawing.Size(884, 25);
  81. this.toolStrip1.TabIndex = 5;
  82. this.toolStrip1.Text = "toolStrip1";
  83. //
  84. // menuNode
  85. //
  86. this.menuNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  87. this.menuNode_New,
  88. this.menuNode_Delete,
  89. this.toolStripMenuItem1,
  90. this.menuNode_Up,
  91. this.menuNode_Down});
  92. this.menuNode.Name = "menuCollection";
  93. this.menuNode.Size = new System.Drawing.Size(113, 98);
  94. this.menuNode.Opening += new System.ComponentModel.CancelEventHandler(this.menuNode_Opening);
  95. //
  96. // menuNode_New
  97. //
  98. this.menuNode_New.Name = "menuNode_New";
  99. this.menuNode_New.Size = new System.Drawing.Size(112, 22);
  100. this.menuNode_New.Text = "新建项";
  101. this.menuNode_New.Click += new System.EventHandler(this.menuNode_New_Click);
  102. //
  103. // menuNode_Delete
  104. //
  105. this.menuNode_Delete.Name = "menuNode_Delete";
  106. this.menuNode_Delete.Size = new System.Drawing.Size(112, 22);
  107. this.menuNode_Delete.Text = "删除项";
  108. this.menuNode_Delete.Click += new System.EventHandler(this.menuNode_Delete_Click);
  109. //
  110. // toolStripMenuItem1
  111. //
  112. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  113. this.toolStripMenuItem1.Size = new System.Drawing.Size(109, 6);
  114. //
  115. // menuNode_Up
  116. //
  117. this.menuNode_Up.Name = "menuNode_Up";
  118. this.menuNode_Up.Size = new System.Drawing.Size(112, 22);
  119. this.menuNode_Up.Text = "向上";
  120. this.menuNode_Up.Click += new System.EventHandler(this.menuNode_Up_Click);
  121. //
  122. // menuNode_Down
  123. //
  124. this.menuNode_Down.Name = "menuNode_Down";
  125. this.menuNode_Down.Size = new System.Drawing.Size(112, 22);
  126. this.menuNode_Down.Text = "向下";
  127. this.menuNode_Down.Click += new System.EventHandler(this.menuNode_Down_Click);
  128. //
  129. // treeGridView1
  130. //
  131. this.treeGridView1.AllowUserToAddRows = false;
  132. this.treeGridView1.AllowUserToDeleteRows = false;
  133. this.treeGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  134. this.treeGridView1.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  135. this.treeGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  136. this.ColumnIcon,
  137. this.ColumnField,
  138. this.ColumnFieldValue,
  139. this.ColumnFieldType});
  140. this.treeGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.treeGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  142. this.treeGridView1.ImageList = this.imageList1;
  143. this.treeGridView1.ImeMode = System.Windows.Forms.ImeMode.On;
  144. this.treeGridView1.Location = new System.Drawing.Point(0, 0);
  145. this.treeGridView1.MultiSelect = false;
  146. this.treeGridView1.Name = "treeGridView1";
  147. this.treeGridView1.RowHeadersVisible = false;
  148. this.treeGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  149. this.treeGridView1.ShowEditingIcon = false;
  150. this.treeGridView1.Size = new System.Drawing.Size(884, 670);
  151. this.treeGridView1.TabIndex = 3;
  152. this.treeGridView1.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.treeGridView1_CellContextMenuStripNeeded);
  153. this.treeGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.treeGridView1_CellMouseDown);
  154. //
  155. // ColumnIcon
  156. //
  157. this.ColumnIcon.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  158. this.ColumnIcon.FillWeight = 1F;
  159. this.ColumnIcon.HeaderText = "";
  160. this.ColumnIcon.MinimumWidth = 23;
  161. this.ColumnIcon.Name = "ColumnIcon";
  162. this.ColumnIcon.ReadOnly = true;
  163. this.ColumnIcon.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  164. this.ColumnIcon.Width = 23;
  165. //
  166. // ColumnField
  167. //
  168. this.ColumnField.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  169. this.ColumnField.DefaultNodeImage = global::CommonFroms.Properties.Resources.icon_men;
  170. this.ColumnField.HeaderText = "字段名";
  171. this.ColumnField.MinimumWidth = 200;
  172. this.ColumnField.Name = "ColumnField";
  173. this.ColumnField.ReadOnly = true;
  174. this.ColumnField.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  175. this.ColumnField.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  176. //
  177. // ColumnFieldValue
  178. //
  179. this.ColumnFieldValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  180. this.ColumnFieldValue.FillWeight = 50F;
  181. this.ColumnFieldValue.HeaderText = "字段值";
  182. this.ColumnFieldValue.MinimumWidth = 100;
  183. this.ColumnFieldValue.Name = "ColumnFieldValue";
  184. this.ColumnFieldValue.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  185. this.ColumnFieldValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  186. //
  187. // ColumnFieldType
  188. //
  189. this.ColumnFieldType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  190. this.ColumnFieldType.FillWeight = 10F;
  191. this.ColumnFieldType.HeaderText = "类型";
  192. this.ColumnFieldType.MinimumWidth = 80;
  193. this.ColumnFieldType.Name = "ColumnFieldType";
  194. this.ColumnFieldType.ReadOnly = true;
  195. this.ColumnFieldType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  196. //
  197. // G2DTreeDataGrid
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.Controls.Add(this.splitContainer1);
  202. this.Controls.Add(this.toolStrip1);
  203. this.Name = "G2DTreeDataGrid";
  204. this.Size = new System.Drawing.Size(884, 810);
  205. this.splitContainer1.Panel1.ResumeLayout(false);
  206. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  207. this.splitContainer1.ResumeLayout(false);
  208. this.menuNode.ResumeLayout(false);
  209. ((System.ComponentModel.ISupportInitialize)(this.treeGridView1)).EndInit();
  210. this.ResumeLayout(false);
  211. this.PerformLayout();
  212. }
  213. #endregion
  214. private TreeGridView treeGridView1;
  215. private System.Windows.Forms.SplitContainer splitContainer1;
  216. private System.Windows.Forms.ToolStrip toolStrip1;
  217. public System.Windows.Forms.ContextMenuStrip menuNode;
  218. public System.Windows.Forms.ImageList imageList1;
  219. public System.Windows.Forms.ToolStripMenuItem menuNode_New;
  220. public System.Windows.Forms.ToolStripMenuItem menuNode_Delete;
  221. public System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  222. public System.Windows.Forms.ToolStripMenuItem menuNode_Up;
  223. public System.Windows.Forms.ToolStripMenuItem menuNode_Down;
  224. private System.Windows.Forms.DataGridViewImageColumn ColumnIcon;
  225. private TreeGridColumn ColumnField;
  226. private G2DTreeGridValueColumn ColumnFieldValue;
  227. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFieldType;
  228. }
  229. }