F_PM_0501.Designer.cs 44 KB

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