frmAddRoleGroup.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmAddRoleGroup
  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(frmAddRoleGroup));
  29. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.listViewUserList = new LYFZ.ComponentLibrary.ListViewEx();
  32. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  33. this.btnSearch = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtSearch = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  36. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  37. this.listViewHaveRoles = new LYFZ.ComponentLibrary.ListViewEx();
  38. this.buttonRoleAdd = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.plExMainContainer.SuspendLayout();
  41. this.plFormMainContent.SuspendLayout();
  42. this.groupBoxEx1.SuspendLayout();
  43. this.groupBoxEx2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // plExMainContainer
  47. //
  48. this.plExMainContainer.Controls.Add(this.txtSearch);
  49. this.plExMainContainer.Controls.Add(this.labelEx1);
  50. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  51. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  52. this.plExMainContainer.Controls.Add(this.btnSearch);
  53. this.plExMainContainer.Controls.Add(this.btnCancel);
  54. this.plExMainContainer.Controls.Add(this.buttonRoleAdd);
  55. this.plExMainContainer.Controls.Add(this.btnOK);
  56. this.plExMainContainer.Size = new System.Drawing.Size(800, 475);
  57. //
  58. // plFormMainContent
  59. //
  60. this.plFormMainContent.Size = new System.Drawing.Size(800, 475);
  61. //
  62. // btnAppFormMaximize
  63. //
  64. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  65. this.btnAppFormMaximize.Location = new System.Drawing.Point(701, 0);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(768, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. this.btnAppFormMinimize.Location = new System.Drawing.Point(741, 0);
  76. //
  77. // btnCancel
  78. //
  79. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  80. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  81. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  82. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.btnCancel.ForeColor = System.Drawing.Color.White;
  84. this.btnCancel.IsCustomBackImg = false;
  85. this.btnCancel.IsShowText = true;
  86. this.btnCancel.Location = new System.Drawing.Point(705, 87);
  87. this.btnCancel.Name = "btnCancel";
  88. this.btnCancel.Size = new System.Drawing.Size(90, 32);
  89. this.btnCancel.TabIndex = 14;
  90. this.btnCancel.Text = " 取 消";
  91. this.btnCancel.UseVisualStyleBackColor = false;
  92. //
  93. // btnOK
  94. //
  95. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  96. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  97. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  98. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.btnOK.ForeColor = System.Drawing.Color.White;
  100. this.btnOK.IsCustomBackImg = false;
  101. this.btnOK.IsShowText = true;
  102. this.btnOK.Location = new System.Drawing.Point(705, 14);
  103. this.btnOK.Name = "btnOK";
  104. this.btnOK.Size = new System.Drawing.Size(90, 68);
  105. this.btnOK.TabIndex = 13;
  106. this.btnOK.Text = " 确 定";
  107. this.btnOK.UseVisualStyleBackColor = false;
  108. //
  109. // listViewUserList
  110. //
  111. this.listViewUserList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  112. this.listViewUserList.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.listViewUserList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.listViewUserList.FullRowSelect = true;
  115. this.listViewUserList.Location = new System.Drawing.Point(3, 17);
  116. this.listViewUserList.Name = "listViewUserList";
  117. this.listViewUserList.Size = new System.Drawing.Size(689, 289);
  118. this.listViewUserList.TabIndex = 15;
  119. this.listViewUserList.UseCompatibleStateImageBehavior = false;
  120. //
  121. // groupBoxEx1
  122. //
  123. this.groupBoxEx1.Controls.Add(this.listViewUserList);
  124. this.groupBoxEx1.Location = new System.Drawing.Point(0, 163);
  125. this.groupBoxEx1.Name = "groupBoxEx1";
  126. this.groupBoxEx1.Size = new System.Drawing.Size(695, 309);
  127. this.groupBoxEx1.TabIndex = 16;
  128. this.groupBoxEx1.TabStop = false;
  129. this.groupBoxEx1.Text = "角色列表";
  130. //
  131. // btnSearch
  132. //
  133. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  134. this.btnSearch.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSearch.BackImg")));
  135. this.btnSearch.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  136. this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.btnSearch.ForeColor = System.Drawing.Color.White;
  138. this.btnSearch.IsCustomBackImg = false;
  139. this.btnSearch.IsShowText = true;
  140. this.btnSearch.Location = new System.Drawing.Point(397, 128);
  141. this.btnSearch.Name = "btnSearch";
  142. this.btnSearch.Size = new System.Drawing.Size(90, 32);
  143. this.btnSearch.TabIndex = 14;
  144. this.btnSearch.Text = "搜 索";
  145. this.btnSearch.UseVisualStyleBackColor = false;
  146. //
  147. // labelEx1
  148. //
  149. this.labelEx1.AutoSize = true;
  150. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  152. this.labelEx1.Location = new System.Drawing.Point(13, 134);
  153. this.labelEx1.Name = "labelEx1";
  154. this.labelEx1.Size = new System.Drawing.Size(79, 20);
  155. this.labelEx1.TabIndex = 17;
  156. this.labelEx1.Text = "搜索内容:";
  157. //
  158. // txtSearch
  159. //
  160. this.txtSearch.BackColor = System.Drawing.Color.Transparent;
  161. this.txtSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.txtSearch.Icon = null;
  163. this.txtSearch.IconIsButton = false;
  164. this.txtSearch.IsPasswordChat = '\0';
  165. this.txtSearch.IsSystemPasswordChar = false;
  166. this.txtSearch.Lines = new string[0];
  167. this.txtSearch.Location = new System.Drawing.Point(95, 128);
  168. this.txtSearch.Margin = new System.Windows.Forms.Padding(0);
  169. this.txtSearch.MaxLength = 32767;
  170. this.txtSearch.MinimumSize = new System.Drawing.Size(0, 26);
  171. this.txtSearch.MouseBack = null;
  172. this.txtSearch.Multiline = true;
  173. this.txtSearch.Name = "txtSearch";
  174. this.txtSearch.NormlBack = null;
  175. this.txtSearch.Padding = new System.Windows.Forms.Padding(5);
  176. this.txtSearch.ReadOnly = false;
  177. this.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None;
  178. this.txtSearch.Size = new System.Drawing.Size(299, 32);
  179. this.txtSearch.TabIndex = 18;
  180. this.txtSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  181. this.txtSearch.WaterColor = System.Drawing.Color.DarkGray;
  182. this.txtSearch.WaterText = "可输入角色名进行搜索";
  183. this.txtSearch.WordWrap = true;
  184. //
  185. // groupBoxEx2
  186. //
  187. this.groupBoxEx2.Controls.Add(this.listViewHaveRoles);
  188. this.groupBoxEx2.Location = new System.Drawing.Point(7, 8);
  189. this.groupBoxEx2.Name = "groupBoxEx2";
  190. this.groupBoxEx2.Size = new System.Drawing.Size(695, 112);
  191. this.groupBoxEx2.TabIndex = 16;
  192. this.groupBoxEx2.TabStop = false;
  193. this.groupBoxEx2.Text = "当前已拥有(选择)角色";
  194. //
  195. // listViewHaveRoles
  196. //
  197. this.listViewHaveRoles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  198. this.listViewHaveRoles.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.listViewHaveRoles.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.listViewHaveRoles.FullRowSelect = true;
  201. this.listViewHaveRoles.Location = new System.Drawing.Point(3, 17);
  202. this.listViewHaveRoles.Name = "listViewHaveRoles";
  203. this.listViewHaveRoles.Size = new System.Drawing.Size(689, 92);
  204. this.listViewHaveRoles.TabIndex = 15;
  205. this.listViewHaveRoles.UseCompatibleStateImageBehavior = false;
  206. //
  207. // buttonRoleAdd
  208. //
  209. this.buttonRoleAdd.BackColor = System.Drawing.Color.Transparent;
  210. this.buttonRoleAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonRoleAdd.BackImg")));
  211. this.buttonRoleAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  212. this.buttonRoleAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.buttonRoleAdd.ForeColor = System.Drawing.Color.White;
  214. this.buttonRoleAdd.IsCustomBackImg = false;
  215. this.buttonRoleAdd.IsShowText = true;
  216. this.buttonRoleAdd.Location = new System.Drawing.Point(705, 168);
  217. this.buttonRoleAdd.Name = "buttonRoleAdd";
  218. this.buttonRoleAdd.Size = new System.Drawing.Size(90, 68);
  219. this.buttonRoleAdd.TabIndex = 13;
  220. this.buttonRoleAdd.Text = "添 加";
  221. this.buttonRoleAdd.UseVisualStyleBackColor = false;
  222. //
  223. // labelEx2
  224. //
  225. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  226. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  227. this.labelEx2.ForeColor = System.Drawing.Color.White;
  228. this.labelEx2.Location = new System.Drawing.Point(7, 516);
  229. this.labelEx2.Name = "labelEx2";
  230. this.labelEx2.Size = new System.Drawing.Size(781, 23);
  231. this.labelEx2.TabIndex = 14;
  232. this.labelEx2.Text = "描述:";
  233. //
  234. // frmAddRoleGroup
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  238. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  239. this.ClientSize = new System.Drawing.Size(800, 540);
  240. this.Controls.Add(this.labelEx2);
  241. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  242. this.IsMaximized = false;
  243. this.IsUserControlsSize = false;
  244. this.MaximizeBox = false;
  245. this.Name = "frmAddRoleGroup";
  246. this.Text = "设置角色{0}";
  247. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  248. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  249. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  250. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  251. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  252. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  253. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  254. this.Controls.SetChildIndex(this.labelEx2, 0);
  255. this.plExMainContainer.ResumeLayout(false);
  256. this.plExMainContainer.PerformLayout();
  257. this.plFormMainContent.ResumeLayout(false);
  258. this.groupBoxEx1.ResumeLayout(false);
  259. this.groupBoxEx2.ResumeLayout(false);
  260. this.ResumeLayout(false);
  261. }
  262. #endregion
  263. protected internal ComponentLibrary.ButtonEx btnCancel;
  264. protected internal ComponentLibrary.ButtonEx btnOK;
  265. private ComponentLibrary.LabelEx labelEx1;
  266. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  267. protected internal ComponentLibrary.ButtonEx btnSearch;
  268. protected internal ComponentLibrary.ListViewEx listViewUserList;
  269. protected internal OtherExpansion.SkinControl.SkinTextBox txtSearch;
  270. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  271. protected internal ComponentLibrary.ListViewEx listViewHaveRoles;
  272. protected internal ComponentLibrary.ButtonEx buttonRoleAdd;
  273. protected internal ComponentLibrary.LabelEx labelEx2;
  274. }
  275. }