F_PC_0802.Designer.cs 22 KB

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