Employee_PowerSarch.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. namespace UAS_MES.Employee
  2. {
  3. partial class Employee_PowerSarch
  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(Employee_PowerSarch));
  29. this.Group_label = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.sn_module = new System.Windows.Forms.ComboBox();
  32. this.PowerSearchDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  33. this.ug_group = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.ugp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.sn_displayname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Em_GroupCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ugp_ifread = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.ugp_ifwrite = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  39. this.ugp_ifdelete = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.ugp_ifspecial = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  45. this.ug_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  46. ((System.ComponentModel.ISupportInitialize)(this.PowerSearchDGV)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // Group_label
  50. //
  51. this.Group_label.AutoSize = true;
  52. this.Group_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.Group_label.Location = new System.Drawing.Point(10, 25);
  54. this.Group_label.Name = "Group_label";
  55. this.Group_label.Size = new System.Drawing.Size(74, 21);
  56. this.Group_label.TabIndex = 214;
  57. this.Group_label.Text = "选择分组";
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.label1.Location = new System.Drawing.Point(268, 25);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(74, 21);
  66. this.label1.TabIndex = 216;
  67. this.label1.Text = "选择模块";
  68. //
  69. // sn_module
  70. //
  71. this.sn_module.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  72. this.sn_module.FormattingEnabled = true;
  73. this.sn_module.Location = new System.Drawing.Point(352, 26);
  74. this.sn_module.Margin = new System.Windows.Forms.Padding(2);
  75. this.sn_module.Name = "sn_module";
  76. this.sn_module.Size = new System.Drawing.Size(126, 20);
  77. this.sn_module.TabIndex = 217;
  78. this.sn_module.SelectedIndexChanged += new System.EventHandler(this.sn_module_SelectedIndexChanged);
  79. //
  80. // PowerSearchDGV
  81. //
  82. this.PowerSearchDGV.AllowUserToAddRows = false;
  83. this.PowerSearchDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.PowerSearchDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  86. this.PowerSearchDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  87. this.PowerSearchDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  88. this.ug_group,
  89. this.ugp_id,
  90. this.sn_displayname,
  91. this.Em_GroupCode,
  92. this.ugp_ifread,
  93. this.ugp_ifwrite,
  94. this.ugp_ifdelete,
  95. this.ugp_ifspecial,
  96. this.Column1,
  97. this.Column2,
  98. this.Column3});
  99. this.PowerSearchDGV.Location = new System.Drawing.Point(0, 71);
  100. this.PowerSearchDGV.Name = "PowerSearchDGV";
  101. this.PowerSearchDGV.ReadOnly = true;
  102. this.PowerSearchDGV.RowTemplate.Height = 23;
  103. this.PowerSearchDGV.Size = new System.Drawing.Size(896, 485);
  104. this.PowerSearchDGV.TabIndex = 220;
  105. //
  106. // ug_group
  107. //
  108. this.ug_group.DataPropertyName = "ug_code";
  109. this.ug_group.HeaderText = "用户组";
  110. this.ug_group.Name = "ug_group";
  111. this.ug_group.ReadOnly = true;
  112. //
  113. // ugp_id
  114. //
  115. this.ugp_id.DataPropertyName = "ugp_id";
  116. this.ugp_id.HeaderText = "ugp_id";
  117. this.ugp_id.Name = "ugp_id";
  118. this.ugp_id.ReadOnly = true;
  119. this.ugp_id.Visible = false;
  120. //
  121. // sn_displayname
  122. //
  123. this.sn_displayname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  124. this.sn_displayname.DataPropertyName = "sn_displayname";
  125. this.sn_displayname.HeaderText = "对应模块";
  126. this.sn_displayname.Name = "sn_displayname";
  127. this.sn_displayname.ReadOnly = true;
  128. this.sn_displayname.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  129. this.sn_displayname.Width = 200;
  130. //
  131. // Em_GroupCode
  132. //
  133. this.Em_GroupCode.DataPropertyName = "sn_module";
  134. this.Em_GroupCode.HeaderText = "功能模块";
  135. this.Em_GroupCode.Name = "Em_GroupCode";
  136. this.Em_GroupCode.ReadOnly = true;
  137. //
  138. // ugp_ifread
  139. //
  140. this.ugp_ifread.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  141. this.ugp_ifread.DataPropertyName = "ugp_ifread";
  142. this.ugp_ifread.HeaderText = "读权限";
  143. this.ugp_ifread.Name = "ugp_ifread";
  144. this.ugp_ifread.ReadOnly = true;
  145. this.ugp_ifread.Width = 80;
  146. //
  147. // ugp_ifwrite
  148. //
  149. this.ugp_ifwrite.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  150. this.ugp_ifwrite.DataPropertyName = "ugp_ifwrite";
  151. this.ugp_ifwrite.HeaderText = "写权限";
  152. this.ugp_ifwrite.Name = "ugp_ifwrite";
  153. this.ugp_ifwrite.ReadOnly = true;
  154. this.ugp_ifwrite.Width = 80;
  155. //
  156. // ugp_ifdelete
  157. //
  158. this.ugp_ifdelete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  159. this.ugp_ifdelete.DataPropertyName = "ugp_ifdelete";
  160. this.ugp_ifdelete.HeaderText = "删除权限";
  161. this.ugp_ifdelete.Name = "ugp_ifdelete";
  162. this.ugp_ifdelete.ReadOnly = true;
  163. this.ugp_ifdelete.Width = 80;
  164. //
  165. // ugp_ifspecial
  166. //
  167. this.ugp_ifspecial.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  168. this.ugp_ifspecial.DataPropertyName = "ugp_ifspecial";
  169. this.ugp_ifspecial.HeaderText = "特殊权限";
  170. this.ugp_ifspecial.Name = "ugp_ifspecial";
  171. this.ugp_ifspecial.ReadOnly = true;
  172. this.ugp_ifspecial.Width = 80;
  173. //
  174. // Column1
  175. //
  176. this.Column1.HeaderText = "";
  177. this.Column1.Name = "Column1";
  178. this.Column1.ReadOnly = true;
  179. //
  180. // Column2
  181. //
  182. this.Column2.HeaderText = "";
  183. this.Column2.Name = "Column2";
  184. this.Column2.ReadOnly = true;
  185. //
  186. // Column3
  187. //
  188. this.Column3.HeaderText = "";
  189. this.Column3.Name = "Column3";
  190. this.Column3.ReadOnly = true;
  191. //
  192. // Screen
  193. //
  194. this.Screen.AllPower = "ifall";
  195. this.Screen.BackColor = System.Drawing.Color.Transparent;
  196. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  197. this.Screen.Image = null;
  198. this.Screen.IsShowBorder = true;
  199. this.Screen.Location = new System.Drawing.Point(511, 27);
  200. this.Screen.Margin = new System.Windows.Forms.Padding(2);
  201. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  202. this.Screen.Name = "Screen";
  203. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  204. this.Screen.Power = "ifread";
  205. this.Screen.Size = new System.Drawing.Size(56, 22);
  206. this.Screen.TabIndex = 219;
  207. this.Screen.Text = "筛选";
  208. this.Screen.UseVisualStyleBackColor = false;
  209. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  210. //
  211. // ug_code
  212. //
  213. this.ug_code.AllPower = null;
  214. this.ug_code.Caller = null;
  215. this.ug_code.Condition = null;
  216. this.ug_code.DBTitle = null;
  217. this.ug_code.FormName = null;
  218. this.ug_code.Location = new System.Drawing.Point(84, 26);
  219. this.ug_code.Margin = new System.Windows.Forms.Padding(2);
  220. this.ug_code.Name = "ug_code";
  221. this.ug_code.Power = null;
  222. this.ug_code.SelectField = null;
  223. this.ug_code.SetValueField = null;
  224. this.ug_code.Size = new System.Drawing.Size(148, 21);
  225. this.ug_code.TabIndex = 218;
  226. this.ug_code.TableName = null;
  227. this.ug_code.Tag = "ug_code";
  228. this.ug_code.TextBoxEnable = true;
  229. this.ug_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ug_code_UserControlTextChanged);
  230. this.ug_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ug_code_KeyDown);
  231. //
  232. // Employee_PowerSarch
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.ClientSize = new System.Drawing.Size(898, 558);
  237. this.Controls.Add(this.PowerSearchDGV);
  238. this.Controls.Add(this.Screen);
  239. this.Controls.Add(this.ug_code);
  240. this.Controls.Add(this.sn_module);
  241. this.Controls.Add(this.label1);
  242. this.Controls.Add(this.Group_label);
  243. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  244. this.Margin = new System.Windows.Forms.Padding(2);
  245. this.Name = "Employee_PowerSarch";
  246. this.Tag = "Employee!PowerSarch";
  247. this.Text = "权限查看";
  248. this.Load += new System.EventHandler(this.权限查看_Load);
  249. this.SizeChanged += new System.EventHandler(this.权限查看_SizeChanged);
  250. ((System.ComponentModel.ISupportInitialize)(this.PowerSearchDGV)).EndInit();
  251. this.ResumeLayout(false);
  252. this.PerformLayout();
  253. }
  254. #endregion
  255. private System.Windows.Forms.Label Group_label;
  256. private System.Windows.Forms.Label label1;
  257. private System.Windows.Forms.ComboBox sn_module;
  258. private CustomControl.TextBoxWithIcon.SearchTextBox ug_code;
  259. private CustomControl.ButtonUtil.NormalButton Screen;
  260. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PowerSearchDGV;
  261. private System.Windows.Forms.DataGridViewTextBoxColumn ug_group;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn ugp_id;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn sn_displayname;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn Em_GroupCode;
  265. private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifread;
  266. private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifwrite;
  267. private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifdelete;
  268. private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifspecial;
  269. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  270. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  271. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  272. }
  273. }