F_PM_0401.Designer.cs 35 KB

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