版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

FrmProductList.Designer.cs 19 KiB

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