Query_LoadMan.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_LoadMan
  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. this.linecode_label = new System.Windows.Forms.Label();
  29. this.emcode_label = new System.Windows.Forms.Label();
  30. this.DGV = new System.Windows.Forms.DataGridView();
  31. this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.lm_emcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.sed_emname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.lm_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.lm_uptime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.lm_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.UpLoadMan = new System.Windows.Forms.RadioButton();
  38. this.DownLoadMan = new System.Windows.Forms.RadioButton();
  39. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.em_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  41. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  42. ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // linecode_label
  46. //
  47. this.linecode_label.AutoSize = true;
  48. this.linecode_label.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.linecode_label.Location = new System.Drawing.Point(24, 34);
  50. this.linecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  51. this.linecode_label.Name = "linecode_label";
  52. this.linecode_label.Size = new System.Drawing.Size(64, 31);
  53. this.linecode_label.TabIndex = 10;
  54. this.linecode_label.Text = "线别";
  55. //
  56. // li_code
  57. //
  58. this.li_code.AllPower = "IFALL";
  59. this.li_code.Caller = null;
  60. this.li_code.Condition = null;
  61. this.li_code.DBTitle = "";
  62. this.li_code.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.li_code.FormName = null;
  64. this.li_code.Location = new System.Drawing.Point(96, 27);
  65. this.li_code.Margin = new System.Windows.Forms.Padding(6);
  66. this.li_code.Name = "li_code";
  67. this.li_code.Power = "";
  68. this.li_code.ReturnData = null;
  69. this.li_code.SelectField = null;
  70. this.li_code.SetValueField = null;
  71. this.li_code.Size = new System.Drawing.Size(282, 46);
  72. this.li_code.TabIndex = 1;
  73. this.li_code.TableName = null;
  74. this.li_code.TextBoxEnable = false;
  75. //
  76. // emcode_label
  77. //
  78. this.emcode_label.AutoSize = true;
  79. this.emcode_label.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.emcode_label.Location = new System.Drawing.Point(408, 34);
  81. this.emcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  82. this.emcode_label.Name = "emcode_label";
  83. this.emcode_label.Size = new System.Drawing.Size(94, 31);
  84. this.emcode_label.TabIndex = 11;
  85. this.emcode_label.Text = "人员编号";
  86. //
  87. // em_code
  88. //
  89. this.em_code.AllPower = null;
  90. this.em_code.BackColor = System.Drawing.Color.White;
  91. this.em_code.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.em_code.ID = null;
  93. this.em_code.Location = new System.Drawing.Point(532, 35);
  94. this.em_code.Margin = new System.Windows.Forms.Padding(4);
  95. this.em_code.Name = "em_code";
  96. this.em_code.Power = null;
  97. this.em_code.Size = new System.Drawing.Size(220, 40);
  98. this.em_code.TabIndex = 2;
  99. this.em_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.em_code_KeyDown);
  100. //
  101. // UpLoadMan
  102. //
  103. this.UpLoadMan.AutoSize = true;
  104. this.UpLoadMan.Checked = true;
  105. this.UpLoadMan.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.UpLoadMan.Location = new System.Drawing.Point(800, 34);
  107. this.UpLoadMan.Margin = new System.Windows.Forms.Padding(4);
  108. this.UpLoadMan.Name = "UpLoadMan";
  109. this.UpLoadMan.Size = new System.Drawing.Size(76, 32);
  110. this.UpLoadMan.TabIndex = 3;
  111. this.UpLoadMan.TabStop = true;
  112. this.UpLoadMan.Text = "上线";
  113. this.UpLoadMan.UseVisualStyleBackColor = true;
  114. this.UpLoadMan.CheckedChanged += new System.EventHandler(this.UpLoadMan_CheckedChanged);
  115. //
  116. // DownLoadMan
  117. //
  118. this.DownLoadMan.AutoSize = true;
  119. this.DownLoadMan.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.DownLoadMan.Location = new System.Drawing.Point(912, 34);
  121. this.DownLoadMan.Margin = new System.Windows.Forms.Padding(4);
  122. this.DownLoadMan.Name = "DownLoadMan";
  123. this.DownLoadMan.Size = new System.Drawing.Size(76, 32);
  124. this.DownLoadMan.TabIndex = 4;
  125. this.DownLoadMan.TabStop = true;
  126. this.DownLoadMan.Text = "下线";
  127. this.DownLoadMan.UseVisualStyleBackColor = true;
  128. this.DownLoadMan.CheckedChanged += new System.EventHandler(this.DownLoadMan_CheckedChanged);
  129. //
  130. // DGV
  131. //
  132. this.DGV.AllowUserToAddRows = false;
  133. this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  134. this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  135. this.lm_id,
  136. this.lm_emcode,
  137. this.sed_emname,
  138. this.lm_linecode,
  139. this.lm_uptime,
  140. this.lm_inman});
  141. this.DGV.Location = new System.Drawing.Point(24, 96);
  142. this.DGV.Name = "DGV";
  143. this.DGV.RowHeadersWidth = 82;
  144. this.DGV.RowTemplate.Height = 37;
  145. this.DGV.Size = new System.Drawing.Size(1090, 640);
  146. this.DGV.TabIndex = 5;
  147. //
  148. // lm_id
  149. //
  150. this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  151. this.lm_id.DataPropertyName = "lm_id";
  152. this.lm_id.HeaderText = "ID";
  153. this.lm_id.MinimumWidth = 10;
  154. this.lm_id.Name = "lm_id";
  155. this.lm_id.Visible = false;
  156. this.lm_id.Width = 10;
  157. //
  158. // lm_emcode
  159. //
  160. this.lm_emcode.DataPropertyName = "lm_emcode";
  161. this.lm_emcode.HeaderText = "人员编号";
  162. this.lm_emcode.MinimumWidth = 10;
  163. this.lm_emcode.Name = "lm_emcode";
  164. this.lm_emcode.ReadOnly = true;
  165. this.lm_emcode.Width = 180;
  166. //
  167. // sed_emname
  168. //
  169. this.sed_emname.DataPropertyName = "sed_emname";
  170. this.sed_emname.HeaderText = "人员名称";
  171. this.sed_emname.MinimumWidth = 10;
  172. this.sed_emname.Name = "sed_emname";
  173. this.sed_emname.ReadOnly = true;
  174. this.sed_emname.Width = 120;
  175. //
  176. // lm_linecode
  177. //
  178. this.lm_linecode.DataPropertyName = "lm_linecode";
  179. this.lm_linecode.HeaderText = "线别";
  180. this.lm_linecode.MinimumWidth = 10;
  181. this.lm_linecode.Name = "lm_linecode";
  182. this.lm_linecode.ReadOnly = true;
  183. this.lm_linecode.Width = 200;
  184. //
  185. // lm_uptime
  186. //
  187. this.lm_uptime.DataPropertyName = "lm_uptime";
  188. this.lm_uptime.HeaderText = "上线时间";
  189. this.lm_uptime.MinimumWidth = 10;
  190. this.lm_uptime.Name = "lm_uptime";
  191. this.lm_uptime.ReadOnly = true;
  192. this.lm_uptime.Width = 200;
  193. //
  194. // lm_inman
  195. //
  196. this.lm_inman.DataPropertyName = "lm_inman";
  197. this.lm_inman.HeaderText = "录入人";
  198. this.lm_inman.MinimumWidth = 10;
  199. this.lm_inman.Name = "lm_inman";
  200. this.lm_inman.ReadOnly = true;
  201. this.lm_inman.Width = 120;
  202. //
  203. // OperateResult
  204. //
  205. this.OperateResult.Location = new System.Drawing.Point(1130, 96);
  206. this.OperateResult.Name = "OperateResult";
  207. this.OperateResult.Size = new System.Drawing.Size(410, 640);
  208. this.OperateResult.TabIndex = 6;
  209. //
  210. // Query_LoadMan
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.ClientSize = new System.Drawing.Size(1560, 760);
  215. this.Controls.Add(this.li_code);
  216. this.Controls.Add(this.linecode_label);
  217. this.Controls.Add(this.em_code);
  218. this.Controls.Add(this.emcode_label);
  219. this.Controls.Add(this.UpLoadMan);
  220. this.Controls.Add(this.DownLoadMan);
  221. this.Controls.Add(this.DGV);
  222. this.Controls.Add(this.OperateResult);
  223. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  224. this.Margin = new System.Windows.Forms.Padding(4);
  225. this.Name = "Query_LoadMan";
  226. this.Tag = "Query!LoadMan";
  227. this.Text = "人员上下线";
  228. this.Load += new System.EventHandler(this.Query_LoadMan_Load);
  229. this.SizeChanged += new System.EventHandler(this.Query_LoadMan_SizeChanged);
  230. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  231. this.ResumeLayout(false);
  232. this.PerformLayout();
  233. }
  234. #endregion
  235. private System.Windows.Forms.Label linecode_label;
  236. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  237. private System.Windows.Forms.Label emcode_label;
  238. private CustomControl.TextBoxWithIcon.SnCollectionBox em_code;
  239. private System.Windows.Forms.RadioButton UpLoadMan;
  240. private System.Windows.Forms.RadioButton DownLoadMan;
  241. private System.Windows.Forms.DataGridView DGV;
  242. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  243. private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn lm_emcode;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn sed_emname;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn lm_linecode;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn lm_uptime;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn lm_inman;
  249. }
  250. }