F_PM_0901.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0901
  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_0901));
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  39. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  44. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  47. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  49. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  53. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  54. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  61. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  62. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  63. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  64. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  65. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  66. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.KilnCarPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.STAFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  89. this.SpecialRepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  90. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.KilnCarPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.tsrOperate.SuspendLayout();
  102. this.gbxCondition.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  104. this.splitContainer1.Panel1.SuspendLayout();
  105. this.splitContainer1.Panel2.SuspendLayout();
  106. this.splitContainer1.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  109. this.SuspendLayout();
  110. //
  111. // tsrOperate
  112. //
  113. this.tsrOperate.AutoSize = false;
  114. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  115. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  116. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  118. this.tsbtnAdd,
  119. this.tsbtnEdit,
  120. this.toolStripSeparator1,
  121. this.tsbtnAdaptive,
  122. this.tsbtnClose});
  123. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  124. this.tsrOperate.Name = "tsrOperate";
  125. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  126. this.tsrOperate.ShowItemToolTips = false;
  127. this.tsrOperate.Size = new System.Drawing.Size(1102, 35);
  128. this.tsrOperate.TabIndex = 25;
  129. this.tsrOperate.Text = "toolStrip1";
  130. //
  131. // tsbtnAdd
  132. //
  133. this.tsbtnAdd.AutoSize = false;
  134. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  136. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.tsbtnAdd.Name = "tsbtnAdd";
  138. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  139. this.tsbtnAdd.Text = "新建(&N)";
  140. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  141. //
  142. // tsbtnEdit
  143. //
  144. this.tsbtnEdit.AutoSize = false;
  145. this.tsbtnEdit.Enabled = false;
  146. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  148. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.tsbtnEdit.Name = "tsbtnEdit";
  150. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  151. this.tsbtnEdit.Text = "编辑(&E)";
  152. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  153. //
  154. // toolStripSeparator1
  155. //
  156. this.toolStripSeparator1.AutoSize = false;
  157. this.toolStripSeparator1.Name = "toolStripSeparator1";
  158. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  159. //
  160. // tsbtnAdaptive
  161. //
  162. this.tsbtnAdaptive.AutoSize = false;
  163. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  165. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  166. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  167. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  168. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  169. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  170. //
  171. // tsbtnClose
  172. //
  173. this.tsbtnClose.AutoSize = false;
  174. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  176. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  177. this.tsbtnClose.Name = "tsbtnClose";
  178. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  179. this.tsbtnClose.Text = "关闭(&X)";
  180. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  181. //
  182. // gbxCondition
  183. //
  184. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  187. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  188. this.gbxCondition.Controls.Add(this.lblOrganization);
  189. this.gbxCondition.Controls.Add(this.scbOrganization);
  190. this.gbxCondition.Controls.Add(this.lblGoodsType);
  191. this.gbxCondition.Controls.Add(this.scbGoodsType);
  192. this.gbxCondition.Controls.Add(this.btnClearCondition);
  193. this.gbxCondition.Controls.Add(this.btnSearch);
  194. this.gbxCondition.Controls.Add(this.lblTo);
  195. this.gbxCondition.Controls.Add(this.dtpEndTime);
  196. this.gbxCondition.Controls.Add(this.dtpStartTime);
  197. this.gbxCondition.Controls.Add(this.lblCreateTime);
  198. this.gbxCondition.Controls.Add(this.lblUserCode);
  199. this.gbxCondition.Controls.Add(this.lblGoodsName);
  200. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  201. this.gbxCondition.Controls.Add(this.lblBarCode);
  202. this.gbxCondition.Controls.Add(this.txtUserCode);
  203. this.gbxCondition.Controls.Add(this.txtGoodsName);
  204. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  205. this.gbxCondition.Controls.Add(this.txtBarCode);
  206. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.gbxCondition.IsMustInput = false;
  209. this.gbxCondition.Location = new System.Drawing.Point(0, 39);
  210. this.gbxCondition.Name = "gbxCondition";
  211. this.gbxCondition.OriginalHeight = -1;
  212. this.gbxCondition.Size = new System.Drawing.Size(1090, 83);
  213. this.gbxCondition.TabIndex = 28;
  214. this.gbxCondition.TabStop = false;
  215. this.gbxCondition.Text = "查询条件 ▼";
  216. //
  217. // lblOrganization
  218. //
  219. this.lblOrganization.AutoSize = true;
  220. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  221. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  223. this.lblOrganization.Location = new System.Drawing.Point(205, 49);
  224. this.lblOrganization.Name = "lblOrganization";
  225. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  226. this.lblOrganization.TabIndex = 51;
  227. this.lblOrganization.Text = "组织机构";
  228. //
  229. // scbOrganization
  230. //
  231. this.scbOrganization.CheckedData = null;
  232. this.scbOrganization.IsOnlyDisplayEnd = false;
  233. this.scbOrganization.Location = new System.Drawing.Point(264, 46);
  234. this.scbOrganization.Name = "scbOrganization";
  235. this.scbOrganization.Size = new System.Drawing.Size(134, 21);
  236. this.scbOrganization.TabIndex = 50;
  237. //
  238. // lblGoodsType
  239. //
  240. this.lblGoodsType.AutoSize = true;
  241. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  242. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  244. this.lblGoodsType.Location = new System.Drawing.Point(649, 22);
  245. this.lblGoodsType.Name = "lblGoodsType";
  246. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  247. this.lblGoodsType.TabIndex = 37;
  248. this.lblGoodsType.Text = "产品类别";
  249. //
  250. // scbGoodsType
  251. //
  252. this.scbGoodsType.CheckedData = null;
  253. this.scbGoodsType.IsOnlyDisplayEnd = false;
  254. this.scbGoodsType.Location = new System.Drawing.Point(706, 18);
  255. this.scbGoodsType.Name = "scbGoodsType";
  256. this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
  257. this.scbGoodsType.TabIndex = 36;
  258. //
  259. // btnClearCondition
  260. //
  261. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  262. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  263. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  264. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  266. this.btnClearCondition.Location = new System.Drawing.Point(999, 45);
  267. this.btnClearCondition.Name = "btnClearCondition";
  268. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  269. this.btnClearCondition.TabIndex = 12;
  270. this.btnClearCondition.Text = "清空条件";
  271. this.btnClearCondition.UseVisualStyleBackColor = true;
  272. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  273. //
  274. // btnSearch
  275. //
  276. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  278. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  279. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.btnSearch.ForeColor = System.Drawing.Color.White;
  281. this.btnSearch.Location = new System.Drawing.Point(908, 45);
  282. this.btnSearch.Name = "btnSearch";
  283. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  284. this.btnSearch.TabIndex = 11;
  285. this.btnSearch.Text = "查询";
  286. this.btnSearch.UseVisualStyleBackColor = true;
  287. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  288. //
  289. // lblTo
  290. //
  291. this.lblTo.AutoSize = true;
  292. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  293. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  295. this.lblTo.Location = new System.Drawing.Point(627, 50);
  296. this.lblTo.Name = "lblTo";
  297. this.lblTo.Size = new System.Drawing.Size(77, 12);
  298. this.lblTo.TabIndex = 35;
  299. this.lblTo.Text = "操作时间结束";
  300. //
  301. // dtpEndTime
  302. //
  303. this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
  304. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  305. this.dtpEndTime.Location = new System.Drawing.Point(706, 46);
  306. this.dtpEndTime.Name = "dtpEndTime";
  307. this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
  308. this.dtpEndTime.TabIndex = 7;
  309. this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
  310. //
  311. // dtpStartTime
  312. //
  313. this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  314. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  315. this.dtpStartTime.Location = new System.Drawing.Point(487, 46);
  316. this.dtpStartTime.Name = "dtpStartTime";
  317. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  318. this.dtpStartTime.TabIndex = 6;
  319. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  320. //
  321. // lblCreateTime
  322. //
  323. this.lblCreateTime.AutoSize = true;
  324. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  325. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
  327. this.lblCreateTime.Location = new System.Drawing.Point(406, 50);
  328. this.lblCreateTime.Name = "lblCreateTime";
  329. this.lblCreateTime.Size = new System.Drawing.Size(77, 12);
  330. this.lblCreateTime.TabIndex = 29;
  331. this.lblCreateTime.Text = "操作时间开始";
  332. //
  333. // lblUserCode
  334. //
  335. this.lblUserCode.AutoSize = true;
  336. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  337. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  339. this.lblUserCode.Location = new System.Drawing.Point(6, 50);
  340. this.lblUserCode.Name = "lblUserCode";
  341. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  342. this.lblUserCode.TabIndex = 20;
  343. this.lblUserCode.Text = "生产工号";
  344. //
  345. // lblGoodsName
  346. //
  347. this.lblGoodsName.AutoSize = true;
  348. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  349. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  351. this.lblGoodsName.Location = new System.Drawing.Point(428, 22);
  352. this.lblGoodsName.Name = "lblGoodsName";
  353. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  354. this.lblGoodsName.TabIndex = 21;
  355. this.lblGoodsName.Text = "产品名称";
  356. //
  357. // lblGoodsCode
  358. //
  359. this.lblGoodsCode.AutoSize = true;
  360. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  361. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  363. this.lblGoodsCode.Location = new System.Drawing.Point(205, 22);
  364. this.lblGoodsCode.Name = "lblGoodsCode";
  365. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  366. this.lblGoodsCode.TabIndex = 22;
  367. this.lblGoodsCode.Text = "产品编码";
  368. //
  369. // lblBarCode
  370. //
  371. this.lblBarCode.AutoSize = true;
  372. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  373. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  375. this.lblBarCode.Location = new System.Drawing.Point(6, 22);
  376. this.lblBarCode.Name = "lblBarCode";
  377. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  378. this.lblBarCode.TabIndex = 23;
  379. this.lblBarCode.Text = "产品条码";
  380. //
  381. // txtUserCode
  382. //
  383. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  384. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  385. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  386. this.txtUserCode.ErrorMessage = "";
  387. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.txtUserCode.Location = new System.Drawing.Point(65, 46);
  389. this.txtUserCode.MaxLength = 20;
  390. this.txtUserCode.Name = "txtUserCode";
  391. this.txtUserCode.Size = new System.Drawing.Size(134, 21);
  392. this.txtUserCode.TabIndex = 4;
  393. //
  394. // txtGoodsName
  395. //
  396. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  397. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  398. this.txtGoodsName.ErrorMessage = "";
  399. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.txtGoodsName.Location = new System.Drawing.Point(487, 18);
  401. this.txtGoodsName.MaxLength = 20;
  402. this.txtGoodsName.Name = "txtGoodsName";
  403. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  404. this.txtGoodsName.TabIndex = 3;
  405. //
  406. // txtGoodsCode
  407. //
  408. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  409. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  410. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  411. this.txtGoodsCode.ErrorMessage = "";
  412. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  414. this.txtGoodsCode.Location = new System.Drawing.Point(264, 18);
  415. this.txtGoodsCode.MaxLength = 10;
  416. this.txtGoodsCode.Name = "txtGoodsCode";
  417. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  418. this.txtGoodsCode.TabIndex = 2;
  419. //
  420. // txtBarCode
  421. //
  422. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  423. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  424. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  425. this.txtBarCode.ErrorMessage = "";
  426. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.txtBarCode.Location = new System.Drawing.Point(65, 18);
  428. this.txtBarCode.MaxLength = 50;
  429. this.txtBarCode.Name = "txtBarCode";
  430. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  431. this.txtBarCode.TabIndex = 1;
  432. //
  433. // splitContainer1
  434. //
  435. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  436. | System.Windows.Forms.AnchorStyles.Left)
  437. | System.Windows.Forms.AnchorStyles.Right)));
  438. this.splitContainer1.Location = new System.Drawing.Point(0, 128);
  439. this.splitContainer1.Name = "splitContainer1";
  440. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  441. //
  442. // splitContainer1.Panel1
  443. //
  444. this.splitContainer1.Panel1.Controls.Add(this.dgvProduction);
  445. //
  446. // splitContainer1.Panel2
  447. //
  448. this.splitContainer1.Panel2.Controls.Add(this.dgvDefect);
  449. this.splitContainer1.Size = new System.Drawing.Size(1090, 433);
  450. this.splitContainer1.SplitterDistance = 268;
  451. this.splitContainer1.TabIndex = 36;
  452. //
  453. // dgvProduction
  454. //
  455. this.dgvProduction.AllowUserToAddRows = false;
  456. this.dgvProduction.AllowUserToDeleteRows = false;
  457. this.dgvProduction.AllowUserToModifyRows = true;
  458. this.dgvProduction.AllowUserToOrderColumns = true;
  459. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  460. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  461. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  462. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  463. this.dgvProduction.CellHeight = 23;
  464. this.dgvProduction.ChildNodeColumnName = null;
  465. this.dgvProduction.ChildNodeColumnText = null;
  466. this.dgvProduction.ColumnDeep = 1;
  467. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  468. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  469. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  470. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  472. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  473. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  474. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  475. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  476. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  477. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  478. this.BarCode,
  479. this.KilnCode,
  480. this.KilnCarCode,
  481. this.KilnCarPositionName,
  482. this.ProductionDataID,
  483. this.GoodsCode,
  484. this.GoodsName,
  485. this.GoodsTypeName,
  486. this.UserCode,
  487. this.STAFNAME,
  488. this.NUMS,
  489. this.OrganizationID,
  490. this.GroutingMouldCode,
  491. this.GroutingDate,
  492. this.GroutingUserCode,
  493. this.IsPublicBody,
  494. this.SpecialRepairFlag,
  495. this.GroutingNum,
  496. this.CreateTime,
  497. this.ProcedureModel,
  498. this.ModelType,
  499. this.PieceType,
  500. this.CreateUserID,
  501. this.Remarks,
  502. this.KilnName,
  503. this.KilnCarName,
  504. this.KilnCarPosition,
  505. this.LogoCodeName});
  506. this.dgvProduction.ColumnTreeView = null;
  507. 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)));
  508. this.dgvProduction.Dock = System.Windows.Forms.DockStyle.Fill;
  509. this.dgvProduction.DynamicColumnName = "";
  510. this.dgvProduction.EnableHeadersVisualStyles = false;
  511. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.dgvProduction.FormatQuantityColumns = null;
  513. this.dgvProduction.HorizontalMergeColumn = null;
  514. this.dgvProduction.IsAutoCountSum = true;
  515. this.dgvProduction.IsAutoResizeColumns = false;
  516. this.dgvProduction.IsClickF12 = false;
  517. this.dgvProduction.IsOpenMergeCellFlag = false;
  518. this.dgvProduction.IsSubTotalFlag = false;
  519. this.dgvProduction.IsTopDeep = false;
  520. this.dgvProduction.Location = new System.Drawing.Point(0, 0);
  521. this.dgvProduction.Margin = new System.Windows.Forms.Padding(0);
  522. this.dgvProduction.MergeColumnNames = null;
  523. this.dgvProduction.MergeDetailColumnNames = null;
  524. this.dgvProduction.MergeDetailOnlyColumn = null;
  525. this.dgvProduction.MergeOnlyColumn = null;
  526. this.dgvProduction.MultiSelect = false;
  527. this.dgvProduction.Name = "dgvProduction";
  528. this.dgvProduction.ReadOnly = true;
  529. this.dgvProduction.RefreshAtHscroll = false;
  530. this.dgvProduction.RowHeadersWidth = 50;
  531. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  532. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  533. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
  534. this.dgvProduction.RowTemplate.Height = 21;
  535. this.dgvProduction.Size = new System.Drawing.Size(1090, 268);
  536. this.dgvProduction.SortOrderColumnName = null;
  537. this.dgvProduction.TabIndex = 34;
  538. this.dgvProduction.Tag = true;
  539. this.dgvProduction.TotalSumColumns = null;
  540. this.dgvProduction.ViewRowFilter = "";
  541. this.dgvProduction.SelectionChanged += new System.EventHandler(this.dgvProduction_SelectionChanged);
  542. //
  543. // dgvDefect
  544. //
  545. this.dgvDefect.AllowUserToAddRows = false;
  546. this.dgvDefect.AllowUserToModifyRows = true;
  547. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  548. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  549. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  550. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  551. this.dgvDefect.CellHeight = 23;
  552. this.dgvDefect.ChildNodeColumnName = null;
  553. this.dgvDefect.ChildNodeColumnText = null;
  554. this.dgvDefect.ColumnDeep = 1;
  555. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  556. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  557. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  558. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  560. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  561. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  562. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  563. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  564. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  565. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  566. this.DefectName,
  567. this.DefectPositionName,
  568. this.DefectProcedureName,
  569. this.DefectFine,
  570. this.DefectUserName,
  571. this.JobsName,
  572. this.DefectRemarks});
  573. this.dgvDefect.ColumnTreeView = null;
  574. this.dgvDefect.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)));
  575. this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill;
  576. this.dgvDefect.DynamicColumnName = "";
  577. this.dgvDefect.EnableHeadersVisualStyles = false;
  578. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.dgvDefect.FormatQuantityColumns = null;
  580. this.dgvDefect.HorizontalMergeColumn = null;
  581. this.dgvDefect.IsAutoCountSum = true;
  582. this.dgvDefect.IsAutoResizeColumns = false;
  583. this.dgvDefect.IsClickF12 = false;
  584. this.dgvDefect.IsOpenMergeCellFlag = false;
  585. this.dgvDefect.IsSubTotalFlag = false;
  586. this.dgvDefect.IsTopDeep = false;
  587. this.dgvDefect.Location = new System.Drawing.Point(0, 0);
  588. this.dgvDefect.Margin = new System.Windows.Forms.Padding(0);
  589. this.dgvDefect.MergeColumnNames = null;
  590. this.dgvDefect.MergeDetailColumnNames = null;
  591. this.dgvDefect.MergeDetailOnlyColumn = null;
  592. this.dgvDefect.MergeOnlyColumn = null;
  593. this.dgvDefect.MultiSelect = false;
  594. this.dgvDefect.Name = "dgvDefect";
  595. this.dgvDefect.ReadOnly = true;
  596. this.dgvDefect.RefreshAtHscroll = false;
  597. this.dgvDefect.RowHeadersWidth = 50;
  598. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  599. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  600. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle9;
  601. this.dgvDefect.RowTemplate.Height = 25;
  602. this.dgvDefect.Size = new System.Drawing.Size(1090, 161);
  603. this.dgvDefect.SortOrderColumnName = null;
  604. this.dgvDefect.TabIndex = 0;
  605. this.dgvDefect.Tag = true;
  606. this.dgvDefect.TotalSumColumns = null;
  607. this.dgvDefect.ViewRowFilter = "";
  608. //
  609. // DefectName
  610. //
  611. this.DefectName.DataPropertyName = "DefectName";
  612. this.DefectName.HeaderText = "缺陷";
  613. this.DefectName.Name = "DefectName";
  614. this.DefectName.ReadOnly = true;
  615. //
  616. // DefectPositionName
  617. //
  618. this.DefectPositionName.DataPropertyName = "DefectPositionName";
  619. this.DefectPositionName.HeaderText = "缺陷位置";
  620. this.DefectPositionName.Name = "DefectPositionName";
  621. this.DefectPositionName.ReadOnly = true;
  622. //
  623. // DefectProcedureName
  624. //
  625. this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
  626. this.DefectProcedureName.HeaderText = "责任工序";
  627. this.DefectProcedureName.Name = "DefectProcedureName";
  628. this.DefectProcedureName.ReadOnly = true;
  629. //
  630. // DefectFine
  631. //
  632. this.DefectFine.DataPropertyName = "DefectFine";
  633. this.DefectFine.HeaderText = "缺陷扣罚";
  634. this.DefectFine.Name = "DefectFine";
  635. this.DefectFine.ReadOnly = true;
  636. //
  637. // DefectUserName
  638. //
  639. this.DefectUserName.DataPropertyName = "DefectUserCode";
  640. this.DefectUserName.HeaderText = "责任工号";
  641. this.DefectUserName.Name = "DefectUserName";
  642. this.DefectUserName.ReadOnly = true;
  643. //
  644. // JobsName
  645. //
  646. this.JobsName.DataPropertyName = "JobsName";
  647. this.JobsName.HeaderText = "责任工种";
  648. this.JobsName.Name = "JobsName";
  649. this.JobsName.ReadOnly = true;
  650. //
  651. // DefectRemarks
  652. //
  653. this.DefectRemarks.DataPropertyName = "Remarks";
  654. this.DefectRemarks.HeaderText = "备注";
  655. this.DefectRemarks.MaxInputLength = 200;
  656. this.DefectRemarks.Name = "DefectRemarks";
  657. this.DefectRemarks.ReadOnly = true;
  658. this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  659. this.DefectRemarks.Width = 200;
  660. //
  661. // BarCode
  662. //
  663. this.BarCode.DataPropertyName = "BarCode";
  664. this.BarCode.HeaderText = "产品条码";
  665. this.BarCode.Name = "BarCode";
  666. this.BarCode.ReadOnly = true;
  667. //
  668. // KilnCode
  669. //
  670. this.KilnCode.DataPropertyName = "KilnCode";
  671. this.KilnCode.HeaderText = "窑炉编码";
  672. this.KilnCode.Name = "KilnCode";
  673. this.KilnCode.ReadOnly = true;
  674. //
  675. // KilnCarCode
  676. //
  677. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  678. this.KilnCarCode.HeaderText = "窑车编码";
  679. this.KilnCarCode.Name = "KilnCarCode";
  680. this.KilnCarCode.ReadOnly = true;
  681. //
  682. // KilnCarPositionName
  683. //
  684. this.KilnCarPositionName.DataPropertyName = "KilnCarPositionName";
  685. this.KilnCarPositionName.HeaderText = "窑车位置";
  686. this.KilnCarPositionName.Name = "KilnCarPositionName";
  687. this.KilnCarPositionName.ReadOnly = true;
  688. //
  689. // ProductionDataID
  690. //
  691. this.ProductionDataID.DataPropertyName = "ProductionDataID";
  692. this.ProductionDataID.HeaderText = "生产数据ID";
  693. this.ProductionDataID.Name = "ProductionDataID";
  694. this.ProductionDataID.ReadOnly = true;
  695. this.ProductionDataID.Visible = false;
  696. //
  697. // GoodsCode
  698. //
  699. this.GoodsCode.DataPropertyName = "GoodsCode";
  700. this.GoodsCode.HeaderText = "产品编码";
  701. this.GoodsCode.Name = "GoodsCode";
  702. this.GoodsCode.ReadOnly = true;
  703. //
  704. // GoodsName
  705. //
  706. this.GoodsName.DataPropertyName = "GoodsName";
  707. this.GoodsName.HeaderText = "产品名称";
  708. this.GoodsName.Name = "GoodsName";
  709. this.GoodsName.ReadOnly = true;
  710. //
  711. // GoodsTypeName
  712. //
  713. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  714. this.GoodsTypeName.HeaderText = "产品类别";
  715. this.GoodsTypeName.Name = "GoodsTypeName";
  716. this.GoodsTypeName.ReadOnly = true;
  717. //
  718. // UserCode
  719. //
  720. this.UserCode.DataPropertyName = "UserCode";
  721. this.UserCode.HeaderText = "生产工号";
  722. this.UserCode.Name = "UserCode";
  723. this.UserCode.ReadOnly = true;
  724. //
  725. // STAFNAME
  726. //
  727. this.STAFNAME.HeaderText = "员工姓名";
  728. this.STAFNAME.Name = "STAFNAME";
  729. this.STAFNAME.ReadOnly = true;
  730. //
  731. // NUMS
  732. //
  733. this.NUMS.DataPropertyName = "NUMS";
  734. this.NUMS.HeaderText = "数量";
  735. this.NUMS.Name = "NUMS";
  736. this.NUMS.ReadOnly = true;
  737. //
  738. // OrganizationID
  739. //
  740. this.OrganizationID.DataPropertyName = "OrganizationName";
  741. this.OrganizationID.HeaderText = "所属部门";
  742. this.OrganizationID.Name = "OrganizationID";
  743. this.OrganizationID.ReadOnly = true;
  744. //
  745. // GroutingMouldCode
  746. //
  747. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  748. this.GroutingMouldCode.HeaderText = "模具编号";
  749. this.GroutingMouldCode.Name = "GroutingMouldCode";
  750. this.GroutingMouldCode.ReadOnly = true;
  751. //
  752. // GroutingDate
  753. //
  754. this.GroutingDate.DataPropertyName = "GroutingDate";
  755. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  756. dataGridViewCellStyle3.NullValue = null;
  757. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  758. this.GroutingDate.HeaderText = "注浆日期";
  759. this.GroutingDate.Name = "GroutingDate";
  760. this.GroutingDate.ReadOnly = true;
  761. //
  762. // GroutingUserCode
  763. //
  764. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  765. this.GroutingUserCode.HeaderText = "成型工号";
  766. this.GroutingUserCode.Name = "GroutingUserCode";
  767. this.GroutingUserCode.ReadOnly = true;
  768. //
  769. // IsPublicBody
  770. //
  771. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  772. this.IsPublicBody.FalseValue = "0";
  773. this.IsPublicBody.HeaderText = "公坯标识";
  774. this.IsPublicBody.Name = "IsPublicBody";
  775. this.IsPublicBody.ReadOnly = true;
  776. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  777. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  778. this.IsPublicBody.TrueValue = "1";
  779. //
  780. // SpecialRepairFlag
  781. //
  782. this.SpecialRepairFlag.DataPropertyName = "SpecialRepairFlag";
  783. this.SpecialRepairFlag.FalseValue = "0";
  784. this.SpecialRepairFlag.HeaderText = "干补标识";
  785. this.SpecialRepairFlag.Name = "SpecialRepairFlag";
  786. this.SpecialRepairFlag.ReadOnly = true;
  787. this.SpecialRepairFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  788. this.SpecialRepairFlag.TrueValue = "1";
  789. //
  790. // GroutingNum
  791. //
  792. this.GroutingNum.DataPropertyName = "GroutingNum";
  793. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  794. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  795. this.GroutingNum.HeaderText = "注浆次数";
  796. this.GroutingNum.Name = "GroutingNum";
  797. this.GroutingNum.ReadOnly = true;
  798. //
  799. // CreateTime
  800. //
  801. this.CreateTime.DataPropertyName = "CreateTime";
  802. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  803. dataGridViewCellStyle5.NullValue = null;
  804. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle5;
  805. this.CreateTime.HeaderText = "操作时间";
  806. this.CreateTime.Name = "CreateTime";
  807. this.CreateTime.ReadOnly = true;
  808. this.CreateTime.Width = 120;
  809. //
  810. // ProcedureModel
  811. //
  812. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  813. this.ProcedureModel.HeaderText = "工序模型";
  814. this.ProcedureModel.Name = "ProcedureModel";
  815. this.ProcedureModel.ReadOnly = true;
  816. this.ProcedureModel.Visible = false;
  817. //
  818. // ModelType
  819. //
  820. this.ModelType.DataPropertyName = "rocedureModelTypeName";
  821. this.ModelType.HeaderText = "工序类别";
  822. this.ModelType.Name = "ModelType";
  823. this.ModelType.ReadOnly = true;
  824. this.ModelType.Visible = false;
  825. //
  826. // PieceType
  827. //
  828. this.PieceType.DataPropertyName = "PieceType";
  829. this.PieceType.HeaderText = "计件模式";
  830. this.PieceType.Name = "PieceType";
  831. this.PieceType.ReadOnly = true;
  832. this.PieceType.Visible = false;
  833. //
  834. // CreateUserID
  835. //
  836. this.CreateUserID.DataPropertyName = "barusername";
  837. this.CreateUserID.HeaderText = "操作者";
  838. this.CreateUserID.Name = "CreateUserID";
  839. this.CreateUserID.ReadOnly = true;
  840. this.CreateUserID.Width = 60;
  841. //
  842. // Remarks
  843. //
  844. this.Remarks.DataPropertyName = "Remarks";
  845. this.Remarks.HeaderText = "备注";
  846. this.Remarks.Name = "Remarks";
  847. this.Remarks.ReadOnly = true;
  848. this.Remarks.Visible = false;
  849. //
  850. // KilnName
  851. //
  852. this.KilnName.DataPropertyName = "KilnName";
  853. this.KilnName.HeaderText = "窑炉名称";
  854. this.KilnName.Name = "KilnName";
  855. this.KilnName.ReadOnly = true;
  856. this.KilnName.Visible = false;
  857. //
  858. // KilnCarName
  859. //
  860. this.KilnCarName.DataPropertyName = "KilnCarName";
  861. this.KilnCarName.HeaderText = "窑车名称";
  862. this.KilnCarName.Name = "KilnCarName";
  863. this.KilnCarName.ReadOnly = true;
  864. this.KilnCarName.Visible = false;
  865. //
  866. // KilnCarPosition
  867. //
  868. this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
  869. this.KilnCarPosition.HeaderText = "窑车位置";
  870. this.KilnCarPosition.Name = "KilnCarPosition";
  871. this.KilnCarPosition.ReadOnly = true;
  872. this.KilnCarPosition.Visible = false;
  873. //
  874. // LogoCodeName
  875. //
  876. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  877. this.LogoCodeName.HeaderText = "商标";
  878. this.LogoCodeName.Name = "LogoCodeName";
  879. this.LogoCodeName.ReadOnly = true;
  880. //
  881. // F_PM_0901
  882. //
  883. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  884. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  885. this.ClientSize = new System.Drawing.Size(1102, 562);
  886. this.Controls.Add(this.splitContainer1);
  887. this.Controls.Add(this.gbxCondition);
  888. this.Controls.Add(this.tsrOperate);
  889. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  890. this.Name = "F_PM_0901";
  891. this.Text = "F_PM_0901";
  892. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0901_FormClosed);
  893. this.Load += new System.EventHandler(this.F_PM_0901_Load);
  894. this.tsrOperate.ResumeLayout(false);
  895. this.tsrOperate.PerformLayout();
  896. this.gbxCondition.ResumeLayout(false);
  897. this.gbxCondition.PerformLayout();
  898. this.splitContainer1.Panel1.ResumeLayout(false);
  899. this.splitContainer1.Panel2.ResumeLayout(false);
  900. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  901. this.splitContainer1.ResumeLayout(false);
  902. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  903. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  904. this.ResumeLayout(false);
  905. }
  906. #endregion
  907. private Basics.BaseControls.C_ToolStrip tsrOperate;
  908. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  909. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  910. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  911. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  912. private System.Windows.Forms.ToolStripButton tsbtnClose;
  913. private Basics.BaseControls.C_GroupBox gbxCondition;
  914. private Basics.BaseControls.C_Button btnClearCondition;
  915. private Basics.BaseControls.C_Button btnSearch;
  916. private Basics.BaseControls.C_Label lblTo;
  917. private System.Windows.Forms.DateTimePicker dtpEndTime;
  918. private System.Windows.Forms.DateTimePicker dtpStartTime;
  919. private Basics.BaseControls.C_Label lblCreateTime;
  920. private Basics.BaseControls.C_Label lblUserCode;
  921. private Basics.BaseControls.C_Label lblGoodsName;
  922. private Basics.BaseControls.C_Label lblGoodsCode;
  923. private Basics.BaseControls.C_Label lblBarCode;
  924. private Basics.BaseControls.C_TextBox txtUserCode;
  925. private Basics.BaseControls.C_TextBox txtGoodsName;
  926. private Basics.BaseControls.C_TextBox txtGoodsCode;
  927. private Basics.BaseControls.C_TextBox txtBarCode;
  928. private System.Windows.Forms.SplitContainer splitContainer1;
  929. private Basics.BaseControls.C_DataGridView dgvProduction;
  930. private Basics.BaseControls.C_DataGridView dgvDefect;
  931. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  932. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  933. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
  934. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFine;
  935. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
  936. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  937. private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
  938. private Basics.BaseControls.C_Label lblGoodsType;
  939. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  940. private Basics.BaseControls.C_Label lblOrganization;
  941. private Controls.SearchBox.ScbOrganization scbOrganization;
  942. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  943. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  944. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  945. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPositionName;
  946. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
  947. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  948. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  949. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  950. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  951. private System.Windows.Forms.DataGridViewTextBoxColumn STAFNAME;
  952. private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
  953. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  954. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  955. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  956. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  957. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  958. private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairFlag;
  959. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  960. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  961. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  962. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  963. private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
  964. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
  965. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  966. private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
  967. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
  968. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
  969. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  970. }
  971. }