F_PM_0501.Designer.cs 45 KB

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