frmAddRoleUser.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmAddRoleUser
  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(frmAddRoleUser));
  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.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.groupBoxEx1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // plExMainContainer
  42. //
  43. this.plExMainContainer.Controls.Add(this.txtSearch);
  44. this.plExMainContainer.Controls.Add(this.labelEx1);
  45. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  46. this.plExMainContainer.Controls.Add(this.btnSearch);
  47. this.plExMainContainer.Controls.Add(this.btnCancel);
  48. this.plExMainContainer.Controls.Add(this.btnOK);
  49. this.plExMainContainer.Size = new System.Drawing.Size(800, 475);
  50. //
  51. // plFormMainContent
  52. //
  53. this.plFormMainContent.Size = new System.Drawing.Size(800, 475);
  54. //
  55. // btnAppFormMaximize
  56. //
  57. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  58. this.btnAppFormMaximize.Location = new System.Drawing.Point(701, 0);
  59. //
  60. // btnAppFormExit
  61. //
  62. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  63. this.btnAppFormExit.Location = new System.Drawing.Point(768, 0);
  64. //
  65. // btnAppFormMinimize
  66. //
  67. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  68. this.btnAppFormMinimize.Location = new System.Drawing.Point(741, 0);
  69. //
  70. // btnCancel
  71. //
  72. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  73. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  74. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  75. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.btnCancel.ForeColor = System.Drawing.Color.White;
  77. this.btnCancel.IsCustomBackImg = false;
  78. this.btnCancel.IsShowText = true;
  79. this.btnCancel.Location = new System.Drawing.Point(704, 140);
  80. this.btnCancel.Name = "btnCancel";
  81. this.btnCancel.Size = new System.Drawing.Size(90, 32);
  82. this.btnCancel.TabIndex = 14;
  83. this.btnCancel.Text = " 取 消";
  84. this.btnCancel.UseVisualStyleBackColor = false;
  85. //
  86. // btnOK
  87. //
  88. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  89. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  90. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  91. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.btnOK.ForeColor = System.Drawing.Color.White;
  93. this.btnOK.IsCustomBackImg = false;
  94. this.btnOK.IsShowText = true;
  95. this.btnOK.Location = new System.Drawing.Point(704, 62);
  96. this.btnOK.Name = "btnOK";
  97. this.btnOK.Size = new System.Drawing.Size(90, 68);
  98. this.btnOK.TabIndex = 13;
  99. this.btnOK.Text = " 确 定";
  100. this.btnOK.UseVisualStyleBackColor = false;
  101. //
  102. // listViewUserList
  103. //
  104. this.listViewUserList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  105. this.listViewUserList.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.listViewUserList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.listViewUserList.FullRowSelect = true;
  108. this.listViewUserList.Location = new System.Drawing.Point(3, 17);
  109. this.listViewUserList.Name = "listViewUserList";
  110. this.listViewUserList.Size = new System.Drawing.Size(689, 399);
  111. this.listViewUserList.TabIndex = 15;
  112. this.listViewUserList.UseCompatibleStateImageBehavior = false;
  113. //
  114. // groupBoxEx1
  115. //
  116. this.groupBoxEx1.Controls.Add(this.listViewUserList);
  117. this.groupBoxEx1.Location = new System.Drawing.Point(4, 53);
  118. this.groupBoxEx1.Name = "groupBoxEx1";
  119. this.groupBoxEx1.Size = new System.Drawing.Size(695, 419);
  120. this.groupBoxEx1.TabIndex = 16;
  121. this.groupBoxEx1.TabStop = false;
  122. this.groupBoxEx1.Text = "用户列表";
  123. //
  124. // btnSearch
  125. //
  126. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  127. this.btnSearch.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSearch.BackImg")));
  128. this.btnSearch.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  129. this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.btnSearch.ForeColor = System.Drawing.Color.White;
  131. this.btnSearch.IsCustomBackImg = false;
  132. this.btnSearch.IsShowText = true;
  133. this.btnSearch.Location = new System.Drawing.Point(396, 17);
  134. this.btnSearch.Name = "btnSearch";
  135. this.btnSearch.Size = new System.Drawing.Size(90, 32);
  136. this.btnSearch.TabIndex = 14;
  137. this.btnSearch.Text = "搜 索";
  138. this.btnSearch.UseVisualStyleBackColor = false;
  139. //
  140. // labelEx1
  141. //
  142. this.labelEx1.AutoSize = true;
  143. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  145. this.labelEx1.Location = new System.Drawing.Point(12, 23);
  146. this.labelEx1.Name = "labelEx1";
  147. this.labelEx1.Size = new System.Drawing.Size(79, 20);
  148. this.labelEx1.TabIndex = 17;
  149. this.labelEx1.Text = "搜索内容:";
  150. //
  151. // txtSearch
  152. //
  153. this.txtSearch.BackColor = System.Drawing.Color.Transparent;
  154. this.txtSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.txtSearch.Icon = null;
  156. this.txtSearch.IconIsButton = false;
  157. this.txtSearch.IsPasswordChat = '\0';
  158. this.txtSearch.IsSystemPasswordChar = false;
  159. this.txtSearch.Lines = new string[0];
  160. this.txtSearch.Location = new System.Drawing.Point(94, 17);
  161. this.txtSearch.Margin = new System.Windows.Forms.Padding(0);
  162. this.txtSearch.MaxLength = 32767;
  163. this.txtSearch.MinimumSize = new System.Drawing.Size(0, 26);
  164. this.txtSearch.MouseBack = null;
  165. this.txtSearch.Multiline = true;
  166. this.txtSearch.Name = "txtSearch";
  167. this.txtSearch.NormlBack = null;
  168. this.txtSearch.Padding = new System.Windows.Forms.Padding(5);
  169. this.txtSearch.ReadOnly = false;
  170. this.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None;
  171. this.txtSearch.Size = new System.Drawing.Size(299, 32);
  172. this.txtSearch.TabIndex = 18;
  173. this.txtSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  174. this.txtSearch.WaterColor = System.Drawing.Color.DarkGray;
  175. this.txtSearch.WaterText = "可输入用户名、帐号、部门和手机号进行搜索";
  176. this.txtSearch.WordWrap = true;
  177. //
  178. // frmAddRoleUser
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  182. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  183. this.ClientSize = new System.Drawing.Size(800, 540);
  184. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  185. this.IsMaximized = false;
  186. this.IsUserControlsSize = false;
  187. this.MaximizeBox = false;
  188. this.Name = "frmAddRoleUser";
  189. this.Text = "添加角色用户";
  190. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  191. this.plExMainContainer.ResumeLayout(false);
  192. this.plExMainContainer.PerformLayout();
  193. this.plFormMainContent.ResumeLayout(false);
  194. this.groupBoxEx1.ResumeLayout(false);
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. protected internal ComponentLibrary.ButtonEx btnCancel;
  199. protected internal ComponentLibrary.ButtonEx btnOK;
  200. private ComponentLibrary.LabelEx labelEx1;
  201. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  202. protected internal ComponentLibrary.ButtonEx btnSearch;
  203. protected internal ComponentLibrary.ListViewEx listViewUserList;
  204. protected internal OtherExpansion.SkinControl.SkinTextBox txtSearch;
  205. }
  206. }