You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

504 lines
23 KiB

  1. namespace HKCardManager.UserPages
  2. {
  3. partial class PersonnelEntryPage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PersonnelEntryPage));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.comboBox2 = new System.Windows.Forms.ComboBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.生成Excel = new System.Windows.Forms.Button();
  42. this.导入Excel = new System.Windows.Forms.Button();
  43. this.button_go = new System.Windows.Forms.Button();
  44. this.textBox_num = new System.Windows.Forms.TextBox();
  45. this.label12 = new System.Windows.Forms.Label();
  46. this.label13 = new System.Windows.Forms.Label();
  47. this.comboBox_num = new System.Windows.Forms.ComboBox();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.label11 = new System.Windows.Forms.Label();
  50. this.label_count = new System.Windows.Forms.Label();
  51. this.comboBox_page = new System.Windows.Forms.ComboBox();
  52. this.label_first = new System.Windows.Forms.Label();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.label_up = new System.Windows.Forms.Label();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.label_down = new System.Windows.Forms.Label();
  57. this.label_end = new System.Windows.Forms.Label();
  58. this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.卡状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.机构 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.手机号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
  65. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  66. this.splitContainer1.Panel1.SuspendLayout();
  67. this.splitContainer1.Panel2.SuspendLayout();
  68. this.splitContainer1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // button2
  75. //
  76. this.button2.Location = new System.Drawing.Point(503, 57);
  77. this.button2.Name = "button2";
  78. this.button2.Size = new System.Drawing.Size(90, 32);
  79. this.button2.TabIndex = 20;
  80. this.button2.Text = "添加";
  81. this.button2.UseVisualStyleBackColor = true;
  82. this.button2.Click += new System.EventHandler(this.button2_Click);
  83. //
  84. // comboBox2
  85. //
  86. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  87. this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  88. this.comboBox2.FormattingEnabled = true;
  89. this.comboBox2.Items.AddRange(new object[] {
  90. "男",
  91. "女"});
  92. this.comboBox2.Location = new System.Drawing.Point(301, 58);
  93. this.comboBox2.Name = "comboBox2";
  94. this.comboBox2.Size = new System.Drawing.Size(97, 29);
  95. this.comboBox2.TabIndex = 16;
  96. //
  97. // label3
  98. //
  99. this.label3.AutoSize = true;
  100. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  101. this.label3.Location = new System.Drawing.Point(221, 62);
  102. this.label3.Name = "label3";
  103. this.label3.Size = new System.Drawing.Size(90, 21);
  104. this.label3.TabIndex = 15;
  105. this.label3.Text = "选择机构:";
  106. //
  107. // textBox1
  108. //
  109. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  110. this.textBox1.Location = new System.Drawing.Point(90, 57);
  111. this.textBox1.Name = "textBox1";
  112. this.textBox1.Size = new System.Drawing.Size(113, 28);
  113. this.textBox1.TabIndex = 12;
  114. //
  115. // label1
  116. //
  117. this.label1.AutoSize = true;
  118. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  119. this.label1.Location = new System.Drawing.Point(10, 61);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(90, 21);
  122. this.label1.TabIndex = 11;
  123. this.label1.Text = "输入姓名:";
  124. //
  125. // splitContainer1
  126. //
  127. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  129. this.splitContainer1.Name = "splitContainer1";
  130. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  131. //
  132. // splitContainer1.Panel1
  133. //
  134. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  135. //
  136. // splitContainer1.Panel2
  137. //
  138. this.splitContainer1.Panel2.Controls.Add(this.label2);
  139. this.splitContainer1.Panel2.Controls.Add(this.button1);
  140. this.splitContainer1.Panel2.Controls.Add(this.pictureBox2);
  141. this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
  142. this.splitContainer1.Panel2.Controls.Add(this.生成Excel);
  143. this.splitContainer1.Panel2.Controls.Add(this.导入Excel);
  144. this.splitContainer1.Panel2.Controls.Add(this.button_go);
  145. this.splitContainer1.Panel2.Controls.Add(this.textBox_num);
  146. this.splitContainer1.Panel2.Controls.Add(this.comboBox2);
  147. this.splitContainer1.Panel2.Controls.Add(this.label12);
  148. this.splitContainer1.Panel2.Controls.Add(this.button2);
  149. this.splitContainer1.Panel2.Controls.Add(this.label13);
  150. this.splitContainer1.Panel2.Controls.Add(this.textBox1);
  151. this.splitContainer1.Panel2.Controls.Add(this.comboBox_num);
  152. this.splitContainer1.Panel2.Controls.Add(this.label3);
  153. this.splitContainer1.Panel2.Controls.Add(this.label10);
  154. this.splitContainer1.Panel2.Controls.Add(this.label1);
  155. this.splitContainer1.Panel2.Controls.Add(this.label11);
  156. this.splitContainer1.Panel2.Controls.Add(this.label_count);
  157. this.splitContainer1.Panel2.Controls.Add(this.comboBox_page);
  158. this.splitContainer1.Panel2.Controls.Add(this.label_first);
  159. this.splitContainer1.Panel2.Controls.Add(this.label9);
  160. this.splitContainer1.Panel2.Controls.Add(this.label_up);
  161. this.splitContainer1.Panel2.Controls.Add(this.label8);
  162. this.splitContainer1.Panel2.Controls.Add(this.label_down);
  163. this.splitContainer1.Panel2.Controls.Add(this.label_end);
  164. this.splitContainer1.Size = new System.Drawing.Size(947, 561);
  165. this.splitContainer1.SplitterDistance = 450;
  166. this.splitContainer1.TabIndex = 24;
  167. //
  168. // dataGridView1
  169. //
  170. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  171. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  172. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  173. this.编号,
  174. this.名称,
  175. this.卡状态,
  176. this.机构,
  177. this.手机号,
  178. this.卡号,
  179. this.删除});
  180. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  182. this.dataGridView1.Name = "dataGridView1";
  183. this.dataGridView1.RowHeadersVisible = false;
  184. this.dataGridView1.RowTemplate.Height = 25;
  185. this.dataGridView1.Size = new System.Drawing.Size(947, 450);
  186. this.dataGridView1.TabIndex = 0;
  187. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  188. //
  189. // label2
  190. //
  191. this.label2.AutoSize = true;
  192. this.label2.Location = new System.Drawing.Point(205, 19);
  193. this.label2.Name = "label2";
  194. this.label2.Size = new System.Drawing.Size(44, 17);
  195. this.label2.TabIndex = 27;
  196. this.label2.Text = "下一页";
  197. this.label2.Click += new System.EventHandler(this.label_down_Click);
  198. //
  199. // button1
  200. //
  201. this.button1.Location = new System.Drawing.Point(404, 57);
  202. this.button1.Name = "button1";
  203. this.button1.Size = new System.Drawing.Size(90, 32);
  204. this.button1.TabIndex = 26;
  205. this.button1.Text = "查询";
  206. this.button1.UseVisualStyleBackColor = true;
  207. this.button1.Click += new System.EventHandler(this.button1_Click);
  208. //
  209. // pictureBox2
  210. //
  211. this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
  212. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  213. this.pictureBox2.Location = new System.Drawing.Point(791, 64);
  214. this.pictureBox2.Name = "pictureBox2";
  215. this.pictureBox2.Size = new System.Drawing.Size(20, 20);
  216. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  217. this.pictureBox2.TabIndex = 24;
  218. this.pictureBox2.TabStop = false;
  219. //
  220. // pictureBox1
  221. //
  222. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  223. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  224. this.pictureBox1.Location = new System.Drawing.Point(609, 63);
  225. this.pictureBox1.Name = "pictureBox1";
  226. this.pictureBox1.Size = new System.Drawing.Size(20, 20);
  227. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  228. this.pictureBox1.TabIndex = 23;
  229. this.pictureBox1.TabStop = false;
  230. //
  231. // 生成Excel
  232. //
  233. this.生成Excel.Location = new System.Drawing.Point(599, 57);
  234. this.生成Excel.Name = "生成Excel";
  235. this.生成Excel.Size = new System.Drawing.Size(169, 32);
  236. this.生成Excel.TabIndex = 22;
  237. this.生成Excel.Text = "生成Excel模板";
  238. this.生成Excel.UseVisualStyleBackColor = true;
  239. this.生成Excel.Click += new System.EventHandler(this.生成Excel_Click);
  240. //
  241. // 导入Excel
  242. //
  243. this.导入Excel.Location = new System.Drawing.Point(774, 57);
  244. this.导入Excel.Name = "导入Excel";
  245. this.导入Excel.Size = new System.Drawing.Size(154, 32);
  246. this.导入Excel.TabIndex = 21;
  247. this.导入Excel.Text = "导入(Excel)";
  248. this.导入Excel.UseVisualStyleBackColor = true;
  249. this.导入Excel.Click += new System.EventHandler(this.导入Excel_Click);
  250. //
  251. // button_go
  252. //
  253. this.button_go.Location = new System.Drawing.Point(692, 15);
  254. this.button_go.Name = "button_go";
  255. this.button_go.Size = new System.Drawing.Size(58, 23);
  256. this.button_go.TabIndex = 14;
  257. this.button_go.Text = "跳转";
  258. this.button_go.UseVisualStyleBackColor = true;
  259. //
  260. // textBox_num
  261. //
  262. this.textBox_num.Location = new System.Drawing.Point(591, 14);
  263. this.textBox_num.Name = "textBox_num";
  264. this.textBox_num.Size = new System.Drawing.Size(59, 23);
  265. this.textBox_num.TabIndex = 13;
  266. //
  267. // label12
  268. //
  269. this.label12.AutoSize = true;
  270. this.label12.Location = new System.Drawing.Point(653, 18);
  271. this.label12.Name = "label12";
  272. this.label12.Size = new System.Drawing.Size(20, 17);
  273. this.label12.TabIndex = 12;
  274. this.label12.Text = "页";
  275. //
  276. // label13
  277. //
  278. this.label13.AutoSize = true;
  279. this.label13.Location = new System.Drawing.Point(567, 18);
  280. this.label13.Name = "label13";
  281. this.label13.Size = new System.Drawing.Size(20, 17);
  282. this.label13.TabIndex = 11;
  283. this.label13.Text = "第";
  284. //
  285. // comboBox_num
  286. //
  287. this.comboBox_num.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  288. this.comboBox_num.FormattingEnabled = true;
  289. this.comboBox_num.Location = new System.Drawing.Point(460, 14);
  290. this.comboBox_num.Name = "comboBox_num";
  291. this.comboBox_num.Size = new System.Drawing.Size(66, 25);
  292. this.comboBox_num.TabIndex = 10;
  293. //
  294. // label10
  295. //
  296. this.label10.AutoSize = true;
  297. this.label10.Location = new System.Drawing.Point(528, 18);
  298. this.label10.Name = "label10";
  299. this.label10.Size = new System.Drawing.Size(20, 17);
  300. this.label10.TabIndex = 9;
  301. this.label10.Text = "条";
  302. //
  303. // label11
  304. //
  305. this.label11.AutoSize = true;
  306. this.label11.Location = new System.Drawing.Point(427, 18);
  307. this.label11.Name = "label11";
  308. this.label11.Size = new System.Drawing.Size(32, 17);
  309. this.label11.TabIndex = 8;
  310. this.label11.Text = "每页";
  311. //
  312. // label_count
  313. //
  314. this.label_count.AutoSize = true;
  315. this.label_count.Location = new System.Drawing.Point(7, 18);
  316. this.label_count.Name = "label_count";
  317. this.label_count.Size = new System.Drawing.Size(105, 17);
  318. this.label_count.TabIndex = 0;
  319. this.label_count.Text = "总0000条/0000页";
  320. //
  321. // comboBox_page
  322. //
  323. this.comboBox_page.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  324. this.comboBox_page.FormattingEnabled = true;
  325. this.comboBox_page.Location = new System.Drawing.Point(322, 14);
  326. this.comboBox_page.Name = "comboBox_page";
  327. this.comboBox_page.Size = new System.Drawing.Size(61, 25);
  328. this.comboBox_page.TabIndex = 7;
  329. //
  330. // label_first
  331. //
  332. this.label_first.AutoSize = true;
  333. this.label_first.Location = new System.Drawing.Point(118, 18);
  334. this.label_first.Name = "label_first";
  335. this.label_first.Size = new System.Drawing.Size(32, 17);
  336. this.label_first.TabIndex = 1;
  337. this.label_first.Text = "首页";
  338. //
  339. // label9
  340. //
  341. this.label9.AutoSize = true;
  342. this.label9.Location = new System.Drawing.Point(387, 18);
  343. this.label9.Name = "label9";
  344. this.label9.Size = new System.Drawing.Size(20, 17);
  345. this.label9.TabIndex = 6;
  346. this.label9.Text = "页";
  347. //
  348. // label_up
  349. //
  350. this.label_up.AutoSize = true;
  351. this.label_up.Location = new System.Drawing.Point(157, 18);
  352. this.label_up.Name = "label_up";
  353. this.label_up.Size = new System.Drawing.Size(44, 17);
  354. this.label_up.TabIndex = 2;
  355. this.label_up.Text = "上一页";
  356. //
  357. // label8
  358. //
  359. this.label8.AutoSize = true;
  360. this.label8.Location = new System.Drawing.Point(303, 18);
  361. this.label8.Name = "label8";
  362. this.label8.Size = new System.Drawing.Size(20, 17);
  363. this.label8.TabIndex = 5;
  364. this.label8.Text = "第";
  365. //
  366. // label_down
  367. //
  368. this.label_down.Location = new System.Drawing.Point(0, 0);
  369. this.label_down.Name = "label_down";
  370. this.label_down.Size = new System.Drawing.Size(100, 23);
  371. this.label_down.TabIndex = 25;
  372. //
  373. // label_end
  374. //
  375. this.label_end.AutoSize = true;
  376. this.label_end.Location = new System.Drawing.Point(259, 18);
  377. this.label_end.Name = "label_end";
  378. this.label_end.Size = new System.Drawing.Size(32, 17);
  379. this.label_end.TabIndex = 4;
  380. this.label_end.Text = "尾页";
  381. //
  382. // 编号
  383. //
  384. this.编号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  385. this.编号.DataPropertyName = "Num";
  386. this.编号.HeaderText = "编号";
  387. this.编号.Name = "编号";
  388. this.编号.ReadOnly = true;
  389. //
  390. // 名称
  391. //
  392. this.名称.DataPropertyName = "UserName";
  393. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  394. this.名称.DefaultCellStyle = dataGridViewCellStyle1;
  395. this.名称.HeaderText = "姓名";
  396. this.名称.Name = "名称";
  397. this.名称.ReadOnly = true;
  398. this.名称.Width = 150;
  399. //
  400. // 卡状态
  401. //
  402. this.卡状态.DataPropertyName = "State";
  403. this.卡状态.HeaderText = "卡状态";
  404. this.卡状态.Name = "卡状态";
  405. this.卡状态.ReadOnly = true;
  406. this.卡状态.Width = 150;
  407. //
  408. // 机构
  409. //
  410. this.机构.DataPropertyName = "OrgName";
  411. this.机构.HeaderText = "机构";
  412. this.机构.Name = "机构";
  413. this.机构.ReadOnly = true;
  414. this.机构.Width = 150;
  415. //
  416. // 手机号
  417. //
  418. this.手机号.DataPropertyName = "Phone";
  419. this.手机号.HeaderText = "手机号";
  420. this.手机号.Name = "手机号";
  421. this.手机号.ReadOnly = true;
  422. this.手机号.Visible = false;
  423. this.手机号.Width = 150;
  424. //
  425. // 卡号
  426. //
  427. this.卡号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  428. this.卡号.DataPropertyName = "CardNum";
  429. this.卡号.HeaderText = "卡号";
  430. this.卡号.Name = "卡号";
  431. this.卡号.ReadOnly = true;
  432. //
  433. // 删除
  434. //
  435. this.删除.DataPropertyName = "ContextName";
  436. this.删除.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  437. this.删除.HeaderText = "删除";
  438. this.删除.Name = "删除";
  439. this.删除.ReadOnly = true;
  440. this.删除.Text = "删除";
  441. this.删除.UseColumnTextForButtonValue = true;
  442. //
  443. // PersonnelEntryPage
  444. //
  445. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  446. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  447. this.Controls.Add(this.splitContainer1);
  448. this.Name = "PersonnelEntryPage";
  449. this.Size = new System.Drawing.Size(947, 561);
  450. this.splitContainer1.Panel1.ResumeLayout(false);
  451. this.splitContainer1.Panel2.ResumeLayout(false);
  452. this.splitContainer1.Panel2.PerformLayout();
  453. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  454. this.splitContainer1.ResumeLayout(false);
  455. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  456. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  457. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  458. this.ResumeLayout(false);
  459. }
  460. #endregion
  461. private Button button2;
  462. private ComboBox comboBox2;
  463. private Label label3;
  464. private TextBox textBox1;
  465. private Label label1;
  466. private SplitContainer splitContainer1;
  467. private DataGridView dataGridView1;
  468. private Label label_count;
  469. private Button button_go;
  470. private TextBox textBox_num;
  471. private Label label12;
  472. private Label label13;
  473. private ComboBox comboBox_num;
  474. private Label label10;
  475. private Label label11;
  476. private ComboBox comboBox_page;
  477. private Label label9;
  478. private Label label8;
  479. private Label label_end;
  480. private Label label_down;
  481. private Label label_up;
  482. private Label label_first;
  483. private Button 生成Excel;
  484. private Button 导入Excel;
  485. private PictureBox pictureBox2;
  486. private PictureBox pictureBox1;
  487. private Button button1;
  488. private Label label2;
  489. private DataGridViewTextBoxColumn 编号;
  490. private DataGridViewTextBoxColumn 名称;
  491. private DataGridViewTextBoxColumn 卡状态;
  492. private DataGridViewTextBoxColumn 机构;
  493. private DataGridViewTextBoxColumn 手机号;
  494. private DataGridViewTextBoxColumn 卡号;
  495. private DataGridViewButtonColumn 删除;
  496. }
  497. }