F_MST_0203.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0203
  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_MST_0203));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.chkFunctionSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.btnFunctionExpandAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnFunctionCollapseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  45. this.tvwFunction = new System.Windows.Forms.TreeView();
  46. this.dgvFunctionUsers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.chkFunctionCodeAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  52. this.tabControl1 = new System.Windows.Forms.TabControl();
  53. this.tabPage1 = new System.Windows.Forms.TabPage();
  54. this.tabPage2 = new System.Windows.Forms.TabPage();
  55. this.chkFunctionCodeAll2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  56. this.lblUserCode2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.chkFunctionSelect2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  58. this.btnFunctionCollapseAll2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.btnFunctionExpandAll2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  61. this.tvwFunction2 = new System.Windows.Forms.TreeView();
  62. this.dgvFunctionUsers2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  63. this.UserCode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.UserName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.OrganizationName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  67. this.splitContainer1.Panel1.SuspendLayout();
  68. this.splitContainer1.Panel2.SuspendLayout();
  69. this.splitContainer1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).BeginInit();
  71. this.tabControl1.SuspendLayout();
  72. this.tabPage1.SuspendLayout();
  73. this.tabPage2.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  75. this.splitContainer2.Panel1.SuspendLayout();
  76. this.splitContainer2.Panel2.SuspendLayout();
  77. this.splitContainer2.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers2)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // btnSave
  82. //
  83. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  84. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  85. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  86. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.btnSave.ForeColor = System.Drawing.Color.White;
  88. this.btnSave.Location = new System.Drawing.Point(697, 571);
  89. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  90. this.btnSave.Name = "btnSave";
  91. this.btnSave.Size = new System.Drawing.Size(85, 30);
  92. this.btnSave.TabIndex = 5;
  93. this.btnSave.Text = "保存(&S)";
  94. this.btnSave.UseVisualStyleBackColor = true;
  95. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  96. //
  97. // btnCancel
  98. //
  99. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  100. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  101. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  102. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.btnCancel.ForeColor = System.Drawing.Color.White;
  104. this.btnCancel.Location = new System.Drawing.Point(788, 571);
  105. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  106. this.btnCancel.Name = "btnCancel";
  107. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  108. this.btnCancel.TabIndex = 6;
  109. this.btnCancel.Text = "关闭";
  110. this.btnCancel.UseVisualStyleBackColor = true;
  111. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  112. //
  113. // chkFunctionSelect
  114. //
  115. this.chkFunctionSelect.AutoSize = true;
  116. this.chkFunctionSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.chkFunctionSelect.Location = new System.Drawing.Point(17, 482);
  118. this.chkFunctionSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  119. this.chkFunctionSelect.Name = "chkFunctionSelect";
  120. this.chkFunctionSelect.Size = new System.Drawing.Size(48, 16);
  121. this.chkFunctionSelect.TabIndex = 2;
  122. this.chkFunctionSelect.Text = "全选";
  123. this.chkFunctionSelect.UseVisualStyleBackColor = true;
  124. this.chkFunctionSelect.CheckedChanged += new System.EventHandler(this.chkFunctionSelect_CheckedChanged);
  125. //
  126. // btnFunctionExpandAll
  127. //
  128. this.btnFunctionExpandAll.BackColor = System.Drawing.Color.Transparent;
  129. this.btnFunctionExpandAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionExpandAll.BackgroundImage")));
  130. this.btnFunctionExpandAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btnFunctionExpandAll.ForeColor = System.Drawing.Color.White;
  132. this.btnFunctionExpandAll.Location = new System.Drawing.Point(71, 478);
  133. this.btnFunctionExpandAll.Name = "btnFunctionExpandAll";
  134. this.btnFunctionExpandAll.Size = new System.Drawing.Size(23, 23);
  135. this.btnFunctionExpandAll.TabIndex = 7;
  136. this.btnFunctionExpandAll.Text = "+";
  137. this.btnFunctionExpandAll.UseVisualStyleBackColor = false;
  138. this.btnFunctionExpandAll.Click += new System.EventHandler(this.btnFunctionExpandAll_Click);
  139. //
  140. // btnFunctionCollapseAll
  141. //
  142. this.btnFunctionCollapseAll.BackColor = System.Drawing.Color.Transparent;
  143. this.btnFunctionCollapseAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionCollapseAll.BackgroundImage")));
  144. this.btnFunctionCollapseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btnFunctionCollapseAll.ForeColor = System.Drawing.Color.White;
  146. this.btnFunctionCollapseAll.Location = new System.Drawing.Point(100, 478);
  147. this.btnFunctionCollapseAll.Name = "btnFunctionCollapseAll";
  148. this.btnFunctionCollapseAll.Size = new System.Drawing.Size(23, 23);
  149. this.btnFunctionCollapseAll.TabIndex = 8;
  150. this.btnFunctionCollapseAll.Text = "-";
  151. this.btnFunctionCollapseAll.UseVisualStyleBackColor = false;
  152. this.btnFunctionCollapseAll.Click += new System.EventHandler(this.btnFunctionCollapseAll_Click);
  153. //
  154. // splitContainer1
  155. //
  156. this.splitContainer1.Location = new System.Drawing.Point(6, 7);
  157. this.splitContainer1.Name = "splitContainer1";
  158. //
  159. // splitContainer1.Panel1
  160. //
  161. this.splitContainer1.Panel1.Controls.Add(this.tvwFunction);
  162. //
  163. // splitContainer1.Panel2
  164. //
  165. this.splitContainer1.Panel2.Controls.Add(this.dgvFunctionUsers);
  166. this.splitContainer1.Size = new System.Drawing.Size(841, 460);
  167. this.splitContainer1.SplitterDistance = 473;
  168. this.splitContainer1.TabIndex = 9;
  169. //
  170. // tvwFunction
  171. //
  172. this.tvwFunction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  173. | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.tvwFunction.CheckBoxes = true;
  176. this.tvwFunction.Indent = 24;
  177. this.tvwFunction.ItemHeight = 20;
  178. this.tvwFunction.Location = new System.Drawing.Point(3, 3);
  179. this.tvwFunction.Name = "tvwFunction";
  180. this.tvwFunction.Size = new System.Drawing.Size(465, 454);
  181. this.tvwFunction.TabIndex = 2;
  182. this.tvwFunction.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction_AfterCheck);
  183. this.tvwFunction.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction_AfterSelect);
  184. //
  185. // dgvFunctionUsers
  186. //
  187. this.dgvFunctionUsers.AllowUserToAddRows = false;
  188. this.dgvFunctionUsers.AllowUserToDeleteRows = false;
  189. this.dgvFunctionUsers.AllowUserToModifyRows = true;
  190. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  191. this.dgvFunctionUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  192. this.dgvFunctionUsers.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.dgvFunctionUsers.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  196. this.dgvFunctionUsers.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  197. this.dgvFunctionUsers.CellHeight = 23;
  198. this.dgvFunctionUsers.ChildNodeColumnName = null;
  199. this.dgvFunctionUsers.ChildNodeColumnText = null;
  200. this.dgvFunctionUsers.ColumnDeep = 1;
  201. this.dgvFunctionUsers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  202. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  203. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  204. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  206. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  207. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  208. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  209. this.dgvFunctionUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  210. this.dgvFunctionUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  211. this.dgvFunctionUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  212. this.UserCode,
  213. this.UserName,
  214. this.OrganizationName});
  215. this.dgvFunctionUsers.ColumnTreeView = null;
  216. this.dgvFunctionUsers.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)));
  217. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  218. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  219. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  221. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  222. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  223. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  224. this.dgvFunctionUsers.DefaultCellStyle = dataGridViewCellStyle3;
  225. this.dgvFunctionUsers.DynamicColumnName = "";
  226. this.dgvFunctionUsers.EnableHeadersVisualStyles = false;
  227. this.dgvFunctionUsers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.dgvFunctionUsers.HorizontalMergeColumn = null;
  229. this.dgvFunctionUsers.IsAutoCountSum = true;
  230. this.dgvFunctionUsers.IsAutoResizeColumns = false;
  231. this.dgvFunctionUsers.IsClickF12 = false;
  232. this.dgvFunctionUsers.IsOpenMergeCellFlag = false;
  233. this.dgvFunctionUsers.IsSubTotalFlag = false;
  234. this.dgvFunctionUsers.IsTopDeep = false;
  235. this.dgvFunctionUsers.Location = new System.Drawing.Point(9, 4);
  236. this.dgvFunctionUsers.MergeColumnNames = null;
  237. this.dgvFunctionUsers.MergeDetailColumnNames = null;
  238. this.dgvFunctionUsers.MergeDetailOnlyColumn = null;
  239. this.dgvFunctionUsers.MergeOnlyColumn = null;
  240. this.dgvFunctionUsers.MultiSelect = false;
  241. this.dgvFunctionUsers.Name = "dgvFunctionUsers";
  242. this.dgvFunctionUsers.RefreshAtHscroll = false;
  243. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  244. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  245. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  247. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  248. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  249. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  250. this.dgvFunctionUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  251. this.dgvFunctionUsers.RowHeadersWidth = 50;
  252. this.dgvFunctionUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  253. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  254. this.dgvFunctionUsers.RowsDefaultCellStyle = dataGridViewCellStyle5;
  255. this.dgvFunctionUsers.RowTemplate.Height = 21;
  256. this.dgvFunctionUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  257. this.dgvFunctionUsers.Size = new System.Drawing.Size(352, 453);
  258. this.dgvFunctionUsers.SortOrderColumnName = null;
  259. this.dgvFunctionUsers.TabIndex = 2;
  260. this.dgvFunctionUsers.Tag = true;
  261. this.dgvFunctionUsers.TotalSumColumns = null;
  262. this.dgvFunctionUsers.ViewRowFilter = "";
  263. //
  264. // UserCode
  265. //
  266. this.UserCode.DataPropertyName = "UserCode";
  267. this.UserCode.HeaderText = "用户编码";
  268. this.UserCode.Name = "UserCode";
  269. this.UserCode.ReadOnly = true;
  270. this.UserCode.Width = 80;
  271. //
  272. // UserName
  273. //
  274. this.UserName.DataPropertyName = "UserName";
  275. this.UserName.HeaderText = "用户名称";
  276. this.UserName.Name = "UserName";
  277. this.UserName.ReadOnly = true;
  278. this.UserName.Width = 80;
  279. //
  280. // OrganizationName
  281. //
  282. this.OrganizationName.DataPropertyName = "OrganizationName";
  283. this.OrganizationName.HeaderText = "组织机构";
  284. this.OrganizationName.Name = "OrganizationName";
  285. this.OrganizationName.Width = 120;
  286. //
  287. // lblUserCode
  288. //
  289. this.lblUserCode.AutoSize = true;
  290. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  291. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.lblUserCode.Location = new System.Drawing.Point(236, 483);
  293. this.lblUserCode.Name = "lblUserCode";
  294. this.lblUserCode.Size = new System.Drawing.Size(65, 12);
  295. this.lblUserCode.TabIndex = 10;
  296. this.lblUserCode.Text = "用户编码:";
  297. //
  298. // chkFunctionCodeAll
  299. //
  300. this.chkFunctionCodeAll.AutoSize = true;
  301. this.chkFunctionCodeAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.chkFunctionCodeAll.Location = new System.Drawing.Point(129, 482);
  303. this.chkFunctionCodeAll.Name = "chkFunctionCodeAll";
  304. this.chkFunctionCodeAll.Size = new System.Drawing.Size(108, 16);
  305. this.chkFunctionCodeAll.TabIndex = 11;
  306. this.chkFunctionCodeAll.Text = "不限制功能权限";
  307. this.chkFunctionCodeAll.UseVisualStyleBackColor = true;
  308. this.chkFunctionCodeAll.CheckedChanged += new System.EventHandler(this.chkFunctionCodeAll_CheckedChanged);
  309. //
  310. // tabControl1
  311. //
  312. this.tabControl1.Controls.Add(this.tabPage1);
  313. this.tabControl1.Controls.Add(this.tabPage2);
  314. this.tabControl1.Location = new System.Drawing.Point(12, 12);
  315. this.tabControl1.Name = "tabControl1";
  316. this.tabControl1.SelectedIndex = 0;
  317. this.tabControl1.Size = new System.Drawing.Size(861, 541);
  318. this.tabControl1.TabIndex = 12;
  319. //
  320. // tabPage1
  321. //
  322. this.tabPage1.Controls.Add(this.splitContainer1);
  323. this.tabPage1.Controls.Add(this.chkFunctionCodeAll);
  324. this.tabPage1.Controls.Add(this.lblUserCode);
  325. this.tabPage1.Controls.Add(this.chkFunctionSelect);
  326. this.tabPage1.Controls.Add(this.btnFunctionCollapseAll);
  327. this.tabPage1.Controls.Add(this.btnFunctionExpandAll);
  328. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  329. this.tabPage1.Name = "tabPage1";
  330. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  331. this.tabPage1.Size = new System.Drawing.Size(853, 515);
  332. this.tabPage1.TabIndex = 0;
  333. this.tabPage1.Text = "生产系统";
  334. this.tabPage1.UseVisualStyleBackColor = true;
  335. //
  336. // tabPage2
  337. //
  338. this.tabPage2.Controls.Add(this.chkFunctionCodeAll2);
  339. this.tabPage2.Controls.Add(this.lblUserCode2);
  340. this.tabPage2.Controls.Add(this.chkFunctionSelect2);
  341. this.tabPage2.Controls.Add(this.btnFunctionCollapseAll2);
  342. this.tabPage2.Controls.Add(this.btnFunctionExpandAll2);
  343. this.tabPage2.Controls.Add(this.splitContainer2);
  344. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  345. this.tabPage2.Name = "tabPage2";
  346. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  347. this.tabPage2.Size = new System.Drawing.Size(853, 515);
  348. this.tabPage2.TabIndex = 1;
  349. this.tabPage2.Text = "二期";
  350. this.tabPage2.UseVisualStyleBackColor = true;
  351. //
  352. // chkFunctionCodeAll2
  353. //
  354. this.chkFunctionCodeAll2.AutoSize = true;
  355. this.chkFunctionCodeAll2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.chkFunctionCodeAll2.Location = new System.Drawing.Point(136, 481);
  357. this.chkFunctionCodeAll2.Name = "chkFunctionCodeAll2";
  358. this.chkFunctionCodeAll2.Size = new System.Drawing.Size(108, 16);
  359. this.chkFunctionCodeAll2.TabIndex = 16;
  360. this.chkFunctionCodeAll2.Text = "不限制功能权限";
  361. this.chkFunctionCodeAll2.UseVisualStyleBackColor = true;
  362. this.chkFunctionCodeAll2.CheckedChanged += new System.EventHandler(this.chkFunctionCodeAll2_CheckedChanged);
  363. //
  364. // lblUserCode2
  365. //
  366. this.lblUserCode2.AutoSize = true;
  367. this.lblUserCode2.BackColor = System.Drawing.Color.Transparent;
  368. this.lblUserCode2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.lblUserCode2.Location = new System.Drawing.Point(243, 482);
  370. this.lblUserCode2.Name = "lblUserCode2";
  371. this.lblUserCode2.Size = new System.Drawing.Size(65, 12);
  372. this.lblUserCode2.TabIndex = 15;
  373. this.lblUserCode2.Text = "用户编码:";
  374. //
  375. // chkFunctionSelect2
  376. //
  377. this.chkFunctionSelect2.AutoSize = true;
  378. this.chkFunctionSelect2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.chkFunctionSelect2.Location = new System.Drawing.Point(24, 481);
  380. this.chkFunctionSelect2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  381. this.chkFunctionSelect2.Name = "chkFunctionSelect2";
  382. this.chkFunctionSelect2.Size = new System.Drawing.Size(48, 16);
  383. this.chkFunctionSelect2.TabIndex = 12;
  384. this.chkFunctionSelect2.Text = "全选";
  385. this.chkFunctionSelect2.UseVisualStyleBackColor = true;
  386. this.chkFunctionSelect2.CheckedChanged += new System.EventHandler(this.chkFunctionSelect2_CheckedChanged);
  387. //
  388. // btnFunctionCollapseAll2
  389. //
  390. this.btnFunctionCollapseAll2.BackColor = System.Drawing.Color.Transparent;
  391. this.btnFunctionCollapseAll2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionCollapseAll2.BackgroundImage")));
  392. this.btnFunctionCollapseAll2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.btnFunctionCollapseAll2.ForeColor = System.Drawing.Color.White;
  394. this.btnFunctionCollapseAll2.Location = new System.Drawing.Point(107, 477);
  395. this.btnFunctionCollapseAll2.Name = "btnFunctionCollapseAll2";
  396. this.btnFunctionCollapseAll2.Size = new System.Drawing.Size(23, 23);
  397. this.btnFunctionCollapseAll2.TabIndex = 14;
  398. this.btnFunctionCollapseAll2.Text = "-";
  399. this.btnFunctionCollapseAll2.UseVisualStyleBackColor = false;
  400. this.btnFunctionCollapseAll2.Click += new System.EventHandler(this.btnFunctionCollapseAll2_Click);
  401. //
  402. // btnFunctionExpandAll2
  403. //
  404. this.btnFunctionExpandAll2.BackColor = System.Drawing.Color.Transparent;
  405. this.btnFunctionExpandAll2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionExpandAll2.BackgroundImage")));
  406. this.btnFunctionExpandAll2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.btnFunctionExpandAll2.ForeColor = System.Drawing.Color.White;
  408. this.btnFunctionExpandAll2.Location = new System.Drawing.Point(78, 477);
  409. this.btnFunctionExpandAll2.Name = "btnFunctionExpandAll2";
  410. this.btnFunctionExpandAll2.Size = new System.Drawing.Size(23, 23);
  411. this.btnFunctionExpandAll2.TabIndex = 13;
  412. this.btnFunctionExpandAll2.Text = "+";
  413. this.btnFunctionExpandAll2.UseVisualStyleBackColor = false;
  414. this.btnFunctionExpandAll2.Click += new System.EventHandler(this.btnFunctionExpandAll2_Click);
  415. //
  416. // splitContainer2
  417. //
  418. this.splitContainer2.Location = new System.Drawing.Point(6, 6);
  419. this.splitContainer2.Name = "splitContainer2";
  420. //
  421. // splitContainer2.Panel1
  422. //
  423. this.splitContainer2.Panel1.Controls.Add(this.tvwFunction2);
  424. //
  425. // splitContainer2.Panel2
  426. //
  427. this.splitContainer2.Panel2.Controls.Add(this.dgvFunctionUsers2);
  428. this.splitContainer2.Size = new System.Drawing.Size(841, 460);
  429. this.splitContainer2.SplitterDistance = 473;
  430. this.splitContainer2.TabIndex = 10;
  431. //
  432. // tvwFunction2
  433. //
  434. this.tvwFunction2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  435. | System.Windows.Forms.AnchorStyles.Left)
  436. | System.Windows.Forms.AnchorStyles.Right)));
  437. this.tvwFunction2.CheckBoxes = true;
  438. this.tvwFunction2.Indent = 24;
  439. this.tvwFunction2.ItemHeight = 20;
  440. this.tvwFunction2.Location = new System.Drawing.Point(3, 3);
  441. this.tvwFunction2.Name = "tvwFunction2";
  442. this.tvwFunction2.Size = new System.Drawing.Size(465, 454);
  443. this.tvwFunction2.TabIndex = 2;
  444. this.tvwFunction2.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction2_AfterCheck);
  445. this.tvwFunction2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction2_AfterSelect);
  446. //
  447. // dgvFunctionUsers2
  448. //
  449. this.dgvFunctionUsers2.AllowUserToAddRows = false;
  450. this.dgvFunctionUsers2.AllowUserToDeleteRows = false;
  451. this.dgvFunctionUsers2.AllowUserToModifyRows = true;
  452. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  453. this.dgvFunctionUsers2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  454. this.dgvFunctionUsers2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  455. | System.Windows.Forms.AnchorStyles.Left)
  456. | System.Windows.Forms.AnchorStyles.Right)));
  457. this.dgvFunctionUsers2.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  458. this.dgvFunctionUsers2.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  459. this.dgvFunctionUsers2.CellHeight = 23;
  460. this.dgvFunctionUsers2.ChildNodeColumnName = null;
  461. this.dgvFunctionUsers2.ChildNodeColumnText = null;
  462. this.dgvFunctionUsers2.ColumnDeep = 1;
  463. this.dgvFunctionUsers2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  464. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  465. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  466. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  468. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  469. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  470. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  471. this.dgvFunctionUsers2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  472. this.dgvFunctionUsers2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  473. this.dgvFunctionUsers2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  474. this.UserCode2,
  475. this.UserName2,
  476. this.OrganizationName2});
  477. this.dgvFunctionUsers2.ColumnTreeView = null;
  478. this.dgvFunctionUsers2.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)));
  479. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  480. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  481. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  483. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  484. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  485. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  486. this.dgvFunctionUsers2.DefaultCellStyle = dataGridViewCellStyle8;
  487. this.dgvFunctionUsers2.DynamicColumnName = "";
  488. this.dgvFunctionUsers2.EnableHeadersVisualStyles = false;
  489. this.dgvFunctionUsers2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.dgvFunctionUsers2.HorizontalMergeColumn = null;
  491. this.dgvFunctionUsers2.IsAutoCountSum = true;
  492. this.dgvFunctionUsers2.IsAutoResizeColumns = false;
  493. this.dgvFunctionUsers2.IsClickF12 = false;
  494. this.dgvFunctionUsers2.IsOpenMergeCellFlag = false;
  495. this.dgvFunctionUsers2.IsSubTotalFlag = false;
  496. this.dgvFunctionUsers2.IsTopDeep = false;
  497. this.dgvFunctionUsers2.Location = new System.Drawing.Point(9, 4);
  498. this.dgvFunctionUsers2.MergeColumnNames = null;
  499. this.dgvFunctionUsers2.MergeDetailColumnNames = null;
  500. this.dgvFunctionUsers2.MergeDetailOnlyColumn = null;
  501. this.dgvFunctionUsers2.MergeOnlyColumn = null;
  502. this.dgvFunctionUsers2.MultiSelect = false;
  503. this.dgvFunctionUsers2.Name = "dgvFunctionUsers2";
  504. this.dgvFunctionUsers2.RefreshAtHscroll = false;
  505. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  506. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  507. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  509. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  510. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  511. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  512. this.dgvFunctionUsers2.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  513. this.dgvFunctionUsers2.RowHeadersWidth = 50;
  514. this.dgvFunctionUsers2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  515. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  516. this.dgvFunctionUsers2.RowsDefaultCellStyle = dataGridViewCellStyle10;
  517. this.dgvFunctionUsers2.RowTemplate.Height = 21;
  518. this.dgvFunctionUsers2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  519. this.dgvFunctionUsers2.Size = new System.Drawing.Size(352, 453);
  520. this.dgvFunctionUsers2.SortOrderColumnName = null;
  521. this.dgvFunctionUsers2.TabIndex = 2;
  522. this.dgvFunctionUsers2.Tag = true;
  523. this.dgvFunctionUsers2.TotalSumColumns = null;
  524. this.dgvFunctionUsers2.ViewRowFilter = "";
  525. //
  526. // UserCode2
  527. //
  528. this.UserCode2.DataPropertyName = "UserCode";
  529. this.UserCode2.HeaderText = "用户编码";
  530. this.UserCode2.Name = "UserCode2";
  531. this.UserCode2.ReadOnly = true;
  532. this.UserCode2.Width = 80;
  533. //
  534. // UserName2
  535. //
  536. this.UserName2.DataPropertyName = "UserName";
  537. this.UserName2.HeaderText = "用户名称";
  538. this.UserName2.Name = "UserName2";
  539. this.UserName2.ReadOnly = true;
  540. this.UserName2.Width = 80;
  541. //
  542. // OrganizationName2
  543. //
  544. this.OrganizationName2.DataPropertyName = "OrganizationName";
  545. this.OrganizationName2.HeaderText = "组织机构";
  546. this.OrganizationName2.Name = "OrganizationName2";
  547. this.OrganizationName2.Width = 120;
  548. //
  549. // F_MST_0203
  550. //
  551. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  552. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  553. this.ClientSize = new System.Drawing.Size(896, 625);
  554. this.Controls.Add(this.tabControl1);
  555. this.Controls.Add(this.btnCancel);
  556. this.Controls.Add(this.btnSave);
  557. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  558. this.IsSaveFormSize = false;
  559. this.MaximizeBox = false;
  560. this.MinimizeBox = false;
  561. this.Name = "F_MST_0203";
  562. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  563. this.StatusSizingGrip = false;
  564. this.Text = "F_MST_0203";
  565. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0203_FormClosing);
  566. this.Load += new System.EventHandler(this.F_MST_0203_Load);
  567. this.Controls.SetChildIndex(this.btnSave, 0);
  568. this.Controls.SetChildIndex(this.btnCancel, 0);
  569. this.Controls.SetChildIndex(this.tabControl1, 0);
  570. this.splitContainer1.Panel1.ResumeLayout(false);
  571. this.splitContainer1.Panel2.ResumeLayout(false);
  572. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  573. this.splitContainer1.ResumeLayout(false);
  574. ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).EndInit();
  575. this.tabControl1.ResumeLayout(false);
  576. this.tabPage1.ResumeLayout(false);
  577. this.tabPage1.PerformLayout();
  578. this.tabPage2.ResumeLayout(false);
  579. this.tabPage2.PerformLayout();
  580. this.splitContainer2.Panel1.ResumeLayout(false);
  581. this.splitContainer2.Panel2.ResumeLayout(false);
  582. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  583. this.splitContainer2.ResumeLayout(false);
  584. ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers2)).EndInit();
  585. this.ResumeLayout(false);
  586. this.PerformLayout();
  587. }
  588. #endregion
  589. private Basics.BaseControls.C_Button btnSave;
  590. private Basics.BaseControls.C_Button btnCancel;
  591. private Basics.BaseControls.C_CheckBox chkFunctionSelect;
  592. private Basics.BaseControls.C_Button btnFunctionExpandAll;
  593. private Basics.BaseControls.C_Button btnFunctionCollapseAll;
  594. private System.Windows.Forms.SplitContainer splitContainer1;
  595. private System.Windows.Forms.TreeView tvwFunction;
  596. private Basics.BaseControls.C_DataGridView dgvFunctionUsers;
  597. private Basics.BaseControls.C_Label lblUserCode;
  598. private Basics.BaseControls.C_CheckBox chkFunctionCodeAll;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  602. private System.Windows.Forms.TabControl tabControl1;
  603. private System.Windows.Forms.TabPage tabPage1;
  604. private System.Windows.Forms.TabPage tabPage2;
  605. private System.Windows.Forms.SplitContainer splitContainer2;
  606. private System.Windows.Forms.TreeView tvwFunction2;
  607. private Basics.BaseControls.C_DataGridView dgvFunctionUsers2;
  608. private Basics.BaseControls.C_CheckBox chkFunctionCodeAll2;
  609. private Basics.BaseControls.C_Label lblUserCode2;
  610. private Basics.BaseControls.C_CheckBox chkFunctionSelect2;
  611. private Basics.BaseControls.C_Button btnFunctionCollapseAll2;
  612. private Basics.BaseControls.C_Button btnFunctionExpandAll2;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode2;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn UserName2;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName2;
  616. }
  617. }