F_PM_0901.Designer.cs 47 KB

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