PowerSetting.Designer.cs 9.4 KB

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