F_PM_0101_1.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0101_1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0101_1));
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.btnSearch = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  36. this.btnClearCondition = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  40. this.gbxInfo = new System.Windows.Forms.GroupBox();
  41. this.CONVERTLINEGLAG = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.CONVERTPRODUCEFLAG = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  43. this.NEWMOLDFLAG = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  44. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  46. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.成型线ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.成型线编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.成型工号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.产品编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.新模 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.转产 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  53. this.转线 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.操作时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.tsrOperate.SuspendLayout();
  56. this.gbxInfo.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // tsrOperate
  61. //
  62. this.tsrOperate.AutoSize = false;
  63. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  64. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  65. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  67. this.btnSearch,
  68. this.toolStripButton2,
  69. this.btnClearCondition,
  70. this.tsbtnAdaptive,
  71. this.tsbtnClose,
  72. this.toolStripSeparator3});
  73. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  74. this.tsrOperate.Name = "tsrOperate";
  75. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  76. this.tsrOperate.ShowItemToolTips = false;
  77. this.tsrOperate.Size = new System.Drawing.Size(886, 35);
  78. this.tsrOperate.TabIndex = 0;
  79. //
  80. // btnSearch
  81. //
  82. this.btnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  83. this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
  84. this.btnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  85. this.btnSearch.Name = "btnSearch";
  86. this.btnSearch.Size = new System.Drawing.Size(51, 32);
  87. this.btnSearch.Text = "查询(&Q)";
  88. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  89. //
  90. // toolStripButton2
  91. //
  92. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  93. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  94. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.toolStripButton2.Name = "toolStripButton2";
  96. this.toolStripButton2.Size = new System.Drawing.Size(51, 32);
  97. this.toolStripButton2.Text = "编辑(&E)";
  98. this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
  99. //
  100. // btnClearCondition
  101. //
  102. this.btnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  103. this.btnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.Image")));
  104. this.btnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.btnClearCondition.Name = "btnClearCondition";
  106. this.btnClearCondition.Size = new System.Drawing.Size(75, 32);
  107. this.btnClearCondition.Text = "清空条件(&C)";
  108. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  109. //
  110. // tsbtnAdaptive
  111. //
  112. this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  113. this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
  114. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  116. this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 32);
  117. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  118. this.tsbtnAdaptive.Click += new System.EventHandler(this.toolStripButton1_Click);
  119. //
  120. // tsbtnClose
  121. //
  122. this.tsbtnClose.AutoSize = false;
  123. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  125. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tsbtnClose.Name = "tsbtnClose";
  127. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  128. this.tsbtnClose.Text = "关闭(&X)";
  129. this.tsbtnClose.Click += new System.EventHandler(this.btnCancel_Click);
  130. //
  131. // toolStripSeparator3
  132. //
  133. this.toolStripSeparator3.AutoSize = false;
  134. this.toolStripSeparator3.Name = "toolStripSeparator3";
  135. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  136. this.toolStripSeparator3.Visible = false;
  137. //
  138. // gbxInfo
  139. //
  140. this.gbxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  141. | System.Windows.Forms.AnchorStyles.Right)));
  142. this.gbxInfo.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  143. this.gbxInfo.Controls.Add(this.CONVERTLINEGLAG);
  144. this.gbxInfo.Controls.Add(this.CONVERTPRODUCEFLAG);
  145. this.gbxInfo.Controls.Add(this.NEWMOLDFLAG);
  146. this.gbxInfo.Controls.Add(this.lblGroutingLine);
  147. this.gbxInfo.Controls.Add(this.scbGroutingLine);
  148. this.gbxInfo.Location = new System.Drawing.Point(12, 38);
  149. this.gbxInfo.Name = "gbxInfo";
  150. this.gbxInfo.Size = new System.Drawing.Size(862, 66);
  151. this.gbxInfo.TabIndex = 1;
  152. this.gbxInfo.TabStop = false;
  153. this.gbxInfo.Text = "成型特殊记录";
  154. //
  155. // CONVERTLINEGLAG
  156. //
  157. this.CONVERTLINEGLAG.AutoSize = true;
  158. this.CONVERTLINEGLAG.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.CONVERTLINEGLAG.Location = new System.Drawing.Point(334, 28);
  160. this.CONVERTLINEGLAG.Name = "CONVERTLINEGLAG";
  161. this.CONVERTLINEGLAG.Size = new System.Drawing.Size(48, 16);
  162. this.CONVERTLINEGLAG.TabIndex = 20;
  163. this.CONVERTLINEGLAG.Text = "转线";
  164. this.CONVERTLINEGLAG.UseVisualStyleBackColor = true;
  165. //
  166. // CONVERTPRODUCEFLAG
  167. //
  168. this.CONVERTPRODUCEFLAG.AutoSize = true;
  169. this.CONVERTPRODUCEFLAG.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.CONVERTPRODUCEFLAG.Location = new System.Drawing.Point(280, 28);
  171. this.CONVERTPRODUCEFLAG.Name = "CONVERTPRODUCEFLAG";
  172. this.CONVERTPRODUCEFLAG.Size = new System.Drawing.Size(48, 16);
  173. this.CONVERTPRODUCEFLAG.TabIndex = 19;
  174. this.CONVERTPRODUCEFLAG.Text = "转产";
  175. this.CONVERTPRODUCEFLAG.UseVisualStyleBackColor = true;
  176. //
  177. // NEWMOLDFLAG
  178. //
  179. this.NEWMOLDFLAG.AutoSize = true;
  180. this.NEWMOLDFLAG.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.NEWMOLDFLAG.Location = new System.Drawing.Point(226, 29);
  182. this.NEWMOLDFLAG.Name = "NEWMOLDFLAG";
  183. this.NEWMOLDFLAG.Size = new System.Drawing.Size(48, 16);
  184. this.NEWMOLDFLAG.TabIndex = 18;
  185. this.NEWMOLDFLAG.Text = "新模";
  186. this.NEWMOLDFLAG.UseVisualStyleBackColor = true;
  187. //
  188. // lblGroutingLine
  189. //
  190. this.lblGroutingLine.AutoSize = true;
  191. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  192. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  194. this.lblGroutingLine.Location = new System.Drawing.Point(6, 33);
  195. this.lblGroutingLine.Name = "lblGroutingLine";
  196. this.lblGroutingLine.Size = new System.Drawing.Size(65, 12);
  197. this.lblGroutingLine.TabIndex = 13;
  198. this.lblGroutingLine.Text = "成型线编码";
  199. //
  200. // scbGroutingLine
  201. //
  202. this.scbGroutingLine.CheckedData = null;
  203. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  204. this.scbGroutingLine.Location = new System.Drawing.Point(77, 28);
  205. this.scbGroutingLine.Name = "scbGroutingLine";
  206. this.scbGroutingLine.Size = new System.Drawing.Size(130, 21);
  207. this.scbGroutingLine.TabIndex = 14;
  208. //
  209. // dgvDetail
  210. //
  211. this.dgvDetail.AllowUserToAddRows = false;
  212. this.dgvDetail.AllowUserToDeleteRows = false;
  213. this.dgvDetail.AllowUserToModifyRows = true;
  214. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  215. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  216. this.dgvDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  217. | System.Windows.Forms.AnchorStyles.Left)
  218. | System.Windows.Forms.AnchorStyles.Right)));
  219. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  220. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  221. this.dgvDetail.CellHeight = 23;
  222. this.dgvDetail.ChildNodeColumnName = null;
  223. this.dgvDetail.ChildNodeColumnText = null;
  224. this.dgvDetail.ColumnDeep = 1;
  225. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  226. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  227. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  228. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  230. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  231. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  232. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  233. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  234. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  235. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  236. this.成型线ID,
  237. this.成型线编码,
  238. this.成型工号,
  239. this.产品编码,
  240. this.新模,
  241. this.转产,
  242. this.转线,
  243. this.操作时间});
  244. this.dgvDetail.ColumnTreeView = null;
  245. this.dgvDetail.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)));
  246. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  247. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  248. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  250. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  251. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  252. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  253. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3;
  254. this.dgvDetail.DynamicColumnName = "";
  255. this.dgvDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  256. this.dgvDetail.EnableHeadersVisualStyles = false;
  257. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.dgvDetail.FormatQuantityColumns = null;
  259. this.dgvDetail.HasNode = false;
  260. this.dgvDetail.HorizontalMergeColumn = null;
  261. this.dgvDetail.IsAutoCountSum = true;
  262. this.dgvDetail.IsAutoResizeColumns = false;
  263. this.dgvDetail.IsClickF12 = false;
  264. this.dgvDetail.IsOpenMergeCellFlag = false;
  265. this.dgvDetail.IsSubTotalFlag = false;
  266. this.dgvDetail.IsTopDeep = false;
  267. this.dgvDetail.Location = new System.Drawing.Point(12, 110);
  268. this.dgvDetail.MergeColumnNames = null;
  269. this.dgvDetail.MergeDetailColumnNames = null;
  270. this.dgvDetail.MergeDetailOnlyColumn = null;
  271. this.dgvDetail.MergeOnlyColumn = null;
  272. this.dgvDetail.MultiSelect = false;
  273. this.dgvDetail.Name = "dgvDetail";
  274. this.dgvDetail.ReadOnly = true;
  275. this.dgvDetail.RefreshAtHscroll = false;
  276. this.dgvDetail.RowHeadersWidth = 50;
  277. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  278. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  279. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
  280. this.dgvDetail.RowTemplate.Height = 21;
  281. this.dgvDetail.Size = new System.Drawing.Size(862, 366);
  282. this.dgvDetail.SortOrderColumnName = null;
  283. this.dgvDetail.TabIndex = 2;
  284. this.dgvDetail.Tag = true;
  285. this.dgvDetail.TotalSumColumns = null;
  286. this.dgvDetail.ViewRowFilter = "";
  287. this.dgvDetail.VirtualMode = true;
  288. this.dgvDetail.VirtualNodes = false;
  289. //
  290. // 成型线ID
  291. //
  292. this.成型线ID.DataPropertyName = "GROUTINGLINEID";
  293. this.成型线ID.HeaderText = "成型线ID";
  294. this.成型线ID.Name = "成型线ID";
  295. this.成型线ID.ReadOnly = true;
  296. this.成型线ID.Visible = false;
  297. //
  298. // 成型线编码
  299. //
  300. this.成型线编码.DataPropertyName = "GROUTINGLINECODE";
  301. this.成型线编码.HeaderText = "成型线编码";
  302. this.成型线编码.Name = "成型线编码";
  303. this.成型线编码.ReadOnly = true;
  304. //
  305. // 成型工号
  306. //
  307. this.成型工号.DataPropertyName = "USERCODE";
  308. this.成型工号.HeaderText = "成型工号";
  309. this.成型工号.Name = "成型工号";
  310. this.成型工号.ReadOnly = true;
  311. //
  312. // 产品编码
  313. //
  314. this.产品编码.DataPropertyName = "GOODSCODE";
  315. this.产品编码.HeaderText = "产品编码";
  316. this.产品编码.Name = "产品编码";
  317. this.产品编码.ReadOnly = true;
  318. //
  319. // 新模
  320. //
  321. this.新模.DataPropertyName = "NEWMOLDFLAG";
  322. this.新模.FalseValue = "0";
  323. this.新模.HeaderText = "新模";
  324. this.新模.Name = "新模";
  325. this.新模.ReadOnly = true;
  326. this.新模.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  327. this.新模.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  328. this.新模.TrueValue = "1";
  329. //
  330. // 转产
  331. //
  332. this.转产.DataPropertyName = "CONVERTPRODUCEFLAG";
  333. this.转产.FalseValue = "0";
  334. this.转产.HeaderText = "转产";
  335. this.转产.Name = "转产";
  336. this.转产.ReadOnly = true;
  337. this.转产.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  338. this.转产.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  339. this.转产.TrueValue = "1";
  340. //
  341. // 转线
  342. //
  343. this.转线.DataPropertyName = "CONVERTLINEGLAG";
  344. this.转线.FalseValue = "0";
  345. this.转线.HeaderText = "转线";
  346. this.转线.Name = "转线";
  347. this.转线.ReadOnly = true;
  348. this.转线.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  349. this.转线.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  350. this.转线.TrueValue = "1";
  351. //
  352. // 操作时间
  353. //
  354. this.操作时间.DataPropertyName = "UPDATETIME";
  355. this.操作时间.HeaderText = "操作时间";
  356. this.操作时间.Name = "操作时间";
  357. this.操作时间.ReadOnly = true;
  358. //
  359. // F_PM_0101_1
  360. //
  361. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  362. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  363. this.ClientSize = new System.Drawing.Size(886, 501);
  364. this.Controls.Add(this.gbxInfo);
  365. this.Controls.Add(this.tsrOperate);
  366. this.Controls.Add(this.dgvDetail);
  367. this.IsSaveFormSize = false;
  368. this.Name = "F_PM_0101_1";
  369. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  370. this.Text = "成型特殊记录";
  371. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  372. this.Load += new System.EventHandler(this.F_PM_0101_1_Load);
  373. this.Controls.SetChildIndex(this.dgvDetail, 0);
  374. this.Controls.SetChildIndex(this.tsrOperate, 0);
  375. this.Controls.SetChildIndex(this.gbxInfo, 0);
  376. this.tsrOperate.ResumeLayout(false);
  377. this.tsrOperate.PerformLayout();
  378. this.gbxInfo.ResumeLayout(false);
  379. this.gbxInfo.PerformLayout();
  380. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  381. this.ResumeLayout(false);
  382. this.PerformLayout();
  383. }
  384. #endregion
  385. private Basics.BaseControls.C_ToolStrip tsrOperate;
  386. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  387. private System.Windows.Forms.GroupBox gbxInfo;
  388. private Basics.BaseControls.C_DataGridView dgvDetail;
  389. private System.Windows.Forms.ToolStripButton toolStripButton2;
  390. private System.Windows.Forms.ToolStripButton btnSearch;
  391. private System.Windows.Forms.ToolStripButton btnClearCondition;
  392. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  393. private Basics.BaseControls.C_Label lblGroutingLine;
  394. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  395. private Basics.BaseControls.C_CheckBox CONVERTLINEGLAG;
  396. private Basics.BaseControls.C_CheckBox CONVERTPRODUCEFLAG;
  397. private Basics.BaseControls.C_CheckBox NEWMOLDFLAG;
  398. private System.Windows.Forms.ToolStripButton tsbtnClose;
  399. private System.Windows.Forms.DataGridViewTextBoxColumn 成型线ID;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn 成型线编码;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn 成型工号;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn 产品编码;
  403. private System.Windows.Forms.DataGridViewCheckBoxColumn 新模;
  404. private System.Windows.Forms.DataGridViewCheckBoxColumn 转产;
  405. private System.Windows.Forms.DataGridViewCheckBoxColumn 转线;
  406. private System.Windows.Forms.DataGridViewTextBoxColumn 操作时间;
  407. }
  408. }