F_SAP_HEGII_0105.Designer.cs 27 KB

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