F_PC_0702.Designer.cs 26 KB

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