版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

260 lines
15 KiB

  1. namespace MaiMuAOI.SysUI.ProductAndStep
  2. {
  3. partial class ProductClassesFrm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductClassesFrm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  36. this.tsbtnNew = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  40. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  41. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  42. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.colOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.colPreName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.toolStrip1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // toolStrip1
  51. //
  52. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  53. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  54. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  55. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  56. this.tsbtnSave,
  57. this.toolStripSeparator2,
  58. this.tsbtnNew,
  59. this.tsbtnDel,
  60. this.toolStripSeparator1,
  61. this.tsbtnExit});
  62. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  63. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  64. this.toolStrip1.Name = "toolStrip1";
  65. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  66. this.toolStrip1.Size = new System.Drawing.Size(352, 56);
  67. this.toolStrip1.TabIndex = 29;
  68. this.toolStrip1.Text = "toolStrip1";
  69. //
  70. // tsbtnSave
  71. //
  72. this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  73. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  74. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  75. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  76. this.tsbtnSave.Name = "tsbtnSave";
  77. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  78. this.tsbtnSave.Text = " 保存 ";
  79. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  80. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  81. //
  82. // toolStripSeparator2
  83. //
  84. this.toolStripSeparator2.Name = "toolStripSeparator2";
  85. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  86. //
  87. // tsbtnNew
  88. //
  89. this.tsbtnNew.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  90. this.tsbtnNew.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNew.Image")));
  91. this.tsbtnNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  92. this.tsbtnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
  93. this.tsbtnNew.Name = "tsbtnNew";
  94. this.tsbtnNew.Size = new System.Drawing.Size(48, 53);
  95. this.tsbtnNew.Text = "添加行";
  96. this.tsbtnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  97. this.tsbtnNew.Click += new System.EventHandler(this.tsbtnNew_Click);
  98. //
  99. // tsbtnDel
  100. //
  101. this.tsbtnDel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  102. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  103. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnDel.Name = "tsbtnDel";
  106. this.tsbtnDel.Size = new System.Drawing.Size(48, 53);
  107. this.tsbtnDel.Text = "删除行";
  108. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  109. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  110. //
  111. // toolStripSeparator1
  112. //
  113. this.toolStripSeparator1.Name = "toolStripSeparator1";
  114. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  115. //
  116. // tsbtnExit
  117. //
  118. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  119. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  120. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  121. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  122. this.tsbtnExit.Name = "tsbtnExit";
  123. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  124. this.tsbtnExit.Text = " 退出 ";
  125. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  126. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
  127. //
  128. // uiTitel1
  129. //
  130. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  131. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  132. this.uiTitel1.FatherForm = null;
  133. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  134. this.uiTitel1.Name = "uiTitel1";
  135. this.uiTitel1.Size = new System.Drawing.Size(352, 46);
  136. this.uiTitel1.TabIndex = 28;
  137. //
  138. // dataGridView2
  139. //
  140. this.dataGridView2.AllowUserToAddRows = false;
  141. this.dataGridView2.AllowUserToDeleteRows = false;
  142. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  143. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  144. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  146. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  147. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  148. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  149. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  150. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  151. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  152. this.colId,
  153. this.colOrder,
  154. this.colPreName,
  155. this.colName});
  156. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  157. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  158. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  160. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  161. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  162. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  163. this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle3;
  164. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  166. this.dataGridView2.Location = new System.Drawing.Point(0, 102);
  167. this.dataGridView2.Margin = new System.Windows.Forms.Padding(2);
  168. this.dataGridView2.MultiSelect = false;
  169. this.dataGridView2.Name = "dataGridView2";
  170. this.dataGridView2.RowHeadersVisible = false;
  171. this.dataGridView2.RowHeadersWidth = 62;
  172. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle4;
  174. this.dataGridView2.RowTemplate.Height = 30;
  175. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  176. this.dataGridView2.Size = new System.Drawing.Size(352, 370);
  177. this.dataGridView2.TabIndex = 30;
  178. this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
  179. this.dataGridView2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEndEdit);
  180. this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete);
  181. //
  182. // colId
  183. //
  184. this.colId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  185. this.colId.DataPropertyName = "Id";
  186. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  187. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.colId.DefaultCellStyle = dataGridViewCellStyle2;
  189. this.colId.HeaderText = "Id";
  190. this.colId.MinimumWidth = 8;
  191. this.colId.Name = "colId";
  192. this.colId.Visible = false;
  193. this.colId.Width = 150;
  194. //
  195. // colOrder
  196. //
  197. this.colOrder.DataPropertyName = "Order";
  198. this.colOrder.HeaderText = "Order";
  199. this.colOrder.MinimumWidth = 8;
  200. this.colOrder.Name = "colOrder";
  201. this.colOrder.ReadOnly = true;
  202. this.colOrder.Visible = false;
  203. this.colOrder.Width = 150;
  204. //
  205. // colPreName
  206. //
  207. this.colPreName.HeaderText = "PreName";
  208. this.colPreName.MinimumWidth = 8;
  209. this.colPreName.Name = "colPreName";
  210. this.colPreName.ReadOnly = true;
  211. this.colPreName.Visible = false;
  212. this.colPreName.Width = 150;
  213. //
  214. // colName
  215. //
  216. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  217. this.colName.DataPropertyName = "Name";
  218. this.colName.HeaderText = "名称";
  219. this.colName.MinimumWidth = 8;
  220. this.colName.Name = "colName";
  221. //
  222. // ProductClassesFrm
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.ClientSize = new System.Drawing.Size(352, 472);
  227. this.Controls.Add(this.dataGridView2);
  228. this.Controls.Add(this.toolStrip1);
  229. this.Controls.Add(this.uiTitel1);
  230. this.Name = "ProductClassesFrm";
  231. this.Text = "产品类别";
  232. this.Load += new System.EventHandler(this.ProductClassesFrm_Load);
  233. this.toolStrip1.ResumeLayout(false);
  234. this.toolStrip1.PerformLayout();
  235. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  236. this.ResumeLayout(false);
  237. this.PerformLayout();
  238. }
  239. #endregion
  240. private System.Windows.Forms.ToolStrip toolStrip1;
  241. private System.Windows.Forms.ToolStripButton tsbtnSave;
  242. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  243. private System.Windows.Forms.ToolStripButton tsbtnExit;
  244. private System.Windows.Forms.ToolStripButton tsbtnNew;
  245. private System.Windows.Forms.ToolStripButton tsbtnDel;
  246. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  247. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  248. private System.Windows.Forms.DataGridView dataGridView2;
  249. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  250. private System.Windows.Forms.DataGridViewTextBoxColumn colOrder;
  251. private System.Windows.Forms.DataGridViewTextBoxColumn colPreName;
  252. private System.Windows.Forms.DataGridViewTextBoxColumn colName;
  253. }
  254. }