Employee_Power.Designer.cs 11 KB

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