F_SAP_HEGII_0107.Designer.cs 43 KB

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