F_PM_0401.Designer.cs 35 KB

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