Employee_Group.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. namespace UAS_MES.Employee
  2. {
  3. partial class Employee_Group
  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_Group));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.ug_code_label = new System.Windows.Forms.Label();
  32. this.ug_name_label = new System.Windows.Forms.Label();
  33. this.UserGroupDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  34. this.NewGroup = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  35. this.DeleteGroup = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  36. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  37. this.ug_name = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  38. this.ug_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  39. this.ug_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.ug_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ug_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.UserSetting = new System.Windows.Forms.DataGridViewLinkColumn();
  43. this.PowerSetting = new System.Windows.Forms.DataGridViewLinkColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.UserGroupDGV)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // ug_code_label
  48. //
  49. this.ug_code_label.AutoSize = true;
  50. this.ug_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.ug_code_label.Location = new System.Drawing.Point(12, 30);
  52. this.ug_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  53. this.ug_code_label.Name = "ug_code_label";
  54. this.ug_code_label.Size = new System.Drawing.Size(112, 27);
  55. this.ug_code_label.TabIndex = 237;
  56. this.ug_code_label.Text = "用户组代码";
  57. //
  58. // ug_name_label
  59. //
  60. this.ug_name_label.AutoSize = true;
  61. this.ug_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.ug_name_label.Location = new System.Drawing.Point(352, 30);
  63. this.ug_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  64. this.ug_name_label.Name = "ug_name_label";
  65. this.ug_name_label.Size = new System.Drawing.Size(72, 27);
  66. this.ug_name_label.TabIndex = 239;
  67. this.ug_name_label.Text = "用户组";
  68. //
  69. // UserGroupDGV
  70. //
  71. this.UserGroupDGV.AllowUserToAddRows = false;
  72. this.UserGroupDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  73. this.UserGroupDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.ug_id,
  75. this.ug_code1,
  76. this.ug_name1,
  77. this.UserSetting,
  78. this.PowerSetting});
  79. this.UserGroupDGV.Location = new System.Drawing.Point(12, 71);
  80. this.UserGroupDGV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  81. this.UserGroupDGV.Name = "UserGroupDGV";
  82. this.UserGroupDGV.RowTemplate.Height = 27;
  83. this.UserGroupDGV.Size = new System.Drawing.Size(869, 598);
  84. this.UserGroupDGV.TabIndex = 244;
  85. this.UserGroupDGV.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.UserGroupDGV_CellClick);
  86. //
  87. // NewGroup
  88. //
  89. this.NewGroup.AllPower = null;
  90. this.NewGroup.BackColor = System.Drawing.Color.Transparent;
  91. this.NewGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("NewGroup.DownImage")));
  92. this.NewGroup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.NewGroup.Image = null;
  94. this.NewGroup.IsShowBorder = true;
  95. this.NewGroup.Location = new System.Drawing.Point(743, 29);
  96. this.NewGroup.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.NewGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewGroup.MoveImage")));
  98. this.NewGroup.Name = "NewGroup";
  99. this.NewGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewGroup.NormalImage")));
  100. this.NewGroup.Power = null;
  101. this.NewGroup.Size = new System.Drawing.Size(60, 32);
  102. this.NewGroup.TabIndex = 243;
  103. this.NewGroup.Tag = "ShowDialogWindow";
  104. this.NewGroup.Text = "新增";
  105. this.NewGroup.UseVisualStyleBackColor = false;
  106. this.NewGroup.Click += new System.EventHandler(this.NewGroup_Click);
  107. //
  108. // DeleteGroup
  109. //
  110. this.DeleteGroup.AllPower = null;
  111. this.DeleteGroup.BackColor = System.Drawing.Color.Transparent;
  112. this.DeleteGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteGroup.DownImage")));
  113. this.DeleteGroup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.DeleteGroup.Image = null;
  115. this.DeleteGroup.IsShowBorder = true;
  116. this.DeleteGroup.Location = new System.Drawing.Point(821, 29);
  117. this.DeleteGroup.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  118. this.DeleteGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteGroup.MoveImage")));
  119. this.DeleteGroup.Name = "DeleteGroup";
  120. this.DeleteGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteGroup.NormalImage")));
  121. this.DeleteGroup.Power = null;
  122. this.DeleteGroup.Size = new System.Drawing.Size(60, 32);
  123. this.DeleteGroup.TabIndex = 242;
  124. this.DeleteGroup.Text = "删除";
  125. this.DeleteGroup.UseVisualStyleBackColor = false;
  126. this.DeleteGroup.Click += new System.EventHandler(this.DeleteGroup_Click);
  127. //
  128. // Screen
  129. //
  130. this.Screen.AllPower = null;
  131. this.Screen.BackColor = System.Drawing.Color.Transparent;
  132. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  133. this.Screen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.Screen.Image = null;
  135. this.Screen.IsShowBorder = true;
  136. this.Screen.Location = new System.Drawing.Point(667, 29);
  137. this.Screen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  138. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  139. this.Screen.Name = "Screen";
  140. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  141. this.Screen.Power = null;
  142. this.Screen.Size = new System.Drawing.Size(60, 32);
  143. this.Screen.TabIndex = 241;
  144. this.Screen.Text = "筛选";
  145. this.Screen.UseVisualStyleBackColor = false;
  146. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  147. //
  148. // ug_name
  149. //
  150. this.ug_name.AllPower = null;
  151. this.ug_name.Caller = null;
  152. this.ug_name.Condition = null;
  153. this.ug_name.DBTitle = null;
  154. this.ug_name.FormName = null;
  155. this.ug_name.Location = new System.Drawing.Point(443, 30);
  156. this.ug_name.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  157. this.ug_name.Name = "ug_name";
  158. this.ug_name.Power = null;
  159. this.ug_name.ReturnData = null;
  160. this.ug_name.SelectField = null;
  161. this.ug_name.SetValueField = null;
  162. this.ug_name.Size = new System.Drawing.Size(183, 26);
  163. this.ug_name.TabIndex = 240;
  164. this.ug_name.TableName = null;
  165. this.ug_name.Tag = "ug_code";
  166. this.ug_name.TextBoxEnable = true;
  167. //
  168. // ug_code
  169. //
  170. this.ug_code.AllPower = null;
  171. this.ug_code.Caller = null;
  172. this.ug_code.Condition = null;
  173. this.ug_code.DBTitle = null;
  174. this.ug_code.FormName = null;
  175. this.ug_code.Location = new System.Drawing.Point(139, 30);
  176. this.ug_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  177. this.ug_code.Name = "ug_code";
  178. this.ug_code.Power = null;
  179. this.ug_code.ReturnData = null;
  180. this.ug_code.SelectField = null;
  181. this.ug_code.SetValueField = null;
  182. this.ug_code.Size = new System.Drawing.Size(180, 26);
  183. this.ug_code.TabIndex = 238;
  184. this.ug_code.TableName = null;
  185. this.ug_code.Tag = "ug_code";
  186. this.ug_code.TextBoxEnable = true;
  187. //
  188. // ug_id
  189. //
  190. this.ug_id.DataPropertyName = "ug_id";
  191. this.ug_id.HeaderText = "ug_id";
  192. this.ug_id.Name = "ug_id";
  193. this.ug_id.Visible = false;
  194. //
  195. // ug_code1
  196. //
  197. this.ug_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  198. this.ug_code1.DataPropertyName = "ug_code";
  199. this.ug_code1.HeaderText = "用户组代码";
  200. this.ug_code1.Name = "ug_code1";
  201. //
  202. // ug_name1
  203. //
  204. this.ug_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  205. this.ug_name1.DataPropertyName = "ug_name";
  206. this.ug_name1.HeaderText = "用户组";
  207. this.ug_name1.Name = "ug_name1";
  208. //
  209. // UserSetting
  210. //
  211. this.UserSetting.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  212. this.UserSetting.DataPropertyName = "UserSetting";
  213. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  214. this.UserSetting.DefaultCellStyle = dataGridViewCellStyle1;
  215. this.UserSetting.HeaderText = "成员设置";
  216. this.UserSetting.Name = "UserSetting";
  217. this.UserSetting.Width = 120;
  218. //
  219. // PowerSetting
  220. //
  221. this.PowerSetting.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  222. this.PowerSetting.DataPropertyName = "PowerSetting";
  223. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  224. this.PowerSetting.DefaultCellStyle = dataGridViewCellStyle2;
  225. this.PowerSetting.HeaderText = "权限分配";
  226. this.PowerSetting.Name = "PowerSetting";
  227. //
  228. // Employee_Group
  229. //
  230. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  231. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  232. this.ClientSize = new System.Drawing.Size(959, 695);
  233. this.Controls.Add(this.UserGroupDGV);
  234. this.Controls.Add(this.NewGroup);
  235. this.Controls.Add(this.DeleteGroup);
  236. this.Controls.Add(this.Screen);
  237. this.Controls.Add(this.ug_name);
  238. this.Controls.Add(this.ug_name_label);
  239. this.Controls.Add(this.ug_code);
  240. this.Controls.Add(this.ug_code_label);
  241. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  242. this.Margin = new System.Windows.Forms.Padding(4);
  243. this.Name = "Employee_Group";
  244. this.Tag = "Employee!Data";
  245. this.Text = "人员资料";
  246. this.Load += new System.EventHandler(this.人员分组_Load);
  247. this.SizeChanged += new System.EventHandler(this.人员分组_SizeChanged);
  248. ((System.ComponentModel.ISupportInitialize)(this.UserGroupDGV)).EndInit();
  249. this.ResumeLayout(false);
  250. this.PerformLayout();
  251. }
  252. #endregion
  253. private CustomControl.TextBoxWithIcon.SearchTextBox ug_code;
  254. private System.Windows.Forms.Label ug_code_label;
  255. private CustomControl.TextBoxWithIcon.SearchTextBox ug_name;
  256. private System.Windows.Forms.Label ug_name_label;
  257. private CustomControl.ButtonUtil.NormalButton Screen;
  258. private CustomControl.ButtonUtil.NormalButton DeleteGroup;
  259. private CustomControl.ButtonUtil.NormalButton NewGroup;
  260. private CustomControl.DataGrid_View.DataGridViewWithSerialNum UserGroupDGV;
  261. private System.Windows.Forms.DataGridViewTextBoxColumn ug_id;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn ug_code1;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn ug_name1;
  264. private System.Windows.Forms.DataGridViewLinkColumn UserSetting;
  265. private System.Windows.Forms.DataGridViewLinkColumn PowerSetting;
  266. }
  267. }