F_PC_0801.Designer.cs 22 KB

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