F_PC_0702.Designer.cs 25 KB

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