F_PM_2401.Designer.cs 39 KB

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