F_PM_2401.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2401
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2401));
  36. this.dgvOrder = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.FHTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.FHUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  49. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  50. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  52. this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  53. this.dkLogoSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkLogoSearchBox();
  54. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  55. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  57. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  58. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.txtFHUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  61. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  62. this.lblFHUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.lblOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  66. this.tsbtnFinishedHandover = new System.Windows.Forms.ToolStripButton();
  67. this.tsbtnCancelFinishedHandover = new System.Windows.Forms.ToolStripButton();
  68. this.tsbtnTradeMark = new System.Windows.Forms.ToolStripButton();
  69. this.tsbtnChangeOrderNo = new System.Windows.Forms.ToolStripButton();
  70. this.tsbtnChangeOrderNoForPlate = new System.Windows.Forms.ToolStripButton();
  71. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  72. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).BeginInit();
  75. this.gbxCondition.SuspendLayout();
  76. this.tsrOperate.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // dgvOrder
  80. //
  81. this.dgvOrder.AllowUserToAddRows = false;
  82. this.dgvOrder.AllowUserToDeleteRows = false;
  83. this.dgvOrder.AllowUserToModifyRows = true;
  84. this.dgvOrder.AllowUserToOrderColumns = true;
  85. this.dgvOrder.AllowUserToResizeRows = false;
  86. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  87. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.dgvOrder.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  89. this.dgvOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  90. | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.dgvOrder.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  93. this.dgvOrder.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  94. this.dgvOrder.CellHeight = 23;
  95. this.dgvOrder.ChildNodeColumnName = null;
  96. this.dgvOrder.ChildNodeColumnText = null;
  97. this.dgvOrder.ColumnDeep = 1;
  98. this.dgvOrder.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  99. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  100. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  101. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
  102. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  103. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  104. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  105. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  106. this.dgvOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  107. this.dgvOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  108. this.dgvOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  109. this.OrderNo,
  110. this.FHTime,
  111. this.FHUserCode,
  112. this.barcode,
  113. this.FinishedBarCode,
  114. this.GoodsCode,
  115. this.LogoName,
  116. this.GroutingUserCode,
  117. this.GroutingMouldCode,
  118. this.GroutingDate,
  119. this.DeliverTime});
  120. this.dgvOrder.ColumnTreeView = null;
  121. this.dgvOrder.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)));
  122. this.dgvOrder.DynamicColumnName = "";
  123. this.dgvOrder.EnableHeadersVisualStyles = false;
  124. this.dgvOrder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.dgvOrder.FormatQuantityColumns = null;
  126. this.dgvOrder.HorizontalMergeColumn = null;
  127. this.dgvOrder.IsAutoCountSum = true;
  128. this.dgvOrder.IsAutoResizeColumns = false;
  129. this.dgvOrder.IsClickF12 = false;
  130. this.dgvOrder.IsOpenMergeCellFlag = false;
  131. this.dgvOrder.IsSubTotalFlag = false;
  132. this.dgvOrder.IsTopDeep = false;
  133. this.dgvOrder.Location = new System.Drawing.Point(0, 113);
  134. this.dgvOrder.MergeColumnNames = null;
  135. this.dgvOrder.MergeDetailColumnNames = null;
  136. this.dgvOrder.MergeDetailOnlyColumn = null;
  137. this.dgvOrder.MergeOnlyColumn = null;
  138. this.dgvOrder.MultiSelect = false;
  139. this.dgvOrder.Name = "dgvOrder";
  140. this.dgvOrder.ReadOnly = true;
  141. this.dgvOrder.RefreshAtHscroll = false;
  142. this.dgvOrder.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  143. this.dgvOrder.RowHeadersWidth = 50;
  144. this.dgvOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  145. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  146. this.dgvOrder.RowsDefaultCellStyle = dataGridViewCellStyle6;
  147. this.dgvOrder.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  148. this.dgvOrder.RowTemplate.Height = 21;
  149. this.dgvOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  150. this.dgvOrder.Size = new System.Drawing.Size(961, 357);
  151. this.dgvOrder.SortOrderColumnName = null;
  152. this.dgvOrder.TabIndex = 2;
  153. this.dgvOrder.Tag = true;
  154. this.dgvOrder.TotalSumColumns = null;
  155. this.dgvOrder.ViewRowFilter = "";
  156. //
  157. // OrderNo
  158. //
  159. this.OrderNo.DataPropertyName = "OrderNo";
  160. this.OrderNo.HeaderText = "生产订单";
  161. this.OrderNo.Name = "OrderNo";
  162. this.OrderNo.ReadOnly = true;
  163. //
  164. // FHTime
  165. //
  166. this.FHTime.DataPropertyName = "FHTime";
  167. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  168. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  169. this.FHTime.DefaultCellStyle = dataGridViewCellStyle3;
  170. this.FHTime.HeaderText = "交接时间";
  171. this.FHTime.Name = "FHTime";
  172. this.FHTime.ReadOnly = true;
  173. //
  174. // FHUserCode
  175. //
  176. this.FHUserCode.DataPropertyName = "FHUserCode";
  177. this.FHUserCode.HeaderText = "交接工号";
  178. this.FHUserCode.Name = "FHUserCode";
  179. this.FHUserCode.ReadOnly = true;
  180. //
  181. // barcode
  182. //
  183. this.barcode.DataPropertyName = "barcode";
  184. this.barcode.HeaderText = "产品条码";
  185. this.barcode.Name = "barcode";
  186. this.barcode.ReadOnly = true;
  187. //
  188. // FinishedBarCode
  189. //
  190. this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
  191. this.FinishedBarCode.HeaderText = "包装条码";
  192. this.FinishedBarCode.Name = "FinishedBarCode";
  193. this.FinishedBarCode.ReadOnly = true;
  194. //
  195. // GoodsCode
  196. //
  197. this.GoodsCode.DataPropertyName = "GoodsCode";
  198. this.GoodsCode.HeaderText = "产品编码";
  199. this.GoodsCode.Name = "GoodsCode";
  200. this.GoodsCode.ReadOnly = true;
  201. //
  202. // LogoName
  203. //
  204. this.LogoName.DataPropertyName = "LogoName";
  205. this.LogoName.HeaderText = "产品商标";
  206. this.LogoName.Name = "LogoName";
  207. this.LogoName.ReadOnly = true;
  208. //
  209. // GroutingUserCode
  210. //
  211. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  212. this.GroutingUserCode.HeaderText = "成型工号";
  213. this.GroutingUserCode.Name = "GroutingUserCode";
  214. this.GroutingUserCode.ReadOnly = true;
  215. //
  216. // GroutingMouldCode
  217. //
  218. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  219. this.GroutingMouldCode.HeaderText = "模具编号";
  220. this.GroutingMouldCode.Name = "GroutingMouldCode";
  221. this.GroutingMouldCode.ReadOnly = true;
  222. //
  223. // GroutingDate
  224. //
  225. this.GroutingDate.DataPropertyName = "GroutingDate";
  226. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  227. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  228. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  229. this.GroutingDate.HeaderText = "注浆日期";
  230. this.GroutingDate.Name = "GroutingDate";
  231. this.GroutingDate.ReadOnly = true;
  232. //
  233. // DeliverTime
  234. //
  235. this.DeliverTime.DataPropertyName = "DeliverTime";
  236. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  237. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  238. this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle5;
  239. this.DeliverTime.HeaderText = "交坯日期";
  240. this.DeliverTime.Name = "DeliverTime";
  241. this.DeliverTime.ReadOnly = true;
  242. //
  243. // imglstNavigation
  244. //
  245. this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  246. this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
  247. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  248. //
  249. // gbxCondition
  250. //
  251. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  252. | System.Windows.Forms.AnchorStyles.Right)));
  253. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  254. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  255. this.gbxCondition.Controls.Add(this.lblGoodsType);
  256. this.gbxCondition.Controls.Add(this.scbGoodsType);
  257. this.gbxCondition.Controls.Add(this.txtOrderNo);
  258. this.gbxCondition.Controls.Add(this.dkLogoSearchBox1);
  259. this.gbxCondition.Controls.Add(this.chkDateTime);
  260. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  261. this.gbxCondition.Controls.Add(this.dtpEndTime);
  262. this.gbxCondition.Controls.Add(this.dtpStartTime);
  263. this.gbxCondition.Controls.Add(this.btnSearch);
  264. this.gbxCondition.Controls.Add(this.btnClearCondition);
  265. this.gbxCondition.Controls.Add(this.txtFHUserCode);
  266. this.gbxCondition.Controls.Add(this.txtGoodsModel);
  267. this.gbxCondition.Controls.Add(this.lblFHUserCode);
  268. this.gbxCondition.Controls.Add(this.lblGoodsModel);
  269. this.gbxCondition.Controls.Add(this.lblOrderNo);
  270. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  272. this.gbxCondition.IsMustInput = false;
  273. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  274. this.gbxCondition.Name = "gbxCondition";
  275. this.gbxCondition.OriginalHeight = -1;
  276. this.gbxCondition.Size = new System.Drawing.Size(961, 69);
  277. this.gbxCondition.TabIndex = 1;
  278. this.gbxCondition.TabStop = false;
  279. this.gbxCondition.Text = "查询条件 ▼";
  280. //
  281. // lblGoodsType
  282. //
  283. this.lblGoodsType.AutoSize = true;
  284. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  285. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  287. this.lblGoodsType.Location = new System.Drawing.Point(6, 43);
  288. this.lblGoodsType.Name = "lblGoodsType";
  289. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  290. this.lblGoodsType.TabIndex = 39;
  291. this.lblGoodsType.Text = "产品类别";
  292. //
  293. // scbGoodsType
  294. //
  295. this.scbGoodsType.CheckedData = null;
  296. this.scbGoodsType.IsOnlyDisplayEnd = false;
  297. this.scbGoodsType.Location = new System.Drawing.Point(65, 40);
  298. this.scbGoodsType.Name = "scbGoodsType";
  299. this.scbGoodsType.Size = new System.Drawing.Size(144, 21);
  300. this.scbGoodsType.TabIndex = 38;
  301. //
  302. // txtOrderNo
  303. //
  304. this.txtOrderNo.BackColor = System.Drawing.SystemColors.Window;
  305. this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
  306. this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.txtOrderNo.Location = new System.Drawing.Point(65, 14);
  308. this.txtOrderNo.MaxLength = 100;
  309. this.txtOrderNo.Name = "txtOrderNo";
  310. this.txtOrderNo.Size = new System.Drawing.Size(144, 21);
  311. this.txtOrderNo.TabIndex = 1;
  312. //
  313. // dkLogoSearchBox1
  314. //
  315. this.dkLogoSearchBox1.BackColor = System.Drawing.Color.Transparent;
  316. this.dkLogoSearchBox1.DataSource = null;
  317. this.dkLogoSearchBox1.Enabled = true;
  318. this.dkLogoSearchBox1.IsEnablePurview = false;
  319. this.dkLogoSearchBox1.IsMustInput = false;
  320. this.dkLogoSearchBox1.Location = new System.Drawing.Point(453, 39);
  321. this.dkLogoSearchBox1.LogoCode = "";
  322. this.dkLogoSearchBox1.LogoID = null;
  323. this.dkLogoSearchBox1.LogoIDS = null;
  324. this.dkLogoSearchBox1.LogoName = null;
  325. this.dkLogoSearchBox1.ModelType = null;
  326. this.dkLogoSearchBox1.Name = "dkLogoSearchBox1";
  327. this.dkLogoSearchBox1.Purview = null;
  328. this.dkLogoSearchBox1.PurviewType = ((byte)(0));
  329. this.dkLogoSearchBox1.SelectMore = true;
  330. this.dkLogoSearchBox1.Size = new System.Drawing.Size(192, 21);
  331. this.dkLogoSearchBox1.TabIndex = 11;
  332. this.dkLogoSearchBox1.Title = "产品商标";
  333. this.dkLogoSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  334. //
  335. // chkDateTime
  336. //
  337. this.chkDateTime.AutoSize = true;
  338. this.chkDateTime.Checked = true;
  339. this.chkDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
  340. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.chkDateTime.Location = new System.Drawing.Point(438, 16);
  342. this.chkDateTime.Name = "chkDateTime";
  343. this.chkDateTime.Size = new System.Drawing.Size(72, 16);
  344. this.chkDateTime.TabIndex = 4;
  345. this.chkDateTime.Text = "交接日期";
  346. this.chkDateTime.UseVisualStyleBackColor = true;
  347. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  348. //
  349. // lblAccountDateEnd
  350. //
  351. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  352. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  354. this.lblAccountDateEnd.Location = new System.Drawing.Point(646, 15);
  355. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  356. this.lblAccountDateEnd.Size = new System.Drawing.Size(35, 16);
  357. this.lblAccountDateEnd.TabIndex = 6;
  358. this.lblAccountDateEnd.Text = " 至 ";
  359. //
  360. // dtpEndTime
  361. //
  362. this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
  363. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  364. this.dtpEndTime.Location = new System.Drawing.Point(687, 12);
  365. this.dtpEndTime.Name = "dtpEndTime";
  366. this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
  367. this.dtpEndTime.TabIndex = 7;
  368. this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
  369. //
  370. // dtpStartTime
  371. //
  372. this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  373. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  374. this.dtpStartTime.Location = new System.Drawing.Point(511, 12);
  375. this.dtpStartTime.Name = "dtpStartTime";
  376. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  377. this.dtpStartTime.TabIndex = 5;
  378. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  379. //
  380. // btnSearch
  381. //
  382. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  383. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  384. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  385. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.btnSearch.ForeColor = System.Drawing.Color.White;
  387. this.btnSearch.Location = new System.Drawing.Point(768, 32);
  388. this.btnSearch.Name = "btnSearch";
  389. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  390. this.btnSearch.TabIndex = 12;
  391. this.btnSearch.Text = "查询";
  392. this.btnSearch.UseVisualStyleBackColor = true;
  393. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  394. //
  395. // btnClearCondition
  396. //
  397. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  398. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  399. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  400. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  402. this.btnClearCondition.Location = new System.Drawing.Point(859, 32);
  403. this.btnClearCondition.Name = "btnClearCondition";
  404. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  405. this.btnClearCondition.TabIndex = 13;
  406. this.btnClearCondition.Text = "清空条件";
  407. this.btnClearCondition.UseVisualStyleBackColor = true;
  408. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  409. //
  410. // txtFHUserCode
  411. //
  412. this.txtFHUserCode.BackColor = System.Drawing.SystemColors.Window;
  413. this.txtFHUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  414. this.txtFHUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  415. this.txtFHUserCode.ErrorMessage = "";
  416. this.txtFHUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.txtFHUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  418. this.txtFHUserCode.Location = new System.Drawing.Point(281, 14);
  419. this.txtFHUserCode.MaxLength = 21;
  420. this.txtFHUserCode.Name = "txtFHUserCode";
  421. this.txtFHUserCode.Size = new System.Drawing.Size(145, 21);
  422. this.txtFHUserCode.TabIndex = 3;
  423. this.txtFHUserCode.TextValue = "";
  424. //
  425. // txtGoodsModel
  426. //
  427. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  428. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  429. this.txtGoodsModel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  430. this.txtGoodsModel.ErrorMessage = "";
  431. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.txtGoodsModel.ImeMode = System.Windows.Forms.ImeMode.Off;
  433. this.txtGoodsModel.Location = new System.Drawing.Point(281, 40);
  434. this.txtGoodsModel.MaxLength = 21;
  435. this.txtGoodsModel.Name = "txtGoodsModel";
  436. this.txtGoodsModel.Size = new System.Drawing.Size(145, 21);
  437. this.txtGoodsModel.TabIndex = 10;
  438. this.txtGoodsModel.TextValue = "";
  439. //
  440. // lblFHUserCode
  441. //
  442. this.lblFHUserCode.AutoSize = true;
  443. this.lblFHUserCode.BackColor = System.Drawing.Color.Transparent;
  444. this.lblFHUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.lblFHUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  446. this.lblFHUserCode.Location = new System.Drawing.Point(223, 18);
  447. this.lblFHUserCode.Name = "lblFHUserCode";
  448. this.lblFHUserCode.Size = new System.Drawing.Size(53, 12);
  449. this.lblFHUserCode.TabIndex = 2;
  450. this.lblFHUserCode.Text = "交接工号";
  451. //
  452. // lblGoodsModel
  453. //
  454. this.lblGoodsModel.AutoSize = true;
  455. this.lblGoodsModel.BackColor = System.Drawing.Color.Transparent;
  456. this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
  458. this.lblGoodsModel.Location = new System.Drawing.Point(223, 44);
  459. this.lblGoodsModel.Name = "lblGoodsModel";
  460. this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
  461. this.lblGoodsModel.TabIndex = 9;
  462. this.lblGoodsModel.Text = "产品编码";
  463. //
  464. // lblOrderNo
  465. //
  466. this.lblOrderNo.AutoSize = true;
  467. this.lblOrderNo.BackColor = System.Drawing.Color.Transparent;
  468. this.lblOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.lblOrderNo.ForeColor = System.Drawing.SystemColors.ControlText;
  470. this.lblOrderNo.Location = new System.Drawing.Point(7, 19);
  471. this.lblOrderNo.Name = "lblOrderNo";
  472. this.lblOrderNo.Size = new System.Drawing.Size(53, 12);
  473. this.lblOrderNo.TabIndex = 0;
  474. this.lblOrderNo.Text = "生产订单";
  475. //
  476. // tsrOperate
  477. //
  478. this.tsrOperate.AutoSize = false;
  479. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  480. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  482. this.tsbtnFinishedHandover,
  483. this.tsbtnCancelFinishedHandover,
  484. this.tsbtnTradeMark,
  485. this.tsbtnChangeOrderNo,
  486. this.tsbtnChangeOrderNoForPlate,
  487. this.toolStripSeparator1,
  488. this.tsbtnAdaptive,
  489. this.tsbtnClose});
  490. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  491. this.tsrOperate.Name = "tsrOperate";
  492. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  493. this.tsrOperate.ShowItemToolTips = false;
  494. this.tsrOperate.Size = new System.Drawing.Size(973, 35);
  495. this.tsrOperate.TabIndex = 0;
  496. this.tsrOperate.Text = "toolStrip1";
  497. //
  498. // tsbtnFinishedHandover
  499. //
  500. this.tsbtnFinishedHandover.AutoSize = false;
  501. this.tsbtnFinishedHandover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.tsbtnFinishedHandover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  503. this.tsbtnFinishedHandover.ImageTransparentColor = System.Drawing.Color.Magenta;
  504. this.tsbtnFinishedHandover.Name = "tsbtnFinishedHandover";
  505. this.tsbtnFinishedHandover.Size = new System.Drawing.Size(60, 25);
  506. this.tsbtnFinishedHandover.Text = "交接";
  507. this.tsbtnFinishedHandover.Click += new System.EventHandler(this.tsbtnAdd_Click);
  508. //
  509. // tsbtnCancelFinishedHandover
  510. //
  511. this.tsbtnCancelFinishedHandover.AutoSize = false;
  512. this.tsbtnCancelFinishedHandover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.tsbtnCancelFinishedHandover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  514. this.tsbtnCancelFinishedHandover.ImageTransparentColor = System.Drawing.Color.Magenta;
  515. this.tsbtnCancelFinishedHandover.Name = "tsbtnCancelFinishedHandover";
  516. this.tsbtnCancelFinishedHandover.Size = new System.Drawing.Size(60, 25);
  517. this.tsbtnCancelFinishedHandover.Text = "撤销";
  518. this.tsbtnCancelFinishedHandover.Click += new System.EventHandler(this.tsbtnCancelFinishedHandover_Click);
  519. //
  520. // tsbtnTradeMark
  521. //
  522. this.tsbtnTradeMark.AutoSize = false;
  523. this.tsbtnTradeMark.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.tsbtnTradeMark.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  525. this.tsbtnTradeMark.ImageTransparentColor = System.Drawing.Color.Magenta;
  526. this.tsbtnTradeMark.Name = "tsbtnTradeMark";
  527. this.tsbtnTradeMark.Size = new System.Drawing.Size(60, 25);
  528. this.tsbtnTradeMark.Text = "商标";
  529. this.tsbtnTradeMark.Click += new System.EventHandler(this.tsbtnTradeMark_Click);
  530. //
  531. // tsbtnChangeOrderNo
  532. //
  533. this.tsbtnChangeOrderNo.AutoSize = false;
  534. this.tsbtnChangeOrderNo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  535. this.tsbtnChangeOrderNo.ImageTransparentColor = System.Drawing.Color.Magenta;
  536. this.tsbtnChangeOrderNo.Name = "tsbtnChangeOrderNo";
  537. this.tsbtnChangeOrderNo.Size = new System.Drawing.Size(80, 25);
  538. this.tsbtnChangeOrderNo.Text = "变更单号";
  539. this.tsbtnChangeOrderNo.Click += new System.EventHandler(this.tsbtnValueFlag_Click);
  540. //
  541. // tsbtnChangeOrderNoForPlate
  542. //
  543. this.tsbtnChangeOrderNoForPlate.AutoSize = false;
  544. this.tsbtnChangeOrderNoForPlate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  545. this.tsbtnChangeOrderNoForPlate.ImageTransparentColor = System.Drawing.Color.Magenta;
  546. this.tsbtnChangeOrderNoForPlate.Name = "tsbtnChangeOrderNoForPlate";
  547. this.tsbtnChangeOrderNoForPlate.Size = new System.Drawing.Size(100, 25);
  548. this.tsbtnChangeOrderNoForPlate.Text = "变更单号整板";
  549. this.tsbtnChangeOrderNoForPlate.Click += new System.EventHandler(this.tsbtnChangeOrderNoForPlate_Click);
  550. //
  551. // toolStripSeparator1
  552. //
  553. this.toolStripSeparator1.AutoSize = false;
  554. this.toolStripSeparator1.Name = "toolStripSeparator1";
  555. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  556. //
  557. // tsbtnAdaptive
  558. //
  559. this.tsbtnAdaptive.AutoSize = false;
  560. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  562. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  563. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  564. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  565. this.tsbtnAdaptive.Text = "自适应列宽";
  566. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  567. //
  568. // tsbtnClose
  569. //
  570. this.tsbtnClose.AutoSize = false;
  571. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  573. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  574. this.tsbtnClose.Name = "tsbtnClose";
  575. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  576. this.tsbtnClose.Text = "关闭(&X)";
  577. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  578. //
  579. // F_PM_2401
  580. //
  581. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  582. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  583. this.ClientSize = new System.Drawing.Size(973, 470);
  584. this.Controls.Add(this.dgvOrder);
  585. this.Controls.Add(this.tsrOperate);
  586. this.Controls.Add(this.gbxCondition);
  587. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  588. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  589. this.MaximizeBox = false;
  590. this.MinimizeBox = false;
  591. this.Name = "F_PM_2401";
  592. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  593. this.Text = "产成品交接";
  594. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmOrganization_FormClosed);
  595. this.Load += new System.EventHandler(this.FrmOrganization_Load);
  596. this.Shown += new System.EventHandler(this.F_PM_2401_Shown);
  597. ((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).EndInit();
  598. this.gbxCondition.ResumeLayout(false);
  599. this.gbxCondition.PerformLayout();
  600. this.tsrOperate.ResumeLayout(false);
  601. this.tsrOperate.PerformLayout();
  602. this.ResumeLayout(false);
  603. }
  604. #endregion
  605. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrder;
  606. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList chklValueFlag;
  607. private Basics.BaseControls.C_ToolStrip tsrOperate;
  608. private System.Windows.Forms.ToolStripButton tsbtnFinishedHandover;
  609. private System.Windows.Forms.ToolStripButton tsbtnCancelFinishedHandover;
  610. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  611. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  612. private System.Windows.Forms.ToolStripButton tsbtnClose;
  613. private Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox gbxCondition;
  614. private System.Windows.Forms.ImageList imglstNavigation;
  615. private Basics.BaseControls.C_Label lblOrderNo;
  616. private Basics.BaseControls.C_Button btnSearch;
  617. private Basics.BaseControls.C_Button btnClearCondition;
  618. private System.Windows.Forms.ToolStripButton tsbtnChangeOrderNo;
  619. private System.Windows.Forms.DateTimePicker dtpStartTime;
  620. private System.Windows.Forms.DateTimePicker dtpEndTime;
  621. private Basics.BaseControls.C_Label lblAccountDateEnd;
  622. private Basics.BaseControls.C_CheckBox chkDateTime;
  623. private Basics.BaseControls.C_Label lblGoodsModel;
  624. private Basics.BaseControls.C_TXT_Code txtGoodsModel;
  625. private Basics.BaseControls.C_TXT_Code txtFHUserCode;
  626. private Basics.BaseControls.C_Label lblFHUserCode;
  627. private Controls.SearchTextBox.dkLogoSearchBox dkLogoSearchBox1;
  628. private Basics.BaseControls.C_TextBox txtOrderNo;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
  630. private System.Windows.Forms.DataGridViewTextBoxColumn FHTime;
  631. private System.Windows.Forms.DataGridViewTextBoxColumn FHUserCode;
  632. private System.Windows.Forms.DataGridViewTextBoxColumn barcode;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn FinishedBarCode;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
  640. private Basics.BaseControls.C_Label lblGoodsType;
  641. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  642. private System.Windows.Forms.ToolStripButton tsbtnChangeOrderNoForPlate;
  643. private System.Windows.Forms.ToolStripButton tsbtnTradeMark;
  644. }
  645. }