frmRightsManager.Designer.cs 70 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmRightsManager
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRightsManager));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  36. this.tabPage1 = new System.Windows.Forms.TabPage();
  37. this.plMultiShopManagement = new LYFZ.ComponentLibrary.PanelEx();
  38. this.cbxMultiShopManagement = new LYFZ.ComponentLibrary.ComboBoxEx();
  39. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnSetUserRoles = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnsetlUserExclusiveCompetence = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnDelUserRoles = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnDelUserExclusiveCompetence = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  46. this.dgvUserCompetenceList = new LYFZ.ComponentLibrary.DataGridViewEx();
  47. this.IsLogIn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  48. this.UserDepartment = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.UserAccount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.BelongRoles = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.ExclusiveCompetence = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.UpdateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.tabPage2 = new System.Windows.Forms.TabPage();
  55. this.panelRolesSet = new LYFZ.ComponentLibrary.PanelEx();
  56. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  57. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.nudOrderDiscounts = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  59. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.nudOrderDiscounts1 = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  62. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.nudOrderDiscounts2 = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  65. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.gbtnDelUser = new LYFZ.ComponentLibrary.GlassButton();
  67. this.gbtnAddUser = new LYFZ.ComponentLibrary.GlassButton();
  68. this.tbcRolesManage = new LYFZ.ComponentLibrary.TabControlEx();
  69. this.tabPage4 = new System.Windows.Forms.TabPage();
  70. this.tableLayoutPanelRoles = new System.Windows.Forms.TableLayoutPanel();
  71. this.tabPage5 = new System.Windows.Forms.TabPage();
  72. this.tableLayoutPanelScreenShowRoles = new System.Windows.Forms.TableLayoutPanel();
  73. this.tabPage6 = new System.Windows.Forms.TabPage();
  74. this.lisviewRolesUser = new LYFZ.ComponentLibrary.ListViewEx();
  75. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  76. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  77. this.btnRolesSave = new LYFZ.ComponentLibrary.ButtonEx();
  78. this.txtRolesName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  79. this.txtRolesDecription = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  80. this.grbRoleslist = new LYFZ.ComponentLibrary.GroupBoxEx();
  81. this.btnImportRole = new LYFZ.ComponentLibrary.ButtonEx();
  82. this.btnRolesDelAll = new LYFZ.ComponentLibrary.ButtonEx();
  83. this.btnExportRole = new LYFZ.ComponentLibrary.ButtonEx();
  84. this.btnRolesDel = new LYFZ.ComponentLibrary.ButtonEx();
  85. this.btnRolesCopy = new LYFZ.ComponentLibrary.ButtonEx();
  86. this.btnRolesAdd = new LYFZ.ComponentLibrary.ButtonEx();
  87. this.lisboxRoleslist = new LYFZ.ComponentLibrary.ListBoxEx();
  88. this.tbpFunctionConfiguration = new System.Windows.Forms.TabPage();
  89. this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  90. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.Pte_TemplateMark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.Pte_TemplateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.Pte_PermissionValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.Pte_UpdateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.Operate = new System.Windows.Forms.DataGridViewButtonColumn();
  96. this.plExMainContainer.SuspendLayout();
  97. this.plFormMainContent.SuspendLayout();
  98. this.tabControlEx1.SuspendLayout();
  99. this.tabPage1.SuspendLayout();
  100. this.plMultiShopManagement.SuspendLayout();
  101. this.groupBoxEx1.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.dgvUserCompetenceList)).BeginInit();
  103. this.tabPage2.SuspendLayout();
  104. this.panelRolesSet.SuspendLayout();
  105. this.flowLayoutPanel1.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts2)).BeginInit();
  109. this.tbcRolesManage.SuspendLayout();
  110. this.tabPage4.SuspendLayout();
  111. this.tabPage5.SuspendLayout();
  112. this.tabPage6.SuspendLayout();
  113. this.grbRoleslist.SuspendLayout();
  114. this.tbpFunctionConfiguration.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
  116. this.SuspendLayout();
  117. //
  118. // plExMainContainer
  119. //
  120. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  121. this.plExMainContainer.Size = new System.Drawing.Size(960, 645);
  122. //
  123. // plFormMainContent
  124. //
  125. this.plFormMainContent.Size = new System.Drawing.Size(960, 645);
  126. //
  127. // btnAppFormMaximize
  128. //
  129. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  130. this.btnAppFormMaximize.Location = new System.Drawing.Point(901, 0);
  131. //
  132. // btnAppFormExit
  133. //
  134. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  135. this.btnAppFormExit.Location = new System.Drawing.Point(928, 0);
  136. //
  137. // btnAppFormMinimize
  138. //
  139. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  140. this.btnAppFormMinimize.Location = new System.Drawing.Point(874, 0);
  141. //
  142. // tabControlEx1
  143. //
  144. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  145. this.tabControlEx1.Controls.Add(this.tabPage1);
  146. this.tabControlEx1.Controls.Add(this.tabPage2);
  147. this.tabControlEx1.Controls.Add(this.tbpFunctionConfiguration);
  148. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 38);
  150. this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
  151. this.tabControlEx1.Name = "tabControlEx1";
  152. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  153. this.tabControlEx1.SelectedIndex = 0;
  154. this.tabControlEx1.Size = new System.Drawing.Size(960, 645);
  155. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  156. this.tabControlEx1.TabIndex = 0;
  157. //
  158. // tabPage1
  159. //
  160. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  161. this.tabPage1.Controls.Add(this.plMultiShopManagement);
  162. this.tabPage1.Controls.Add(this.btnRefresh);
  163. this.tabPage1.Controls.Add(this.btnSetUserRoles);
  164. this.tabPage1.Controls.Add(this.btnsetlUserExclusiveCompetence);
  165. this.tabPage1.Controls.Add(this.btnDelUserRoles);
  166. this.tabPage1.Controls.Add(this.btnDelUserExclusiveCompetence);
  167. this.tabPage1.Controls.Add(this.groupBoxEx1);
  168. this.tabPage1.Location = new System.Drawing.Point(4, 42);
  169. this.tabPage1.Name = "tabPage1";
  170. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  171. this.tabPage1.Size = new System.Drawing.Size(952, 599);
  172. this.tabPage1.TabIndex = 0;
  173. this.tabPage1.Text = "用户权限管理";
  174. //
  175. // plMultiShopManagement
  176. //
  177. this.plMultiShopManagement.BackColor = System.Drawing.Color.Transparent;
  178. this.plMultiShopManagement.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  179. this.plMultiShopManagement.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  180. this.plMultiShopManagement.BorderWidth = 1;
  181. this.plMultiShopManagement.Controls.Add(this.cbxMultiShopManagement);
  182. this.plMultiShopManagement.Controls.Add(this.labelEx6);
  183. this.plMultiShopManagement.Location = new System.Drawing.Point(277, 4);
  184. this.plMultiShopManagement.Name = "plMultiShopManagement";
  185. this.plMultiShopManagement.Size = new System.Drawing.Size(342, 36);
  186. this.plMultiShopManagement.TabIndex = 3;
  187. //
  188. // cbxMultiShopManagement
  189. //
  190. this.cbxMultiShopManagement.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  191. this.cbxMultiShopManagement.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  192. this.cbxMultiShopManagement.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  193. this.cbxMultiShopManagement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  194. this.cbxMultiShopManagement.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.cbxMultiShopManagement.FormattingEnabled = true;
  196. this.cbxMultiShopManagement.IsCustomColor = false;
  197. this.cbxMultiShopManagement.Location = new System.Drawing.Point(72, 4);
  198. this.cbxMultiShopManagement.Name = "cbxMultiShopManagement";
  199. this.cbxMultiShopManagement.ReadOnly = true;
  200. this.cbxMultiShopManagement.Size = new System.Drawing.Size(231, 28);
  201. this.cbxMultiShopManagement.TabIndex = 1;
  202. //
  203. // labelEx6
  204. //
  205. this.labelEx6.AutoSize = true;
  206. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  207. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  208. this.labelEx6.Location = new System.Drawing.Point(10, 10);
  209. this.labelEx6.Name = "labelEx6";
  210. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  211. this.labelEx6.TabIndex = 0;
  212. this.labelEx6.Text = "当前门店";
  213. //
  214. // btnRefresh
  215. //
  216. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  217. this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
  218. this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  219. this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  220. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  221. this.btnRefresh.IsCustomBackImg = false;
  222. this.btnRefresh.IsShowText = true;
  223. this.btnRefresh.Location = new System.Drawing.Point(206, 6);
  224. this.btnRefresh.Name = "btnRefresh";
  225. this.btnRefresh.Size = new System.Drawing.Size(60, 32);
  226. this.btnRefresh.TabIndex = 2;
  227. this.btnRefresh.Text = "刷 新";
  228. this.btnRefresh.UseVisualStyleBackColor = false;
  229. //
  230. // btnSetUserRoles
  231. //
  232. this.btnSetUserRoles.BackColor = System.Drawing.Color.Transparent;
  233. this.btnSetUserRoles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetUserRoles.BackImg")));
  234. this.btnSetUserRoles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  235. this.btnSetUserRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  236. this.btnSetUserRoles.ForeColor = System.Drawing.Color.White;
  237. this.btnSetUserRoles.IsCustomBackImg = false;
  238. this.btnSetUserRoles.IsShowText = true;
  239. this.btnSetUserRoles.Location = new System.Drawing.Point(14, 6);
  240. this.btnSetUserRoles.Name = "btnSetUserRoles";
  241. this.btnSetUserRoles.Size = new System.Drawing.Size(90, 32);
  242. this.btnSetUserRoles.TabIndex = 2;
  243. this.btnSetUserRoles.Text = "设置角色";
  244. this.btnSetUserRoles.UseVisualStyleBackColor = false;
  245. //
  246. // btnsetlUserExclusiveCompetence
  247. //
  248. this.btnsetlUserExclusiveCompetence.BackColor = System.Drawing.Color.Transparent;
  249. this.btnsetlUserExclusiveCompetence.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnsetlUserExclusiveCompetence.BackImg")));
  250. this.btnsetlUserExclusiveCompetence.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  251. this.btnsetlUserExclusiveCompetence.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  252. this.btnsetlUserExclusiveCompetence.ForeColor = System.Drawing.Color.White;
  253. this.btnsetlUserExclusiveCompetence.IsCustomBackImg = false;
  254. this.btnsetlUserExclusiveCompetence.IsShowText = true;
  255. this.btnsetlUserExclusiveCompetence.Location = new System.Drawing.Point(110, 6);
  256. this.btnsetlUserExclusiveCompetence.Name = "btnsetlUserExclusiveCompetence";
  257. this.btnsetlUserExclusiveCompetence.Size = new System.Drawing.Size(90, 32);
  258. this.btnsetlUserExclusiveCompetence.TabIndex = 2;
  259. this.btnsetlUserExclusiveCompetence.Text = "设置专属权限";
  260. this.btnsetlUserExclusiveCompetence.UseVisualStyleBackColor = false;
  261. //
  262. // btnDelUserRoles
  263. //
  264. this.btnDelUserRoles.BackColor = System.Drawing.Color.Transparent;
  265. this.btnDelUserRoles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelUserRoles.BackImg")));
  266. this.btnDelUserRoles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  267. this.btnDelUserRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  268. this.btnDelUserRoles.ForeColor = System.Drawing.Color.White;
  269. this.btnDelUserRoles.IsCustomBackImg = false;
  270. this.btnDelUserRoles.IsShowText = true;
  271. this.btnDelUserRoles.Location = new System.Drawing.Point(754, 6);
  272. this.btnDelUserRoles.Name = "btnDelUserRoles";
  273. this.btnDelUserRoles.Size = new System.Drawing.Size(90, 32);
  274. this.btnDelUserRoles.TabIndex = 2;
  275. this.btnDelUserRoles.Text = "删除角色";
  276. this.btnDelUserRoles.UseVisualStyleBackColor = false;
  277. //
  278. // btnDelUserExclusiveCompetence
  279. //
  280. this.btnDelUserExclusiveCompetence.BackColor = System.Drawing.Color.Transparent;
  281. this.btnDelUserExclusiveCompetence.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelUserExclusiveCompetence.BackImg")));
  282. this.btnDelUserExclusiveCompetence.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  283. this.btnDelUserExclusiveCompetence.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  284. this.btnDelUserExclusiveCompetence.ForeColor = System.Drawing.Color.White;
  285. this.btnDelUserExclusiveCompetence.IsCustomBackImg = false;
  286. this.btnDelUserExclusiveCompetence.IsShowText = true;
  287. this.btnDelUserExclusiveCompetence.Location = new System.Drawing.Point(850, 6);
  288. this.btnDelUserExclusiveCompetence.Name = "btnDelUserExclusiveCompetence";
  289. this.btnDelUserExclusiveCompetence.Size = new System.Drawing.Size(90, 32);
  290. this.btnDelUserExclusiveCompetence.TabIndex = 2;
  291. this.btnDelUserExclusiveCompetence.Text = "删除专属权限";
  292. this.btnDelUserExclusiveCompetence.UseVisualStyleBackColor = false;
  293. //
  294. // groupBoxEx1
  295. //
  296. this.groupBoxEx1.Controls.Add(this.dgvUserCompetenceList);
  297. this.groupBoxEx1.Location = new System.Drawing.Point(1, 43);
  298. this.groupBoxEx1.Name = "groupBoxEx1";
  299. this.groupBoxEx1.Size = new System.Drawing.Size(946, 550);
  300. this.groupBoxEx1.TabIndex = 1;
  301. this.groupBoxEx1.TabStop = false;
  302. this.groupBoxEx1.Text = "权限列表管理";
  303. //
  304. // dgvUserCompetenceList
  305. //
  306. this.dgvUserCompetenceList.AllowUserToAddRows = false;
  307. this.dgvUserCompetenceList.AllowUserToDeleteRows = false;
  308. this.dgvUserCompetenceList.AllowUserToResizeRows = false;
  309. dataGridViewCellStyle6.BackColor = System.Drawing.Color.LightCyan;
  310. this.dgvUserCompetenceList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  311. this.dgvUserCompetenceList.BackgroundColor = System.Drawing.Color.White;
  312. this.dgvUserCompetenceList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  313. this.dgvUserCompetenceList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  314. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  315. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  316. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  318. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  319. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  320. this.dgvUserCompetenceList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  321. this.dgvUserCompetenceList.ColumnHeadersHeight = 32;
  322. this.dgvUserCompetenceList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  323. this.dgvUserCompetenceList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  324. this.IsLogIn,
  325. this.UserDepartment,
  326. this.UserName,
  327. this.UserAccount,
  328. this.BelongRoles,
  329. this.ExclusiveCompetence,
  330. this.UpdateDatetime});
  331. this.dgvUserCompetenceList.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.dgvUserCompetenceList.EnableHeadersVisualStyles = false;
  333. this.dgvUserCompetenceList.EraseCell = false;
  334. this.dgvUserCompetenceList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  335. this.dgvUserCompetenceList.GridViewUniquelyIdentify = resources.GetString("dgvUserCompetenceList.GridViewUniquelyIdentify");
  336. this.dgvUserCompetenceList.IsCompleteBonding = false;
  337. this.dgvUserCompetenceList.IsCopyCellValue = true;
  338. this.dgvUserCompetenceList.Location = new System.Drawing.Point(3, 17);
  339. this.dgvUserCompetenceList.Name = "dgvUserCompetenceList";
  340. this.dgvUserCompetenceList.RowHeadersVisible = false;
  341. this.dgvUserCompetenceList.RowTemplate.Height = 23;
  342. this.dgvUserCompetenceList.RowTemplate.ReadOnly = true;
  343. this.dgvUserCompetenceList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  344. this.dgvUserCompetenceList.Size = new System.Drawing.Size(940, 530);
  345. this.dgvUserCompetenceList.TabIndex = 0;
  346. //
  347. // IsLogIn
  348. //
  349. this.IsLogIn.HeaderText = "是否允许登录";
  350. this.IsLogIn.Name = "IsLogIn";
  351. this.IsLogIn.ReadOnly = true;
  352. this.IsLogIn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  353. this.IsLogIn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  354. //
  355. // UserDepartment
  356. //
  357. this.UserDepartment.HeaderText = "部门";
  358. this.UserDepartment.Name = "UserDepartment";
  359. this.UserDepartment.ReadOnly = true;
  360. this.UserDepartment.Width = 120;
  361. //
  362. // UserName
  363. //
  364. this.UserName.HeaderText = "姓名";
  365. this.UserName.Name = "UserName";
  366. this.UserName.ReadOnly = true;
  367. this.UserName.Width = 120;
  368. //
  369. // UserAccount
  370. //
  371. this.UserAccount.HeaderText = "帐号";
  372. this.UserAccount.Name = "UserAccount";
  373. this.UserAccount.ReadOnly = true;
  374. this.UserAccount.Width = 120;
  375. //
  376. // BelongRoles
  377. //
  378. this.BelongRoles.HeaderText = "所属角色";
  379. this.BelongRoles.Name = "BelongRoles";
  380. this.BelongRoles.ReadOnly = true;
  381. this.BelongRoles.Width = 260;
  382. //
  383. // ExclusiveCompetence
  384. //
  385. this.ExclusiveCompetence.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  386. this.ExclusiveCompetence.HeaderText = "专属权限";
  387. this.ExclusiveCompetence.Name = "ExclusiveCompetence";
  388. this.ExclusiveCompetence.ReadOnly = true;
  389. //
  390. // UpdateDatetime
  391. //
  392. this.UpdateDatetime.HeaderText = "更新时间";
  393. this.UpdateDatetime.Name = "UpdateDatetime";
  394. this.UpdateDatetime.ReadOnly = true;
  395. this.UpdateDatetime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  396. this.UpdateDatetime.Width = 120;
  397. //
  398. // tabPage2
  399. //
  400. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  401. this.tabPage2.Controls.Add(this.panelRolesSet);
  402. this.tabPage2.Controls.Add(this.grbRoleslist);
  403. this.tabPage2.Location = new System.Drawing.Point(4, 42);
  404. this.tabPage2.Name = "tabPage2";
  405. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3);
  406. this.tabPage2.Size = new System.Drawing.Size(952, 599);
  407. this.tabPage2.TabIndex = 1;
  408. this.tabPage2.Text = "角色管理";
  409. //
  410. // panelRolesSet
  411. //
  412. this.panelRolesSet.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  413. this.panelRolesSet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  414. this.panelRolesSet.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  415. this.panelRolesSet.BorderWidth = 1;
  416. this.panelRolesSet.Controls.Add(this.flowLayoutPanel1);
  417. this.panelRolesSet.Controls.Add(this.gbtnDelUser);
  418. this.panelRolesSet.Controls.Add(this.gbtnAddUser);
  419. this.panelRolesSet.Controls.Add(this.tbcRolesManage);
  420. this.panelRolesSet.Controls.Add(this.labelEx1);
  421. this.panelRolesSet.Controls.Add(this.labelEx2);
  422. this.panelRolesSet.Controls.Add(this.btnRolesSave);
  423. this.panelRolesSet.Controls.Add(this.txtRolesName);
  424. this.panelRolesSet.Controls.Add(this.txtRolesDecription);
  425. this.panelRolesSet.Location = new System.Drawing.Point(201, 12);
  426. this.panelRolesSet.Name = "panelRolesSet";
  427. this.panelRolesSet.Size = new System.Drawing.Size(748, 581);
  428. this.panelRolesSet.TabIndex = 3;
  429. //
  430. // flowLayoutPanel1
  431. //
  432. this.flowLayoutPanel1.Controls.Add(this.labelEx3);
  433. this.flowLayoutPanel1.Controls.Add(this.nudOrderDiscounts);
  434. this.flowLayoutPanel1.Controls.Add(this.labelEx8);
  435. this.flowLayoutPanel1.Controls.Add(this.labelEx4);
  436. this.flowLayoutPanel1.Controls.Add(this.nudOrderDiscounts1);
  437. this.flowLayoutPanel1.Controls.Add(this.labelEx7);
  438. this.flowLayoutPanel1.Controls.Add(this.labelEx5);
  439. this.flowLayoutPanel1.Controls.Add(this.nudOrderDiscounts2);
  440. this.flowLayoutPanel1.Controls.Add(this.labelEx9);
  441. this.flowLayoutPanel1.Location = new System.Drawing.Point(293, 3);
  442. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  443. this.flowLayoutPanel1.Size = new System.Drawing.Size(447, 37);
  444. this.flowLayoutPanel1.TabIndex = 7;
  445. //
  446. // labelEx3
  447. //
  448. this.labelEx3.AutoSize = true;
  449. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  450. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  451. this.labelEx3.Location = new System.Drawing.Point(3, 0);
  452. this.labelEx3.Name = "labelEx3";
  453. this.labelEx3.Size = new System.Drawing.Size(56, 34);
  454. this.labelEx3.TabIndex = 0;
  455. this.labelEx3.Text = "婚纱订单\r\n成本占比";
  456. //
  457. // nudOrderDiscounts
  458. //
  459. this.nudOrderDiscounts.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  460. this.nudOrderDiscounts.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  461. this.nudOrderDiscounts.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  462. this.nudOrderDiscounts.DecimalPlaces = 2;
  463. this.nudOrderDiscounts.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.nudOrderDiscounts.Increment = new decimal(new int[] {
  465. 1,
  466. 0,
  467. 0,
  468. 65536});
  469. this.nudOrderDiscounts.IsCustomColor = false;
  470. this.nudOrderDiscounts.Location = new System.Drawing.Point(65, 7);
  471. this.nudOrderDiscounts.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3);
  472. this.nudOrderDiscounts.Maximum = new decimal(new int[] {
  473. 999,
  474. 0,
  475. 0,
  476. 0});
  477. this.nudOrderDiscounts.Name = "nudOrderDiscounts";
  478. this.nudOrderDiscounts.Size = new System.Drawing.Size(60, 23);
  479. this.nudOrderDiscounts.TabIndex = 6;
  480. this.nudOrderDiscounts.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  481. //
  482. // labelEx8
  483. //
  484. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  485. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  486. this.labelEx8.Location = new System.Drawing.Point(131, 0);
  487. this.labelEx8.Name = "labelEx8";
  488. this.labelEx8.Size = new System.Drawing.Size(14, 37);
  489. this.labelEx8.TabIndex = 7;
  490. this.labelEx8.Text = "%";
  491. this.labelEx8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  492. //
  493. // labelEx4
  494. //
  495. this.labelEx4.AutoSize = true;
  496. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  497. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  498. this.labelEx4.Location = new System.Drawing.Point(151, 0);
  499. this.labelEx4.Name = "labelEx4";
  500. this.labelEx4.Size = new System.Drawing.Size(56, 34);
  501. this.labelEx4.TabIndex = 0;
  502. this.labelEx4.Text = "儿童订单\r\n成本占比";
  503. //
  504. // nudOrderDiscounts1
  505. //
  506. this.nudOrderDiscounts1.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  507. this.nudOrderDiscounts1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  508. this.nudOrderDiscounts1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  509. this.nudOrderDiscounts1.DecimalPlaces = 2;
  510. this.nudOrderDiscounts1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.nudOrderDiscounts1.Increment = new decimal(new int[] {
  512. 1,
  513. 0,
  514. 0,
  515. 65536});
  516. this.nudOrderDiscounts1.IsCustomColor = false;
  517. this.nudOrderDiscounts1.Location = new System.Drawing.Point(213, 7);
  518. this.nudOrderDiscounts1.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3);
  519. this.nudOrderDiscounts1.Maximum = new decimal(new int[] {
  520. 999,
  521. 0,
  522. 0,
  523. 0});
  524. this.nudOrderDiscounts1.Name = "nudOrderDiscounts1";
  525. this.nudOrderDiscounts1.Size = new System.Drawing.Size(60, 23);
  526. this.nudOrderDiscounts1.TabIndex = 6;
  527. this.nudOrderDiscounts1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  528. //
  529. // labelEx7
  530. //
  531. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  532. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  533. this.labelEx7.Location = new System.Drawing.Point(279, 0);
  534. this.labelEx7.Name = "labelEx7";
  535. this.labelEx7.Size = new System.Drawing.Size(14, 37);
  536. this.labelEx7.TabIndex = 0;
  537. this.labelEx7.Text = "%";
  538. this.labelEx7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  539. //
  540. // labelEx5
  541. //
  542. this.labelEx5.AutoSize = true;
  543. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  544. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  545. this.labelEx5.Location = new System.Drawing.Point(299, 0);
  546. this.labelEx5.Name = "labelEx5";
  547. this.labelEx5.Size = new System.Drawing.Size(56, 34);
  548. this.labelEx5.TabIndex = 0;
  549. this.labelEx5.Text = "其它订单\r\n成本占比";
  550. //
  551. // nudOrderDiscounts2
  552. //
  553. this.nudOrderDiscounts2.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  554. this.nudOrderDiscounts2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  555. this.nudOrderDiscounts2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  556. this.nudOrderDiscounts2.DecimalPlaces = 2;
  557. this.nudOrderDiscounts2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.nudOrderDiscounts2.Increment = new decimal(new int[] {
  559. 1,
  560. 0,
  561. 0,
  562. 65536});
  563. this.nudOrderDiscounts2.IsCustomColor = false;
  564. this.nudOrderDiscounts2.Location = new System.Drawing.Point(361, 7);
  565. this.nudOrderDiscounts2.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3);
  566. this.nudOrderDiscounts2.Maximum = new decimal(new int[] {
  567. 999,
  568. 0,
  569. 0,
  570. 0});
  571. this.nudOrderDiscounts2.Name = "nudOrderDiscounts2";
  572. this.nudOrderDiscounts2.Size = new System.Drawing.Size(60, 23);
  573. this.nudOrderDiscounts2.TabIndex = 6;
  574. this.nudOrderDiscounts2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  575. //
  576. // labelEx9
  577. //
  578. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  579. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  580. this.labelEx9.Location = new System.Drawing.Point(427, 0);
  581. this.labelEx9.Name = "labelEx9";
  582. this.labelEx9.Size = new System.Drawing.Size(14, 37);
  583. this.labelEx9.TabIndex = 8;
  584. this.labelEx9.Text = "%";
  585. this.labelEx9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  586. //
  587. // gbtnDelUser
  588. //
  589. this.gbtnDelUser.BackColor = System.Drawing.Color.Transparent;
  590. this.gbtnDelUser.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnDelUser.BackImg")));
  591. this.gbtnDelUser.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("gbtnDelUser.Bitmap")));
  592. this.gbtnDelUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  593. this.gbtnDelUser.ForeColor = System.Drawing.Color.White;
  594. this.gbtnDelUser.IsProhibitedResize = false;
  595. this.gbtnDelUser.Location = new System.Drawing.Point(360, 75);
  596. this.gbtnDelUser.Name = "gbtnDelUser";
  597. this.gbtnDelUser.Size = new System.Drawing.Size(32, 32);
  598. this.gbtnDelUser.TabIndex = 5;
  599. this.gbtnDelUser.ThisButton = false;
  600. //
  601. // gbtnAddUser
  602. //
  603. this.gbtnAddUser.BackColor = System.Drawing.Color.Transparent;
  604. this.gbtnAddUser.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnAddUser.BackImg")));
  605. this.gbtnAddUser.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("gbtnAddUser.Bitmap")));
  606. this.gbtnAddUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  607. this.gbtnAddUser.ForeColor = System.Drawing.Color.White;
  608. this.gbtnAddUser.IsProhibitedResize = false;
  609. this.gbtnAddUser.Location = new System.Drawing.Point(320, 75);
  610. this.gbtnAddUser.Name = "gbtnAddUser";
  611. this.gbtnAddUser.Size = new System.Drawing.Size(32, 32);
  612. this.gbtnAddUser.TabIndex = 5;
  613. this.gbtnAddUser.ThisButton = false;
  614. //
  615. // tbcRolesManage
  616. //
  617. this.tbcRolesManage.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  618. this.tbcRolesManage.Controls.Add(this.tabPage4);
  619. this.tbcRolesManage.Controls.Add(this.tabPage5);
  620. this.tbcRolesManage.Controls.Add(this.tabPage6);
  621. this.tbcRolesManage.ItemSize = new System.Drawing.Size(100, 26);
  622. this.tbcRolesManage.Location = new System.Drawing.Point(3, 81);
  623. this.tbcRolesManage.Name = "tbcRolesManage";
  624. this.tbcRolesManage.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  625. this.tbcRolesManage.SelectedIndex = 0;
  626. this.tbcRolesManage.Size = new System.Drawing.Size(739, 495);
  627. this.tbcRolesManage.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  628. this.tbcRolesManage.TabIndex = 4;
  629. //
  630. // tabPage4
  631. //
  632. this.tabPage4.AutoScroll = true;
  633. this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  634. this.tabPage4.Controls.Add(this.tableLayoutPanelRoles);
  635. this.tabPage4.Location = new System.Drawing.Point(4, 30);
  636. this.tabPage4.Name = "tabPage4";
  637. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  638. this.tabPage4.Size = new System.Drawing.Size(731, 461);
  639. this.tabPage4.TabIndex = 0;
  640. this.tabPage4.Text = "功能权限";
  641. //
  642. // tableLayoutPanelRoles
  643. //
  644. this.tableLayoutPanelRoles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  645. | System.Windows.Forms.AnchorStyles.Right)));
  646. this.tableLayoutPanelRoles.AutoSize = true;
  647. this.tableLayoutPanelRoles.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  648. this.tableLayoutPanelRoles.ColumnCount = 2;
  649. this.tableLayoutPanelRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
  650. this.tableLayoutPanelRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  651. this.tableLayoutPanelRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  652. this.tableLayoutPanelRoles.Location = new System.Drawing.Point(0, 1);
  653. this.tableLayoutPanelRoles.Name = "tableLayoutPanelRoles";
  654. this.tableLayoutPanelRoles.RowCount = 1;
  655. this.tableLayoutPanelRoles.RowStyles.Add(new System.Windows.Forms.RowStyle());
  656. this.tableLayoutPanelRoles.Size = new System.Drawing.Size(731, 52);
  657. this.tableLayoutPanelRoles.TabIndex = 1;
  658. //
  659. // tabPage5
  660. //
  661. this.tabPage5.AutoScroll = true;
  662. this.tabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  663. this.tabPage5.Controls.Add(this.tableLayoutPanelScreenShowRoles);
  664. this.tabPage5.Location = new System.Drawing.Point(4, 30);
  665. this.tabPage5.Name = "tabPage5";
  666. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  667. this.tabPage5.Size = new System.Drawing.Size(731, 461);
  668. this.tabPage5.TabIndex = 1;
  669. this.tabPage5.Text = "界面权限";
  670. //
  671. // tableLayoutPanelScreenShowRoles
  672. //
  673. this.tableLayoutPanelScreenShowRoles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  674. | System.Windows.Forms.AnchorStyles.Right)));
  675. this.tableLayoutPanelScreenShowRoles.AutoSize = true;
  676. this.tableLayoutPanelScreenShowRoles.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  677. this.tableLayoutPanelScreenShowRoles.ColumnCount = 2;
  678. this.tableLayoutPanelScreenShowRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
  679. this.tableLayoutPanelScreenShowRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  680. this.tableLayoutPanelScreenShowRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  681. this.tableLayoutPanelScreenShowRoles.Location = new System.Drawing.Point(0, 1);
  682. this.tableLayoutPanelScreenShowRoles.Name = "tableLayoutPanelScreenShowRoles";
  683. this.tableLayoutPanelScreenShowRoles.RowCount = 1;
  684. this.tableLayoutPanelScreenShowRoles.RowStyles.Add(new System.Windows.Forms.RowStyle());
  685. this.tableLayoutPanelScreenShowRoles.Size = new System.Drawing.Size(731, 52);
  686. this.tableLayoutPanelScreenShowRoles.TabIndex = 2;
  687. //
  688. // tabPage6
  689. //
  690. this.tabPage6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  691. this.tabPage6.Controls.Add(this.lisviewRolesUser);
  692. this.tabPage6.Location = new System.Drawing.Point(4, 30);
  693. this.tabPage6.Name = "tabPage6";
  694. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  695. this.tabPage6.Size = new System.Drawing.Size(731, 461);
  696. this.tabPage6.TabIndex = 2;
  697. this.tabPage6.Text = "角色包含用户";
  698. //
  699. // lisviewRolesUser
  700. //
  701. this.lisviewRolesUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  702. this.lisviewRolesUser.Dock = System.Windows.Forms.DockStyle.Fill;
  703. this.lisviewRolesUser.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  704. this.lisviewRolesUser.FullRowSelect = true;
  705. this.lisviewRolesUser.IsDefaultShowGroups = false;
  706. this.lisviewRolesUser.Location = new System.Drawing.Point(3, 3);
  707. this.lisviewRolesUser.Name = "lisviewRolesUser";
  708. this.lisviewRolesUser.Size = new System.Drawing.Size(725, 455);
  709. this.lisviewRolesUser.TabIndex = 3;
  710. this.lisviewRolesUser.UseCompatibleStateImageBehavior = false;
  711. //
  712. // labelEx1
  713. //
  714. this.labelEx1.AutoSize = true;
  715. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  716. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  717. this.labelEx1.Location = new System.Drawing.Point(86, 13);
  718. this.labelEx1.Name = "labelEx1";
  719. this.labelEx1.Size = new System.Drawing.Size(47, 17);
  720. this.labelEx1.TabIndex = 0;
  721. this.labelEx1.Text = "角色名:";
  722. //
  723. // labelEx2
  724. //
  725. this.labelEx2.AutoSize = true;
  726. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  727. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  728. this.labelEx2.Location = new System.Drawing.Point(86, 49);
  729. this.labelEx2.Name = "labelEx2";
  730. this.labelEx2.Size = new System.Drawing.Size(43, 17);
  731. this.labelEx2.TabIndex = 0;
  732. this.labelEx2.Text = "描 述:";
  733. //
  734. // btnRolesSave
  735. //
  736. this.btnRolesSave.BackColor = System.Drawing.Color.Transparent;
  737. this.btnRolesSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesSave.BackImg")));
  738. this.btnRolesSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  739. this.btnRolesSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  740. this.btnRolesSave.ForeColor = System.Drawing.Color.White;
  741. this.btnRolesSave.IsCustomBackImg = false;
  742. this.btnRolesSave.IsShowText = true;
  743. this.btnRolesSave.Location = new System.Drawing.Point(7, 10);
  744. this.btnRolesSave.Name = "btnRolesSave";
  745. this.btnRolesSave.Size = new System.Drawing.Size(75, 62);
  746. this.btnRolesSave.TabIndex = 0;
  747. this.btnRolesSave.Text = "保 存";
  748. this.btnRolesSave.UseVisualStyleBackColor = false;
  749. //
  750. // txtRolesName
  751. //
  752. this.txtRolesName.BackColor = System.Drawing.Color.Transparent;
  753. this.txtRolesName.Icon = null;
  754. this.txtRolesName.IconIsButton = false;
  755. this.txtRolesName.IsPasswordChat = '\0';
  756. this.txtRolesName.IsSystemPasswordChar = false;
  757. this.txtRolesName.Lines = new string[0];
  758. this.txtRolesName.Location = new System.Drawing.Point(135, 7);
  759. this.txtRolesName.Margin = new System.Windows.Forms.Padding(0);
  760. this.txtRolesName.MaxLength = 32767;
  761. this.txtRolesName.MinimumSize = new System.Drawing.Size(0, 26);
  762. this.txtRolesName.MouseBack = null;
  763. this.txtRolesName.Multiline = false;
  764. this.txtRolesName.Name = "txtRolesName";
  765. this.txtRolesName.NormlBack = null;
  766. this.txtRolesName.Padding = new System.Windows.Forms.Padding(5);
  767. this.txtRolesName.ReadOnly = false;
  768. this.txtRolesName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  769. this.txtRolesName.Size = new System.Drawing.Size(155, 26);
  770. this.txtRolesName.TabIndex = 1;
  771. this.txtRolesName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  772. this.txtRolesName.WaterColor = System.Drawing.Color.DarkGray;
  773. this.txtRolesName.WaterText = "输入角色名";
  774. this.txtRolesName.WordWrap = true;
  775. //
  776. // txtRolesDecription
  777. //
  778. this.txtRolesDecription.BackColor = System.Drawing.Color.Transparent;
  779. this.txtRolesDecription.Icon = null;
  780. this.txtRolesDecription.IconIsButton = false;
  781. this.txtRolesDecription.IsPasswordChat = '\0';
  782. this.txtRolesDecription.IsSystemPasswordChar = false;
  783. this.txtRolesDecription.Lines = new string[0];
  784. this.txtRolesDecription.Location = new System.Drawing.Point(135, 44);
  785. this.txtRolesDecription.Margin = new System.Windows.Forms.Padding(0);
  786. this.txtRolesDecription.MaxLength = 32767;
  787. this.txtRolesDecription.MinimumSize = new System.Drawing.Size(0, 26);
  788. this.txtRolesDecription.MouseBack = null;
  789. this.txtRolesDecription.Multiline = false;
  790. this.txtRolesDecription.Name = "txtRolesDecription";
  791. this.txtRolesDecription.NormlBack = null;
  792. this.txtRolesDecription.Padding = new System.Windows.Forms.Padding(5);
  793. this.txtRolesDecription.ReadOnly = false;
  794. this.txtRolesDecription.ScrollBars = System.Windows.Forms.ScrollBars.None;
  795. this.txtRolesDecription.Size = new System.Drawing.Size(607, 26);
  796. this.txtRolesDecription.TabIndex = 1;
  797. this.txtRolesDecription.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  798. this.txtRolesDecription.WaterColor = System.Drawing.Color.DarkGray;
  799. this.txtRolesDecription.WaterText = "输入当前角色相关的描述说明";
  800. this.txtRolesDecription.WordWrap = true;
  801. //
  802. // grbRoleslist
  803. //
  804. this.grbRoleslist.Controls.Add(this.btnImportRole);
  805. this.grbRoleslist.Controls.Add(this.btnRolesDelAll);
  806. this.grbRoleslist.Controls.Add(this.btnExportRole);
  807. this.grbRoleslist.Controls.Add(this.btnRolesDel);
  808. this.grbRoleslist.Controls.Add(this.btnRolesCopy);
  809. this.grbRoleslist.Controls.Add(this.btnRolesAdd);
  810. this.grbRoleslist.Controls.Add(this.lisboxRoleslist);
  811. this.grbRoleslist.Dock = System.Windows.Forms.DockStyle.Left;
  812. this.grbRoleslist.Location = new System.Drawing.Point(3, 5);
  813. this.grbRoleslist.Name = "grbRoleslist";
  814. this.grbRoleslist.Size = new System.Drawing.Size(190, 591);
  815. this.grbRoleslist.TabIndex = 1;
  816. this.grbRoleslist.TabStop = false;
  817. this.grbRoleslist.Text = "角色列表";
  818. //
  819. // btnImportRole
  820. //
  821. this.btnImportRole.BackColor = System.Drawing.Color.Transparent;
  822. this.btnImportRole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportRole.BackImg")));
  823. this.btnImportRole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  824. this.btnImportRole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  825. this.btnImportRole.ForeColor = System.Drawing.Color.White;
  826. this.btnImportRole.IsCustomBackImg = false;
  827. this.btnImportRole.IsShowText = true;
  828. this.btnImportRole.Location = new System.Drawing.Point(92, 86);
  829. this.btnImportRole.Name = "btnImportRole";
  830. this.btnImportRole.Size = new System.Drawing.Size(77, 28);
  831. this.btnImportRole.TabIndex = 0;
  832. this.btnImportRole.Text = "导 入";
  833. this.btnImportRole.UseVisualStyleBackColor = false;
  834. //
  835. // btnRolesDelAll
  836. //
  837. this.btnRolesDelAll.BackColor = System.Drawing.Color.Transparent;
  838. this.btnRolesDelAll.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesDelAll.BackImg")));
  839. this.btnRolesDelAll.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  840. this.btnRolesDelAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  841. this.btnRolesDelAll.ForeColor = System.Drawing.Color.White;
  842. this.btnRolesDelAll.IsCustomBackImg = false;
  843. this.btnRolesDelAll.IsShowText = true;
  844. this.btnRolesDelAll.Location = new System.Drawing.Point(92, 52);
  845. this.btnRolesDelAll.Name = "btnRolesDelAll";
  846. this.btnRolesDelAll.Size = new System.Drawing.Size(77, 28);
  847. this.btnRolesDelAll.TabIndex = 0;
  848. this.btnRolesDelAll.Text = "全部删除";
  849. this.btnRolesDelAll.UseVisualStyleBackColor = false;
  850. //
  851. // btnExportRole
  852. //
  853. this.btnExportRole.BackColor = System.Drawing.Color.Transparent;
  854. this.btnExportRole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportRole.BackImg")));
  855. this.btnExportRole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  856. this.btnExportRole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  857. this.btnExportRole.ForeColor = System.Drawing.Color.White;
  858. this.btnExportRole.IsCustomBackImg = false;
  859. this.btnExportRole.IsShowText = true;
  860. this.btnExportRole.Location = new System.Drawing.Point(9, 86);
  861. this.btnExportRole.Name = "btnExportRole";
  862. this.btnExportRole.Size = new System.Drawing.Size(77, 28);
  863. this.btnExportRole.TabIndex = 0;
  864. this.btnExportRole.Text = "导 出";
  865. this.btnExportRole.UseVisualStyleBackColor = false;
  866. //
  867. // btnRolesDel
  868. //
  869. this.btnRolesDel.BackColor = System.Drawing.Color.Transparent;
  870. this.btnRolesDel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesDel.BackImg")));
  871. this.btnRolesDel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  872. this.btnRolesDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  873. this.btnRolesDel.ForeColor = System.Drawing.Color.White;
  874. this.btnRolesDel.IsCustomBackImg = false;
  875. this.btnRolesDel.IsShowText = true;
  876. this.btnRolesDel.Location = new System.Drawing.Point(9, 52);
  877. this.btnRolesDel.Name = "btnRolesDel";
  878. this.btnRolesDel.Size = new System.Drawing.Size(77, 28);
  879. this.btnRolesDel.TabIndex = 0;
  880. this.btnRolesDel.Text = "删 除";
  881. this.btnRolesDel.UseVisualStyleBackColor = false;
  882. //
  883. // btnRolesCopy
  884. //
  885. this.btnRolesCopy.BackColor = System.Drawing.Color.Transparent;
  886. this.btnRolesCopy.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesCopy.BackImg")));
  887. this.btnRolesCopy.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  888. this.btnRolesCopy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  889. this.btnRolesCopy.ForeColor = System.Drawing.Color.White;
  890. this.btnRolesCopy.IsCustomBackImg = false;
  891. this.btnRolesCopy.IsShowText = true;
  892. this.btnRolesCopy.Location = new System.Drawing.Point(92, 18);
  893. this.btnRolesCopy.Name = "btnRolesCopy";
  894. this.btnRolesCopy.Size = new System.Drawing.Size(77, 28);
  895. this.btnRolesCopy.TabIndex = 0;
  896. this.btnRolesCopy.Text = "复 制 角 色";
  897. this.btnRolesCopy.UseVisualStyleBackColor = false;
  898. //
  899. // btnRolesAdd
  900. //
  901. this.btnRolesAdd.BackColor = System.Drawing.Color.Transparent;
  902. this.btnRolesAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesAdd.BackImg")));
  903. this.btnRolesAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  904. this.btnRolesAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  905. this.btnRolesAdd.ForeColor = System.Drawing.Color.White;
  906. this.btnRolesAdd.IsCustomBackImg = false;
  907. this.btnRolesAdd.IsShowText = true;
  908. this.btnRolesAdd.Location = new System.Drawing.Point(9, 18);
  909. this.btnRolesAdd.Name = "btnRolesAdd";
  910. this.btnRolesAdd.Size = new System.Drawing.Size(77, 28);
  911. this.btnRolesAdd.TabIndex = 0;
  912. this.btnRolesAdd.Text = "添 加 角 色";
  913. this.btnRolesAdd.UseVisualStyleBackColor = false;
  914. //
  915. // lisboxRoleslist
  916. //
  917. this.lisboxRoleslist.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  918. | System.Windows.Forms.AnchorStyles.Left)
  919. | System.Windows.Forms.AnchorStyles.Right)));
  920. this.lisboxRoleslist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  921. this.lisboxRoleslist.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  922. this.lisboxRoleslist.ItemHeight = 20;
  923. this.lisboxRoleslist.Location = new System.Drawing.Point(3, 119);
  924. this.lisboxRoleslist.Name = "lisboxRoleslist";
  925. this.lisboxRoleslist.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
  926. this.lisboxRoleslist.Size = new System.Drawing.Size(181, 462);
  927. this.lisboxRoleslist.TabIndex = 0;
  928. //
  929. // tbpFunctionConfiguration
  930. //
  931. this.tbpFunctionConfiguration.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  932. this.tbpFunctionConfiguration.Controls.Add(this.dataGridViewEx1);
  933. this.tbpFunctionConfiguration.Location = new System.Drawing.Point(4, 42);
  934. this.tbpFunctionConfiguration.Name = "tbpFunctionConfiguration";
  935. this.tbpFunctionConfiguration.Padding = new System.Windows.Forms.Padding(3);
  936. this.tbpFunctionConfiguration.Size = new System.Drawing.Size(952, 599);
  937. this.tbpFunctionConfiguration.TabIndex = 2;
  938. this.tbpFunctionConfiguration.Text = "功能管理";
  939. //
  940. // dataGridViewEx1
  941. //
  942. this.dataGridViewEx1.AllowUserToAddRows = false;
  943. this.dataGridViewEx1.AllowUserToDeleteRows = false;
  944. this.dataGridViewEx1.AllowUserToResizeRows = false;
  945. dataGridViewCellStyle8.BackColor = System.Drawing.Color.LightCyan;
  946. this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  947. this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
  948. this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  949. this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  950. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  951. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  952. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  953. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  954. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  955. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  956. this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  957. this.dataGridViewEx1.ColumnHeadersHeight = 32;
  958. this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  959. this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  960. this.ID,
  961. this.Pte_TemplateMark,
  962. this.Pte_TemplateName,
  963. this.Pte_PermissionValue,
  964. this.Pte_UpdateDatetime,
  965. this.Operate});
  966. this.dataGridViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  967. this.dataGridViewEx1.EnableHeadersVisualStyles = false;
  968. this.dataGridViewEx1.EraseCell = false;
  969. this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  970. this.dataGridViewEx1.GridViewUniquelyIdentify = resources.GetString("dataGridViewEx1.GridViewUniquelyIdentify");
  971. this.dataGridViewEx1.IsCompleteBonding = false;
  972. this.dataGridViewEx1.IsCopyCellValue = true;
  973. this.dataGridViewEx1.Location = new System.Drawing.Point(3, 3);
  974. this.dataGridViewEx1.MultiSelect = false;
  975. this.dataGridViewEx1.Name = "dataGridViewEx1";
  976. this.dataGridViewEx1.RowHeadersVisible = false;
  977. this.dataGridViewEx1.RowTemplate.Height = 23;
  978. this.dataGridViewEx1.RowTemplate.ReadOnly = true;
  979. this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  980. this.dataGridViewEx1.Size = new System.Drawing.Size(946, 593);
  981. this.dataGridViewEx1.TabIndex = 0;
  982. //
  983. // ID
  984. //
  985. this.ID.HeaderText = "编号";
  986. this.ID.Name = "ID";
  987. this.ID.ReadOnly = true;
  988. this.ID.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  989. this.ID.Width = 60;
  990. //
  991. // Pte_TemplateMark
  992. //
  993. this.Pte_TemplateMark.HeaderText = "模块标识";
  994. this.Pte_TemplateMark.Name = "Pte_TemplateMark";
  995. this.Pte_TemplateMark.ReadOnly = true;
  996. this.Pte_TemplateMark.Width = 120;
  997. //
  998. // Pte_TemplateName
  999. //
  1000. this.Pte_TemplateName.HeaderText = "模块名称";
  1001. this.Pte_TemplateName.Name = "Pte_TemplateName";
  1002. this.Pte_TemplateName.ReadOnly = true;
  1003. this.Pte_TemplateName.Width = 120;
  1004. //
  1005. // Pte_PermissionValue
  1006. //
  1007. this.Pte_PermissionValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  1008. this.Pte_PermissionValue.HeaderText = "功能配置";
  1009. this.Pte_PermissionValue.Name = "Pte_PermissionValue";
  1010. this.Pte_PermissionValue.ReadOnly = true;
  1011. this.Pte_PermissionValue.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1012. //
  1013. // Pte_UpdateDatetime
  1014. //
  1015. this.Pte_UpdateDatetime.HeaderText = "更新时间";
  1016. this.Pte_UpdateDatetime.Name = "Pte_UpdateDatetime";
  1017. this.Pte_UpdateDatetime.ReadOnly = true;
  1018. this.Pte_UpdateDatetime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  1019. this.Pte_UpdateDatetime.Width = 120;
  1020. //
  1021. // Operate
  1022. //
  1023. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1024. dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
  1025. this.Operate.DefaultCellStyle = dataGridViewCellStyle10;
  1026. this.Operate.HeaderText = "操作";
  1027. this.Operate.Name = "Operate";
  1028. this.Operate.ReadOnly = true;
  1029. this.Operate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  1030. this.Operate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1031. this.Operate.Text = "编辑";
  1032. //
  1033. // frmRightsManager
  1034. //
  1035. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1036. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1037. this.ClientSize = new System.Drawing.Size(960, 710);
  1038. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1039. this.Name = "frmRightsManager";
  1040. this.Text = "权限管理";
  1041. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1042. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1043. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1044. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1045. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1046. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1047. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1048. this.plExMainContainer.ResumeLayout(false);
  1049. this.plFormMainContent.ResumeLayout(false);
  1050. this.tabControlEx1.ResumeLayout(false);
  1051. this.tabPage1.ResumeLayout(false);
  1052. this.plMultiShopManagement.ResumeLayout(false);
  1053. this.plMultiShopManagement.PerformLayout();
  1054. this.groupBoxEx1.ResumeLayout(false);
  1055. ((System.ComponentModel.ISupportInitialize)(this.dgvUserCompetenceList)).EndInit();
  1056. this.tabPage2.ResumeLayout(false);
  1057. this.panelRolesSet.ResumeLayout(false);
  1058. this.panelRolesSet.PerformLayout();
  1059. this.flowLayoutPanel1.ResumeLayout(false);
  1060. this.flowLayoutPanel1.PerformLayout();
  1061. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts)).EndInit();
  1062. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts1)).EndInit();
  1063. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts2)).EndInit();
  1064. this.tbcRolesManage.ResumeLayout(false);
  1065. this.tabPage4.ResumeLayout(false);
  1066. this.tabPage4.PerformLayout();
  1067. this.tabPage5.ResumeLayout(false);
  1068. this.tabPage5.PerformLayout();
  1069. this.tabPage6.ResumeLayout(false);
  1070. this.grbRoleslist.ResumeLayout(false);
  1071. this.tbpFunctionConfiguration.ResumeLayout(false);
  1072. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
  1073. this.ResumeLayout(false);
  1074. }
  1075. #endregion
  1076. private ComponentLibrary.DataGridViewEx dataGridViewEx1;
  1077. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  1078. private System.Windows.Forms.DataGridViewTextBoxColumn Pte_TemplateMark;
  1079. private System.Windows.Forms.DataGridViewTextBoxColumn Pte_TemplateName;
  1080. private System.Windows.Forms.DataGridViewTextBoxColumn Pte_PermissionValue;
  1081. private System.Windows.Forms.DataGridViewTextBoxColumn Pte_UpdateDatetime;
  1082. private System.Windows.Forms.DataGridViewButtonColumn Operate;
  1083. private ComponentLibrary.LabelEx labelEx2;
  1084. private ComponentLibrary.LabelEx labelEx1;
  1085. protected internal ComponentLibrary.GroupBoxEx grbRoleslist;
  1086. protected internal ComponentLibrary.ButtonEx btnRolesDelAll;
  1087. protected internal ComponentLibrary.ButtonEx btnRolesDel;
  1088. protected internal ComponentLibrary.ButtonEx btnRolesAdd;
  1089. protected internal ComponentLibrary.ListBoxEx lisboxRoleslist;
  1090. protected internal OtherExpansion.SkinControl.SkinTextBox txtRolesDecription;
  1091. protected internal OtherExpansion.SkinControl.SkinTextBox txtRolesName;
  1092. protected internal ComponentLibrary.ButtonEx btnRolesSave;
  1093. protected internal ComponentLibrary.ButtonEx btnRolesCopy;
  1094. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  1095. protected internal System.Windows.Forms.TabPage tabPage1;
  1096. protected internal System.Windows.Forms.TabPage tabPage2;
  1097. protected internal System.Windows.Forms.TabPage tbpFunctionConfiguration;
  1098. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  1099. protected internal ComponentLibrary.ButtonEx btnDelUserRoles;
  1100. protected internal ComponentLibrary.ButtonEx btnDelUserExclusiveCompetence;
  1101. protected internal ComponentLibrary.DataGridViewEx dgvUserCompetenceList;
  1102. protected internal ComponentLibrary.ButtonEx btnRefresh;
  1103. protected internal ComponentLibrary.ButtonEx btnSetUserRoles;
  1104. protected internal ComponentLibrary.ButtonEx btnsetlUserExclusiveCompetence;
  1105. protected internal System.Windows.Forms.TableLayoutPanel tableLayoutPanelRoles;
  1106. protected internal ComponentLibrary.PanelEx panelRolesSet;
  1107. protected internal ComponentLibrary.TabControlEx tbcRolesManage;
  1108. protected internal System.Windows.Forms.TabPage tabPage4;
  1109. protected internal System.Windows.Forms.TabPage tabPage5;
  1110. private System.Windows.Forms.TabPage tabPage6;
  1111. protected internal System.Windows.Forms.TableLayoutPanel tableLayoutPanelScreenShowRoles;
  1112. protected internal ComponentLibrary.ListViewEx lisviewRolesUser;
  1113. protected internal ComponentLibrary.GlassButton gbtnAddUser;
  1114. protected internal ComponentLibrary.GlassButton gbtnDelUser;
  1115. protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts;
  1116. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1117. protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts1;
  1118. protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts2;
  1119. public ComponentLibrary.LabelEx labelEx4;
  1120. public ComponentLibrary.LabelEx labelEx5;
  1121. public ComponentLibrary.LabelEx labelEx3;
  1122. private ComponentLibrary.LabelEx labelEx6;
  1123. public ComponentLibrary.PanelEx plMultiShopManagement;
  1124. public ComponentLibrary.ComboBoxEx cbxMultiShopManagement;
  1125. private System.Windows.Forms.DataGridViewCheckBoxColumn IsLogIn;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn UserDepartment;
  1127. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  1128. private System.Windows.Forms.DataGridViewTextBoxColumn UserAccount;
  1129. private System.Windows.Forms.DataGridViewTextBoxColumn BelongRoles;
  1130. private System.Windows.Forms.DataGridViewTextBoxColumn ExclusiveCompetence;
  1131. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateDatetime;
  1132. protected internal ComponentLibrary.ButtonEx btnImportRole;
  1133. protected internal ComponentLibrary.ButtonEx btnExportRole;
  1134. public ComponentLibrary.LabelEx labelEx7;
  1135. public ComponentLibrary.LabelEx labelEx8;
  1136. public ComponentLibrary.LabelEx labelEx9;
  1137. }
  1138. }