F_PM_0901.Designer.cs 48 KB

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