Employee_PowerSarch.Designer.cs 14 KB

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