F_PM_2501.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2501
  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(F_PM_2501));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  44. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  46. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  50. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  51. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  58. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  61. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.STAFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  75. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.tsrOperate.SuspendLayout();
  84. this.gbxCondition.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // tsrOperate
  89. //
  90. this.tsrOperate.AutoSize = false;
  91. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  92. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  93. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  95. this.tsbtnAdd,
  96. this.tsbtnEdit,
  97. this.toolStripSeparator1,
  98. this.tsbtnAdaptive,
  99. this.tsbtnClose});
  100. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  101. this.tsrOperate.Name = "tsrOperate";
  102. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  103. this.tsrOperate.ShowItemToolTips = false;
  104. this.tsrOperate.Size = new System.Drawing.Size(1130, 35);
  105. this.tsrOperate.TabIndex = 25;
  106. this.tsrOperate.Text = "toolStrip1";
  107. //
  108. // tsbtnAdd
  109. //
  110. this.tsbtnAdd.AutoSize = false;
  111. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  113. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbtnAdd.Name = "tsbtnAdd";
  115. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  116. this.tsbtnAdd.Text = "新建(&N)";
  117. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  118. //
  119. // tsbtnEdit
  120. //
  121. this.tsbtnEdit.AutoSize = false;
  122. this.tsbtnEdit.Enabled = false;
  123. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  125. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tsbtnEdit.Name = "tsbtnEdit";
  127. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  128. this.tsbtnEdit.Text = "编辑(&E)";
  129. this.tsbtnEdit.Visible = false;
  130. //
  131. // toolStripSeparator1
  132. //
  133. this.toolStripSeparator1.AutoSize = false;
  134. this.toolStripSeparator1.Name = "toolStripSeparator1";
  135. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  136. //
  137. // tsbtnAdaptive
  138. //
  139. this.tsbtnAdaptive.AutoSize = false;
  140. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  142. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  143. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  144. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  145. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  146. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  147. //
  148. // tsbtnClose
  149. //
  150. this.tsbtnClose.AutoSize = false;
  151. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  153. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  154. this.tsbtnClose.Name = "tsbtnClose";
  155. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  156. this.tsbtnClose.Text = "关闭(&X)";
  157. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  158. //
  159. // gbxCondition
  160. //
  161. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  162. | System.Windows.Forms.AnchorStyles.Right)));
  163. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  164. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  165. this.gbxCondition.Controls.Add(this.lblOrganization);
  166. this.gbxCondition.Controls.Add(this.scbOrganization);
  167. this.gbxCondition.Controls.Add(this.lblGoodsType);
  168. this.gbxCondition.Controls.Add(this.scbGoodsType);
  169. this.gbxCondition.Controls.Add(this.btnClearCondition);
  170. this.gbxCondition.Controls.Add(this.btnSearch);
  171. this.gbxCondition.Controls.Add(this.lblTo);
  172. this.gbxCondition.Controls.Add(this.dtpEndTime);
  173. this.gbxCondition.Controls.Add(this.dtpStartTime);
  174. this.gbxCondition.Controls.Add(this.lblCreateTime);
  175. this.gbxCondition.Controls.Add(this.lblUserCode);
  176. this.gbxCondition.Controls.Add(this.lblGoodsName);
  177. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  178. this.gbxCondition.Controls.Add(this.lblBarCode);
  179. this.gbxCondition.Controls.Add(this.txtUserCode);
  180. this.gbxCondition.Controls.Add(this.txtGoodsName);
  181. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  182. this.gbxCondition.Controls.Add(this.txtBarCode);
  183. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  185. this.gbxCondition.IsMustInput = false;
  186. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  187. this.gbxCondition.Name = "gbxCondition";
  188. this.gbxCondition.OriginalHeight = -1;
  189. this.gbxCondition.Size = new System.Drawing.Size(1118, 83);
  190. this.gbxCondition.TabIndex = 26;
  191. this.gbxCondition.TabStop = false;
  192. this.gbxCondition.Text = "查询条件 ▼";
  193. //
  194. // lblOrganization
  195. //
  196. this.lblOrganization.AutoSize = true;
  197. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  198. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  200. this.lblOrganization.Location = new System.Drawing.Point(205, 49);
  201. this.lblOrganization.Name = "lblOrganization";
  202. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  203. this.lblOrganization.TabIndex = 51;
  204. this.lblOrganization.Text = "组织机构";
  205. //
  206. // scbOrganization
  207. //
  208. this.scbOrganization.CheckedData = null;
  209. this.scbOrganization.IsOnlyDisplayEnd = false;
  210. this.scbOrganization.Location = new System.Drawing.Point(264, 46);
  211. this.scbOrganization.Name = "scbOrganization";
  212. this.scbOrganization.Size = new System.Drawing.Size(134, 21);
  213. this.scbOrganization.TabIndex = 50;
  214. //
  215. // lblGoodsType
  216. //
  217. this.lblGoodsType.AutoSize = true;
  218. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  219. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  221. this.lblGoodsType.Location = new System.Drawing.Point(649, 22);
  222. this.lblGoodsType.Name = "lblGoodsType";
  223. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  224. this.lblGoodsType.TabIndex = 37;
  225. this.lblGoodsType.Text = "产品类别";
  226. //
  227. // scbGoodsType
  228. //
  229. this.scbGoodsType.CheckedData = null;
  230. this.scbGoodsType.IsOnlyDisplayEnd = false;
  231. this.scbGoodsType.Location = new System.Drawing.Point(706, 18);
  232. this.scbGoodsType.Name = "scbGoodsType";
  233. this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
  234. this.scbGoodsType.TabIndex = 36;
  235. //
  236. // btnClearCondition
  237. //
  238. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  239. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  240. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  241. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  243. this.btnClearCondition.Location = new System.Drawing.Point(1027, 45);
  244. this.btnClearCondition.Name = "btnClearCondition";
  245. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  246. this.btnClearCondition.TabIndex = 12;
  247. this.btnClearCondition.Text = "清空条件";
  248. this.btnClearCondition.UseVisualStyleBackColor = true;
  249. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  250. //
  251. // btnSearch
  252. //
  253. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  254. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  255. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  256. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btnSearch.ForeColor = System.Drawing.Color.White;
  258. this.btnSearch.Location = new System.Drawing.Point(936, 45);
  259. this.btnSearch.Name = "btnSearch";
  260. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  261. this.btnSearch.TabIndex = 11;
  262. this.btnSearch.Text = "查询";
  263. this.btnSearch.UseVisualStyleBackColor = true;
  264. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  265. //
  266. // lblTo
  267. //
  268. this.lblTo.AutoSize = true;
  269. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  270. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  272. this.lblTo.Location = new System.Drawing.Point(627, 50);
  273. this.lblTo.Name = "lblTo";
  274. this.lblTo.Size = new System.Drawing.Size(77, 12);
  275. this.lblTo.TabIndex = 35;
  276. this.lblTo.Text = "操作时间结束";
  277. //
  278. // dtpEndTime
  279. //
  280. this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
  281. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  282. this.dtpEndTime.Location = new System.Drawing.Point(706, 46);
  283. this.dtpEndTime.Name = "dtpEndTime";
  284. this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
  285. this.dtpEndTime.TabIndex = 7;
  286. this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
  287. //
  288. // dtpStartTime
  289. //
  290. this.dtpStartTime.CustomFormat = "yyyy-MM-dd";
  291. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  292. this.dtpStartTime.Location = new System.Drawing.Point(487, 46);
  293. this.dtpStartTime.Name = "dtpStartTime";
  294. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  295. this.dtpStartTime.TabIndex = 6;
  296. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  297. //
  298. // lblCreateTime
  299. //
  300. this.lblCreateTime.AutoSize = true;
  301. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  302. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
  304. this.lblCreateTime.Location = new System.Drawing.Point(406, 50);
  305. this.lblCreateTime.Name = "lblCreateTime";
  306. this.lblCreateTime.Size = new System.Drawing.Size(77, 12);
  307. this.lblCreateTime.TabIndex = 29;
  308. this.lblCreateTime.Text = "操作时间开始";
  309. //
  310. // lblUserCode
  311. //
  312. this.lblUserCode.AutoSize = true;
  313. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  314. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  316. this.lblUserCode.Location = new System.Drawing.Point(6, 50);
  317. this.lblUserCode.Name = "lblUserCode";
  318. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  319. this.lblUserCode.TabIndex = 20;
  320. this.lblUserCode.Text = "生产工号";
  321. //
  322. // lblGoodsName
  323. //
  324. this.lblGoodsName.AutoSize = true;
  325. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  326. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  328. this.lblGoodsName.Location = new System.Drawing.Point(428, 22);
  329. this.lblGoodsName.Name = "lblGoodsName";
  330. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  331. this.lblGoodsName.TabIndex = 21;
  332. this.lblGoodsName.Text = "产品名称";
  333. //
  334. // lblGoodsCode
  335. //
  336. this.lblGoodsCode.AutoSize = true;
  337. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  338. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  340. this.lblGoodsCode.Location = new System.Drawing.Point(205, 22);
  341. this.lblGoodsCode.Name = "lblGoodsCode";
  342. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  343. this.lblGoodsCode.TabIndex = 22;
  344. this.lblGoodsCode.Text = "产品编码";
  345. //
  346. // lblBarCode
  347. //
  348. this.lblBarCode.AutoSize = true;
  349. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  350. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  352. this.lblBarCode.Location = new System.Drawing.Point(6, 22);
  353. this.lblBarCode.Name = "lblBarCode";
  354. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  355. this.lblBarCode.TabIndex = 23;
  356. this.lblBarCode.Text = "产品条码";
  357. //
  358. // txtUserCode
  359. //
  360. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  361. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  362. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  363. this.txtUserCode.ErrorMessage = "";
  364. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.txtUserCode.Location = new System.Drawing.Point(65, 46);
  366. this.txtUserCode.MaxLength = 20;
  367. this.txtUserCode.Name = "txtUserCode";
  368. this.txtUserCode.Size = new System.Drawing.Size(134, 21);
  369. this.txtUserCode.TabIndex = 4;
  370. //
  371. // txtGoodsName
  372. //
  373. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  374. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  375. this.txtGoodsName.ErrorMessage = "";
  376. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.txtGoodsName.Location = new System.Drawing.Point(487, 18);
  378. this.txtGoodsName.MaxLength = 20;
  379. this.txtGoodsName.Name = "txtGoodsName";
  380. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  381. this.txtGoodsName.TabIndex = 3;
  382. //
  383. // txtGoodsCode
  384. //
  385. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  386. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  387. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  388. this.txtGoodsCode.ErrorMessage = "";
  389. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  391. this.txtGoodsCode.Location = new System.Drawing.Point(264, 18);
  392. this.txtGoodsCode.MaxLength = 10;
  393. this.txtGoodsCode.Name = "txtGoodsCode";
  394. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  395. this.txtGoodsCode.TabIndex = 2;
  396. //
  397. // txtBarCode
  398. //
  399. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  400. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  401. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  402. this.txtBarCode.ErrorMessage = "";
  403. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.txtBarCode.Location = new System.Drawing.Point(65, 18);
  405. this.txtBarCode.MaxLength = 11;
  406. this.txtBarCode.Name = "txtBarCode";
  407. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  408. this.txtBarCode.TabIndex = 1;
  409. //
  410. // dgvProduction
  411. //
  412. this.dgvProduction.AllowUserToAddRows = false;
  413. this.dgvProduction.AllowUserToDeleteRows = false;
  414. this.dgvProduction.AllowUserToModifyRows = true;
  415. this.dgvProduction.AllowUserToOrderColumns = true;
  416. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  417. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  418. this.dgvProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  419. | System.Windows.Forms.AnchorStyles.Left)
  420. | System.Windows.Forms.AnchorStyles.Right)));
  421. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  422. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  423. this.dgvProduction.CellHeight = 23;
  424. this.dgvProduction.ChildNodeColumnName = null;
  425. this.dgvProduction.ChildNodeColumnText = null;
  426. this.dgvProduction.ColumnDeep = 1;
  427. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  428. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  429. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  430. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  432. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  433. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  434. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  435. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  436. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  437. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  438. this.BarCode,
  439. this.GoodsCode,
  440. this.GoodsName,
  441. this.LogoCodeName,
  442. this.GOODSSPECIFICATION,
  443. this.GoodsTypeName,
  444. this.UserCode,
  445. this.STAFNAME,
  446. this.NUMS,
  447. this.OrganizationID,
  448. this.GroutingMouldCode,
  449. this.GroutingDate,
  450. this.GroutingUserCode,
  451. this.IsPublicBody,
  452. this.GroutingNum,
  453. this.CreateTime,
  454. this.CreateUserID,
  455. this.ProcedureModel,
  456. this.ModelType,
  457. this.PieceType,
  458. this.Remarks,
  459. this.procedurename});
  460. this.dgvProduction.ColumnTreeView = null;
  461. this.dgvProduction.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  462. this.dgvProduction.DynamicColumnName = "";
  463. this.dgvProduction.EnableHeadersVisualStyles = false;
  464. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.dgvProduction.FormatQuantityColumns = null;
  466. this.dgvProduction.HorizontalMergeColumn = null;
  467. this.dgvProduction.IsAutoCountSum = true;
  468. this.dgvProduction.IsAutoResizeColumns = false;
  469. this.dgvProduction.IsClickF12 = false;
  470. this.dgvProduction.IsOpenMergeCellFlag = false;
  471. this.dgvProduction.IsSubTotalFlag = false;
  472. this.dgvProduction.IsTopDeep = false;
  473. this.dgvProduction.Location = new System.Drawing.Point(0, 128);
  474. this.dgvProduction.MergeColumnNames = null;
  475. this.dgvProduction.MergeDetailColumnNames = null;
  476. this.dgvProduction.MergeDetailOnlyColumn = null;
  477. this.dgvProduction.MergeOnlyColumn = null;
  478. this.dgvProduction.MultiSelect = false;
  479. this.dgvProduction.Name = "dgvProduction";
  480. this.dgvProduction.ReadOnly = true;
  481. this.dgvProduction.RefreshAtHscroll = false;
  482. this.dgvProduction.RowHeadersWidth = 50;
  483. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  484. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  485. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
  486. this.dgvProduction.RowTemplate.Height = 21;
  487. this.dgvProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  488. this.dgvProduction.Size = new System.Drawing.Size(1118, 352);
  489. this.dgvProduction.SortOrderColumnName = null;
  490. this.dgvProduction.TabIndex = 29;
  491. this.dgvProduction.Tag = true;
  492. this.dgvProduction.TotalSumColumns = null;
  493. this.dgvProduction.ViewRowFilter = "";
  494. //
  495. // BarCode
  496. //
  497. this.BarCode.DataPropertyName = "BarCode";
  498. this.BarCode.HeaderText = "产品条码";
  499. this.BarCode.Name = "BarCode";
  500. this.BarCode.ReadOnly = true;
  501. //
  502. // GoodsCode
  503. //
  504. this.GoodsCode.DataPropertyName = "GoodsCode";
  505. this.GoodsCode.HeaderText = "产品编码";
  506. this.GoodsCode.Name = "GoodsCode";
  507. this.GoodsCode.ReadOnly = true;
  508. //
  509. // GoodsName
  510. //
  511. this.GoodsName.DataPropertyName = "GoodsName";
  512. this.GoodsName.HeaderText = "产品名称";
  513. this.GoodsName.Name = "GoodsName";
  514. this.GoodsName.ReadOnly = true;
  515. //
  516. // LogoCodeName
  517. //
  518. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  519. this.LogoCodeName.HeaderText = "商标";
  520. this.LogoCodeName.Name = "LogoCodeName";
  521. this.LogoCodeName.ReadOnly = true;
  522. //
  523. // GOODSSPECIFICATION
  524. //
  525. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  526. this.GOODSSPECIFICATION.HeaderText = "产品规格";
  527. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  528. this.GOODSSPECIFICATION.ReadOnly = true;
  529. //
  530. // GoodsTypeName
  531. //
  532. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  533. this.GoodsTypeName.HeaderText = "产品类别";
  534. this.GoodsTypeName.Name = "GoodsTypeName";
  535. this.GoodsTypeName.ReadOnly = true;
  536. //
  537. // UserCode
  538. //
  539. this.UserCode.DataPropertyName = "UserCode";
  540. this.UserCode.HeaderText = "生产工号";
  541. this.UserCode.Name = "UserCode";
  542. this.UserCode.ReadOnly = true;
  543. //
  544. // STAFNAME
  545. //
  546. this.STAFNAME.DataPropertyName = "STAFNAME";
  547. this.STAFNAME.HeaderText = "员工姓名";
  548. this.STAFNAME.Name = "STAFNAME";
  549. this.STAFNAME.ReadOnly = true;
  550. //
  551. // NUMS
  552. //
  553. this.NUMS.DataPropertyName = "NUMS";
  554. this.NUMS.HeaderText = "数量";
  555. this.NUMS.Name = "NUMS";
  556. this.NUMS.ReadOnly = true;
  557. //
  558. // OrganizationID
  559. //
  560. this.OrganizationID.DataPropertyName = "OrganizationName";
  561. this.OrganizationID.HeaderText = "所属部门";
  562. this.OrganizationID.Name = "OrganizationID";
  563. this.OrganizationID.ReadOnly = true;
  564. //
  565. // GroutingMouldCode
  566. //
  567. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  568. this.GroutingMouldCode.HeaderText = "模具编号";
  569. this.GroutingMouldCode.Name = "GroutingMouldCode";
  570. this.GroutingMouldCode.ReadOnly = true;
  571. //
  572. // GroutingDate
  573. //
  574. this.GroutingDate.DataPropertyName = "GroutingDate";
  575. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  576. dataGridViewCellStyle3.NullValue = null;
  577. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  578. this.GroutingDate.HeaderText = "注浆日期";
  579. this.GroutingDate.Name = "GroutingDate";
  580. this.GroutingDate.ReadOnly = true;
  581. //
  582. // GroutingUserCode
  583. //
  584. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  585. this.GroutingUserCode.HeaderText = "成型工号";
  586. this.GroutingUserCode.Name = "GroutingUserCode";
  587. this.GroutingUserCode.ReadOnly = true;
  588. //
  589. // IsPublicBody
  590. //
  591. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  592. this.IsPublicBody.FalseValue = "0";
  593. this.IsPublicBody.HeaderText = "公坯标识";
  594. this.IsPublicBody.Name = "IsPublicBody";
  595. this.IsPublicBody.ReadOnly = true;
  596. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  597. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  598. this.IsPublicBody.TrueValue = "1";
  599. //
  600. // GroutingNum
  601. //
  602. this.GroutingNum.DataPropertyName = "GroutingNum";
  603. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  604. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  605. this.GroutingNum.HeaderText = "注浆次数";
  606. this.GroutingNum.Name = "GroutingNum";
  607. this.GroutingNum.ReadOnly = true;
  608. //
  609. // CreateTime
  610. //
  611. this.CreateTime.DataPropertyName = "CreateTime";
  612. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  613. dataGridViewCellStyle5.NullValue = null;
  614. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle5;
  615. this.CreateTime.HeaderText = "操作时间";
  616. this.CreateTime.Name = "CreateTime";
  617. this.CreateTime.ReadOnly = true;
  618. this.CreateTime.Width = 120;
  619. //
  620. // CreateUserID
  621. //
  622. this.CreateUserID.DataPropertyName = "barusername";
  623. this.CreateUserID.HeaderText = "操作者";
  624. this.CreateUserID.Name = "CreateUserID";
  625. this.CreateUserID.ReadOnly = true;
  626. this.CreateUserID.Width = 60;
  627. //
  628. // ProcedureModel
  629. //
  630. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  631. this.ProcedureModel.HeaderText = "工序模型";
  632. this.ProcedureModel.Name = "ProcedureModel";
  633. this.ProcedureModel.ReadOnly = true;
  634. this.ProcedureModel.Visible = false;
  635. //
  636. // ModelType
  637. //
  638. this.ModelType.DataPropertyName = "rocedureModelTypeName";
  639. this.ModelType.HeaderText = "工序类别";
  640. this.ModelType.Name = "ModelType";
  641. this.ModelType.ReadOnly = true;
  642. this.ModelType.Visible = false;
  643. //
  644. // PieceType
  645. //
  646. this.PieceType.DataPropertyName = "PieceType";
  647. this.PieceType.HeaderText = "计件模式";
  648. this.PieceType.Name = "PieceType";
  649. this.PieceType.ReadOnly = true;
  650. this.PieceType.Visible = false;
  651. //
  652. // Remarks
  653. //
  654. this.Remarks.DataPropertyName = "Remarks";
  655. this.Remarks.HeaderText = "备注";
  656. this.Remarks.Name = "Remarks";
  657. this.Remarks.ReadOnly = true;
  658. this.Remarks.Visible = false;
  659. //
  660. // procedurename
  661. //
  662. this.procedurename.DataPropertyName = "procedurename";
  663. this.procedurename.HeaderText = "完成工序";
  664. this.procedurename.Name = "procedurename";
  665. this.procedurename.ReadOnly = true;
  666. //
  667. // F_PM_2501
  668. //
  669. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  670. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  671. this.ClientSize = new System.Drawing.Size(1130, 480);
  672. this.Controls.Add(this.dgvProduction);
  673. this.Controls.Add(this.gbxCondition);
  674. this.Controls.Add(this.tsrOperate);
  675. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  676. this.Name = "F_PM_2501";
  677. this.Text = "回收计件一览";
  678. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2001_FormClosed);
  679. this.Load += new System.EventHandler(this.F_PM_2001_Load);
  680. this.tsrOperate.ResumeLayout(false);
  681. this.tsrOperate.PerformLayout();
  682. this.gbxCondition.ResumeLayout(false);
  683. this.gbxCondition.PerformLayout();
  684. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  685. this.ResumeLayout(false);
  686. }
  687. #endregion
  688. private Basics.BaseControls.C_ToolStrip tsrOperate;
  689. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  690. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  691. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  692. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  693. private System.Windows.Forms.ToolStripButton tsbtnClose;
  694. private Basics.BaseControls.C_GroupBox gbxCondition;
  695. private Basics.BaseControls.C_Label lblUserCode;
  696. private Basics.BaseControls.C_Label lblGoodsName;
  697. private Basics.BaseControls.C_Label lblGoodsCode;
  698. private Basics.BaseControls.C_Label lblBarCode;
  699. private Basics.BaseControls.C_TextBox txtUserCode;
  700. private Basics.BaseControls.C_TextBox txtGoodsName;
  701. private Basics.BaseControls.C_TextBox txtGoodsCode;
  702. private Basics.BaseControls.C_TextBox txtBarCode;
  703. private Basics.BaseControls.C_Label lblTo;
  704. private System.Windows.Forms.DateTimePicker dtpEndTime;
  705. private System.Windows.Forms.DateTimePicker dtpStartTime;
  706. private Basics.BaseControls.C_Label lblCreateTime;
  707. private Basics.BaseControls.C_Button btnClearCondition;
  708. private Basics.BaseControls.C_Button btnSearch;
  709. private Basics.BaseControls.C_DataGridView dgvProduction;
  710. private Basics.BaseControls.C_Label lblGoodsType;
  711. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  712. private Basics.BaseControls.C_Label lblOrganization;
  713. private Controls.SearchBox.ScbOrganization scbOrganization;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn STAFNAME;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  727. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  736. }
  737. }