F_SAP_HEGII_0104.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule
  3. {
  4. partial class F_SAP_HEGII_0104
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  37. this.txtLPN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.lblLPN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtSerialno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.lblSerialno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.lblReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.lblLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.cmbLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  45. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  46. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  47. this.dtpDateend = new Dongke.WinForm.Controls.DtpDate();
  48. this.dtpDatebegin = new Dongke.WinForm.Controls.DtpDate();
  49. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  50. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnSynLog = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  56. this.dgvBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  57. this.SEL = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
  58. this.LOGTYPENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.CODEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.SKU = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.UDF1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.UDF2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.SERIALNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.LPN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.RETURNDESC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.grpCollapsible1.SuspendLayout();
  68. this.tsrToolStrip1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // grpCollapsible1
  73. //
  74. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.grpCollapsible1.Controls.Add(this.txtLPN);
  77. this.grpCollapsible1.Controls.Add(this.lblLPN);
  78. this.grpCollapsible1.Controls.Add(this.txtSerialno);
  79. this.grpCollapsible1.Controls.Add(this.lblSerialno);
  80. this.grpCollapsible1.Controls.Add(this.txtReturnDesc);
  81. this.grpCollapsible1.Controls.Add(this.lblReturnDesc);
  82. this.grpCollapsible1.Controls.Add(this.lblLogType);
  83. this.grpCollapsible1.Controls.Add(this.cmbLogType);
  84. this.grpCollapsible1.Controls.Add(this.lblLabel2);
  85. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  86. this.grpCollapsible1.Controls.Add(this.dtpDateend);
  87. this.grpCollapsible1.Controls.Add(this.dtpDatebegin);
  88. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  89. this.grpCollapsible1.Name = "grpCollapsible1";
  90. this.grpCollapsible1.Size = new System.Drawing.Size(1135, 74);
  91. this.grpCollapsible1.TabIndex = 1;
  92. this.grpCollapsible1.TabStop = false;
  93. this.grpCollapsible1.Text = "查询条件";
  94. //
  95. // txtLPN
  96. //
  97. this.txtLPN.BackColor = System.Drawing.SystemColors.Window;
  98. this.txtLPN.BackgroundColor = System.Drawing.SystemColors.Window;
  99. this.txtLPN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  100. this.txtLPN.ErrorMessage = "";
  101. this.txtLPN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.txtLPN.Location = new System.Drawing.Point(365, 47);
  103. this.txtLPN.MaxLength = 200;
  104. this.txtLPN.Name = "txtLPN";
  105. this.txtLPN.Size = new System.Drawing.Size(285, 21);
  106. this.txtLPN.TabIndex = 32;
  107. //
  108. // lblLPN
  109. //
  110. this.lblLPN.AutoSize = true;
  111. this.lblLPN.BackColor = System.Drawing.Color.Transparent;
  112. this.lblLPN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.lblLPN.ForeColor = System.Drawing.SystemColors.ControlText;
  114. this.lblLPN.Location = new System.Drawing.Point(330, 52);
  115. this.lblLPN.Name = "lblLPN";
  116. this.lblLPN.Size = new System.Drawing.Size(29, 12);
  117. this.lblLPN.TabIndex = 31;
  118. this.lblLPN.Text = "板码";
  119. //
  120. // txtSerialno
  121. //
  122. this.txtSerialno.BackColor = System.Drawing.SystemColors.Window;
  123. this.txtSerialno.BackgroundColor = System.Drawing.SystemColors.Window;
  124. this.txtSerialno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  125. this.txtSerialno.ErrorMessage = "";
  126. this.txtSerialno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.txtSerialno.Location = new System.Drawing.Point(71, 47);
  128. this.txtSerialno.MaxLength = 100;
  129. this.txtSerialno.Name = "txtSerialno";
  130. this.txtSerialno.Size = new System.Drawing.Size(229, 21);
  131. this.txtSerialno.TabIndex = 30;
  132. //
  133. // lblSerialno
  134. //
  135. this.lblSerialno.AutoSize = true;
  136. this.lblSerialno.BackColor = System.Drawing.Color.Transparent;
  137. this.lblSerialno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lblSerialno.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.lblSerialno.Location = new System.Drawing.Point(24, 52);
  140. this.lblSerialno.Name = "lblSerialno";
  141. this.lblSerialno.Size = new System.Drawing.Size(41, 12);
  142. this.lblSerialno.TabIndex = 29;
  143. this.lblSerialno.Text = "外箱码";
  144. //
  145. // txtReturnDesc
  146. //
  147. this.txtReturnDesc.BackColor = System.Drawing.SystemColors.Window;
  148. this.txtReturnDesc.BackgroundColor = System.Drawing.SystemColors.Window;
  149. this.txtReturnDesc.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  150. this.txtReturnDesc.ErrorMessage = "";
  151. this.txtReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.txtReturnDesc.Location = new System.Drawing.Point(530, 20);
  153. this.txtReturnDesc.MaxLength = 20;
  154. this.txtReturnDesc.Name = "txtReturnDesc";
  155. this.txtReturnDesc.Size = new System.Drawing.Size(120, 21);
  156. this.txtReturnDesc.TabIndex = 28;
  157. //
  158. // lblReturnDesc
  159. //
  160. this.lblReturnDesc.AutoSize = true;
  161. this.lblReturnDesc.BackColor = System.Drawing.Color.Transparent;
  162. this.lblReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.lblReturnDesc.ForeColor = System.Drawing.SystemColors.ControlText;
  164. this.lblReturnDesc.Location = new System.Drawing.Point(471, 24);
  165. this.lblReturnDesc.Name = "lblReturnDesc";
  166. this.lblReturnDesc.Size = new System.Drawing.Size(53, 12);
  167. this.lblReturnDesc.TabIndex = 25;
  168. this.lblReturnDesc.Text = "同步结果";
  169. //
  170. // lblLogType
  171. //
  172. this.lblLogType.AutoSize = true;
  173. this.lblLogType.BackColor = System.Drawing.Color.Transparent;
  174. this.lblLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.lblLogType.ForeColor = System.Drawing.SystemColors.ControlText;
  176. this.lblLogType.Location = new System.Drawing.Point(306, 24);
  177. this.lblLogType.Name = "lblLogType";
  178. this.lblLogType.Size = new System.Drawing.Size(53, 12);
  179. this.lblLogType.TabIndex = 24;
  180. this.lblLogType.Text = "同步类型";
  181. //
  182. // cmbLogType
  183. //
  184. this.cmbLogType.BackColor = System.Drawing.SystemColors.Window;
  185. this.cmbLogType.BackgroundColor = System.Drawing.SystemColors.Window;
  186. this.cmbLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.cmbLogType.FormattingEnabled = true;
  188. this.cmbLogType.Location = new System.Drawing.Point(365, 20);
  189. this.cmbLogType.Name = "cmbLogType";
  190. this.cmbLogType.Size = new System.Drawing.Size(100, 20);
  191. this.cmbLogType.TabIndex = 23;
  192. //
  193. // lblLabel2
  194. //
  195. this.lblLabel2.Location = new System.Drawing.Point(177, 24);
  196. this.lblLabel2.Name = "lblLabel2";
  197. this.lblLabel2.Size = new System.Drawing.Size(17, 12);
  198. this.lblLabel2.TabIndex = 2;
  199. this.lblLabel2.Text = "至";
  200. //
  201. // lblLabel1
  202. //
  203. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  204. this.lblLabel1.Name = "lblLabel1";
  205. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  206. this.lblLabel1.TabIndex = 0;
  207. this.lblLabel1.Text = "同步日期";
  208. //
  209. // dtpDateend
  210. //
  211. this.dtpDateend.AllowNull = false;
  212. this.dtpDateend.Location = new System.Drawing.Point(200, 20);
  213. this.dtpDateend.Name = "dtpDateend";
  214. this.dtpDateend.Size = new System.Drawing.Size(100, 21);
  215. this.dtpDateend.TabIndex = 3;
  216. this.dtpDateend.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  217. //
  218. // dtpDatebegin
  219. //
  220. this.dtpDatebegin.AllowNull = false;
  221. this.dtpDatebegin.Location = new System.Drawing.Point(71, 20);
  222. this.dtpDatebegin.Name = "dtpDatebegin";
  223. this.dtpDatebegin.Size = new System.Drawing.Size(100, 21);
  224. this.dtpDatebegin.TabIndex = 1;
  225. this.dtpDatebegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  226. //
  227. // tsrToolStrip1
  228. //
  229. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  231. this.tsbtnSearch,
  232. this.tsbtnSynLog,
  233. this.tsbtnClearCondition,
  234. this.toolStripSeparator1,
  235. this.tsbtnAdaptive,
  236. this.tsbtnClose});
  237. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  238. this.tsrToolStrip1.Name = "tsrToolStrip1";
  239. this.tsrToolStrip1.Size = new System.Drawing.Size(1147, 35);
  240. this.tsrToolStrip1.TabIndex = 0;
  241. //
  242. // tsbtnSearch
  243. //
  244. this.tsbtnSearch.AutoSize = false;
  245. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  247. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  248. this.tsbtnSearch.Name = "tsbtnSearch";
  249. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  250. this.tsbtnSearch.Text = "查询(&Q)";
  251. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  252. //
  253. // tsbtnSynLog
  254. //
  255. this.tsbtnSynLog.AutoSize = false;
  256. this.tsbtnSynLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.tsbtnSynLog.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  258. this.tsbtnSynLog.ImageTransparentColor = System.Drawing.Color.Magenta;
  259. this.tsbtnSynLog.Name = "tsbtnSynLog";
  260. this.tsbtnSynLog.Size = new System.Drawing.Size(60, 25);
  261. this.tsbtnSynLog.Text = "同步(&L)";
  262. this.tsbtnSynLog.Click += new System.EventHandler(this.tsbtnSynLog_Click);
  263. //
  264. // tsbtnClearCondition
  265. //
  266. this.tsbtnClearCondition.AutoSize = false;
  267. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  269. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  270. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  271. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  272. this.tsbtnClearCondition.Text = "清空条件(&C)";
  273. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  274. //
  275. // toolStripSeparator1
  276. //
  277. this.toolStripSeparator1.AutoSize = false;
  278. this.toolStripSeparator1.Name = "toolStripSeparator1";
  279. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  280. //
  281. // tsbtnAdaptive
  282. //
  283. this.tsbtnAdaptive.AutoSize = false;
  284. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  286. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  287. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  288. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  289. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  290. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  291. //
  292. // tsbtnClose
  293. //
  294. this.tsbtnClose.AutoSize = false;
  295. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  297. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  298. this.tsbtnClose.Name = "tsbtnClose";
  299. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  300. this.tsbtnClose.Text = "关闭(&X)";
  301. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  302. //
  303. // dgvBarcode
  304. //
  305. this.dgvBarcode.AllowUserToAddRows = false;
  306. this.dgvBarcode.AllowUserToDeleteRows = false;
  307. this.dgvBarcode.AllowUserToModifyRows = true;
  308. this.dgvBarcode.AllowUserToOrderColumns = true;
  309. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  310. this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  311. this.dgvBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  312. | System.Windows.Forms.AnchorStyles.Left)
  313. | System.Windows.Forms.AnchorStyles.Right)));
  314. this.dgvBarcode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  315. this.dgvBarcode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  316. this.dgvBarcode.CellHeight = 23;
  317. this.dgvBarcode.ChildNodeColumnName = null;
  318. this.dgvBarcode.ChildNodeColumnText = null;
  319. this.dgvBarcode.ColumnDeep = 1;
  320. this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  321. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  322. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  323. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  325. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  326. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  327. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  328. this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  329. this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  330. this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  331. this.SEL,
  332. this.LOGTYPENAME,
  333. this.CODEI,
  334. this.SKU,
  335. this.UDF1,
  336. this.UDF2,
  337. this.SERIALNO,
  338. this.LPN,
  339. this.RETURNDESC,
  340. this.CREATETIME});
  341. this.dgvBarcode.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  342. this.dgvBarcode.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)));
  343. this.dgvBarcode.DynamicColumnName = "";
  344. this.dgvBarcode.EnableHeadersVisualStyles = false;
  345. this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.dgvBarcode.FormatQuantityColumns = null;
  347. this.dgvBarcode.HasNode = false;
  348. this.dgvBarcode.HorizontalMergeColumn = null;
  349. this.dgvBarcode.IsAutoCountSum = true;
  350. this.dgvBarcode.IsAutoResizeColumns = false;
  351. this.dgvBarcode.IsClickF12 = false;
  352. this.dgvBarcode.IsOpenMergeCellFlag = false;
  353. this.dgvBarcode.IsSubTotalFlag = false;
  354. this.dgvBarcode.IsTopDeep = false;
  355. this.dgvBarcode.Location = new System.Drawing.Point(0, 118);
  356. this.dgvBarcode.MergeColumnNames = null;
  357. this.dgvBarcode.MergeDetailColumnNames = null;
  358. this.dgvBarcode.MergeDetailOnlyColumn = null;
  359. this.dgvBarcode.MergeOnlyColumn = null;
  360. this.dgvBarcode.MultiSelect = false;
  361. this.dgvBarcode.Name = "dgvBarcode";
  362. this.dgvBarcode.RefreshAtHscroll = false;
  363. this.dgvBarcode.RowHeadersWidth = 50;
  364. this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  365. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  366. this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle14;
  367. this.dgvBarcode.RowTemplate.Height = 21;
  368. this.dgvBarcode.Size = new System.Drawing.Size(1146, 423);
  369. this.dgvBarcode.SortOrderColumnName = null;
  370. this.dgvBarcode.TabIndex = 0;
  371. this.dgvBarcode.Tag = "";
  372. this.dgvBarcode.TotalSumColumns = null;
  373. this.dgvBarcode.ViewRowFilter = "";
  374. this.dgvBarcode.VirtualNodes = false;
  375. //
  376. // SEL
  377. //
  378. this.SEL.DataPropertyName = "SEL";
  379. this.SEL.FalseValue = "0";
  380. this.SEL.HeaderText = "选择";
  381. this.SEL.IndeterminateValue = "0";
  382. this.SEL.Name = "SEL";
  383. this.SEL.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  384. this.SEL.TrueValue = "1";
  385. this.SEL.Width = 65;
  386. //
  387. // LOGTYPENAME
  388. //
  389. this.LOGTYPENAME.DataPropertyName = "LOGTYPENAME";
  390. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  391. this.LOGTYPENAME.DefaultCellStyle = dataGridViewCellStyle10;
  392. this.LOGTYPENAME.HeaderText = "同步类型";
  393. this.LOGTYPENAME.Name = "LOGTYPENAME";
  394. this.LOGTYPENAME.ReadOnly = true;
  395. //
  396. // CODEI
  397. //
  398. this.CODEI.DataPropertyName = "CODEI";
  399. this.CODEI.HeaderText = "产品编码";
  400. this.CODEI.Name = "CODEI";
  401. this.CODEI.ReadOnly = true;
  402. //
  403. // SKU
  404. //
  405. this.SKU.DataPropertyName = "SKU";
  406. this.SKU.HeaderText = "物料编码";
  407. this.SKU.Name = "SKU";
  408. this.SKU.ReadOnly = true;
  409. //
  410. // UDF1
  411. //
  412. this.UDF1.DataPropertyName = "UDF1";
  413. this.UDF1.HeaderText = "销售凭证 ";
  414. this.UDF1.Name = "UDF1";
  415. this.UDF1.ReadOnly = true;
  416. //
  417. // UDF2
  418. //
  419. this.UDF2.DataPropertyName = "UDF2";
  420. this.UDF2.HeaderText = "凭证项目";
  421. this.UDF2.Name = "UDF2";
  422. this.UDF2.ReadOnly = true;
  423. //
  424. // SERIALNO
  425. //
  426. this.SERIALNO.DataPropertyName = "SERIALNO";
  427. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  428. this.SERIALNO.DefaultCellStyle = dataGridViewCellStyle11;
  429. this.SERIALNO.HeaderText = "外箱码";
  430. this.SERIALNO.Name = "SERIALNO";
  431. this.SERIALNO.ReadOnly = true;
  432. //
  433. // LPN
  434. //
  435. this.LPN.DataPropertyName = "LPN";
  436. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  437. this.LPN.DefaultCellStyle = dataGridViewCellStyle12;
  438. this.LPN.HeaderText = "板码";
  439. this.LPN.Name = "LPN";
  440. this.LPN.ReadOnly = true;
  441. //
  442. // RETURNDESC
  443. //
  444. this.RETURNDESC.DataPropertyName = "RETURNDESC";
  445. this.RETURNDESC.HeaderText = "同步结果";
  446. this.RETURNDESC.Name = "RETURNDESC";
  447. this.RETURNDESC.ReadOnly = true;
  448. //
  449. // CREATETIME
  450. //
  451. this.CREATETIME.DataPropertyName = "CREATETIME";
  452. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  453. dataGridViewCellStyle13.Format = "yyyy-MM-dd HH:mm:ss";
  454. this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle13;
  455. this.CREATETIME.HeaderText = "同步时间";
  456. this.CREATETIME.Name = "CREATETIME";
  457. this.CREATETIME.ReadOnly = true;
  458. //
  459. // F_SAP_HEGII_0104
  460. //
  461. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  462. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  463. this.ClientSize = new System.Drawing.Size(1147, 553);
  464. this.Controls.Add(this.dgvBarcode);
  465. this.Controls.Add(this.grpCollapsible1);
  466. this.Controls.Add(this.tsrToolStrip1);
  467. this.Name = "F_SAP_HEGII_0104";
  468. this.Text = "成品WMS同步日志";
  469. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0104_FormClosed);
  470. this.Load += new System.EventHandler(this.F_SAP_HEGII_0104_Load);
  471. this.grpCollapsible1.ResumeLayout(false);
  472. this.grpCollapsible1.PerformLayout();
  473. this.tsrToolStrip1.ResumeLayout(false);
  474. this.tsrToolStrip1.PerformLayout();
  475. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).EndInit();
  476. this.ResumeLayout(false);
  477. }
  478. #endregion
  479. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  480. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  481. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  482. private System.Windows.Forms.ToolStripButton tsbtnClose;
  483. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  484. private WinForm.Controls.LblLabel lblLabel1;
  485. private WinForm.Controls.DtpDate dtpDatebegin;
  486. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  487. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  488. private WinForm.Controls.LblLabel lblLabel2;
  489. private WinForm.Controls.DtpDate dtpDateend;
  490. private Basics.BaseControls.C_DataGridView dgvBarcode;
  491. private System.Windows.Forms.ToolStripButton tsbtnSynLog;
  492. private Basics.BaseControls.C_DGV_Column_CheckBox SEL;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn LOGTYPENAME;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn CODEI;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn SKU;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn UDF1;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn UDF2;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn SERIALNO;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn LPN;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn RETURNDESC;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  502. private Basics.BaseControls.C_Label lblLogType;
  503. private Basics.BaseControls.C_ComboBox cmbLogType;
  504. private Basics.BaseControls.C_Label lblReturnDesc;
  505. private Basics.BaseControls.C_TextBox txtReturnDesc;
  506. private Basics.BaseControls.C_TextBox txtSerialno;
  507. private Basics.BaseControls.C_Label lblSerialno;
  508. private Basics.BaseControls.C_TextBox txtLPN;
  509. private Basics.BaseControls.C_Label lblLPN;
  510. }
  511. }