PowerSetting.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. namespace UAS_LabelMachine
  2. {
  3. partial class PowerSetting
  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(PowerSetting));
  29. this.PowerSetDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  30. this.SaveGrid = new UAS_LabelMachine.CustomControl.NormalButton();
  31. this.em_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
  32. this.si_expression4_label = new System.Windows.Forms.Label();
  33. this.em_code = new UAS_LabelMachine.CustomControl.EnterTextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.Screen = new UAS_LabelMachine.CustomControl.ChooseAllButton();
  36. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.lpp_emcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.lpp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.em_na = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.lpp_manual = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. ((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // PowerSetDGV
  45. //
  46. this.PowerSetDGV.AllowUserToAddRows = false;
  47. this.PowerSetDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  48. this.PowerSetDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  49. this.Choose,
  50. this.lpp_emcode,
  51. this.lpp_id,
  52. this.em_na,
  53. this.lpp_manual});
  54. this.PowerSetDGV.Location = new System.Drawing.Point(0, 55);
  55. this.PowerSetDGV.Name = "PowerSetDGV";
  56. this.PowerSetDGV.RowTemplate.Height = 23;
  57. this.PowerSetDGV.Size = new System.Drawing.Size(1056, 441);
  58. this.PowerSetDGV.TabIndex = 0;
  59. //
  60. // SaveGrid
  61. //
  62. this.SaveGrid.Image = ((System.Drawing.Image)(resources.GetObject("SaveGrid.Image")));
  63. this.SaveGrid.Location = new System.Drawing.Point(491, 504);
  64. this.SaveGrid.Name = "SaveGrid";
  65. this.SaveGrid.Size = new System.Drawing.Size(75, 29);
  66. this.SaveGrid.TabIndex = 1;
  67. this.SaveGrid.Text = "保存";
  68. this.SaveGrid.UseVisualStyleBackColor = true;
  69. this.SaveGrid.Click += new System.EventHandler(this.SaveGrid_Click);
  70. //
  71. // em_name
  72. //
  73. this.em_name.ID = null;
  74. this.em_name.Location = new System.Drawing.Point(366, 20);
  75. this.em_name.Name = "em_name";
  76. this.em_name.Size = new System.Drawing.Size(157, 21);
  77. this.em_name.Str = null;
  78. this.em_name.Str1 = null;
  79. this.em_name.Str2 = null;
  80. this.em_name.TabIndex = 58;
  81. this.em_name.Tag = "em_name";
  82. //
  83. // si_expression4_label
  84. //
  85. this.si_expression4_label.AutoSize = true;
  86. this.si_expression4_label.BackColor = System.Drawing.Color.Transparent;
  87. this.si_expression4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.si_expression4_label.Location = new System.Drawing.Point(286, 20);
  89. this.si_expression4_label.Name = "si_expression4_label";
  90. this.si_expression4_label.Size = new System.Drawing.Size(74, 21);
  91. this.si_expression4_label.TabIndex = 57;
  92. this.si_expression4_label.Text = "员工姓名";
  93. //
  94. // em_code
  95. //
  96. this.em_code.ID = null;
  97. this.em_code.Location = new System.Drawing.Point(107, 20);
  98. this.em_code.Name = "em_code";
  99. this.em_code.Size = new System.Drawing.Size(157, 21);
  100. this.em_code.Str = null;
  101. this.em_code.Str1 = null;
  102. this.em_code.Str2 = null;
  103. this.em_code.TabIndex = 60;
  104. this.em_code.Tag = "em_code";
  105. //
  106. // label1
  107. //
  108. this.label1.AutoSize = true;
  109. this.label1.BackColor = System.Drawing.Color.Transparent;
  110. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.label1.Location = new System.Drawing.Point(9, 20);
  112. this.label1.Name = "label1";
  113. this.label1.Size = new System.Drawing.Size(74, 21);
  114. this.label1.TabIndex = 59;
  115. this.label1.Text = "员工编号";
  116. //
  117. // Screen
  118. //
  119. this.Screen.Location = new System.Drawing.Point(550, 20);
  120. this.Screen.Name = "Screen";
  121. this.Screen.Size = new System.Drawing.Size(40, 22);
  122. this.Screen.TabIndex = 61;
  123. this.Screen.Text = "筛选";
  124. this.Screen.UseVisualStyleBackColor = true;
  125. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  126. //
  127. // Choose
  128. //
  129. this.Choose.HeaderText = "勾选";
  130. this.Choose.Name = "Choose";
  131. this.Choose.Width = 50;
  132. //
  133. // lpp_emcode
  134. //
  135. this.lpp_emcode.DataPropertyName = "em_code";
  136. this.lpp_emcode.HeaderText = "员工编号";
  137. this.lpp_emcode.Name = "lpp_emcode";
  138. //
  139. // lpp_id
  140. //
  141. this.lpp_id.DataPropertyName = "lpp_id";
  142. this.lpp_id.HeaderText = "lpp_id";
  143. this.lpp_id.Name = "lpp_id";
  144. this.lpp_id.Visible = false;
  145. //
  146. // em_na
  147. //
  148. this.em_na.DataPropertyName = "em_name";
  149. this.em_na.HeaderText = "员工姓名";
  150. this.em_na.Name = "em_na";
  151. this.em_na.ReadOnly = true;
  152. //
  153. // lpp_manual
  154. //
  155. this.lpp_manual.DataPropertyName = "lpp_manual";
  156. this.lpp_manual.HeaderText = "允许手动采集";
  157. this.lpp_manual.Name = "lpp_manual";
  158. //
  159. // PowerSetting
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(1057, 541);
  164. this.Controls.Add(this.Screen);
  165. this.Controls.Add(this.em_code);
  166. this.Controls.Add(this.label1);
  167. this.Controls.Add(this.em_name);
  168. this.Controls.Add(this.si_expression4_label);
  169. this.Controls.Add(this.SaveGrid);
  170. this.Controls.Add(this.PowerSetDGV);
  171. this.Name = "PowerSetting";
  172. this.Text = "权限设置";
  173. this.Load += new System.EventHandler(this.PowerSetting_Load);
  174. ((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).EndInit();
  175. this.ResumeLayout(false);
  176. this.PerformLayout();
  177. }
  178. #endregion
  179. private CustomControl.DataGridViewWithSerialNum PowerSetDGV;
  180. private CustomControl.NormalButton SaveGrid;
  181. private CustomControl.EnterTextBox em_name;
  182. private System.Windows.Forms.Label si_expression4_label;
  183. private CustomControl.EnterTextBox em_code;
  184. private System.Windows.Forms.Label label1;
  185. private CustomControl.ChooseAllButton Screen;
  186. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  187. private System.Windows.Forms.DataGridViewTextBoxColumn lpp_emcode;
  188. private System.Windows.Forms.DataGridViewTextBoxColumn lpp_id;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn em_na;
  190. private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_manual;
  191. }
  192. }