F_PC_0701.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0701
  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_PC_0701));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.txtPROCEDURENAME = new System.Windows.Forms.TextBox();
  43. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.lbltxtPROCEDURENAME = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.PROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.splLine = new System.Windows.Forms.SplitContainer();
  50. this.dgvPackingBOMDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  51. this.Check1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.idnrktype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ScanFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.tsrOperate.SuspendLayout();
  55. this.gbxCondition.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  58. this.splLine.Panel1.SuspendLayout();
  59. this.splLine.Panel2.SuspendLayout();
  60. this.splLine.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvPackingBOMDetail)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // tsrOperate
  65. //
  66. this.tsrOperate.AutoSize = false;
  67. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  68. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  69. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.tsbtnEdit,
  72. this.toolStripSeparator3,
  73. this.tsbtnAdaptive,
  74. this.tsbtnClose});
  75. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  76. this.tsrOperate.Name = "tsrOperate";
  77. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  78. this.tsrOperate.ShowItemToolTips = false;
  79. this.tsrOperate.Size = new System.Drawing.Size(1016, 33);
  80. this.tsrOperate.TabIndex = 1;
  81. //
  82. // tsbtnEdit
  83. //
  84. this.tsbtnEdit.AutoSize = false;
  85. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  87. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  88. this.tsbtnEdit.Name = "tsbtnEdit";
  89. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  90. this.tsbtnEdit.Text = "设置(&E)";
  91. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
  92. //
  93. // toolStripSeparator3
  94. //
  95. this.toolStripSeparator3.AutoSize = false;
  96. this.toolStripSeparator3.Name = "toolStripSeparator3";
  97. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  98. //
  99. // tsbtnAdaptive
  100. //
  101. this.tsbtnAdaptive.AutoSize = false;
  102. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  106. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  107. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  108. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  109. //
  110. // tsbtnClose
  111. //
  112. this.tsbtnClose.AutoSize = false;
  113. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tsbtnClose.Name = "tsbtnClose";
  117. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  118. this.tsbtnClose.Text = "关闭(&X)";
  119. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  120. //
  121. // gbxCondition
  122. //
  123. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  124. | System.Windows.Forms.AnchorStyles.Right)));
  125. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  126. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  127. this.gbxCondition.Controls.Add(this.txtPROCEDURENAME);
  128. this.gbxCondition.Controls.Add(this.btnClearCondition);
  129. this.gbxCondition.Controls.Add(this.btnSearch);
  130. this.gbxCondition.Controls.Add(this.lbltxtPROCEDURENAME);
  131. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  133. this.gbxCondition.IsMustInput = false;
  134. this.gbxCondition.Location = new System.Drawing.Point(12, 36);
  135. this.gbxCondition.Name = "gbxCondition";
  136. this.gbxCondition.OriginalHeight = -1;
  137. this.gbxCondition.Size = new System.Drawing.Size(992, 58);
  138. this.gbxCondition.TabIndex = 21;
  139. this.gbxCondition.TabStop = false;
  140. this.gbxCondition.Text = "查询条件 ▼";
  141. //
  142. // txtPROCEDURENAME
  143. //
  144. this.txtPROCEDURENAME.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  145. this.txtPROCEDURENAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.txtPROCEDURENAME.ImeMode = System.Windows.Forms.ImeMode.Off;
  147. this.txtPROCEDURENAME.Location = new System.Drawing.Point(70, 21);
  148. this.txtPROCEDURENAME.MaxLength = 20;
  149. this.txtPROCEDURENAME.Name = "txtPROCEDURENAME";
  150. this.txtPROCEDURENAME.Size = new System.Drawing.Size(97, 21);
  151. this.txtPROCEDURENAME.TabIndex = 2;
  152. //
  153. // btnClearCondition
  154. //
  155. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  156. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  157. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  158. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  160. this.btnClearCondition.Location = new System.Drawing.Point(901, 20);
  161. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.btnClearCondition.Name = "btnClearCondition";
  163. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  164. this.btnClearCondition.TabIndex = 10;
  165. this.btnClearCondition.Text = "清空条件(&C)";
  166. this.btnClearCondition.UseVisualStyleBackColor = false;
  167. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  168. //
  169. // btnSearch
  170. //
  171. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  172. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  173. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  174. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.btnSearch.ForeColor = System.Drawing.Color.White;
  176. this.btnSearch.Location = new System.Drawing.Point(809, 20);
  177. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  178. this.btnSearch.Name = "btnSearch";
  179. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  180. this.btnSearch.TabIndex = 9;
  181. this.btnSearch.Text = "查询(&Q)";
  182. this.btnSearch.UseVisualStyleBackColor = false;
  183. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  184. //
  185. // lbltxtPROCEDURENAME
  186. //
  187. this.lbltxtPROCEDURENAME.AutoSize = true;
  188. this.lbltxtPROCEDURENAME.BackColor = System.Drawing.Color.Transparent;
  189. this.lbltxtPROCEDURENAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.lbltxtPROCEDURENAME.ForeColor = System.Drawing.SystemColors.ControlText;
  191. this.lbltxtPROCEDURENAME.Location = new System.Drawing.Point(11, 24);
  192. this.lbltxtPROCEDURENAME.Name = "lbltxtPROCEDURENAME";
  193. this.lbltxtPROCEDURENAME.Size = new System.Drawing.Size(53, 12);
  194. this.lbltxtPROCEDURENAME.TabIndex = 1;
  195. this.lbltxtPROCEDURENAME.Text = "检验工序";
  196. //
  197. // dgvUser
  198. //
  199. this.dgvUser.AllowUserToAddRows = false;
  200. this.dgvUser.AllowUserToDeleteRows = false;
  201. this.dgvUser.AllowUserToModifyRows = true;
  202. this.dgvUser.AllowUserToOrderColumns = true;
  203. this.dgvUser.AllowUserToResizeRows = false;
  204. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  205. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  207. this.dgvUser.BorderStyle = System.Windows.Forms.BorderStyle.None;
  208. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  209. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  210. this.dgvUser.CellHeight = 23;
  211. this.dgvUser.ChildNodeColumnName = null;
  212. this.dgvUser.ChildNodeColumnText = null;
  213. this.dgvUser.ColumnDeep = 1;
  214. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  215. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  216. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  217. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  219. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  220. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  221. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  222. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  223. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  224. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  225. this.PROCEDURENAME,
  226. this.PROCEDUREID});
  227. this.dgvUser.ColumnTreeView = null;
  228. this.dgvUser.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)));
  229. this.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill;
  230. this.dgvUser.DynamicColumnName = "";
  231. this.dgvUser.EnableHeadersVisualStyles = false;
  232. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.dgvUser.FormatQuantityColumns = null;
  234. this.dgvUser.HasNode = false;
  235. this.dgvUser.HorizontalMergeColumn = null;
  236. this.dgvUser.IsAutoCountSum = true;
  237. this.dgvUser.IsAutoResizeColumns = false;
  238. this.dgvUser.IsClickF12 = false;
  239. this.dgvUser.IsOpenMergeCellFlag = false;
  240. this.dgvUser.IsSubTotalFlag = false;
  241. this.dgvUser.IsTopDeep = false;
  242. this.dgvUser.Location = new System.Drawing.Point(0, 0);
  243. this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  244. this.dgvUser.MergeColumnNames = null;
  245. this.dgvUser.MergeDetailColumnNames = null;
  246. this.dgvUser.MergeDetailOnlyColumn = null;
  247. this.dgvUser.MergeOnlyColumn = null;
  248. this.dgvUser.MultiSelect = false;
  249. this.dgvUser.Name = "dgvUser";
  250. this.dgvUser.ReadOnly = true;
  251. this.dgvUser.RefreshAtHscroll = false;
  252. this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  253. this.dgvUser.RowHeadersWidth = 50;
  254. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  255. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  256. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle4;
  257. this.dgvUser.RowTemplate.Height = 21;
  258. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  259. this.dgvUser.Size = new System.Drawing.Size(216, 436);
  260. this.dgvUser.SortOrderColumnName = null;
  261. this.dgvUser.TabIndex = 22;
  262. this.dgvUser.Tag = true;
  263. this.dgvUser.TotalSumColumns = null;
  264. this.dgvUser.ViewRowFilter = "";
  265. this.dgvUser.VirtualNodes = false;
  266. this.dgvUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUser_CellDoubleClick);
  267. this.dgvUser.SelectionChanged += new System.EventHandler(this.dgvUser_SelectionChanged);
  268. //
  269. // PROCEDURENAME
  270. //
  271. this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
  272. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  273. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  274. this.PROCEDURENAME.DefaultCellStyle = dataGridViewCellStyle3;
  275. this.PROCEDURENAME.HeaderText = "检验工序";
  276. this.PROCEDURENAME.MaxInputLength = 20;
  277. this.PROCEDURENAME.Name = "PROCEDURENAME";
  278. this.PROCEDURENAME.ReadOnly = true;
  279. this.PROCEDURENAME.Width = 80;
  280. //
  281. // PROCEDUREID
  282. //
  283. this.PROCEDUREID.DataPropertyName = "PROCEDUREID";
  284. this.PROCEDUREID.HeaderText = "PROCEDUREID";
  285. this.PROCEDUREID.Name = "PROCEDUREID";
  286. this.PROCEDUREID.ReadOnly = true;
  287. this.PROCEDUREID.Visible = false;
  288. //
  289. // splLine
  290. //
  291. this.splLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  292. | System.Windows.Forms.AnchorStyles.Left)
  293. | System.Windows.Forms.AnchorStyles.Right)));
  294. this.splLine.Location = new System.Drawing.Point(12, 100);
  295. this.splLine.Name = "splLine";
  296. //
  297. // splLine.Panel1
  298. //
  299. this.splLine.Panel1.Controls.Add(this.dgvUser);
  300. //
  301. // splLine.Panel2
  302. //
  303. this.splLine.Panel2.Controls.Add(this.dgvPackingBOMDetail);
  304. this.splLine.Size = new System.Drawing.Size(992, 436);
  305. this.splLine.SplitterDistance = 216;
  306. this.splLine.TabIndex = 106;
  307. //
  308. // dgvPackingBOMDetail
  309. //
  310. this.dgvPackingBOMDetail.AllowUserToAddRows = false;
  311. this.dgvPackingBOMDetail.AllowUserToDeleteRows = false;
  312. this.dgvPackingBOMDetail.AllowUserToModifyRows = true;
  313. this.dgvPackingBOMDetail.AllowUserToOrderColumns = true;
  314. this.dgvPackingBOMDetail.AllowUserToResizeRows = false;
  315. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  316. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.dgvPackingBOMDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  318. this.dgvPackingBOMDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
  319. this.dgvPackingBOMDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  320. this.dgvPackingBOMDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  321. this.dgvPackingBOMDetail.CellHeight = 23;
  322. this.dgvPackingBOMDetail.ChildNodeColumnName = null;
  323. this.dgvPackingBOMDetail.ChildNodeColumnText = null;
  324. this.dgvPackingBOMDetail.ColumnDeep = 1;
  325. this.dgvPackingBOMDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  326. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  327. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  328. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  330. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  331. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  332. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  333. this.dgvPackingBOMDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  334. this.dgvPackingBOMDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  335. this.dgvPackingBOMDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  336. this.Check1,
  337. this.idnrktype,
  338. this.ScanFlag});
  339. this.dgvPackingBOMDetail.ColumnTreeView = null;
  340. this.dgvPackingBOMDetail.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)));
  341. this.dgvPackingBOMDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  342. this.dgvPackingBOMDetail.DynamicColumnName = "";
  343. this.dgvPackingBOMDetail.EnableHeadersVisualStyles = false;
  344. this.dgvPackingBOMDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.dgvPackingBOMDetail.FormatQuantityColumns = null;
  346. this.dgvPackingBOMDetail.HasNode = false;
  347. this.dgvPackingBOMDetail.HorizontalMergeColumn = null;
  348. this.dgvPackingBOMDetail.IsAutoCountSum = true;
  349. this.dgvPackingBOMDetail.IsAutoResizeColumns = false;
  350. this.dgvPackingBOMDetail.IsClickF12 = false;
  351. this.dgvPackingBOMDetail.IsOpenMergeCellFlag = false;
  352. this.dgvPackingBOMDetail.IsSubTotalFlag = false;
  353. this.dgvPackingBOMDetail.IsTopDeep = false;
  354. this.dgvPackingBOMDetail.Location = new System.Drawing.Point(0, 0);
  355. this.dgvPackingBOMDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  356. this.dgvPackingBOMDetail.MergeColumnNames = null;
  357. this.dgvPackingBOMDetail.MergeDetailColumnNames = null;
  358. this.dgvPackingBOMDetail.MergeDetailOnlyColumn = null;
  359. this.dgvPackingBOMDetail.MergeOnlyColumn = null;
  360. this.dgvPackingBOMDetail.MultiSelect = false;
  361. this.dgvPackingBOMDetail.Name = "dgvPackingBOMDetail";
  362. this.dgvPackingBOMDetail.ReadOnly = true;
  363. this.dgvPackingBOMDetail.RefreshAtHscroll = false;
  364. this.dgvPackingBOMDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  365. this.dgvPackingBOMDetail.RowHeadersWidth = 50;
  366. this.dgvPackingBOMDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  367. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  368. this.dgvPackingBOMDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
  369. this.dgvPackingBOMDetail.RowTemplate.Height = 21;
  370. this.dgvPackingBOMDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  371. this.dgvPackingBOMDetail.Size = new System.Drawing.Size(772, 436);
  372. this.dgvPackingBOMDetail.SortOrderColumnName = null;
  373. this.dgvPackingBOMDetail.TabIndex = 23;
  374. this.dgvPackingBOMDetail.Tag = true;
  375. this.dgvPackingBOMDetail.TotalSumColumns = null;
  376. this.dgvPackingBOMDetail.ViewRowFilter = "";
  377. this.dgvPackingBOMDetail.VirtualNodes = false;
  378. //
  379. // Check1
  380. //
  381. this.Check1.DataPropertyName = "Check1";
  382. this.Check1.HeaderText = "选择";
  383. this.Check1.Name = "Check1";
  384. this.Check1.ReadOnly = true;
  385. //
  386. // idnrktype
  387. //
  388. this.idnrktype.DataPropertyName = "idnrktype";
  389. this.idnrktype.HeaderText = "材料类型";
  390. this.idnrktype.MaxInputLength = 20;
  391. this.idnrktype.Name = "idnrktype";
  392. this.idnrktype.ReadOnly = true;
  393. //
  394. // ScanFlag
  395. //
  396. this.ScanFlag.DataPropertyName = "ScanFlag";
  397. this.ScanFlag.FalseValue = "0";
  398. this.ScanFlag.HeaderText = "扫码绑定";
  399. this.ScanFlag.Name = "ScanFlag";
  400. this.ScanFlag.ReadOnly = true;
  401. this.ScanFlag.TrueValue = "1";
  402. //
  403. // F_PC_0701
  404. //
  405. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  406. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  407. this.ClientSize = new System.Drawing.Size(1016, 548);
  408. this.Controls.Add(this.splLine);
  409. this.Controls.Add(this.gbxCondition);
  410. this.Controls.Add(this.tsrOperate);
  411. this.Name = "F_PC_0701";
  412. this.Text = "F_PC_0701";
  413. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0701_FormClosed);
  414. this.Load += new System.EventHandler(this.F_PC_0701_Load);
  415. this.tsrOperate.ResumeLayout(false);
  416. this.tsrOperate.PerformLayout();
  417. this.gbxCondition.ResumeLayout(false);
  418. this.gbxCondition.PerformLayout();
  419. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  420. this.splLine.Panel1.ResumeLayout(false);
  421. this.splLine.Panel2.ResumeLayout(false);
  422. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  423. this.splLine.ResumeLayout(false);
  424. ((System.ComponentModel.ISupportInitialize)(this.dgvPackingBOMDetail)).EndInit();
  425. this.ResumeLayout(false);
  426. }
  427. #endregion
  428. private Basics.BaseControls.C_ToolStrip tsrOperate;
  429. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  430. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  431. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  432. private System.Windows.Forms.ToolStripButton tsbtnClose;
  433. private Basics.BaseControls.C_GroupBox gbxCondition;
  434. private System.Windows.Forms.TextBox txtPROCEDURENAME;
  435. private Basics.BaseControls.C_Button btnClearCondition;
  436. private Basics.BaseControls.C_Button btnSearch;
  437. private Basics.BaseControls.C_Label lbltxtPROCEDURENAME;
  438. private Basics.BaseControls.C_DataGridView dgvUser;
  439. private System.Windows.Forms.SplitContainer splLine;
  440. private Basics.BaseControls.C_DataGridView dgvPackingBOMDetail;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREID;
  443. private System.Windows.Forms.DataGridViewCheckBoxColumn Check1;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn idnrktype;
  445. private System.Windows.Forms.DataGridViewCheckBoxColumn ScanFlag;
  446. }
  447. }