Employee_Power.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. namespace UAS_MES_NEW.Employee
  2. {
  3. partial class Employee_Power
  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_Power));
  29. this.sn_module_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.ug_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  33. this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.SavePower = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.GroupPowerDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  36. this.Em_GroupCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Sn_ClassName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ugp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. ((System.ComponentModel.ISupportInitialize)(this.GroupPowerDGV)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // sn_module_label
  45. //
  46. this.sn_module_label.AutoSize = true;
  47. this.sn_module_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.sn_module_label.Location = new System.Drawing.Point(363, 18);
  49. this.sn_module_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  50. this.sn_module_label.Name = "sn_module_label";
  51. this.sn_module_label.Size = new System.Drawing.Size(92, 27);
  52. this.sn_module_label.TabIndex = 211;
  53. this.sn_module_label.Text = "对应模块";
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label1.Location = new System.Drawing.Point(21, 18);
  60. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(72, 27);
  63. this.label1.TabIndex = 212;
  64. this.label1.Text = "用户组";
  65. //
  66. // sn_module
  67. //
  68. this.sn_module.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  69. this.sn_module.FormattingEnabled = true;
  70. this.sn_module.Location = new System.Drawing.Point(491, 20);
  71. this.sn_module.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  72. this.sn_module.Name = "sn_module";
  73. this.sn_module.Size = new System.Drawing.Size(185, 23);
  74. this.sn_module.TabIndex = 237;
  75. this.sn_module.Tag = "sn_classname";
  76. this.sn_module.SelectedIndexChanged += new System.EventHandler(this.sn_module_SelectedIndexChanged);
  77. //
  78. // ug_code
  79. //
  80. this.ug_code.AllPower = null;
  81. this.ug_code.Caller = null;
  82. this.ug_code.Condition = null;
  83. this.ug_code.DBTitle = null;
  84. this.ug_code.FormName = null;
  85. this.ug_code.Location = new System.Drawing.Point(127, 20);
  86. this.ug_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  87. this.ug_code.Name = "ug_code";
  88. this.ug_code.Power = null;
  89. this.ug_code.SelectField = null;
  90. this.ug_code.SetValueField = null;
  91. this.ug_code.Size = new System.Drawing.Size(205, 25);
  92. this.ug_code.TabIndex = 236;
  93. this.ug_code.TableName = null;
  94. this.ug_code.Tag = "ug_code";
  95. this.ug_code.TextBoxEnable = true;
  96. this.ug_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ug_code_UserControlTextChanged);
  97. //
  98. // Screen
  99. //
  100. this.Screen.AllPower = "ifall";
  101. this.Screen.BackColor = System.Drawing.Color.Transparent;
  102. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  103. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  104. this.Screen.IsShowBorder = true;
  105. this.Screen.Location = new System.Drawing.Point(707, 19);
  106. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  107. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  108. this.Screen.Name = "Screen";
  109. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  110. this.Screen.Power = null;
  111. this.Screen.Size = new System.Drawing.Size(69, 30);
  112. this.Screen.TabIndex = 232;
  113. this.Screen.Tag = "IfRead|ifAll";
  114. this.Screen.Text = "筛选";
  115. this.Screen.UseVisualStyleBackColor = true;
  116. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  117. //
  118. // SavePower
  119. //
  120. this.SavePower.AllPower = "";
  121. this.SavePower.BackColor = System.Drawing.Color.Transparent;
  122. this.SavePower.DownImage = ((System.Drawing.Image)(resources.GetObject("SavePower.DownImage")));
  123. this.SavePower.Image = ((System.Drawing.Image)(resources.GetObject("SavePower.Image")));
  124. this.SavePower.IsShowBorder = true;
  125. this.SavePower.Location = new System.Drawing.Point(484, 575);
  126. this.SavePower.Margin = new System.Windows.Forms.Padding(4);
  127. this.SavePower.MoveImage = ((System.Drawing.Image)(resources.GetObject("SavePower.MoveImage")));
  128. this.SavePower.Name = "SavePower";
  129. this.SavePower.NormalImage = ((System.Drawing.Image)(resources.GetObject("SavePower.NormalImage")));
  130. this.SavePower.Power = "";
  131. this.SavePower.Size = new System.Drawing.Size(80, 30);
  132. this.SavePower.TabIndex = 1;
  133. this.SavePower.Tag = "";
  134. this.SavePower.Text = "保存";
  135. this.SavePower.UseVisualStyleBackColor = true;
  136. this.SavePower.Click += new System.EventHandler(this.SavePower_Click);
  137. //
  138. // GroupPowerDGV
  139. //
  140. this.GroupPowerDGV.AllowUserToAddRows = false;
  141. this.GroupPowerDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  142. this.GroupPowerDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  143. this.GroupPowerDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  144. this.Em_GroupCode,
  145. this.Sn_ClassName1,
  146. this.ugp_id,
  147. this.Column1,
  148. this.Column2});
  149. this.GroupPowerDGV.Location = new System.Drawing.Point(4, 63);
  150. this.GroupPowerDGV.Margin = new System.Windows.Forms.Padding(4);
  151. this.GroupPowerDGV.Name = "GroupPowerDGV";
  152. this.GroupPowerDGV.RowTemplate.Height = 23;
  153. this.GroupPowerDGV.Size = new System.Drawing.Size(1038, 500);
  154. this.GroupPowerDGV.TabIndex = 0;
  155. this.GroupPowerDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.GroupPower_DataError);
  156. //
  157. // Em_GroupCode
  158. //
  159. this.Em_GroupCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  160. this.Em_GroupCode.DataPropertyName = "sn_module";
  161. this.Em_GroupCode.HeaderText = "所属模块";
  162. this.Em_GroupCode.Name = "Em_GroupCode";
  163. this.Em_GroupCode.ReadOnly = true;
  164. this.Em_GroupCode.Width = 120;
  165. //
  166. // Sn_ClassName1
  167. //
  168. this.Sn_ClassName1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  169. this.Sn_ClassName1.DataPropertyName = "sn_displayname";
  170. this.Sn_ClassName1.HeaderText = "功能模块";
  171. this.Sn_ClassName1.Name = "Sn_ClassName1";
  172. this.Sn_ClassName1.ReadOnly = true;
  173. this.Sn_ClassName1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  174. this.Sn_ClassName1.Width = 200;
  175. //
  176. // ugp_id
  177. //
  178. this.ugp_id.DataPropertyName = "ugp_id";
  179. this.ugp_id.HeaderText = "ugp_id";
  180. this.ugp_id.Name = "ugp_id";
  181. this.ugp_id.Visible = false;
  182. //
  183. // Column1
  184. //
  185. this.Column1.HeaderText = "";
  186. this.Column1.Name = "Column1";
  187. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  188. //
  189. // Column2
  190. //
  191. this.Column2.HeaderText = "";
  192. this.Column2.Name = "Column2";
  193. //
  194. // Employee_Power
  195. //
  196. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  197. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  198. this.ClientSize = new System.Drawing.Size(1045, 619);
  199. this.Controls.Add(this.sn_module);
  200. this.Controls.Add(this.ug_code);
  201. this.Controls.Add(this.Screen);
  202. this.Controls.Add(this.label1);
  203. this.Controls.Add(this.sn_module_label);
  204. this.Controls.Add(this.SavePower);
  205. this.Controls.Add(this.GroupPowerDGV);
  206. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  207. this.Margin = new System.Windows.Forms.Padding(4);
  208. this.Name = "Employee_Power";
  209. this.Tag = "Employee!Power";
  210. this.Text = "权限控制";
  211. this.Load += new System.EventHandler(this.权限控制_Load);
  212. this.SizeChanged += new System.EventHandler(this.权限控制_SizeChanged);
  213. ((System.ComponentModel.ISupportInitialize)(this.GroupPowerDGV)).EndInit();
  214. this.ResumeLayout(false);
  215. this.PerformLayout();
  216. }
  217. #endregion
  218. private CustomControl.DataGrid_View.DataGridViewWithSerialNum GroupPowerDGV;
  219. private CustomControl.ButtonUtil.NormalButton SavePower;
  220. private System.Windows.Forms.Label sn_module_label;
  221. private System.Windows.Forms.Label label1;
  222. private CustomControl.ButtonUtil.NormalButton Screen;
  223. private CustomControl.TextBoxWithIcon.SearchTextBox ug_code;
  224. private System.Windows.Forms.ComboBox sn_module;
  225. private System.Windows.Forms.DataGridViewTextBoxColumn Em_GroupCode;
  226. private System.Windows.Forms.DataGridViewTextBoxColumn Sn_ClassName1;
  227. private System.Windows.Forms.DataGridViewTextBoxColumn ugp_id;
  228. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  229. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  230. }
  231. }