PowerSetting.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  31. this.lpp_emcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.lpp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.em_na = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.lpp_cleandetail = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  35. this.lpp_savedetail = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  36. this.lpp_gencode = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.lpp_collectstrategy = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.lpp_allcollect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  39. this.lpp_labelmatain = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.SaveGrid = new UAS_LabelMachine.CustomControl.NormalButton();
  41. this.AddRow = new UAS_LabelMachine.CustomControl.NormalButton();
  42. this.Delete = new UAS_LabelMachine.CustomControl.NormalButton();
  43. this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
  44. this.em_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
  45. this.si_expression4_label = new System.Windows.Forms.Label();
  46. this.em_code = new UAS_LabelMachine.CustomControl.EnterTextBox();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.Screen = new UAS_LabelMachine.CustomControl.ChooseAllButton();
  49. ((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // PowerSetDGV
  53. //
  54. this.PowerSetDGV.AllowUserToAddRows = false;
  55. this.PowerSetDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  56. this.PowerSetDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  57. this.Choose,
  58. this.lpp_emcode,
  59. this.lpp_id,
  60. this.em_na,
  61. this.lpp_cleandetail,
  62. this.lpp_savedetail,
  63. this.lpp_gencode,
  64. this.lpp_collectstrategy,
  65. this.lpp_allcollect,
  66. this.lpp_labelmatain});
  67. this.PowerSetDGV.Location = new System.Drawing.Point(0, 55);
  68. this.PowerSetDGV.Name = "PowerSetDGV";
  69. this.PowerSetDGV.RowTemplate.Height = 23;
  70. this.PowerSetDGV.Size = new System.Drawing.Size(1056, 441);
  71. this.PowerSetDGV.TabIndex = 0;
  72. //
  73. // Choose
  74. //
  75. this.Choose.HeaderText = "勾选";
  76. this.Choose.Name = "Choose";
  77. this.Choose.Width = 50;
  78. //
  79. // lpp_emcode
  80. //
  81. this.lpp_emcode.DataPropertyName = "lpp_emcode";
  82. this.lpp_emcode.HeaderText = "员工编号";
  83. this.lpp_emcode.Name = "lpp_emcode";
  84. //
  85. // lpp_id
  86. //
  87. this.lpp_id.DataPropertyName = "lpp_id";
  88. this.lpp_id.HeaderText = "lpp_id";
  89. this.lpp_id.Name = "lpp_id";
  90. this.lpp_id.Visible = false;
  91. //
  92. // em_na
  93. //
  94. this.em_na.DataPropertyName = "em_name";
  95. this.em_na.HeaderText = "员工姓名";
  96. this.em_na.Name = "em_na";
  97. this.em_na.ReadOnly = true;
  98. //
  99. // lpp_cleandetail
  100. //
  101. this.lpp_cleandetail.DataPropertyName = "lpp_cleandetail";
  102. this.lpp_cleandetail.HeaderText = "清除明细";
  103. this.lpp_cleandetail.Name = "lpp_cleandetail";
  104. //
  105. // lpp_savedetail
  106. //
  107. this.lpp_savedetail.DataPropertyName = "lpp_savedetail";
  108. this.lpp_savedetail.HeaderText = "保存明细";
  109. this.lpp_savedetail.Name = "lpp_savedetail";
  110. //
  111. // lpp_gencode
  112. //
  113. this.lpp_gencode.DataPropertyName = "lpp_gencode";
  114. this.lpp_gencode.HeaderText = "生成条码";
  115. this.lpp_gencode.Name = "lpp_gencode";
  116. //
  117. // lpp_collectstrategy
  118. //
  119. this.lpp_collectstrategy.DataPropertyName = "lpp_collectstrategy";
  120. this.lpp_collectstrategy.HeaderText = "查看采集策略";
  121. this.lpp_collectstrategy.Name = "lpp_collectstrategy";
  122. this.lpp_collectstrategy.Width = 110;
  123. //
  124. // lpp_allcollect
  125. //
  126. this.lpp_allcollect.DataPropertyName = "lpp_allcollect";
  127. this.lpp_allcollect.HeaderText = "全部采集";
  128. this.lpp_allcollect.Name = "lpp_allcollect";
  129. //
  130. // lpp_labelmatain
  131. //
  132. this.lpp_labelmatain.DataPropertyName = "lpp_labelmatain";
  133. this.lpp_labelmatain.HeaderText = "标签维护";
  134. this.lpp_labelmatain.Name = "lpp_labelmatain";
  135. //
  136. // SaveGrid
  137. //
  138. this.SaveGrid.Image = ((System.Drawing.Image)(resources.GetObject("SaveGrid.Image")));
  139. this.SaveGrid.Location = new System.Drawing.Point(578, 503);
  140. this.SaveGrid.Name = "SaveGrid";
  141. this.SaveGrid.Size = new System.Drawing.Size(75, 29);
  142. this.SaveGrid.TabIndex = 1;
  143. this.SaveGrid.Text = "保存";
  144. this.SaveGrid.UseVisualStyleBackColor = true;
  145. this.SaveGrid.Click += new System.EventHandler(this.SaveGrid_Click);
  146. //
  147. // AddRow
  148. //
  149. this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image")));
  150. this.AddRow.Location = new System.Drawing.Point(407, 503);
  151. this.AddRow.Name = "AddRow";
  152. this.AddRow.Size = new System.Drawing.Size(75, 29);
  153. this.AddRow.TabIndex = 2;
  154. this.AddRow.Text = "新增";
  155. this.AddRow.UseVisualStyleBackColor = true;
  156. this.AddRow.Click += new System.EventHandler(this.AddRow_Click);
  157. //
  158. // Delete
  159. //
  160. this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
  161. this.Delete.Location = new System.Drawing.Point(491, 503);
  162. this.Delete.Name = "Delete";
  163. this.Delete.Size = new System.Drawing.Size(75, 29);
  164. this.Delete.TabIndex = 3;
  165. this.Delete.Text = "删除";
  166. this.Delete.UseVisualStyleBackColor = true;
  167. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  168. //
  169. // ChooseAll
  170. //
  171. this.ChooseAll.Location = new System.Drawing.Point(1, 55);
  172. this.ChooseAll.Name = "ChooseAll";
  173. this.ChooseAll.Size = new System.Drawing.Size(40, 22);
  174. this.ChooseAll.TabIndex = 4;
  175. this.ChooseAll.Text = "全选";
  176. this.ChooseAll.UseVisualStyleBackColor = true;
  177. //
  178. // em_name
  179. //
  180. this.em_name.ID = null;
  181. this.em_name.Location = new System.Drawing.Point(366, 20);
  182. this.em_name.Name = "em_name";
  183. this.em_name.Size = new System.Drawing.Size(157, 21);
  184. this.em_name.Str = null;
  185. this.em_name.Str1 = null;
  186. this.em_name.Str2 = null;
  187. this.em_name.TabIndex = 58;
  188. this.em_name.Tag = "em_name";
  189. //
  190. // si_expression4_label
  191. //
  192. this.si_expression4_label.AutoSize = true;
  193. this.si_expression4_label.BackColor = System.Drawing.Color.Transparent;
  194. this.si_expression4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.si_expression4_label.Location = new System.Drawing.Point(286, 20);
  196. this.si_expression4_label.Name = "si_expression4_label";
  197. this.si_expression4_label.Size = new System.Drawing.Size(74, 21);
  198. this.si_expression4_label.TabIndex = 57;
  199. this.si_expression4_label.Text = "员工姓名";
  200. //
  201. // em_code
  202. //
  203. this.em_code.ID = null;
  204. this.em_code.Location = new System.Drawing.Point(107, 20);
  205. this.em_code.Name = "em_code";
  206. this.em_code.Size = new System.Drawing.Size(157, 21);
  207. this.em_code.Str = null;
  208. this.em_code.Str1 = null;
  209. this.em_code.Str2 = null;
  210. this.em_code.TabIndex = 60;
  211. this.em_code.Tag = "em_code";
  212. //
  213. // label1
  214. //
  215. this.label1.AutoSize = true;
  216. this.label1.BackColor = System.Drawing.Color.Transparent;
  217. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.label1.Location = new System.Drawing.Point(9, 20);
  219. this.label1.Name = "label1";
  220. this.label1.Size = new System.Drawing.Size(74, 21);
  221. this.label1.TabIndex = 59;
  222. this.label1.Text = "员工编号";
  223. //
  224. // Screen
  225. //
  226. this.Screen.Location = new System.Drawing.Point(550, 20);
  227. this.Screen.Name = "Screen";
  228. this.Screen.Size = new System.Drawing.Size(40, 22);
  229. this.Screen.TabIndex = 61;
  230. this.Screen.Text = "筛选";
  231. this.Screen.UseVisualStyleBackColor = true;
  232. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  233. //
  234. // PowerSetting
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.ClientSize = new System.Drawing.Size(1057, 541);
  239. this.Controls.Add(this.Screen);
  240. this.Controls.Add(this.em_code);
  241. this.Controls.Add(this.label1);
  242. this.Controls.Add(this.em_name);
  243. this.Controls.Add(this.si_expression4_label);
  244. this.Controls.Add(this.ChooseAll);
  245. this.Controls.Add(this.Delete);
  246. this.Controls.Add(this.AddRow);
  247. this.Controls.Add(this.SaveGrid);
  248. this.Controls.Add(this.PowerSetDGV);
  249. this.Name = "PowerSetting";
  250. this.Text = "权限设置";
  251. this.Load += new System.EventHandler(this.PowerSetting_Load);
  252. ((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).EndInit();
  253. this.ResumeLayout(false);
  254. this.PerformLayout();
  255. }
  256. #endregion
  257. private CustomControl.DataGridViewWithSerialNum PowerSetDGV;
  258. private CustomControl.NormalButton SaveGrid;
  259. private CustomControl.NormalButton AddRow;
  260. private CustomControl.NormalButton Delete;
  261. private CustomControl.ChooseAllButton ChooseAll;
  262. private CustomControl.EnterTextBox em_name;
  263. private System.Windows.Forms.Label si_expression4_label;
  264. private CustomControl.EnterTextBox em_code;
  265. private System.Windows.Forms.Label label1;
  266. private CustomControl.ChooseAllButton Screen;
  267. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn lpp_emcode;
  269. private System.Windows.Forms.DataGridViewTextBoxColumn lpp_id;
  270. private System.Windows.Forms.DataGridViewTextBoxColumn em_na;
  271. private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_cleandetail;
  272. private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_savedetail;
  273. private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_gencode;
  274. private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_collectstrategy;
  275. private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_allcollect;
  276. private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_labelmatain;
  277. }
  278. }