F_PM_0401.Designer.cs 45 KB

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