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.

466 lines
21 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.comboBox2 = new System.Windows.Forms.ComboBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  37. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  38. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  39. this.名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.卡状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.机构 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.手机号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
  45. this.button_go = new System.Windows.Forms.Button();
  46. this.textBox_num = new System.Windows.Forms.TextBox();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.label13 = new System.Windows.Forms.Label();
  49. this.comboBox_num = new System.Windows.Forms.ComboBox();
  50. this.label10 = new System.Windows.Forms.Label();
  51. this.label11 = new System.Windows.Forms.Label();
  52. this.comboBox_page = new System.Windows.Forms.ComboBox();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.label8 = new System.Windows.Forms.Label();
  55. this.label_end = new System.Windows.Forms.Label();
  56. this.label_down = new System.Windows.Forms.Label();
  57. this.label_up = new System.Windows.Forms.Label();
  58. this.label_first = new System.Windows.Forms.Label();
  59. this.label_count = new System.Windows.Forms.Label();
  60. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  61. this.splitContainer1.Panel1.SuspendLayout();
  62. this.splitContainer1.Panel2.SuspendLayout();
  63. this.splitContainer1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  65. this.splitContainer2.Panel1.SuspendLayout();
  66. this.splitContainer2.Panel2.SuspendLayout();
  67. this.splitContainer2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // button2
  72. //
  73. this.button2.Location = new System.Drawing.Point(757, 13);
  74. this.button2.Name = "button2";
  75. this.button2.Size = new System.Drawing.Size(90, 32);
  76. this.button2.TabIndex = 20;
  77. this.button2.Text = "添加";
  78. this.button2.UseVisualStyleBackColor = true;
  79. this.button2.Click += new System.EventHandler(this.button2_Click);
  80. //
  81. // textBox2
  82. //
  83. this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  84. this.textBox2.Location = new System.Drawing.Point(323, 13);
  85. this.textBox2.Name = "textBox2";
  86. this.textBox2.Size = new System.Drawing.Size(136, 28);
  87. this.textBox2.TabIndex = 18;
  88. //
  89. // label4
  90. //
  91. this.label4.AutoSize = true;
  92. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  93. this.label4.Location = new System.Drawing.Point(228, 17);
  94. this.label4.Name = "label4";
  95. this.label4.Size = new System.Drawing.Size(106, 21);
  96. this.label4.TabIndex = 17;
  97. this.label4.Text = "输入手机号:";
  98. //
  99. // comboBox2
  100. //
  101. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  102. this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  103. this.comboBox2.FormattingEnabled = true;
  104. this.comboBox2.Items.AddRange(new object[] {
  105. "男",
  106. "女"});
  107. this.comboBox2.Location = new System.Drawing.Point(579, 13);
  108. this.comboBox2.Name = "comboBox2";
  109. this.comboBox2.Size = new System.Drawing.Size(97, 29);
  110. this.comboBox2.TabIndex = 16;
  111. //
  112. // label3
  113. //
  114. this.label3.AutoSize = true;
  115. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  116. this.label3.Location = new System.Drawing.Point(499, 17);
  117. this.label3.Name = "label3";
  118. this.label3.Size = new System.Drawing.Size(90, 21);
  119. this.label3.TabIndex = 15;
  120. this.label3.Text = "选择机构:";
  121. //
  122. // textBox1
  123. //
  124. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  125. this.textBox1.Location = new System.Drawing.Point(90, 13);
  126. this.textBox1.Name = "textBox1";
  127. this.textBox1.Size = new System.Drawing.Size(113, 28);
  128. this.textBox1.TabIndex = 12;
  129. //
  130. // label1
  131. //
  132. this.label1.AutoSize = true;
  133. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  134. this.label1.Location = new System.Drawing.Point(10, 17);
  135. this.label1.Name = "label1";
  136. this.label1.Size = new System.Drawing.Size(90, 21);
  137. this.label1.TabIndex = 11;
  138. this.label1.Text = "输入姓名:";
  139. //
  140. // splitContainer1
  141. //
  142. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  144. this.splitContainer1.Name = "splitContainer1";
  145. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  146. //
  147. // splitContainer1.Panel1
  148. //
  149. this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  150. //
  151. // splitContainer1.Panel2
  152. //
  153. this.splitContainer1.Panel2.Controls.Add(this.textBox2);
  154. this.splitContainer1.Panel2.Controls.Add(this.comboBox2);
  155. this.splitContainer1.Panel2.Controls.Add(this.button2);
  156. this.splitContainer1.Panel2.Controls.Add(this.textBox1);
  157. this.splitContainer1.Panel2.Controls.Add(this.label4);
  158. this.splitContainer1.Panel2.Controls.Add(this.label3);
  159. this.splitContainer1.Panel2.Controls.Add(this.label1);
  160. this.splitContainer1.Size = new System.Drawing.Size(947, 561);
  161. this.splitContainer1.SplitterDistance = 499;
  162. this.splitContainer1.TabIndex = 24;
  163. //
  164. // splitContainer2
  165. //
  166. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  168. this.splitContainer2.Name = "splitContainer2";
  169. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  170. //
  171. // splitContainer2.Panel1
  172. //
  173. this.splitContainer2.Panel1.Controls.Add(this.dataGridView1);
  174. //
  175. // splitContainer2.Panel2
  176. //
  177. this.splitContainer2.Panel2.Controls.Add(this.button_go);
  178. this.splitContainer2.Panel2.Controls.Add(this.textBox_num);
  179. this.splitContainer2.Panel2.Controls.Add(this.label12);
  180. this.splitContainer2.Panel2.Controls.Add(this.label13);
  181. this.splitContainer2.Panel2.Controls.Add(this.comboBox_num);
  182. this.splitContainer2.Panel2.Controls.Add(this.label10);
  183. this.splitContainer2.Panel2.Controls.Add(this.label11);
  184. this.splitContainer2.Panel2.Controls.Add(this.comboBox_page);
  185. this.splitContainer2.Panel2.Controls.Add(this.label9);
  186. this.splitContainer2.Panel2.Controls.Add(this.label8);
  187. this.splitContainer2.Panel2.Controls.Add(this.label_end);
  188. this.splitContainer2.Panel2.Controls.Add(this.label_down);
  189. this.splitContainer2.Panel2.Controls.Add(this.label_up);
  190. this.splitContainer2.Panel2.Controls.Add(this.label_first);
  191. this.splitContainer2.Panel2.Controls.Add(this.label_count);
  192. this.splitContainer2.Size = new System.Drawing.Size(947, 499);
  193. this.splitContainer2.SplitterDistance = 459;
  194. this.splitContainer2.TabIndex = 1;
  195. //
  196. // dataGridView1
  197. //
  198. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  199. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  200. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  201. this.名称,
  202. this.卡状态,
  203. this.机构,
  204. this.手机号,
  205. this.卡号,
  206. this.删除});
  207. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  209. this.dataGridView1.Name = "dataGridView1";
  210. this.dataGridView1.RowHeadersVisible = false;
  211. this.dataGridView1.RowTemplate.Height = 25;
  212. this.dataGridView1.Size = new System.Drawing.Size(947, 459);
  213. this.dataGridView1.TabIndex = 0;
  214. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  215. //
  216. // 名称
  217. //
  218. this.名称.DataPropertyName = "UserName";
  219. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  220. this.名称.DefaultCellStyle = dataGridViewCellStyle1;
  221. this.名称.HeaderText = "姓名";
  222. this.名称.Name = "名称";
  223. this.名称.ReadOnly = true;
  224. this.名称.Width = 150;
  225. //
  226. // 卡状态
  227. //
  228. this.卡状态.DataPropertyName = "State";
  229. this.卡状态.HeaderText = "卡状态";
  230. this.卡状态.Name = "卡状态";
  231. this.卡状态.ReadOnly = true;
  232. this.卡状态.Width = 150;
  233. //
  234. // 机构
  235. //
  236. this.机构.DataPropertyName = "OrgName";
  237. this.机构.HeaderText = "机构";
  238. this.机构.Name = "机构";
  239. this.机构.ReadOnly = true;
  240. this.机构.Width = 150;
  241. //
  242. // 手机号
  243. //
  244. this.手机号.DataPropertyName = "Phone";
  245. this.手机号.HeaderText = "手机号";
  246. this.手机号.Name = "手机号";
  247. this.手机号.ReadOnly = true;
  248. this.手机号.Visible = false;
  249. this.手机号.Width = 150;
  250. //
  251. // 卡号
  252. //
  253. this.卡号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  254. this.卡号.DataPropertyName = "CardNum";
  255. this.卡号.HeaderText = "卡号";
  256. this.卡号.Name = "卡号";
  257. this.卡号.ReadOnly = true;
  258. //
  259. // 删除
  260. //
  261. this.删除.DataPropertyName = "ContextName";
  262. this.删除.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  263. this.删除.HeaderText = "删除";
  264. this.删除.Name = "删除";
  265. this.删除.ReadOnly = true;
  266. this.删除.Text = "删除";
  267. this.删除.UseColumnTextForButtonValue = true;
  268. //
  269. // button_go
  270. //
  271. this.button_go.Location = new System.Drawing.Point(702, 7);
  272. this.button_go.Name = "button_go";
  273. this.button_go.Size = new System.Drawing.Size(58, 23);
  274. this.button_go.TabIndex = 14;
  275. this.button_go.Text = "跳转";
  276. this.button_go.UseVisualStyleBackColor = true;
  277. //
  278. // textBox_num
  279. //
  280. this.textBox_num.Location = new System.Drawing.Point(601, 6);
  281. this.textBox_num.Name = "textBox_num";
  282. this.textBox_num.Size = new System.Drawing.Size(59, 23);
  283. this.textBox_num.TabIndex = 13;
  284. //
  285. // label12
  286. //
  287. this.label12.AutoSize = true;
  288. this.label12.Location = new System.Drawing.Point(663, 10);
  289. this.label12.Name = "label12";
  290. this.label12.Size = new System.Drawing.Size(20, 17);
  291. this.label12.TabIndex = 12;
  292. this.label12.Text = "页";
  293. //
  294. // label13
  295. //
  296. this.label13.AutoSize = true;
  297. this.label13.Location = new System.Drawing.Point(577, 10);
  298. this.label13.Name = "label13";
  299. this.label13.Size = new System.Drawing.Size(20, 17);
  300. this.label13.TabIndex = 11;
  301. this.label13.Text = "第";
  302. //
  303. // comboBox_num
  304. //
  305. this.comboBox_num.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  306. this.comboBox_num.FormattingEnabled = true;
  307. this.comboBox_num.Location = new System.Drawing.Point(470, 6);
  308. this.comboBox_num.Name = "comboBox_num";
  309. this.comboBox_num.Size = new System.Drawing.Size(66, 25);
  310. this.comboBox_num.TabIndex = 10;
  311. //
  312. // label10
  313. //
  314. this.label10.AutoSize = true;
  315. this.label10.Location = new System.Drawing.Point(538, 10);
  316. this.label10.Name = "label10";
  317. this.label10.Size = new System.Drawing.Size(20, 17);
  318. this.label10.TabIndex = 9;
  319. this.label10.Text = "条";
  320. //
  321. // label11
  322. //
  323. this.label11.AutoSize = true;
  324. this.label11.Location = new System.Drawing.Point(437, 10);
  325. this.label11.Name = "label11";
  326. this.label11.Size = new System.Drawing.Size(32, 17);
  327. this.label11.TabIndex = 8;
  328. this.label11.Text = "每页";
  329. //
  330. // comboBox_page
  331. //
  332. this.comboBox_page.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  333. this.comboBox_page.FormattingEnabled = true;
  334. this.comboBox_page.Location = new System.Drawing.Point(332, 6);
  335. this.comboBox_page.Name = "comboBox_page";
  336. this.comboBox_page.Size = new System.Drawing.Size(61, 25);
  337. this.comboBox_page.TabIndex = 7;
  338. //
  339. // label9
  340. //
  341. this.label9.AutoSize = true;
  342. this.label9.Location = new System.Drawing.Point(397, 10);
  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. // label8
  349. //
  350. this.label8.AutoSize = true;
  351. this.label8.Location = new System.Drawing.Point(313, 10);
  352. this.label8.Name = "label8";
  353. this.label8.Size = new System.Drawing.Size(20, 17);
  354. this.label8.TabIndex = 5;
  355. this.label8.Text = "第";
  356. //
  357. // label_end
  358. //
  359. this.label_end.AutoSize = true;
  360. this.label_end.Location = new System.Drawing.Point(269, 10);
  361. this.label_end.Name = "label_end";
  362. this.label_end.Size = new System.Drawing.Size(32, 17);
  363. this.label_end.TabIndex = 4;
  364. this.label_end.Text = "尾页";
  365. this.label_end.Click += new System.EventHandler(this.label_end_Click);
  366. //
  367. // label_down
  368. //
  369. this.label_down.AutoSize = true;
  370. this.label_down.Location = new System.Drawing.Point(218, 10);
  371. this.label_down.Name = "label_down";
  372. this.label_down.Size = new System.Drawing.Size(44, 17);
  373. this.label_down.TabIndex = 3;
  374. this.label_down.Text = "下一页";
  375. this.label_down.Click += new System.EventHandler(this.label_down_Click);
  376. //
  377. // label_up
  378. //
  379. this.label_up.AutoSize = true;
  380. this.label_up.Location = new System.Drawing.Point(167, 10);
  381. this.label_up.Name = "label_up";
  382. this.label_up.Size = new System.Drawing.Size(44, 17);
  383. this.label_up.TabIndex = 2;
  384. this.label_up.Text = "上一页";
  385. this.label_up.Click += new System.EventHandler(this.label_up_Click);
  386. //
  387. // label_first
  388. //
  389. this.label_first.AutoSize = true;
  390. this.label_first.Location = new System.Drawing.Point(128, 10);
  391. this.label_first.Name = "label_first";
  392. this.label_first.Size = new System.Drawing.Size(32, 17);
  393. this.label_first.TabIndex = 1;
  394. this.label_first.Text = "首页";
  395. this.label_first.Click += new System.EventHandler(this.label_first_Click);
  396. //
  397. // label_count
  398. //
  399. this.label_count.AutoSize = true;
  400. this.label_count.Location = new System.Drawing.Point(17, 10);
  401. this.label_count.Name = "label_count";
  402. this.label_count.Size = new System.Drawing.Size(105, 17);
  403. this.label_count.TabIndex = 0;
  404. this.label_count.Text = "总0000条/0000页";
  405. //
  406. // PersonnelEntryPage
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.Controls.Add(this.splitContainer1);
  411. this.Name = "PersonnelEntryPage";
  412. this.Size = new System.Drawing.Size(947, 561);
  413. this.splitContainer1.Panel1.ResumeLayout(false);
  414. this.splitContainer1.Panel2.ResumeLayout(false);
  415. this.splitContainer1.Panel2.PerformLayout();
  416. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  417. this.splitContainer1.ResumeLayout(false);
  418. this.splitContainer2.Panel1.ResumeLayout(false);
  419. this.splitContainer2.Panel2.ResumeLayout(false);
  420. this.splitContainer2.Panel2.PerformLayout();
  421. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  422. this.splitContainer2.ResumeLayout(false);
  423. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  424. this.ResumeLayout(false);
  425. }
  426. #endregion
  427. private Button button2;
  428. private TextBox textBox2;
  429. private Label label4;
  430. private ComboBox comboBox2;
  431. private Label label3;
  432. private TextBox textBox1;
  433. private Label label1;
  434. private SplitContainer splitContainer1;
  435. private DataGridView dataGridView1;
  436. private DataGridViewTextBoxColumn 名称;
  437. private DataGridViewTextBoxColumn 卡状态;
  438. private DataGridViewTextBoxColumn 机构;
  439. private DataGridViewTextBoxColumn 手机号;
  440. private DataGridViewTextBoxColumn 卡号;
  441. private DataGridViewButtonColumn 删除;
  442. private SplitContainer splitContainer2;
  443. private Label label_count;
  444. private Button button_go;
  445. private TextBox textBox_num;
  446. private Label label12;
  447. private Label label13;
  448. private ComboBox comboBox_num;
  449. private Label label10;
  450. private Label label11;
  451. private ComboBox comboBox_page;
  452. private Label label9;
  453. private Label label8;
  454. private Label label_end;
  455. private Label label_down;
  456. private Label label_up;
  457. private Label label_first;
  458. }
  459. }