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

334 regels
18 KiB

  1. namespace AssistClient
  2. {
  3. partial class FrmProductList
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProductList));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  40. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  41. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  42. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  43. this.tsbtnSetting = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  45. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.colSpec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.colTag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.colStepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.colAssistStepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.colModifyCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.colModifyTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.toolStrip1.SuspendLayout();
  57. this.statusStrip1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // toolStrip1
  62. //
  63. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  64. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  65. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  66. this.toolStripSeparator1,
  67. this.tsbtnSetting,
  68. this.toolStripSeparator3,
  69. this.tsbtnClose});
  70. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  71. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  72. this.toolStrip1.Name = "toolStrip1";
  73. this.toolStrip1.Size = new System.Drawing.Size(1311, 65);
  74. this.toolStrip1.TabIndex = 12;
  75. this.toolStrip1.Text = "toolStrip1";
  76. //
  77. // toolStripSeparator1
  78. //
  79. this.toolStripSeparator1.Name = "toolStripSeparator1";
  80. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
  81. //
  82. // toolStripSeparator3
  83. //
  84. this.toolStripSeparator3.Name = "toolStripSeparator3";
  85. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 65);
  86. //
  87. // statusStrip1
  88. //
  89. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  90. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.tsslCount});
  92. this.statusStrip1.Location = new System.Drawing.Point(0, 766);
  93. this.statusStrip1.Name = "statusStrip1";
  94. this.statusStrip1.Size = new System.Drawing.Size(1311, 31);
  95. this.statusStrip1.TabIndex = 21;
  96. this.statusStrip1.Text = "statusStrip1";
  97. //
  98. // tsslCount
  99. //
  100. this.tsslCount.Name = "tsslCount";
  101. this.tsslCount.Size = new System.Drawing.Size(33, 24);
  102. this.tsslCount.Text = "共 ";
  103. //
  104. // dataGridView1
  105. //
  106. this.dataGridView1.AllowUserToAddRows = false;
  107. this.dataGridView1.AllowUserToDeleteRows = false;
  108. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  109. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  110. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  112. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  113. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  114. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  115. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  116. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  117. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  118. this.colId,
  119. this.colCode,
  120. this.colName,
  121. this.colSpec,
  122. this.colTag,
  123. this.colStepName,
  124. this.colAssistStepName,
  125. this.colTargetCount,
  126. this.colCompleteCount,
  127. this.colModifyCode,
  128. this.colModifyTime});
  129. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  130. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  131. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  133. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  134. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  135. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  136. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle7;
  137. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.dataGridView1.Location = new System.Drawing.Point(0, 65);
  139. this.dataGridView1.MultiSelect = false;
  140. this.dataGridView1.Name = "dataGridView1";
  141. this.dataGridView1.ReadOnly = true;
  142. this.dataGridView1.RowHeadersVisible = false;
  143. this.dataGridView1.RowHeadersWidth = 62;
  144. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle8;
  146. this.dataGridView1.RowTemplate.Height = 30;
  147. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  148. this.dataGridView1.Size = new System.Drawing.Size(1311, 701);
  149. this.dataGridView1.TabIndex = 22;
  150. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  151. this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
  152. //
  153. // tsbtnSetting
  154. //
  155. this.tsbtnSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSetting.Image")));
  156. this.tsbtnSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  157. this.tsbtnSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  158. this.tsbtnSetting.Name = "tsbtnSetting";
  159. this.tsbtnSetting.Size = new System.Drawing.Size(140, 60);
  160. this.tsbtnSetting.Text = "流程与配方设置";
  161. this.tsbtnSetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  162. this.tsbtnSetting.Click += new System.EventHandler(this.tsbtnSetting_Click);
  163. //
  164. // tsbtnClose
  165. //
  166. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  167. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  168. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.tsbtnClose.Name = "tsbtnClose";
  170. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  171. this.tsbtnClose.Text = " 关闭 ";
  172. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  173. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  174. //
  175. // colId
  176. //
  177. this.colId.DataPropertyName = "Id";
  178. this.colId.HeaderText = "Id";
  179. this.colId.MinimumWidth = 8;
  180. this.colId.Name = "colId";
  181. this.colId.ReadOnly = true;
  182. this.colId.Visible = false;
  183. this.colId.Width = 150;
  184. //
  185. // colCode
  186. //
  187. this.colCode.DataPropertyName = "Code";
  188. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  189. this.colCode.DefaultCellStyle = dataGridViewCellStyle2;
  190. this.colCode.HeaderText = "编号";
  191. this.colCode.MinimumWidth = 8;
  192. this.colCode.Name = "colCode";
  193. this.colCode.ReadOnly = true;
  194. this.colCode.Width = 150;
  195. //
  196. // colName
  197. //
  198. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  199. this.colName.DataPropertyName = "Name";
  200. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  201. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.colName.DefaultCellStyle = dataGridViewCellStyle3;
  203. this.colName.HeaderText = "名称";
  204. this.colName.MinimumWidth = 135;
  205. this.colName.Name = "colName";
  206. this.colName.ReadOnly = true;
  207. //
  208. // colSpec
  209. //
  210. this.colSpec.DataPropertyName = "Spec";
  211. this.colSpec.HeaderText = "规格";
  212. this.colSpec.MinimumWidth = 8;
  213. this.colSpec.Name = "colSpec";
  214. this.colSpec.ReadOnly = true;
  215. this.colSpec.Width = 130;
  216. //
  217. // colTag
  218. //
  219. this.colTag.DataPropertyName = "BatchId";
  220. this.colTag.HeaderText = "批次";
  221. this.colTag.MinimumWidth = 8;
  222. this.colTag.Name = "colTag";
  223. this.colTag.ReadOnly = true;
  224. this.colTag.Width = 80;
  225. //
  226. // colStepName
  227. //
  228. this.colStepName.HeaderText = "生产流程";
  229. this.colStepName.MinimumWidth = 8;
  230. this.colStepName.Name = "colStepName";
  231. this.colStepName.ReadOnly = true;
  232. this.colStepName.Width = 150;
  233. //
  234. // colAssistStepName
  235. //
  236. this.colAssistStepName.HeaderText = "修复流程";
  237. this.colAssistStepName.MinimumWidth = 8;
  238. this.colAssistStepName.Name = "colAssistStepName";
  239. this.colAssistStepName.ReadOnly = true;
  240. this.colAssistStepName.Width = 200;
  241. //
  242. // colTargetCount
  243. //
  244. this.colTargetCount.DataPropertyName = "TargetCount";
  245. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  246. this.colTargetCount.DefaultCellStyle = dataGridViewCellStyle4;
  247. this.colTargetCount.HeaderText = "目标数";
  248. this.colTargetCount.MinimumWidth = 8;
  249. this.colTargetCount.Name = "colTargetCount";
  250. this.colTargetCount.ReadOnly = true;
  251. this.colTargetCount.Width = 150;
  252. //
  253. // colCompleteCount
  254. //
  255. this.colCompleteCount.DataPropertyName = "CompleteCount";
  256. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  257. this.colCompleteCount.DefaultCellStyle = dataGridViewCellStyle5;
  258. this.colCompleteCount.HeaderText = "完成数";
  259. this.colCompleteCount.MinimumWidth = 8;
  260. this.colCompleteCount.Name = "colCompleteCount";
  261. this.colCompleteCount.ReadOnly = true;
  262. this.colCompleteCount.Width = 150;
  263. //
  264. // colModifyCode
  265. //
  266. this.colModifyCode.DataPropertyName = "ModifyUserCode";
  267. this.colModifyCode.HeaderText = "修订人";
  268. this.colModifyCode.MinimumWidth = 8;
  269. this.colModifyCode.Name = "colModifyCode";
  270. this.colModifyCode.ReadOnly = true;
  271. this.colModifyCode.Width = 150;
  272. //
  273. // colModifyTime
  274. //
  275. this.colModifyTime.DataPropertyName = "ModifyTime";
  276. dataGridViewCellStyle6.Format = "g";
  277. dataGridViewCellStyle6.NullValue = null;
  278. this.colModifyTime.DefaultCellStyle = dataGridViewCellStyle6;
  279. this.colModifyTime.HeaderText = "修订日期";
  280. this.colModifyTime.MinimumWidth = 8;
  281. this.colModifyTime.Name = "colModifyTime";
  282. this.colModifyTime.ReadOnly = true;
  283. this.colModifyTime.Width = 150;
  284. //
  285. // FrmProductList
  286. //
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  289. this.ClientSize = new System.Drawing.Size(1311, 797);
  290. this.Controls.Add(this.dataGridView1);
  291. this.Controls.Add(this.statusStrip1);
  292. this.Controls.Add(this.toolStrip1);
  293. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  294. this.Name = "FrmProductList";
  295. this.ShowInTaskbar = false;
  296. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  297. this.Text = "产品管理";
  298. this.Load += new System.EventHandler(this.FrmProductList_Load);
  299. this.toolStrip1.ResumeLayout(false);
  300. this.toolStrip1.PerformLayout();
  301. this.statusStrip1.ResumeLayout(false);
  302. this.statusStrip1.PerformLayout();
  303. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  304. this.ResumeLayout(false);
  305. this.PerformLayout();
  306. }
  307. #endregion
  308. private System.Windows.Forms.ToolStrip toolStrip1;
  309. private System.Windows.Forms.ToolStripButton tsbtnSetting;
  310. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  311. private System.Windows.Forms.StatusStrip statusStrip1;
  312. private System.Windows.Forms.DataGridView dataGridView1;
  313. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  314. private System.Windows.Forms.ToolStripButton tsbtnClose;
  315. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  316. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  317. private System.Windows.Forms.DataGridViewTextBoxColumn colCode;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn colName;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn colSpec;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn colTag;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn colStepName;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn colAssistStepName;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn colModifyCode;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn colModifyTime;
  327. }
  328. }