F_SAP_HEGII_0113.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule
  3. {
  4. partial class F_SAP_HEGII_0113
  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 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. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  36. this.txtZhongTaiMsg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblZhongTaiMsg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.lblToZhongTaiFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.cmbToZhongTaiFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  40. this.lblFhtimeEnd = new Dongke.WinForm.Controls.LblLabel();
  41. this.lblFhtimeBegin = new Dongke.WinForm.Controls.LblLabel();
  42. this.dtpFhtimeEnd = new Dongke.WinForm.Controls.DtpDate();
  43. this.dtpFhtimeBegin = new Dongke.WinForm.Controls.DtpDate();
  44. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  45. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnSynLog = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  48. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  49. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  50. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  51. this.dgvBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  52. this.YYYYMMDD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.SAPCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.OUTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.BANMA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.ORDERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ORDERITEM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.SECURITYCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.TOKUNCHUANTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.TOKUNCHUANFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  63. this.KUNCHUANMSG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.grpCollapsible1.SuspendLayout();
  65. this.tsrToolStrip1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // grpCollapsible1
  70. //
  71. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.grpCollapsible1.Controls.Add(this.txtZhongTaiMsg);
  74. this.grpCollapsible1.Controls.Add(this.lblZhongTaiMsg);
  75. this.grpCollapsible1.Controls.Add(this.lblToZhongTaiFlag);
  76. this.grpCollapsible1.Controls.Add(this.cmbToZhongTaiFlag);
  77. this.grpCollapsible1.Controls.Add(this.lblFhtimeEnd);
  78. this.grpCollapsible1.Controls.Add(this.lblFhtimeBegin);
  79. this.grpCollapsible1.Controls.Add(this.dtpFhtimeEnd);
  80. this.grpCollapsible1.Controls.Add(this.dtpFhtimeBegin);
  81. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  82. this.grpCollapsible1.Name = "grpCollapsible1";
  83. this.grpCollapsible1.Size = new System.Drawing.Size(1154, 52);
  84. this.grpCollapsible1.TabIndex = 1;
  85. this.grpCollapsible1.TabStop = false;
  86. this.grpCollapsible1.Text = "查询条件";
  87. //
  88. // txtZhongTaiMsg
  89. //
  90. this.txtZhongTaiMsg.BackColor = System.Drawing.SystemColors.Window;
  91. this.txtZhongTaiMsg.BackgroundColor = System.Drawing.SystemColors.Window;
  92. this.txtZhongTaiMsg.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  93. this.txtZhongTaiMsg.ErrorMessage = "";
  94. this.txtZhongTaiMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.txtZhongTaiMsg.Location = new System.Drawing.Point(530, 20);
  96. this.txtZhongTaiMsg.MaxLength = 20;
  97. this.txtZhongTaiMsg.Name = "txtZhongTaiMsg";
  98. this.txtZhongTaiMsg.Size = new System.Drawing.Size(120, 21);
  99. this.txtZhongTaiMsg.TabIndex = 28;
  100. //
  101. // lblZhongTaiMsg
  102. //
  103. this.lblZhongTaiMsg.AutoSize = true;
  104. this.lblZhongTaiMsg.BackColor = System.Drawing.Color.Transparent;
  105. this.lblZhongTaiMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.lblZhongTaiMsg.ForeColor = System.Drawing.SystemColors.ControlText;
  107. this.lblZhongTaiMsg.Location = new System.Drawing.Point(471, 24);
  108. this.lblZhongTaiMsg.Name = "lblZhongTaiMsg";
  109. this.lblZhongTaiMsg.Size = new System.Drawing.Size(53, 12);
  110. this.lblZhongTaiMsg.TabIndex = 25;
  111. this.lblZhongTaiMsg.Text = "同步结果";
  112. //
  113. // lblToZhongTaiFlag
  114. //
  115. this.lblToZhongTaiFlag.AutoSize = true;
  116. this.lblToZhongTaiFlag.BackColor = System.Drawing.Color.Transparent;
  117. this.lblToZhongTaiFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.lblToZhongTaiFlag.ForeColor = System.Drawing.SystemColors.ControlText;
  119. this.lblToZhongTaiFlag.Location = new System.Drawing.Point(306, 24);
  120. this.lblToZhongTaiFlag.Name = "lblToZhongTaiFlag";
  121. this.lblToZhongTaiFlag.Size = new System.Drawing.Size(53, 12);
  122. this.lblToZhongTaiFlag.TabIndex = 24;
  123. this.lblToZhongTaiFlag.Text = "同步状态";
  124. //
  125. // cmbToZhongTaiFlag
  126. //
  127. this.cmbToZhongTaiFlag.BackColor = System.Drawing.SystemColors.Window;
  128. this.cmbToZhongTaiFlag.BackgroundColor = System.Drawing.SystemColors.Window;
  129. this.cmbToZhongTaiFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.cmbToZhongTaiFlag.FormattingEnabled = true;
  131. this.cmbToZhongTaiFlag.Location = new System.Drawing.Point(365, 20);
  132. this.cmbToZhongTaiFlag.Name = "cmbToZhongTaiFlag";
  133. this.cmbToZhongTaiFlag.Size = new System.Drawing.Size(100, 20);
  134. this.cmbToZhongTaiFlag.TabIndex = 23;
  135. //
  136. // lblFhtimeEnd
  137. //
  138. this.lblFhtimeEnd.Location = new System.Drawing.Point(177, 24);
  139. this.lblFhtimeEnd.Name = "lblFhtimeEnd";
  140. this.lblFhtimeEnd.Size = new System.Drawing.Size(17, 12);
  141. this.lblFhtimeEnd.TabIndex = 2;
  142. this.lblFhtimeEnd.Text = "至";
  143. //
  144. // lblFhtimeBegin
  145. //
  146. this.lblFhtimeBegin.Location = new System.Drawing.Point(12, 24);
  147. this.lblFhtimeBegin.Name = "lblFhtimeBegin";
  148. this.lblFhtimeBegin.Size = new System.Drawing.Size(53, 12);
  149. this.lblFhtimeBegin.TabIndex = 0;
  150. this.lblFhtimeBegin.Text = "交接日期";
  151. //
  152. // dtpFhtimeEnd
  153. //
  154. this.dtpFhtimeEnd.AllowNull = false;
  155. this.dtpFhtimeEnd.Location = new System.Drawing.Point(200, 20);
  156. this.dtpFhtimeEnd.Name = "dtpFhtimeEnd";
  157. this.dtpFhtimeEnd.Size = new System.Drawing.Size(100, 21);
  158. this.dtpFhtimeEnd.TabIndex = 3;
  159. this.dtpFhtimeEnd.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  160. //
  161. // dtpFhtimeBegin
  162. //
  163. this.dtpFhtimeBegin.AllowNull = false;
  164. this.dtpFhtimeBegin.Location = new System.Drawing.Point(71, 20);
  165. this.dtpFhtimeBegin.Name = "dtpFhtimeBegin";
  166. this.dtpFhtimeBegin.Size = new System.Drawing.Size(100, 21);
  167. this.dtpFhtimeBegin.TabIndex = 1;
  168. this.dtpFhtimeBegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  169. //
  170. // tsrToolStrip1
  171. //
  172. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  174. this.tsbtnSearch,
  175. this.tsbtnSynLog,
  176. this.tsbtnClearCondition,
  177. this.toolStripSeparator1,
  178. this.tsbtnAdaptive,
  179. this.tsbtnClose});
  180. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  181. this.tsrToolStrip1.Name = "tsrToolStrip1";
  182. this.tsrToolStrip1.Size = new System.Drawing.Size(1166, 35);
  183. this.tsrToolStrip1.TabIndex = 0;
  184. //
  185. // tsbtnSearch
  186. //
  187. this.tsbtnSearch.AutoSize = false;
  188. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  190. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  191. this.tsbtnSearch.Name = "tsbtnSearch";
  192. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  193. this.tsbtnSearch.Text = "查询(&Q)";
  194. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  195. //
  196. // tsbtnSynLog
  197. //
  198. this.tsbtnSynLog.AutoSize = false;
  199. this.tsbtnSynLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.tsbtnSynLog.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  201. this.tsbtnSynLog.ImageTransparentColor = System.Drawing.Color.Magenta;
  202. this.tsbtnSynLog.Name = "tsbtnSynLog";
  203. this.tsbtnSynLog.Size = new System.Drawing.Size(60, 25);
  204. this.tsbtnSynLog.Text = "同步(&L)";
  205. this.tsbtnSynLog.Click += new System.EventHandler(this.tsbtnSynLog_Click);
  206. //
  207. // tsbtnClearCondition
  208. //
  209. this.tsbtnClearCondition.AutoSize = false;
  210. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  212. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  213. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  214. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  215. this.tsbtnClearCondition.Text = "清空条件(&C)";
  216. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  217. //
  218. // toolStripSeparator1
  219. //
  220. this.toolStripSeparator1.AutoSize = false;
  221. this.toolStripSeparator1.Name = "toolStripSeparator1";
  222. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  223. //
  224. // tsbtnAdaptive
  225. //
  226. this.tsbtnAdaptive.AutoSize = false;
  227. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  229. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  230. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  231. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  232. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  233. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  234. //
  235. // tsbtnClose
  236. //
  237. this.tsbtnClose.AutoSize = false;
  238. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  240. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  241. this.tsbtnClose.Name = "tsbtnClose";
  242. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  243. this.tsbtnClose.Text = "关闭(&X)";
  244. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  245. //
  246. // dgvBarcode
  247. //
  248. this.dgvBarcode.AllowUserToAddRows = false;
  249. this.dgvBarcode.AllowUserToDeleteRows = false;
  250. this.dgvBarcode.AllowUserToModifyRows = true;
  251. this.dgvBarcode.AllowUserToOrderColumns = true;
  252. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  253. this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  254. this.dgvBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  255. | System.Windows.Forms.AnchorStyles.Left)
  256. | System.Windows.Forms.AnchorStyles.Right)));
  257. this.dgvBarcode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  258. this.dgvBarcode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  259. this.dgvBarcode.CellHeight = 23;
  260. this.dgvBarcode.ChildNodeColumnName = null;
  261. this.dgvBarcode.ChildNodeColumnText = null;
  262. this.dgvBarcode.ColumnDeep = 1;
  263. this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  264. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  265. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  266. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  268. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  269. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  270. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  271. this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  272. this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  273. this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  274. this.YYYYMMDD,
  275. this.BARCODE,
  276. this.SAPCODE,
  277. this.OUTCODE,
  278. this.BANMA,
  279. this.CREATETIME,
  280. this.ORDERCODE,
  281. this.ORDERITEM,
  282. this.SECURITYCODE,
  283. this.TOKUNCHUANTIME,
  284. this.TOKUNCHUANFLAG,
  285. this.KUNCHUANMSG});
  286. this.dgvBarcode.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  287. 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)));
  288. this.dgvBarcode.DynamicColumnName = "";
  289. this.dgvBarcode.EnableHeadersVisualStyles = false;
  290. this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.dgvBarcode.FormatQuantityColumns = null;
  292. this.dgvBarcode.HasNode = false;
  293. this.dgvBarcode.HorizontalMergeColumn = null;
  294. this.dgvBarcode.IsAutoCountSum = true;
  295. this.dgvBarcode.IsAutoResizeColumns = false;
  296. this.dgvBarcode.IsClickF12 = false;
  297. this.dgvBarcode.IsOpenMergeCellFlag = false;
  298. this.dgvBarcode.IsSubTotalFlag = false;
  299. this.dgvBarcode.IsTopDeep = false;
  300. this.dgvBarcode.Location = new System.Drawing.Point(12, 96);
  301. this.dgvBarcode.MergeColumnNames = null;
  302. this.dgvBarcode.MergeDetailColumnNames = null;
  303. this.dgvBarcode.MergeDetailOnlyColumn = null;
  304. this.dgvBarcode.MergeOnlyColumn = null;
  305. this.dgvBarcode.MultiSelect = false;
  306. this.dgvBarcode.Name = "dgvBarcode";
  307. this.dgvBarcode.ReadOnly = true;
  308. this.dgvBarcode.RefreshAtHscroll = false;
  309. this.dgvBarcode.RowHeadersWidth = 50;
  310. this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  311. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  312. this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle6;
  313. this.dgvBarcode.RowTemplate.Height = 21;
  314. this.dgvBarcode.Size = new System.Drawing.Size(1142, 514);
  315. this.dgvBarcode.SortOrderColumnName = null;
  316. this.dgvBarcode.TabIndex = 2;
  317. this.dgvBarcode.Tag = "";
  318. this.dgvBarcode.TotalSumColumns = null;
  319. this.dgvBarcode.ViewRowFilter = "";
  320. this.dgvBarcode.VirtualNodes = false;
  321. //
  322. // YYYYMMDD
  323. //
  324. this.YYYYMMDD.DataPropertyName = "YYYYMMDD";
  325. this.YYYYMMDD.HeaderText = "日期";
  326. this.YYYYMMDD.Name = "YYYYMMDD";
  327. this.YYYYMMDD.ReadOnly = true;
  328. //
  329. // BARCODE
  330. //
  331. this.BARCODE.DataPropertyName = "BARCODE";
  332. this.BARCODE.HeaderText = "产品条码";
  333. this.BARCODE.Name = "BARCODE";
  334. this.BARCODE.ReadOnly = true;
  335. //
  336. // SAPCODE
  337. //
  338. this.SAPCODE.DataPropertyName = "SAPCODE";
  339. this.SAPCODE.HeaderText = "物料编码";
  340. this.SAPCODE.Name = "SAPCODE";
  341. this.SAPCODE.ReadOnly = true;
  342. //
  343. // OUTCODE
  344. //
  345. this.OUTCODE.DataPropertyName = "OUTCODE";
  346. this.OUTCODE.HeaderText = "外箱码";
  347. this.OUTCODE.Name = "OUTCODE";
  348. this.OUTCODE.ReadOnly = true;
  349. //
  350. // BANMA
  351. //
  352. this.BANMA.DataPropertyName = "BANMA";
  353. this.BANMA.HeaderText = "板码";
  354. this.BANMA.Name = "BANMA";
  355. this.BANMA.ReadOnly = true;
  356. //
  357. // CREATETIME
  358. //
  359. this.CREATETIME.DataPropertyName = "CREATETIME";
  360. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  361. this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle3;
  362. this.CREATETIME.HeaderText = "交接时间";
  363. this.CREATETIME.Name = "CREATETIME";
  364. this.CREATETIME.ReadOnly = true;
  365. //
  366. // ORDERCODE
  367. //
  368. this.ORDERCODE.DataPropertyName = "ORDERCODE";
  369. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  370. this.ORDERCODE.DefaultCellStyle = dataGridViewCellStyle4;
  371. this.ORDERCODE.HeaderText = "SAP销售单号";
  372. this.ORDERCODE.Name = "ORDERCODE";
  373. this.ORDERCODE.ReadOnly = true;
  374. //
  375. // ORDERITEM
  376. //
  377. this.ORDERITEM.HeaderText = "SAP销售单行号";
  378. this.ORDERITEM.Name = "ORDERITEM";
  379. this.ORDERITEM.ReadOnly = true;
  380. //
  381. // SECURITYCODE
  382. //
  383. this.SECURITYCODE.HeaderText = "防伪码";
  384. this.SECURITYCODE.Name = "SECURITYCODE";
  385. this.SECURITYCODE.ReadOnly = true;
  386. //
  387. // TOKUNCHUANTIME
  388. //
  389. this.TOKUNCHUANTIME.DataPropertyName = "TOKUNCHUANTIME";
  390. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  391. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  392. this.TOKUNCHUANTIME.DefaultCellStyle = dataGridViewCellStyle5;
  393. this.TOKUNCHUANTIME.HeaderText = "同步时间";
  394. this.TOKUNCHUANTIME.Name = "TOKUNCHUANTIME";
  395. this.TOKUNCHUANTIME.ReadOnly = true;
  396. //
  397. // TOKUNCHUANFLAG
  398. //
  399. this.TOKUNCHUANFLAG.DataPropertyName = "TOKUNCHUANFLAG";
  400. this.TOKUNCHUANFLAG.FalseValue = "0";
  401. this.TOKUNCHUANFLAG.HeaderText = "同步标识";
  402. this.TOKUNCHUANFLAG.IndeterminateValue = "0";
  403. this.TOKUNCHUANFLAG.Name = "TOKUNCHUANFLAG";
  404. this.TOKUNCHUANFLAG.ReadOnly = true;
  405. this.TOKUNCHUANFLAG.TrueValue = "1";
  406. //
  407. // KUNCHUANMSG
  408. //
  409. this.KUNCHUANMSG.DataPropertyName = "KUNCHUANMSG";
  410. this.KUNCHUANMSG.HeaderText = "同步结果";
  411. this.KUNCHUANMSG.Name = "KUNCHUANMSG";
  412. this.KUNCHUANMSG.ReadOnly = true;
  413. //
  414. // F_SAP_HEGII_0113
  415. //
  416. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  417. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  418. this.ClientSize = new System.Drawing.Size(1166, 622);
  419. this.Controls.Add(this.dgvBarcode);
  420. this.Controls.Add(this.grpCollapsible1);
  421. this.Controls.Add(this.tsrToolStrip1);
  422. this.Name = "F_SAP_HEGII_0113";
  423. this.Text = "昆船WMS系统同步日志";
  424. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0113_FormClosed);
  425. this.Load += new System.EventHandler(this.F_SAP_HEGII_0113_Load);
  426. this.grpCollapsible1.ResumeLayout(false);
  427. this.grpCollapsible1.PerformLayout();
  428. this.tsrToolStrip1.ResumeLayout(false);
  429. this.tsrToolStrip1.PerformLayout();
  430. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).EndInit();
  431. this.ResumeLayout(false);
  432. }
  433. #endregion
  434. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  435. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  436. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  437. private System.Windows.Forms.ToolStripButton tsbtnClose;
  438. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  439. private WinForm.Controls.LblLabel lblFhtimeBegin;
  440. private WinForm.Controls.DtpDate dtpFhtimeBegin;
  441. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  442. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  443. private WinForm.Controls.LblLabel lblFhtimeEnd;
  444. private WinForm.Controls.DtpDate dtpFhtimeEnd;
  445. private System.Windows.Forms.ToolStripButton tsbtnSynLog;
  446. private Basics.BaseControls.C_Label lblToZhongTaiFlag;
  447. private Basics.BaseControls.C_ComboBox cmbToZhongTaiFlag;
  448. private Basics.BaseControls.C_Label lblZhongTaiMsg;
  449. private Basics.BaseControls.C_TextBox txtZhongTaiMsg;
  450. private Basics.BaseControls.C_DataGridView dgvBarcode;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn YYYYMMDD;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn SAPCODE;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn OUTCODE;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn BANMA;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn ORDERCODE;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn ORDERITEM;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn SECURITYCODE;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn TOKUNCHUANTIME;
  461. private System.Windows.Forms.DataGridViewCheckBoxColumn TOKUNCHUANFLAG;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn KUNCHUANMSG;
  463. }
  464. }