版博士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.
 
 
 
 

264 lines
15 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmClassesSingle
  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(FrmClassesSingle));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  35. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnNew = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  42. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  43. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.colOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.colPreName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.button1 = new System.Windows.Forms.Button();
  48. this.toolStrip1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // toolStrip1
  53. //
  54. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  55. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  56. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  57. this.tsbtnSave,
  58. this.toolStripSeparator4,
  59. this.tsbtnNew,
  60. this.tsbtnDel,
  61. this.toolStripSeparator1,
  62. this.tsbtnClose});
  63. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  64. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  65. this.toolStrip1.Name = "toolStrip1";
  66. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  67. this.toolStrip1.Size = new System.Drawing.Size(436, 65);
  68. this.toolStrip1.TabIndex = 17;
  69. this.toolStrip1.Text = "toolStrip1";
  70. //
  71. // tsbtnSave
  72. //
  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(70, 60);
  78. this.tsbtnSave.Text = " 保存 ";
  79. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  80. this.tsbtnSave.Visible = false;
  81. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  82. //
  83. // toolStripSeparator4
  84. //
  85. this.toolStripSeparator4.Name = "toolStripSeparator4";
  86. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
  87. this.toolStripSeparator4.Visible = false;
  88. //
  89. // tsbtnNew
  90. //
  91. this.tsbtnNew.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNew.Image")));
  92. this.tsbtnNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnNew.Name = "tsbtnNew";
  95. this.tsbtnNew.Size = new System.Drawing.Size(68, 60);
  96. this.tsbtnNew.Text = "添加行";
  97. this.tsbtnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  98. this.tsbtnNew.Click += new System.EventHandler(this.tsbtnNew_Click);
  99. //
  100. // tsbtnDel
  101. //
  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(68, 60);
  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, 65);
  115. //
  116. // tsbtnClose
  117. //
  118. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  119. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.tsbtnClose.Name = "tsbtnClose";
  122. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  123. this.tsbtnClose.Text = " 关闭 ";
  124. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  125. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  126. //
  127. // dataGridView2
  128. //
  129. this.dataGridView2.AllowUserToAddRows = false;
  130. this.dataGridView2.AllowUserToDeleteRows = false;
  131. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  132. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  133. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  135. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  138. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  139. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  140. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  141. this.colId,
  142. this.colOrder,
  143. this.colPreName,
  144. this.colName});
  145. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  146. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  147. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  149. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  150. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  151. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  152. this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle7;
  153. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  155. this.dataGridView2.Location = new System.Drawing.Point(0, 65);
  156. this.dataGridView2.MultiSelect = false;
  157. this.dataGridView2.Name = "dataGridView2";
  158. this.dataGridView2.RowHeadersVisible = false;
  159. this.dataGridView2.RowHeadersWidth = 62;
  160. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle8;
  162. this.dataGridView2.RowTemplate.Height = 30;
  163. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  164. this.dataGridView2.Size = new System.Drawing.Size(436, 587);
  165. this.dataGridView2.TabIndex = 3;
  166. this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
  167. this.dataGridView2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEndEdit);
  168. this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete);
  169. //
  170. // colId
  171. //
  172. this.colId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  173. this.colId.DataPropertyName = "Id";
  174. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  175. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.colId.DefaultCellStyle = dataGridViewCellStyle6;
  177. this.colId.HeaderText = "Id";
  178. this.colId.MinimumWidth = 8;
  179. this.colId.Name = "colId";
  180. this.colId.Visible = false;
  181. this.colId.Width = 150;
  182. //
  183. // colOrder
  184. //
  185. this.colOrder.DataPropertyName = "Order";
  186. this.colOrder.HeaderText = "Order";
  187. this.colOrder.MinimumWidth = 8;
  188. this.colOrder.Name = "colOrder";
  189. this.colOrder.ReadOnly = true;
  190. this.colOrder.Visible = false;
  191. this.colOrder.Width = 150;
  192. //
  193. // colPreName
  194. //
  195. this.colPreName.HeaderText = "PreName";
  196. this.colPreName.MinimumWidth = 8;
  197. this.colPreName.Name = "colPreName";
  198. this.colPreName.ReadOnly = true;
  199. this.colPreName.Visible = false;
  200. this.colPreName.Width = 150;
  201. //
  202. // colName
  203. //
  204. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  205. this.colName.DataPropertyName = "Name";
  206. this.colName.HeaderText = "名称";
  207. this.colName.MinimumWidth = 8;
  208. this.colName.Name = "colName";
  209. //
  210. // button1
  211. //
  212. this.button1.Location = new System.Drawing.Point(349, 229);
  213. this.button1.Name = "button1";
  214. this.button1.Size = new System.Drawing.Size(75, 23);
  215. this.button1.TabIndex = 18;
  216. this.button1.Text = "button1";
  217. this.button1.UseVisualStyleBackColor = true;
  218. //
  219. // FrmClassesSingle
  220. //
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.ClientSize = new System.Drawing.Size(436, 652);
  224. this.Controls.Add(this.dataGridView2);
  225. this.Controls.Add(this.toolStrip1);
  226. this.Controls.Add(this.button1);
  227. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  228. this.MaximizeBox = false;
  229. this.MinimizeBox = false;
  230. this.Name = "FrmClassesSingle";
  231. this.ShowIcon = false;
  232. this.ShowInTaskbar = false;
  233. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  234. this.Text = "类别管理";
  235. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmClassesSingle_FormClosing);
  236. this.Load += new System.EventHandler(this.FrmClassesSingle_Load);
  237. this.toolStrip1.ResumeLayout(false);
  238. this.toolStrip1.PerformLayout();
  239. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  240. this.ResumeLayout(false);
  241. this.PerformLayout();
  242. }
  243. #endregion
  244. private System.Windows.Forms.ToolStrip toolStrip1;
  245. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  246. private System.Windows.Forms.ToolStripButton tsbtnClose;
  247. private System.Windows.Forms.ToolStripButton tsbtnSave;
  248. private System.Windows.Forms.ToolTip toolTip1;
  249. private System.Windows.Forms.DataGridView dataGridView2;
  250. private System.Windows.Forms.ToolStripButton tsbtnNew;
  251. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  252. private System.Windows.Forms.ToolStripButton tsbtnDel;
  253. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  254. private System.Windows.Forms.DataGridViewTextBoxColumn colOrder;
  255. private System.Windows.Forms.DataGridViewTextBoxColumn colPreName;
  256. private System.Windows.Forms.DataGridViewTextBoxColumn colName;
  257. private System.Windows.Forms.Button button1;
  258. }
  259. }