Employee_NewGroup.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace UAS_MES_NEW.Employee
  2. {
  3. partial class Employee_NewGroup
  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_NewGroup));
  29. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  30. this.ProductName = new System.Windows.Forms.Label();
  31. this.ug_code_label = new System.Windows.Forms.Label();
  32. this.ug_name_label = new System.Windows.Forms.Label();
  33. this.SaveGroup = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.ug_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.ug_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.SuspendLayout();
  37. //
  38. // headBar1
  39. //
  40. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  41. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  42. this.headBar1.Location = new System.Drawing.Point(0, 0);
  43. this.headBar1.Margin = new System.Windows.Forms.Padding(4);
  44. this.headBar1.Name = "headBar1";
  45. this.headBar1.Size = new System.Drawing.Size(439, 40);
  46. this.headBar1.TabIndex = 0;
  47. this.headBar1.Title = null;
  48. //
  49. // ProductName
  50. //
  51. this.ProductName.AutoSize = true;
  52. this.ProductName.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  53. this.ProductName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.ProductName.ForeColor = System.Drawing.SystemColors.ButtonFace;
  55. this.ProductName.Location = new System.Drawing.Point(9, 6);
  56. this.ProductName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  57. this.ProductName.Name = "ProductName";
  58. this.ProductName.Size = new System.Drawing.Size(92, 27);
  59. this.ProductName.TabIndex = 11;
  60. this.ProductName.Text = "新增分组";
  61. //
  62. // ug_code_label
  63. //
  64. this.ug_code_label.AutoSize = true;
  65. this.ug_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.ug_code_label.Location = new System.Drawing.Point(22, 88);
  67. this.ug_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  68. this.ug_code_label.Name = "ug_code_label";
  69. this.ug_code_label.Size = new System.Drawing.Size(112, 27);
  70. this.ug_code_label.TabIndex = 12;
  71. this.ug_code_label.Text = "用户组编号";
  72. //
  73. // ug_name_label
  74. //
  75. this.ug_name_label.AutoSize = true;
  76. this.ug_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.ug_name_label.Location = new System.Drawing.Point(22, 148);
  78. this.ug_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  79. this.ug_name_label.Name = "ug_name_label";
  80. this.ug_name_label.Size = new System.Drawing.Size(112, 27);
  81. this.ug_name_label.TabIndex = 14;
  82. this.ug_name_label.Text = "用户组名称";
  83. //
  84. // SaveGroup
  85. //
  86. this.SaveGroup.AllPower = null;
  87. this.SaveGroup.BackColor = System.Drawing.Color.Transparent;
  88. this.SaveGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveGroup.DownImage")));
  89. this.SaveGroup.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.SaveGroup.Image = null;
  91. this.SaveGroup.IsShowBorder = true;
  92. this.SaveGroup.Location = new System.Drawing.Point(191, 212);
  93. this.SaveGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveGroup.MoveImage")));
  94. this.SaveGroup.Name = "SaveGroup";
  95. this.SaveGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveGroup.NormalImage")));
  96. this.SaveGroup.Power = null;
  97. this.SaveGroup.Size = new System.Drawing.Size(60, 30);
  98. this.SaveGroup.TabIndex = 16;
  99. this.SaveGroup.Text = "保存";
  100. this.SaveGroup.UseVisualStyleBackColor = false;
  101. this.SaveGroup.Click += new System.EventHandler(this.SaveGroup_Click);
  102. //
  103. // ug_code
  104. //
  105. this.ug_code.AllPower = null;
  106. this.ug_code.BackColor = System.Drawing.Color.White;
  107. this.ug_code.ID = null;
  108. this.ug_code.Location = new System.Drawing.Point(170, 88);
  109. this.ug_code.Name = "ug_code";
  110. this.ug_code.Power = null;
  111. this.ug_code.Size = new System.Drawing.Size(235, 25);
  112. this.ug_code.Str = null;
  113. this.ug_code.Str1 = null;
  114. this.ug_code.Str2 = null;
  115. this.ug_code.TabIndex = 17;
  116. //
  117. // ug_name
  118. //
  119. this.ug_name.AllPower = null;
  120. this.ug_name.BackColor = System.Drawing.Color.White;
  121. this.ug_name.ID = null;
  122. this.ug_name.Location = new System.Drawing.Point(170, 148);
  123. this.ug_name.Name = "ug_name";
  124. this.ug_name.Power = null;
  125. this.ug_name.Size = new System.Drawing.Size(235, 25);
  126. this.ug_name.Str = null;
  127. this.ug_name.Str1 = null;
  128. this.ug_name.Str2 = null;
  129. this.ug_name.TabIndex = 18;
  130. //
  131. // Employee_NewGroup
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(439, 266);
  136. this.Controls.Add(this.ug_name);
  137. this.Controls.Add(this.ug_code);
  138. this.Controls.Add(this.SaveGroup);
  139. this.Controls.Add(this.ug_name_label);
  140. this.Controls.Add(this.ug_code_label);
  141. this.Controls.Add(this.ProductName);
  142. this.Controls.Add(this.headBar1);
  143. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  144. this.Name = "Employee_NewGroup";
  145. this.Tag = "ShowDialogWindow";
  146. this.Text = "新增分组";
  147. this.Load += new System.EventHandler(this.新增分组_Load);
  148. this.ResumeLayout(false);
  149. this.PerformLayout();
  150. }
  151. #endregion
  152. private CustomControl.HeadBar headBar1;
  153. private System.Windows.Forms.Label ProductName;
  154. private System.Windows.Forms.Label ug_code_label;
  155. private System.Windows.Forms.Label ug_name_label;
  156. private CustomControl.ButtonUtil.NormalButton SaveGroup;
  157. private CustomControl.TextBoxWithIcon.EnterTextBox ug_code;
  158. private CustomControl.TextBoxWithIcon.EnterTextBox ug_name;
  159. }
  160. }