Employee_Group.Designer.cs 14 KB

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