F_SAP_HEGII_0107.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule
  3. {
  4. partial class F_SAP_HEGII_0107
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  48. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  49. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  50. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  51. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  52. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  53. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  54. this.CBDataCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  55. this.dtpDateend = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  56. this.dtpDatebegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  57. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  58. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  59. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  60. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  61. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  62. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  63. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  64. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  65. this.tabControl1 = new System.Windows.Forms.TabControl();
  66. this.tabPage3 = new System.Windows.Forms.TabPage();
  67. this.dgvTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  68. this.DATACODETOTAL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.Actualoutput = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.OUTPUT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.scrapnum1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.cleannupnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.recoverynum1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.repairnum1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.DRJJBQTRCXDCCP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.DRCXFDRJJDCCP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.DIFFER = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.tabPage1 = new System.Windows.Forms.TabPage();
  79. this.dgvLog = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  80. this.tabPage2 = new System.Windows.Forms.TabPage();
  81. this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  82. this.yyyymmdd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.sapcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.zscs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.orderitem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.outputnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.ScrapNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.CleanupNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.recoverynum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.RepairNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.testmouldflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  95. this.ztype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.zmsg = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.ZTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.logdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.BeginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.EndTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.DataCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.DataStuts = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.DataMSG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.synusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.logid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.datalogid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.DataCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.ExecuteDateBegin = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.ExecuteDateEnd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.grpCollapsible1.SuspendLayout();
  112. this.tsrToolStrip1.SuspendLayout();
  113. this.tabControl1.SuspendLayout();
  114. this.tabPage3.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.dgvTotal)).BeginInit();
  116. this.tabPage1.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
  118. this.tabPage2.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
  120. this.SuspendLayout();
  121. //
  122. // grpCollapsible1
  123. //
  124. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.grpCollapsible1.Controls.Add(this.lblLabel3);
  127. this.grpCollapsible1.Controls.Add(this.CBDataCode);
  128. this.grpCollapsible1.Controls.Add(this.dtpDateend);
  129. this.grpCollapsible1.Controls.Add(this.dtpDatebegin);
  130. this.grpCollapsible1.Controls.Add(this.lblLabel2);
  131. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  132. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  133. this.grpCollapsible1.Name = "grpCollapsible1";
  134. this.grpCollapsible1.Size = new System.Drawing.Size(1101, 52);
  135. this.grpCollapsible1.TabIndex = 1;
  136. this.grpCollapsible1.TabStop = false;
  137. this.grpCollapsible1.Text = "查询条件";
  138. //
  139. // lblLabel3
  140. //
  141. this.lblLabel3.Location = new System.Drawing.Point(414, 24);
  142. this.lblLabel3.Name = "lblLabel3";
  143. this.lblLabel3.Size = new System.Drawing.Size(53, 12);
  144. this.lblLabel3.TabIndex = 7;
  145. this.lblLabel3.Text = "数据节点";
  146. //
  147. // CBDataCode
  148. //
  149. this.CBDataCode.BackColor = System.Drawing.SystemColors.Window;
  150. this.CBDataCode.BackgroundColor = System.Drawing.SystemColors.Window;
  151. this.CBDataCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.CBDataCode.FormattingEnabled = true;
  153. this.CBDataCode.Location = new System.Drawing.Point(473, 20);
  154. this.CBDataCode.Name = "CBDataCode";
  155. this.CBDataCode.Size = new System.Drawing.Size(121, 20);
  156. this.CBDataCode.TabIndex = 6;
  157. //
  158. // dtpDateend
  159. //
  160. this.dtpDateend.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  161. this.dtpDateend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.dtpDateend.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  163. this.dtpDateend.Location = new System.Drawing.Point(254, 20);
  164. this.dtpDateend.Name = "dtpDateend";
  165. this.dtpDateend.Size = new System.Drawing.Size(154, 21);
  166. this.dtpDateend.TabIndex = 5;
  167. //
  168. // dtpDatebegin
  169. //
  170. this.dtpDatebegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  171. this.dtpDatebegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.dtpDatebegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  173. this.dtpDatebegin.Location = new System.Drawing.Point(71, 20);
  174. this.dtpDatebegin.Name = "dtpDatebegin";
  175. this.dtpDatebegin.Size = new System.Drawing.Size(154, 21);
  176. this.dtpDatebegin.TabIndex = 4;
  177. //
  178. // lblLabel2
  179. //
  180. this.lblLabel2.Location = new System.Drawing.Point(231, 24);
  181. this.lblLabel2.Name = "lblLabel2";
  182. this.lblLabel2.Size = new System.Drawing.Size(17, 12);
  183. this.lblLabel2.TabIndex = 2;
  184. this.lblLabel2.Text = "至";
  185. this.lblLabel2.Click += new System.EventHandler(this.lblLabel2_Click);
  186. //
  187. // lblLabel1
  188. //
  189. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  190. this.lblLabel1.Name = "lblLabel1";
  191. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  192. this.lblLabel1.TabIndex = 0;
  193. this.lblLabel1.Text = "同步日期";
  194. //
  195. // tsrToolStrip1
  196. //
  197. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  199. this.tsbtnSearch,
  200. this.tsbtnClearCondition,
  201. this.toolStripSeparator1,
  202. this.tsbtnAdaptive,
  203. this.tsbtnClose});
  204. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  205. this.tsrToolStrip1.Name = "tsrToolStrip1";
  206. this.tsrToolStrip1.Size = new System.Drawing.Size(1113, 35);
  207. this.tsrToolStrip1.TabIndex = 0;
  208. //
  209. // tsbtnSearch
  210. //
  211. this.tsbtnSearch.AutoSize = false;
  212. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  214. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  215. this.tsbtnSearch.Name = "tsbtnSearch";
  216. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  217. this.tsbtnSearch.Text = "查询(&Q)";
  218. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  219. //
  220. // tsbtnClearCondition
  221. //
  222. this.tsbtnClearCondition.AutoSize = false;
  223. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  225. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  226. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  227. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  228. this.tsbtnClearCondition.Text = "清空条件(&C)";
  229. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  230. //
  231. // toolStripSeparator1
  232. //
  233. this.toolStripSeparator1.AutoSize = false;
  234. this.toolStripSeparator1.Name = "toolStripSeparator1";
  235. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  236. //
  237. // tsbtnAdaptive
  238. //
  239. this.tsbtnAdaptive.AutoSize = false;
  240. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  242. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  243. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  244. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  245. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  246. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  247. //
  248. // tsbtnClose
  249. //
  250. this.tsbtnClose.AutoSize = false;
  251. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  253. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  254. this.tsbtnClose.Name = "tsbtnClose";
  255. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  256. this.tsbtnClose.Text = "关闭(&X)";
  257. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  258. //
  259. // tabControl1
  260. //
  261. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  262. | System.Windows.Forms.AnchorStyles.Left)
  263. | System.Windows.Forms.AnchorStyles.Right)));
  264. this.tabControl1.Controls.Add(this.tabPage3);
  265. this.tabControl1.Controls.Add(this.tabPage1);
  266. this.tabControl1.Controls.Add(this.tabPage2);
  267. this.tabControl1.Location = new System.Drawing.Point(0, 96);
  268. this.tabControl1.Name = "tabControl1";
  269. this.tabControl1.SelectedIndex = 0;
  270. this.tabControl1.Size = new System.Drawing.Size(1101, 444);
  271. this.tabControl1.TabIndex = 2;
  272. //
  273. // tabPage3
  274. //
  275. this.tabPage3.Controls.Add(this.dgvTotal);
  276. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  277. this.tabPage3.Name = "tabPage3";
  278. this.tabPage3.Size = new System.Drawing.Size(1093, 418);
  279. this.tabPage3.TabIndex = 2;
  280. this.tabPage3.Text = "报工汇总";
  281. this.tabPage3.UseVisualStyleBackColor = true;
  282. //
  283. // dgvTotal
  284. //
  285. this.dgvTotal.AllowUserToAddRows = false;
  286. this.dgvTotal.AllowUserToDeleteRows = false;
  287. this.dgvTotal.AllowUserToModifyRows = true;
  288. this.dgvTotal.AllowUserToOrderColumns = true;
  289. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  290. this.dgvTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  291. this.dgvTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  292. this.dgvTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  293. this.dgvTotal.CellHeight = 23;
  294. this.dgvTotal.ChildNodeColumnName = null;
  295. this.dgvTotal.ChildNodeColumnText = null;
  296. this.dgvTotal.ColumnDeep = 1;
  297. this.dgvTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  298. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  299. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  300. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  302. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  303. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  304. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  305. this.dgvTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  306. this.dgvTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  307. this.dgvTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  308. this.DATACODETOTAL,
  309. this.Actualoutput,
  310. this.OUTPUT,
  311. this.scrapnum1,
  312. this.cleannupnum,
  313. this.recoverynum1,
  314. this.repairnum1,
  315. this.DRJJBQTRCXDCCP,
  316. this.DRCXFDRJJDCCP,
  317. this.DIFFER});
  318. this.dgvTotal.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  319. this.dgvTotal.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)));
  320. this.dgvTotal.Dock = System.Windows.Forms.DockStyle.Fill;
  321. this.dgvTotal.DynamicColumnName = "";
  322. this.dgvTotal.EnableHeadersVisualStyles = false;
  323. this.dgvTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.dgvTotal.FormatQuantityColumns = null;
  325. this.dgvTotal.HasNode = false;
  326. this.dgvTotal.HorizontalMergeColumn = null;
  327. this.dgvTotal.IsAutoCountSum = true;
  328. this.dgvTotal.IsAutoResizeColumns = false;
  329. this.dgvTotal.IsClickF12 = false;
  330. this.dgvTotal.IsOpenMergeCellFlag = false;
  331. this.dgvTotal.IsSubTotalFlag = false;
  332. this.dgvTotal.IsTopDeep = false;
  333. this.dgvTotal.Location = new System.Drawing.Point(0, 0);
  334. this.dgvTotal.MergeColumnNames = null;
  335. this.dgvTotal.MergeDetailColumnNames = null;
  336. this.dgvTotal.MergeDetailOnlyColumn = null;
  337. this.dgvTotal.MergeOnlyColumn = null;
  338. this.dgvTotal.Name = "dgvTotal";
  339. this.dgvTotal.ReadOnly = true;
  340. this.dgvTotal.RefreshAtHscroll = false;
  341. this.dgvTotal.RowHeadersWidth = 50;
  342. this.dgvTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  343. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  344. this.dgvTotal.RowsDefaultCellStyle = dataGridViewCellStyle3;
  345. this.dgvTotal.RowTemplate.Height = 21;
  346. this.dgvTotal.Size = new System.Drawing.Size(1093, 418);
  347. this.dgvTotal.SortOrderColumnName = null;
  348. this.dgvTotal.TabIndex = 0;
  349. this.dgvTotal.Tag = true;
  350. this.dgvTotal.TotalSumColumns = null;
  351. this.dgvTotal.ViewRowFilter = "";
  352. this.dgvTotal.VirtualNodes = false;
  353. //
  354. // DATACODETOTAL
  355. //
  356. this.DATACODETOTAL.DataPropertyName = "DATACODE";
  357. this.DATACODETOTAL.HeaderText = "数据节点";
  358. this.DATACODETOTAL.Name = "DATACODETOTAL";
  359. this.DATACODETOTAL.ReadOnly = true;
  360. //
  361. // Actualoutput
  362. //
  363. this.Actualoutput.DataPropertyName = "Actualoutput";
  364. this.Actualoutput.HeaderText = "实际产量";
  365. this.Actualoutput.Name = "Actualoutput";
  366. this.Actualoutput.ReadOnly = true;
  367. //
  368. // OUTPUT
  369. //
  370. this.OUTPUT.DataPropertyName = "OUTPUT";
  371. this.OUTPUT.HeaderText = "产量";
  372. this.OUTPUT.Name = "OUTPUT";
  373. this.OUTPUT.ReadOnly = true;
  374. //
  375. // scrapnum1
  376. //
  377. this.scrapnum1.DataPropertyName = "scrapnum";
  378. this.scrapnum1.HeaderText = "损坯";
  379. this.scrapnum1.Name = "scrapnum1";
  380. this.scrapnum1.ReadOnly = true;
  381. //
  382. // cleannupnum
  383. //
  384. this.cleannupnum.DataPropertyName = "cleannupnum";
  385. this.cleannupnum.HeaderText = "清理";
  386. this.cleannupnum.Name = "cleannupnum";
  387. this.cleannupnum.ReadOnly = true;
  388. //
  389. // recoverynum1
  390. //
  391. this.recoverynum1.DataPropertyName = "recoverynum";
  392. this.recoverynum1.HeaderText = "回收";
  393. this.recoverynum1.Name = "recoverynum1";
  394. this.recoverynum1.ReadOnly = true;
  395. //
  396. // repairnum1
  397. //
  398. this.repairnum1.DataPropertyName = "repairnum";
  399. this.repairnum1.HeaderText = "干补";
  400. this.repairnum1.Name = "repairnum1";
  401. this.repairnum1.ReadOnly = true;
  402. //
  403. // DRJJBQTRCXDCCP
  404. //
  405. this.DRJJBQTRCXDCCP.DataPropertyName = "DRJJBQTRCXDCCP";
  406. this.DRJJBQTRCXDCCP.HeaderText = "当日交接被其它日撤销的产成品";
  407. this.DRJJBQTRCXDCCP.Name = "DRJJBQTRCXDCCP";
  408. this.DRJJBQTRCXDCCP.ReadOnly = true;
  409. this.DRJJBQTRCXDCCP.Width = 180;
  410. //
  411. // DRCXFDRJJDCCP
  412. //
  413. this.DRCXFDRJJDCCP.DataPropertyName = "DRCXFDRJJDCCP";
  414. this.DRCXFDRJJDCCP.HeaderText = "当日撤销非当日交接的产成品";
  415. this.DRCXFDRJJDCCP.Name = "DRCXFDRJJDCCP";
  416. this.DRCXFDRJJDCCP.ReadOnly = true;
  417. this.DRCXFDRJJDCCP.Width = 180;
  418. //
  419. // DIFFER
  420. //
  421. this.DIFFER.DataPropertyName = "DIFFER";
  422. this.DIFFER.HeaderText = "差异";
  423. this.DIFFER.Name = "DIFFER";
  424. this.DIFFER.ReadOnly = true;
  425. //
  426. // tabPage1
  427. //
  428. this.tabPage1.Controls.Add(this.dgvLog);
  429. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  430. this.tabPage1.Name = "tabPage1";
  431. this.tabPage1.Size = new System.Drawing.Size(1093, 418);
  432. this.tabPage1.TabIndex = 0;
  433. this.tabPage1.Text = "同步日志";
  434. this.tabPage1.UseVisualStyleBackColor = true;
  435. //
  436. // dgvLog
  437. //
  438. this.dgvLog.AllowUserToAddRows = false;
  439. this.dgvLog.AllowUserToDeleteRows = false;
  440. this.dgvLog.AllowUserToModifyRows = true;
  441. this.dgvLog.AllowUserToOrderColumns = true;
  442. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  443. this.dgvLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  444. this.dgvLog.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  445. this.dgvLog.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  446. this.dgvLog.CellHeight = 23;
  447. this.dgvLog.ChildNodeColumnName = null;
  448. this.dgvLog.ChildNodeColumnText = null;
  449. this.dgvLog.ColumnDeep = 1;
  450. this.dgvLog.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  451. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  452. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  453. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  455. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  456. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  457. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  458. this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  459. this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  460. this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  461. this.logdate,
  462. this.BeginTime,
  463. this.EndTime,
  464. this.DataCodeName,
  465. this.DataStuts,
  466. this.DataMSG,
  467. this.synusercode,
  468. this.logid,
  469. this.datalogid,
  470. this.DataCode,
  471. this.ExecuteDateBegin,
  472. this.ExecuteDateEnd,
  473. this.Remarks});
  474. this.dgvLog.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  475. 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)));
  476. this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
  477. this.dgvLog.DynamicColumnName = "";
  478. this.dgvLog.EnableHeadersVisualStyles = false;
  479. this.dgvLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.dgvLog.FormatQuantityColumns = null;
  481. this.dgvLog.HasNode = false;
  482. this.dgvLog.HorizontalMergeColumn = null;
  483. this.dgvLog.IsAutoCountSum = true;
  484. this.dgvLog.IsAutoResizeColumns = false;
  485. this.dgvLog.IsClickF12 = false;
  486. this.dgvLog.IsOpenMergeCellFlag = false;
  487. this.dgvLog.IsSubTotalFlag = false;
  488. this.dgvLog.IsTopDeep = false;
  489. this.dgvLog.Location = new System.Drawing.Point(0, 0);
  490. this.dgvLog.MergeColumnNames = null;
  491. this.dgvLog.MergeDetailColumnNames = null;
  492. this.dgvLog.MergeDetailOnlyColumn = null;
  493. this.dgvLog.MergeOnlyColumn = null;
  494. this.dgvLog.MultiSelect = false;
  495. this.dgvLog.Name = "dgvLog";
  496. this.dgvLog.ReadOnly = true;
  497. this.dgvLog.RefreshAtHscroll = false;
  498. this.dgvLog.RowHeadersWidth = 50;
  499. this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  500. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  501. this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle12;
  502. this.dgvLog.RowTemplate.Height = 21;
  503. this.dgvLog.Size = new System.Drawing.Size(1093, 418);
  504. this.dgvLog.SortOrderColumnName = null;
  505. this.dgvLog.TabIndex = 1;
  506. this.dgvLog.Tag = "";
  507. this.dgvLog.TotalSumColumns = null;
  508. this.dgvLog.ViewRowFilter = "";
  509. this.dgvLog.VirtualNodes = false;
  510. this.dgvLog.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLog_CellDoubleClick);
  511. //
  512. // tabPage2
  513. //
  514. this.tabPage2.Controls.Add(this.dgvSum);
  515. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  516. this.tabPage2.Name = "tabPage2";
  517. this.tabPage2.Size = new System.Drawing.Size(1093, 418);
  518. this.tabPage2.TabIndex = 1;
  519. this.tabPage2.Text = "同步明细";
  520. this.tabPage2.UseVisualStyleBackColor = true;
  521. //
  522. // dgvSum
  523. //
  524. this.dgvSum.AllowUserToAddRows = false;
  525. this.dgvSum.AllowUserToDeleteRows = false;
  526. this.dgvSum.AllowUserToModifyRows = true;
  527. this.dgvSum.AllowUserToOrderColumns = true;
  528. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  529. this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
  530. this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  531. this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  532. this.dgvSum.CellHeight = 23;
  533. this.dgvSum.ChildNodeColumnName = null;
  534. this.dgvSum.ChildNodeColumnText = null;
  535. this.dgvSum.ColumnDeep = 1;
  536. this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  537. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  538. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  539. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
  541. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  542. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  543. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  544. this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
  545. this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  546. this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  547. this.yyyymmdd,
  548. this.goodscode,
  549. this.sapcode,
  550. this.usercode,
  551. this.zscs,
  552. this.ordercode,
  553. this.orderitem,
  554. this.outputnum,
  555. this.ScrapNum,
  556. this.CleanupNum,
  557. this.recoverynum,
  558. this.RepairNum,
  559. this.testmouldflag,
  560. this.ztype,
  561. this.zmsg,
  562. this.ZTIME});
  563. this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  564. 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)));
  565. this.dgvSum.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.dgvSum.DynamicColumnName = "";
  567. this.dgvSum.EnableHeadersVisualStyles = false;
  568. this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.dgvSum.FormatQuantityColumns = null;
  570. this.dgvSum.HasNode = false;
  571. this.dgvSum.HorizontalMergeColumn = null;
  572. this.dgvSum.IsAutoCountSum = true;
  573. this.dgvSum.IsAutoResizeColumns = false;
  574. this.dgvSum.IsClickF12 = false;
  575. this.dgvSum.IsOpenMergeCellFlag = false;
  576. this.dgvSum.IsSubTotalFlag = false;
  577. this.dgvSum.IsTopDeep = false;
  578. this.dgvSum.Location = new System.Drawing.Point(0, 0);
  579. this.dgvSum.MergeColumnNames = null;
  580. this.dgvSum.MergeDetailColumnNames = null;
  581. this.dgvSum.MergeDetailOnlyColumn = null;
  582. this.dgvSum.MergeOnlyColumn = null;
  583. this.dgvSum.MultiSelect = false;
  584. this.dgvSum.Name = "dgvSum";
  585. this.dgvSum.ReadOnly = true;
  586. this.dgvSum.RefreshAtHscroll = false;
  587. this.dgvSum.RowHeadersWidth = 50;
  588. this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  589. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  590. this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle23;
  591. this.dgvSum.RowTemplate.Height = 21;
  592. this.dgvSum.Size = new System.Drawing.Size(1093, 418);
  593. this.dgvSum.SortOrderColumnName = null;
  594. this.dgvSum.TabIndex = 2;
  595. this.dgvSum.Tag = "";
  596. this.dgvSum.TotalSumColumns = null;
  597. this.dgvSum.ViewRowFilter = "";
  598. this.dgvSum.VirtualNodes = false;
  599. //
  600. // yyyymmdd
  601. //
  602. this.yyyymmdd.DataPropertyName = "yyyymmdd";
  603. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  604. this.yyyymmdd.DefaultCellStyle = dataGridViewCellStyle15;
  605. this.yyyymmdd.HeaderText = "同步日期";
  606. this.yyyymmdd.Name = "yyyymmdd";
  607. this.yyyymmdd.ReadOnly = true;
  608. //
  609. // goodscode
  610. //
  611. this.goodscode.DataPropertyName = "goodscode";
  612. this.goodscode.HeaderText = "产品编码";
  613. this.goodscode.Name = "goodscode";
  614. this.goodscode.ReadOnly = true;
  615. //
  616. // sapcode
  617. //
  618. this.sapcode.DataPropertyName = "sapcode";
  619. this.sapcode.HeaderText = "物料编码";
  620. this.sapcode.Name = "sapcode";
  621. this.sapcode.ReadOnly = true;
  622. //
  623. // usercode
  624. //
  625. this.usercode.DataPropertyName = "usercode";
  626. this.usercode.HeaderText = "生产工号";
  627. this.usercode.Name = "usercode";
  628. this.usercode.ReadOnly = true;
  629. //
  630. // zscs
  631. //
  632. this.zscs.DataPropertyName = "zscs";
  633. this.zscs.HeaderText = "注浆类型";
  634. this.zscs.Name = "zscs";
  635. this.zscs.ReadOnly = true;
  636. //
  637. // ordercode
  638. //
  639. this.ordercode.DataPropertyName = "ordercode";
  640. this.ordercode.HeaderText = "销售凭证 ";
  641. this.ordercode.Name = "ordercode";
  642. this.ordercode.ReadOnly = true;
  643. //
  644. // orderitem
  645. //
  646. this.orderitem.DataPropertyName = "orderitem";
  647. this.orderitem.HeaderText = "凭证项目";
  648. this.orderitem.Name = "orderitem";
  649. this.orderitem.ReadOnly = true;
  650. //
  651. // outputnum
  652. //
  653. this.outputnum.DataPropertyName = "outputnum";
  654. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  655. this.outputnum.DefaultCellStyle = dataGridViewCellStyle16;
  656. this.outputnum.HeaderText = "产量";
  657. this.outputnum.Name = "outputnum";
  658. this.outputnum.ReadOnly = true;
  659. //
  660. // ScrapNum
  661. //
  662. this.ScrapNum.DataPropertyName = "ScrapNum";
  663. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  664. this.ScrapNum.DefaultCellStyle = dataGridViewCellStyle17;
  665. this.ScrapNum.HeaderText = "损坯";
  666. this.ScrapNum.Name = "ScrapNum";
  667. this.ScrapNum.ReadOnly = true;
  668. //
  669. // CleanupNum
  670. //
  671. this.CleanupNum.DataPropertyName = "CleanupNum";
  672. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  673. this.CleanupNum.DefaultCellStyle = dataGridViewCellStyle18;
  674. this.CleanupNum.HeaderText = "清除";
  675. this.CleanupNum.Name = "CleanupNum";
  676. this.CleanupNum.ReadOnly = true;
  677. //
  678. // recoverynum
  679. //
  680. this.recoverynum.DataPropertyName = "recoverynum";
  681. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  682. this.recoverynum.DefaultCellStyle = dataGridViewCellStyle19;
  683. this.recoverynum.HeaderText = "回收";
  684. this.recoverynum.Name = "recoverynum";
  685. this.recoverynum.ReadOnly = true;
  686. //
  687. // RepairNum
  688. //
  689. this.RepairNum.DataPropertyName = "RepairNum";
  690. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  691. this.RepairNum.DefaultCellStyle = dataGridViewCellStyle20;
  692. this.RepairNum.HeaderText = "干补";
  693. this.RepairNum.Name = "RepairNum";
  694. this.RepairNum.ReadOnly = true;
  695. //
  696. // testmouldflag
  697. //
  698. this.testmouldflag.DataPropertyName = "testmouldflag";
  699. this.testmouldflag.FalseValue = "0";
  700. this.testmouldflag.HeaderText = "试验标识";
  701. this.testmouldflag.IndeterminateValue = "0";
  702. this.testmouldflag.Name = "testmouldflag";
  703. this.testmouldflag.ReadOnly = true;
  704. this.testmouldflag.TrueValue = "1";
  705. //
  706. // ztype
  707. //
  708. this.ztype.DataPropertyName = "ztype";
  709. dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  710. this.ztype.DefaultCellStyle = dataGridViewCellStyle21;
  711. this.ztype.HeaderText = "同步状态";
  712. this.ztype.Name = "ztype";
  713. this.ztype.ReadOnly = true;
  714. this.ztype.Visible = false;
  715. //
  716. // zmsg
  717. //
  718. this.zmsg.DataPropertyName = "zmsg";
  719. this.zmsg.HeaderText = "同步消息";
  720. this.zmsg.Name = "zmsg";
  721. this.zmsg.ReadOnly = true;
  722. this.zmsg.Visible = false;
  723. //
  724. // ZTIME
  725. //
  726. this.ZTIME.DataPropertyName = "ZTIME";
  727. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  728. dataGridViewCellStyle22.Format = "yyyy-MM-dd HH:mm:ss";
  729. this.ZTIME.DefaultCellStyle = dataGridViewCellStyle22;
  730. this.ZTIME.HeaderText = "同步时间";
  731. this.ZTIME.Name = "ZTIME";
  732. this.ZTIME.ReadOnly = true;
  733. this.ZTIME.Visible = false;
  734. //
  735. // logdate
  736. //
  737. this.logdate.DataPropertyName = "yyyymmdd";
  738. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  739. this.logdate.DefaultCellStyle = dataGridViewCellStyle6;
  740. this.logdate.HeaderText = "同步日期";
  741. this.logdate.Name = "logdate";
  742. this.logdate.ReadOnly = true;
  743. //
  744. // BeginTime
  745. //
  746. this.BeginTime.DataPropertyName = "BeginTime";
  747. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  748. dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
  749. this.BeginTime.DefaultCellStyle = dataGridViewCellStyle7;
  750. this.BeginTime.HeaderText = "开始时间";
  751. this.BeginTime.Name = "BeginTime";
  752. this.BeginTime.ReadOnly = true;
  753. //
  754. // EndTime
  755. //
  756. this.EndTime.DataPropertyName = "EndTime";
  757. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  758. dataGridViewCellStyle8.Format = "yyyy-MM-dd HH:mm:ss";
  759. this.EndTime.DefaultCellStyle = dataGridViewCellStyle8;
  760. this.EndTime.HeaderText = "完成时间";
  761. this.EndTime.Name = "EndTime";
  762. this.EndTime.ReadOnly = true;
  763. //
  764. // DataCodeName
  765. //
  766. this.DataCodeName.DataPropertyName = "DataCodeName";
  767. this.DataCodeName.HeaderText = "数据节点";
  768. this.DataCodeName.Name = "DataCodeName";
  769. this.DataCodeName.ReadOnly = true;
  770. //
  771. // DataStuts
  772. //
  773. this.DataStuts.DataPropertyName = "DataStuts";
  774. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  775. this.DataStuts.DefaultCellStyle = dataGridViewCellStyle9;
  776. this.DataStuts.HeaderText = "同步状态";
  777. this.DataStuts.Name = "DataStuts";
  778. this.DataStuts.ReadOnly = true;
  779. //
  780. // DataMSG
  781. //
  782. this.DataMSG.DataPropertyName = "DataMSG";
  783. this.DataMSG.HeaderText = "同步消息";
  784. this.DataMSG.Name = "DataMSG";
  785. this.DataMSG.ReadOnly = true;
  786. //
  787. // synusercode
  788. //
  789. this.synusercode.DataPropertyName = "synusercode";
  790. this.synusercode.HeaderText = "同步工号";
  791. this.synusercode.Name = "synusercode";
  792. this.synusercode.ReadOnly = true;
  793. //
  794. // logid
  795. //
  796. this.logid.DataPropertyName = "logid";
  797. this.logid.HeaderText = "logid";
  798. this.logid.Name = "logid";
  799. this.logid.ReadOnly = true;
  800. this.logid.Visible = false;
  801. //
  802. // datalogid
  803. //
  804. this.datalogid.DataPropertyName = "datalogid";
  805. this.datalogid.HeaderText = "datalogid";
  806. this.datalogid.Name = "datalogid";
  807. this.datalogid.ReadOnly = true;
  808. this.datalogid.Visible = false;
  809. //
  810. // DataCode
  811. //
  812. this.DataCode.DataPropertyName = "DataCode";
  813. this.DataCode.HeaderText = "DataCode";
  814. this.DataCode.Name = "DataCode";
  815. this.DataCode.ReadOnly = true;
  816. this.DataCode.Visible = false;
  817. //
  818. // ExecuteDateBegin
  819. //
  820. this.ExecuteDateBegin.DataPropertyName = "ExecuteDateBegin";
  821. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  822. dataGridViewCellStyle10.Format = "yyyy-MM-dd HH:mm:ss";
  823. dataGridViewCellStyle10.NullValue = null;
  824. this.ExecuteDateBegin.DefaultCellStyle = dataGridViewCellStyle10;
  825. this.ExecuteDateBegin.HeaderText = "业务数据开始时间";
  826. this.ExecuteDateBegin.Name = "ExecuteDateBegin";
  827. this.ExecuteDateBegin.ReadOnly = true;
  828. this.ExecuteDateBegin.Width = 120;
  829. //
  830. // ExecuteDateEnd
  831. //
  832. this.ExecuteDateEnd.DataPropertyName = "ExecuteDateEnd";
  833. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  834. dataGridViewCellStyle11.Format = "yyyy-MM-dd HH:mm:ss";
  835. this.ExecuteDateEnd.DefaultCellStyle = dataGridViewCellStyle11;
  836. this.ExecuteDateEnd.HeaderText = "业务数据结束时间";
  837. this.ExecuteDateEnd.Name = "ExecuteDateEnd";
  838. this.ExecuteDateEnd.ReadOnly = true;
  839. this.ExecuteDateEnd.Width = 120;
  840. //
  841. // Remarks
  842. //
  843. this.Remarks.DataPropertyName = "Remarks";
  844. this.Remarks.HeaderText = "备注";
  845. this.Remarks.Name = "Remarks";
  846. this.Remarks.ReadOnly = true;
  847. //
  848. // F_SAP_HEGII_0107
  849. //
  850. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  851. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  852. this.ClientSize = new System.Drawing.Size(1113, 540);
  853. this.Controls.Add(this.tabControl1);
  854. this.Controls.Add(this.grpCollapsible1);
  855. this.Controls.Add(this.tsrToolStrip1);
  856. this.Name = "F_SAP_HEGII_0107";
  857. this.Text = "报工SAP日志";
  858. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0107_FormClosed);
  859. this.Load += new System.EventHandler(this.F_SAP_HEGII_0107_Load);
  860. this.grpCollapsible1.ResumeLayout(false);
  861. this.grpCollapsible1.PerformLayout();
  862. this.tsrToolStrip1.ResumeLayout(false);
  863. this.tsrToolStrip1.PerformLayout();
  864. this.tabControl1.ResumeLayout(false);
  865. this.tabPage3.ResumeLayout(false);
  866. ((System.ComponentModel.ISupportInitialize)(this.dgvTotal)).EndInit();
  867. this.tabPage1.ResumeLayout(false);
  868. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
  869. this.tabPage2.ResumeLayout(false);
  870. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
  871. this.ResumeLayout(false);
  872. }
  873. #endregion
  874. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  875. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  876. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  877. private System.Windows.Forms.ToolStripButton tsbtnClose;
  878. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  879. private WinForm.Controls.LblLabel lblLabel1;
  880. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  881. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  882. private System.Windows.Forms.TabControl tabControl1;
  883. private System.Windows.Forms.TabPage tabPage1;
  884. private System.Windows.Forms.TabPage tabPage2;
  885. private Basics.BaseControls.C_DataGridView dgvLog;
  886. private Basics.BaseControls.C_DataGridView dgvSum;
  887. private System.Windows.Forms.DataGridViewTextBoxColumn yyyymmdd;
  888. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  889. private System.Windows.Forms.DataGridViewTextBoxColumn sapcode;
  890. private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
  891. private System.Windows.Forms.DataGridViewTextBoxColumn zscs;
  892. private System.Windows.Forms.DataGridViewTextBoxColumn ordercode;
  893. private System.Windows.Forms.DataGridViewTextBoxColumn orderitem;
  894. private System.Windows.Forms.DataGridViewTextBoxColumn outputnum;
  895. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapNum;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn CleanupNum;
  897. private System.Windows.Forms.DataGridViewTextBoxColumn recoverynum;
  898. private System.Windows.Forms.DataGridViewTextBoxColumn RepairNum;
  899. private System.Windows.Forms.DataGridViewCheckBoxColumn testmouldflag;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn ztype;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn zmsg;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn ZTIME;
  903. private System.Windows.Forms.TabPage tabPage3;
  904. private Basics.BaseControls.C_DataGridView dgvTotal;
  905. private Basics.BaseControls.C_DateTimePicker dtpDatebegin;
  906. private WinForm.Controls.LblLabel lblLabel2;
  907. private Basics.BaseControls.C_DateTimePicker dtpDateend;
  908. private WinForm.Controls.LblLabel lblLabel3;
  909. private Basics.BaseControls.C_ComboBox CBDataCode;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn DATACODETOTAL;
  911. private System.Windows.Forms.DataGridViewTextBoxColumn Actualoutput;
  912. private System.Windows.Forms.DataGridViewTextBoxColumn OUTPUT;
  913. private System.Windows.Forms.DataGridViewTextBoxColumn scrapnum1;
  914. private System.Windows.Forms.DataGridViewTextBoxColumn cleannupnum;
  915. private System.Windows.Forms.DataGridViewTextBoxColumn recoverynum1;
  916. private System.Windows.Forms.DataGridViewTextBoxColumn repairnum1;
  917. private System.Windows.Forms.DataGridViewTextBoxColumn DRJJBQTRCXDCCP;
  918. private System.Windows.Forms.DataGridViewTextBoxColumn DRCXFDRJJDCCP;
  919. private System.Windows.Forms.DataGridViewTextBoxColumn DIFFER;
  920. private System.Windows.Forms.DataGridViewTextBoxColumn logdate;
  921. private System.Windows.Forms.DataGridViewTextBoxColumn BeginTime;
  922. private System.Windows.Forms.DataGridViewTextBoxColumn EndTime;
  923. private System.Windows.Forms.DataGridViewTextBoxColumn DataCodeName;
  924. private System.Windows.Forms.DataGridViewTextBoxColumn DataStuts;
  925. private System.Windows.Forms.DataGridViewTextBoxColumn DataMSG;
  926. private System.Windows.Forms.DataGridViewTextBoxColumn synusercode;
  927. private System.Windows.Forms.DataGridViewTextBoxColumn logid;
  928. private System.Windows.Forms.DataGridViewTextBoxColumn datalogid;
  929. private System.Windows.Forms.DataGridViewTextBoxColumn DataCode;
  930. private System.Windows.Forms.DataGridViewTextBoxColumn ExecuteDateBegin;
  931. private System.Windows.Forms.DataGridViewTextBoxColumn ExecuteDateEnd;
  932. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  933. }
  934. }