F_SAP_HEGII_0102.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule
  3. {
  4. partial class F_SAP_HEGII_0102
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  44. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  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.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  52. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  53. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  54. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  55. this.tabControl1 = new System.Windows.Forms.TabControl();
  56. this.tabPage1 = new System.Windows.Forms.TabPage();
  57. this.dgvLog = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  58. this.logid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.logdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.BeginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.EndTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.DataCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.DataCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.DataStuts = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.DataMSG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.synusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.tabPage2 = new System.Windows.Forms.TabPage();
  68. this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  69. this.yyyymmdd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.sapcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.orderitem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.outputnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.recoverynum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ztype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.zmsg = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ZTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.grpCollapsible1.SuspendLayout();
  81. this.tsrToolStrip1.SuspendLayout();
  82. this.tabControl1.SuspendLayout();
  83. this.tabPage1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
  85. this.tabPage2.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // grpCollapsible1
  90. //
  91. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  92. | System.Windows.Forms.AnchorStyles.Right)));
  93. this.grpCollapsible1.Controls.Add(this.lblLabel2);
  94. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  95. this.grpCollapsible1.Controls.Add(this.dtpDateend);
  96. this.grpCollapsible1.Controls.Add(this.dtpDatebegin);
  97. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  98. this.grpCollapsible1.Name = "grpCollapsible1";
  99. this.grpCollapsible1.Size = new System.Drawing.Size(656, 52);
  100. this.grpCollapsible1.TabIndex = 1;
  101. this.grpCollapsible1.TabStop = false;
  102. this.grpCollapsible1.Text = "查询条件";
  103. //
  104. // lblLabel2
  105. //
  106. this.lblLabel2.Location = new System.Drawing.Point(177, 24);
  107. this.lblLabel2.Name = "lblLabel2";
  108. this.lblLabel2.Size = new System.Drawing.Size(17, 12);
  109. this.lblLabel2.TabIndex = 2;
  110. this.lblLabel2.Text = "至";
  111. //
  112. // lblLabel1
  113. //
  114. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  115. this.lblLabel1.Name = "lblLabel1";
  116. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  117. this.lblLabel1.TabIndex = 0;
  118. this.lblLabel1.Text = "同步日期";
  119. //
  120. // dtpDateend
  121. //
  122. this.dtpDateend.AllowNull = false;
  123. this.dtpDateend.Location = new System.Drawing.Point(200, 20);
  124. this.dtpDateend.Name = "dtpDateend";
  125. this.dtpDateend.Size = new System.Drawing.Size(100, 21);
  126. this.dtpDateend.TabIndex = 3;
  127. this.dtpDateend.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  128. //
  129. // dtpDatebegin
  130. //
  131. this.dtpDatebegin.AllowNull = false;
  132. this.dtpDatebegin.Location = new System.Drawing.Point(71, 20);
  133. this.dtpDatebegin.Name = "dtpDatebegin";
  134. this.dtpDatebegin.Size = new System.Drawing.Size(100, 21);
  135. this.dtpDatebegin.TabIndex = 1;
  136. this.dtpDatebegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  137. //
  138. // tsrToolStrip1
  139. //
  140. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  142. this.tsbtnSearch,
  143. this.tsbtnClearCondition,
  144. this.toolStripSeparator1,
  145. this.tsbtnAdaptive,
  146. this.tsbtnClose});
  147. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  148. this.tsrToolStrip1.Name = "tsrToolStrip1";
  149. this.tsrToolStrip1.Size = new System.Drawing.Size(668, 35);
  150. this.tsrToolStrip1.TabIndex = 0;
  151. //
  152. // tsbtnSearch
  153. //
  154. this.tsbtnSearch.AutoSize = false;
  155. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  157. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  158. this.tsbtnSearch.Name = "tsbtnSearch";
  159. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  160. this.tsbtnSearch.Text = "查询(&Q)";
  161. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  162. //
  163. // tsbtnClearCondition
  164. //
  165. this.tsbtnClearCondition.AutoSize = false;
  166. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  168. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  170. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  171. this.tsbtnClearCondition.Text = "清空条件(&C)";
  172. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  173. //
  174. // toolStripSeparator1
  175. //
  176. this.toolStripSeparator1.AutoSize = false;
  177. this.toolStripSeparator1.Name = "toolStripSeparator1";
  178. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  179. //
  180. // tsbtnAdaptive
  181. //
  182. this.tsbtnAdaptive.AutoSize = false;
  183. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  185. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  186. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  187. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  188. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  189. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  190. //
  191. // tsbtnClose
  192. //
  193. this.tsbtnClose.AutoSize = false;
  194. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  196. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  197. this.tsbtnClose.Name = "tsbtnClose";
  198. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  199. this.tsbtnClose.Text = "关闭(&X)";
  200. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  201. //
  202. // tabControl1
  203. //
  204. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  205. | System.Windows.Forms.AnchorStyles.Left)
  206. | System.Windows.Forms.AnchorStyles.Right)));
  207. this.tabControl1.Controls.Add(this.tabPage1);
  208. this.tabControl1.Controls.Add(this.tabPage2);
  209. this.tabControl1.Location = new System.Drawing.Point(0, 96);
  210. this.tabControl1.Name = "tabControl1";
  211. this.tabControl1.SelectedIndex = 0;
  212. this.tabControl1.Size = new System.Drawing.Size(656, 261);
  213. this.tabControl1.TabIndex = 2;
  214. //
  215. // tabPage1
  216. //
  217. this.tabPage1.Controls.Add(this.dgvLog);
  218. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  219. this.tabPage1.Name = "tabPage1";
  220. this.tabPage1.Size = new System.Drawing.Size(648, 235);
  221. this.tabPage1.TabIndex = 0;
  222. this.tabPage1.Text = "同步日志";
  223. this.tabPage1.UseVisualStyleBackColor = true;
  224. //
  225. // dgvLog
  226. //
  227. this.dgvLog.AllowUserToAddRows = false;
  228. this.dgvLog.AllowUserToDeleteRows = false;
  229. this.dgvLog.AllowUserToModifyRows = true;
  230. this.dgvLog.AllowUserToOrderColumns = true;
  231. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  232. this.dgvLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  233. this.dgvLog.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  234. this.dgvLog.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  235. this.dgvLog.CellHeight = 23;
  236. this.dgvLog.ChildNodeColumnName = null;
  237. this.dgvLog.ChildNodeColumnText = null;
  238. this.dgvLog.ColumnDeep = 1;
  239. this.dgvLog.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  240. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  241. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  242. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  244. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  245. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  246. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  247. this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  248. this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  249. this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  250. this.logid,
  251. this.logdate,
  252. this.BeginTime,
  253. this.EndTime,
  254. this.DataCode,
  255. this.DataCodeName,
  256. this.DataStuts,
  257. this.DataMSG,
  258. this.synusercode});
  259. this.dgvLog.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  260. this.dgvLog.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)));
  261. this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.dgvLog.DynamicColumnName = "";
  263. this.dgvLog.EnableHeadersVisualStyles = false;
  264. this.dgvLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.dgvLog.FormatQuantityColumns = null;
  266. this.dgvLog.HorizontalMergeColumn = null;
  267. this.dgvLog.IsAutoCountSum = true;
  268. this.dgvLog.IsAutoResizeColumns = false;
  269. this.dgvLog.IsClickF12 = false;
  270. this.dgvLog.IsOpenMergeCellFlag = false;
  271. this.dgvLog.IsSubTotalFlag = false;
  272. this.dgvLog.IsTopDeep = false;
  273. this.dgvLog.Location = new System.Drawing.Point(0, 0);
  274. this.dgvLog.MergeColumnNames = null;
  275. this.dgvLog.MergeDetailColumnNames = null;
  276. this.dgvLog.MergeDetailOnlyColumn = null;
  277. this.dgvLog.MergeOnlyColumn = null;
  278. this.dgvLog.MultiSelect = false;
  279. this.dgvLog.Name = "dgvLog";
  280. this.dgvLog.ReadOnly = true;
  281. this.dgvLog.RefreshAtHscroll = false;
  282. this.dgvLog.RowHeadersWidth = 50;
  283. this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  284. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  285. this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle7;
  286. this.dgvLog.RowTemplate.Height = 21;
  287. this.dgvLog.Size = new System.Drawing.Size(648, 235);
  288. this.dgvLog.SortOrderColumnName = null;
  289. this.dgvLog.TabIndex = 0;
  290. this.dgvLog.Tag = "";
  291. this.dgvLog.TotalSumColumns = null;
  292. this.dgvLog.ViewRowFilter = "";
  293. this.dgvLog.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLog_CellDoubleClick);
  294. //
  295. // logid
  296. //
  297. this.logid.DataPropertyName = "logid";
  298. this.logid.HeaderText = "logid";
  299. this.logid.Name = "logid";
  300. this.logid.ReadOnly = true;
  301. this.logid.Visible = false;
  302. //
  303. // logdate
  304. //
  305. this.logdate.DataPropertyName = "yyyymmdd";
  306. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  307. this.logdate.DefaultCellStyle = dataGridViewCellStyle3;
  308. this.logdate.HeaderText = "同步日期";
  309. this.logdate.Name = "logdate";
  310. this.logdate.ReadOnly = true;
  311. //
  312. // BeginTime
  313. //
  314. this.BeginTime.DataPropertyName = "BeginTime";
  315. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  316. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  317. this.BeginTime.DefaultCellStyle = dataGridViewCellStyle4;
  318. this.BeginTime.HeaderText = "开始时间";
  319. this.BeginTime.Name = "BeginTime";
  320. this.BeginTime.ReadOnly = true;
  321. //
  322. // EndTime
  323. //
  324. this.EndTime.DataPropertyName = "EndTime";
  325. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  326. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  327. this.EndTime.DefaultCellStyle = dataGridViewCellStyle5;
  328. this.EndTime.HeaderText = "完成时间";
  329. this.EndTime.Name = "EndTime";
  330. this.EndTime.ReadOnly = true;
  331. //
  332. // DataCode
  333. //
  334. this.DataCode.DataPropertyName = "DataCode";
  335. this.DataCode.HeaderText = "DataCode";
  336. this.DataCode.Name = "DataCode";
  337. this.DataCode.ReadOnly = true;
  338. this.DataCode.Visible = false;
  339. //
  340. // DataCodeName
  341. //
  342. this.DataCodeName.DataPropertyName = "DataCodeName";
  343. this.DataCodeName.HeaderText = "数据节点";
  344. this.DataCodeName.Name = "DataCodeName";
  345. this.DataCodeName.ReadOnly = true;
  346. //
  347. // DataStuts
  348. //
  349. this.DataStuts.DataPropertyName = "DataStuts";
  350. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  351. this.DataStuts.DefaultCellStyle = dataGridViewCellStyle6;
  352. this.DataStuts.HeaderText = "同步状态";
  353. this.DataStuts.Name = "DataStuts";
  354. this.DataStuts.ReadOnly = true;
  355. //
  356. // DataMSG
  357. //
  358. this.DataMSG.DataPropertyName = "DataMSG";
  359. this.DataMSG.HeaderText = "同步消息";
  360. this.DataMSG.Name = "DataMSG";
  361. this.DataMSG.ReadOnly = true;
  362. //
  363. // synusercode
  364. //
  365. this.synusercode.DataPropertyName = "synusercode";
  366. this.synusercode.HeaderText = "同步工号";
  367. this.synusercode.Name = "synusercode";
  368. this.synusercode.ReadOnly = true;
  369. //
  370. // tabPage2
  371. //
  372. this.tabPage2.Controls.Add(this.dgvSum);
  373. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  374. this.tabPage2.Name = "tabPage2";
  375. this.tabPage2.Size = new System.Drawing.Size(648, 235);
  376. this.tabPage2.TabIndex = 1;
  377. this.tabPage2.Text = "同步明细";
  378. this.tabPage2.UseVisualStyleBackColor = true;
  379. //
  380. // dgvSum
  381. //
  382. this.dgvSum.AllowUserToAddRows = false;
  383. this.dgvSum.AllowUserToDeleteRows = false;
  384. this.dgvSum.AllowUserToModifyRows = true;
  385. this.dgvSum.AllowUserToOrderColumns = true;
  386. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  387. this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  388. this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  389. this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  390. this.dgvSum.CellHeight = 23;
  391. this.dgvSum.ChildNodeColumnName = null;
  392. this.dgvSum.ChildNodeColumnText = null;
  393. this.dgvSum.ColumnDeep = 1;
  394. this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  395. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  396. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  397. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  399. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  400. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  401. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  402. this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  403. this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  404. this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  405. this.yyyymmdd,
  406. this.goodscode,
  407. this.sapcode,
  408. this.usercode,
  409. this.ordercode,
  410. this.orderitem,
  411. this.outputnum,
  412. this.recoverynum,
  413. this.ztype,
  414. this.zmsg,
  415. this.ZTIME});
  416. this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  417. this.dgvSum.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)));
  418. this.dgvSum.Dock = System.Windows.Forms.DockStyle.Fill;
  419. this.dgvSum.DynamicColumnName = "";
  420. this.dgvSum.EnableHeadersVisualStyles = false;
  421. this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.dgvSum.FormatQuantityColumns = null;
  423. this.dgvSum.HorizontalMergeColumn = null;
  424. this.dgvSum.IsAutoCountSum = true;
  425. this.dgvSum.IsAutoResizeColumns = false;
  426. this.dgvSum.IsClickF12 = false;
  427. this.dgvSum.IsOpenMergeCellFlag = false;
  428. this.dgvSum.IsSubTotalFlag = false;
  429. this.dgvSum.IsTopDeep = false;
  430. this.dgvSum.Location = new System.Drawing.Point(0, 0);
  431. this.dgvSum.MergeColumnNames = null;
  432. this.dgvSum.MergeDetailColumnNames = null;
  433. this.dgvSum.MergeDetailOnlyColumn = null;
  434. this.dgvSum.MergeOnlyColumn = null;
  435. this.dgvSum.MultiSelect = false;
  436. this.dgvSum.Name = "dgvSum";
  437. this.dgvSum.ReadOnly = true;
  438. this.dgvSum.RefreshAtHscroll = false;
  439. this.dgvSum.RowHeadersWidth = 50;
  440. this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  441. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  442. this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle15;
  443. this.dgvSum.RowTemplate.Height = 21;
  444. this.dgvSum.Size = new System.Drawing.Size(648, 235);
  445. this.dgvSum.SortOrderColumnName = null;
  446. this.dgvSum.TabIndex = 0;
  447. this.dgvSum.Tag = "";
  448. this.dgvSum.TotalSumColumns = null;
  449. this.dgvSum.ViewRowFilter = "";
  450. //
  451. // yyyymmdd
  452. //
  453. this.yyyymmdd.DataPropertyName = "yyyymmdd";
  454. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  455. this.yyyymmdd.DefaultCellStyle = dataGridViewCellStyle10;
  456. this.yyyymmdd.HeaderText = "同步日期";
  457. this.yyyymmdd.Name = "yyyymmdd";
  458. this.yyyymmdd.ReadOnly = true;
  459. //
  460. // goodscode
  461. //
  462. this.goodscode.DataPropertyName = "goodscode";
  463. this.goodscode.HeaderText = "产品编码";
  464. this.goodscode.Name = "goodscode";
  465. this.goodscode.ReadOnly = true;
  466. //
  467. // sapcode
  468. //
  469. this.sapcode.DataPropertyName = "sapcode";
  470. this.sapcode.HeaderText = "物料编码";
  471. this.sapcode.Name = "sapcode";
  472. this.sapcode.ReadOnly = true;
  473. //
  474. // usercode
  475. //
  476. this.usercode.DataPropertyName = "usercode";
  477. this.usercode.HeaderText = "生产工号";
  478. this.usercode.Name = "usercode";
  479. this.usercode.ReadOnly = true;
  480. //
  481. // ordercode
  482. //
  483. this.ordercode.DataPropertyName = "ordercode";
  484. this.ordercode.HeaderText = "销售凭证 ";
  485. this.ordercode.Name = "ordercode";
  486. this.ordercode.ReadOnly = true;
  487. //
  488. // orderitem
  489. //
  490. this.orderitem.DataPropertyName = "orderitem";
  491. this.orderitem.HeaderText = "凭证项目";
  492. this.orderitem.Name = "orderitem";
  493. this.orderitem.ReadOnly = true;
  494. //
  495. // outputnum
  496. //
  497. this.outputnum.DataPropertyName = "outputnum";
  498. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  499. this.outputnum.DefaultCellStyle = dataGridViewCellStyle11;
  500. this.outputnum.HeaderText = "产量";
  501. this.outputnum.Name = "outputnum";
  502. this.outputnum.ReadOnly = true;
  503. //
  504. // recoverynum
  505. //
  506. this.recoverynum.DataPropertyName = "recoverynum";
  507. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  508. this.recoverynum.DefaultCellStyle = dataGridViewCellStyle12;
  509. this.recoverynum.HeaderText = "回收";
  510. this.recoverynum.Name = "recoverynum";
  511. this.recoverynum.ReadOnly = true;
  512. //
  513. // ztype
  514. //
  515. this.ztype.DataPropertyName = "ztype";
  516. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  517. this.ztype.DefaultCellStyle = dataGridViewCellStyle13;
  518. this.ztype.HeaderText = "同步状态";
  519. this.ztype.Name = "ztype";
  520. this.ztype.ReadOnly = true;
  521. //
  522. // zmsg
  523. //
  524. this.zmsg.DataPropertyName = "zmsg";
  525. this.zmsg.HeaderText = "同步消息";
  526. this.zmsg.Name = "zmsg";
  527. this.zmsg.ReadOnly = true;
  528. //
  529. // ZTIME
  530. //
  531. this.ZTIME.DataPropertyName = "ZTIME";
  532. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  533. dataGridViewCellStyle14.Format = "yyyy-MM-dd HH:mm:ss";
  534. this.ZTIME.DefaultCellStyle = dataGridViewCellStyle14;
  535. this.ZTIME.HeaderText = "同步时间";
  536. this.ZTIME.Name = "ZTIME";
  537. this.ZTIME.ReadOnly = true;
  538. //
  539. // F_SAP_HEGII_0102
  540. //
  541. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  542. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  543. this.ClientSize = new System.Drawing.Size(668, 357);
  544. this.Controls.Add(this.tabControl1);
  545. this.Controls.Add(this.grpCollapsible1);
  546. this.Controls.Add(this.tsrToolStrip1);
  547. this.Name = "F_SAP_HEGII_0102";
  548. this.Text = "成品SAP日志";
  549. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0102_FormClosed);
  550. this.Load += new System.EventHandler(this.F_SAP_HEGII_0102_Load);
  551. this.grpCollapsible1.ResumeLayout(false);
  552. this.grpCollapsible1.PerformLayout();
  553. this.tsrToolStrip1.ResumeLayout(false);
  554. this.tsrToolStrip1.PerformLayout();
  555. this.tabControl1.ResumeLayout(false);
  556. this.tabPage1.ResumeLayout(false);
  557. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
  558. this.tabPage2.ResumeLayout(false);
  559. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
  560. this.ResumeLayout(false);
  561. }
  562. #endregion
  563. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  564. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  565. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  566. private System.Windows.Forms.ToolStripButton tsbtnClose;
  567. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  568. private WinForm.Controls.LblLabel lblLabel1;
  569. private WinForm.Controls.DtpDate dtpDatebegin;
  570. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  571. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  572. private WinForm.Controls.LblLabel lblLabel2;
  573. private WinForm.Controls.DtpDate dtpDateend;
  574. private System.Windows.Forms.TabControl tabControl1;
  575. private System.Windows.Forms.TabPage tabPage1;
  576. private System.Windows.Forms.TabPage tabPage2;
  577. private Basics.BaseControls.C_DataGridView dgvLog;
  578. private Basics.BaseControls.C_DataGridView dgvSum;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn yyyymmdd;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn sapcode;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn ordercode;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn orderitem;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn outputnum;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn recoverynum;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn ztype;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn zmsg;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn ZTIME;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn logid;
  591. private System.Windows.Forms.DataGridViewTextBoxColumn logdate;
  592. private System.Windows.Forms.DataGridViewTextBoxColumn BeginTime;
  593. private System.Windows.Forms.DataGridViewTextBoxColumn EndTime;
  594. private System.Windows.Forms.DataGridViewTextBoxColumn DataCode;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn DataCodeName;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn DataStuts;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn DataMSG;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn synusercode;
  599. }
  600. }