F_PM_2501.Designer.cs 35 KB

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