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.

659 lines
33 KiB

  1. namespace HKCardManager.UserPages
  2. {
  3. partial class CarMangerPage
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.radioButton2 = new System.Windows.Forms.RadioButton();
  39. this.radioButton1 = new System.Windows.Forms.RadioButton();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.comboBox2 = new System.Windows.Forms.ComboBox();
  42. this.tabControl1 = new System.Windows.Forms.TabControl();
  43. this.tabPage1 = new System.Windows.Forms.TabPage();
  44. this.tabPage2 = new System.Windows.Forms.TabPage();
  45. this.panel7 = new System.Windows.Forms.Panel();
  46. this.labelName = new System.Windows.Forms.Label();
  47. this.label7 = new System.Windows.Forms.Label();
  48. this.button_pl_read = new System.Windows.Forms.Button();
  49. this.button_pl_write = new System.Windows.Forms.Button();
  50. this.panel6 = new System.Windows.Forms.Panel();
  51. this.dataGridView_No = new System.Windows.Forms.DataGridView();
  52. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.panel5 = new System.Windows.Forms.Panel();
  56. this.label6 = new System.Windows.Forms.Label();
  57. this.label4 = new System.Windows.Forms.Label();
  58. this.panel4 = new System.Windows.Forms.Panel();
  59. this.dataGridView1_全部 = new System.Windows.Forms.DataGridView();
  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.DataGridViewTextBoxColumn();
  65. this.卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.panel3 = new System.Windows.Forms.Panel();
  67. this.label5 = new System.Windows.Forms.Label();
  68. this.panel2 = new System.Windows.Forms.Panel();
  69. this.comboBox_jglb = new System.Windows.Forms.ComboBox();
  70. this.label3 = new System.Windows.Forms.Label();
  71. this.tabPage3 = new System.Windows.Forms.TabPage();
  72. this.label14 = new System.Windows.Forms.Label();
  73. this.comboBox4 = new System.Windows.Forms.ComboBox();
  74. this.textBox1 = new System.Windows.Forms.TextBox();
  75. this.button6 = new System.Windows.Forms.Button();
  76. this.panel1.SuspendLayout();
  77. this.tabControl1.SuspendLayout();
  78. this.tabPage1.SuspendLayout();
  79. this.tabPage2.SuspendLayout();
  80. this.panel7.SuspendLayout();
  81. this.panel6.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_No)).BeginInit();
  83. this.panel5.SuspendLayout();
  84. this.panel4.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1_全部)).BeginInit();
  86. this.panel3.SuspendLayout();
  87. this.panel2.SuspendLayout();
  88. this.tabPage3.SuspendLayout();
  89. this.SuspendLayout();
  90. //
  91. // button2
  92. //
  93. this.button2.Enabled = false;
  94. this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  95. this.button2.Location = new System.Drawing.Point(98, 248);
  96. this.button2.Name = "button2";
  97. this.button2.Size = new System.Drawing.Size(190, 34);
  98. this.button2.TabIndex = 29;
  99. this.button2.Text = "写卡";
  100. this.button2.UseVisualStyleBackColor = true;
  101. this.button2.Click += new System.EventHandler(this.button2_Click);
  102. //
  103. // button1
  104. //
  105. this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  106. this.button1.Location = new System.Drawing.Point(98, 192);
  107. this.button1.Name = "button1";
  108. this.button1.Size = new System.Drawing.Size(190, 34);
  109. this.button1.TabIndex = 28;
  110. this.button1.Text = "读卡";
  111. this.button1.UseVisualStyleBackColor = true;
  112. this.button1.Click += new System.EventHandler(this.button1_Click);
  113. //
  114. // textBox2
  115. //
  116. this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  117. this.textBox2.Location = new System.Drawing.Point(98, 91);
  118. this.textBox2.Name = "textBox2";
  119. this.textBox2.Size = new System.Drawing.Size(190, 28);
  120. this.textBox2.TabIndex = 23;
  121. this.textBox2.TextChanged += new System.EventHandler(this.comboBox2_TextChanged);
  122. //
  123. // label2
  124. //
  125. this.label2.AutoSize = true;
  126. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  127. this.label2.Location = new System.Drawing.Point(47, 94);
  128. this.label2.Name = "label2";
  129. this.label2.Size = new System.Drawing.Size(58, 21);
  130. this.label2.TabIndex = 20;
  131. this.label2.Text = "姓名:";
  132. //
  133. // comboBox1
  134. //
  135. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  136. this.comboBox1.Enabled = false;
  137. this.comboBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  138. this.comboBox1.FormattingEnabled = true;
  139. this.comboBox1.Location = new System.Drawing.Point(98, 142);
  140. this.comboBox1.Name = "comboBox1";
  141. this.comboBox1.Size = new System.Drawing.Size(190, 29);
  142. this.comboBox1.TabIndex = 19;
  143. //
  144. // label1
  145. //
  146. this.label1.AutoSize = true;
  147. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  148. this.label1.Location = new System.Drawing.Point(15, 145);
  149. this.label1.Name = "label1";
  150. this.label1.Size = new System.Drawing.Size(90, 21);
  151. this.label1.TabIndex = 18;
  152. this.label1.Text = "机构名称:";
  153. //
  154. // radioButton2
  155. //
  156. this.radioButton2.AutoSize = true;
  157. this.radioButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  158. this.radioButton2.Location = new System.Drawing.Point(98, 53);
  159. this.radioButton2.Name = "radioButton2";
  160. this.radioButton2.Size = new System.Drawing.Size(172, 25);
  161. this.radioButton2.TabIndex = 17;
  162. this.radioButton2.TabStop = true;
  163. this.radioButton2.Text = "人员已录入进行发卡";
  164. this.radioButton2.UseVisualStyleBackColor = true;
  165. //
  166. // radioButton1
  167. //
  168. this.radioButton1.AutoSize = true;
  169. this.radioButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  170. this.radioButton1.Location = new System.Drawing.Point(98, 11);
  171. this.radioButton1.Name = "radioButton1";
  172. this.radioButton1.Size = new System.Drawing.Size(188, 25);
  173. this.radioButton1.TabIndex = 16;
  174. this.radioButton1.TabStop = true;
  175. this.radioButton1.Text = "直接录入人员进行发卡";
  176. this.radioButton1.UseVisualStyleBackColor = true;
  177. //
  178. // panel1
  179. //
  180. this.panel1.Controls.Add(this.comboBox2);
  181. this.panel1.Controls.Add(this.textBox2);
  182. this.panel1.Controls.Add(this.comboBox1);
  183. this.panel1.Controls.Add(this.radioButton1);
  184. this.panel1.Controls.Add(this.button2);
  185. this.panel1.Controls.Add(this.radioButton2);
  186. this.panel1.Controls.Add(this.button1);
  187. this.panel1.Controls.Add(this.label1);
  188. this.panel1.Controls.Add(this.label2);
  189. this.panel1.Location = new System.Drawing.Point(312, 91);
  190. this.panel1.Name = "panel1";
  191. this.panel1.Size = new System.Drawing.Size(301, 297);
  192. this.panel1.TabIndex = 31;
  193. //
  194. // comboBox2
  195. //
  196. this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  197. this.comboBox2.FormattingEnabled = true;
  198. this.comboBox2.Location = new System.Drawing.Point(98, 93);
  199. this.comboBox2.Name = "comboBox2";
  200. this.comboBox2.Size = new System.Drawing.Size(190, 29);
  201. this.comboBox2.TabIndex = 30;
  202. //
  203. // tabControl1
  204. //
  205. this.tabControl1.Controls.Add(this.tabPage1);
  206. this.tabControl1.Controls.Add(this.tabPage2);
  207. this.tabControl1.Controls.Add(this.tabPage3);
  208. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  210. this.tabControl1.Name = "tabControl1";
  211. this.tabControl1.SelectedIndex = 0;
  212. this.tabControl1.Size = new System.Drawing.Size(1110, 609);
  213. this.tabControl1.TabIndex = 32;
  214. //
  215. // tabPage1
  216. //
  217. this.tabPage1.Controls.Add(this.panel1);
  218. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  219. this.tabPage1.Name = "tabPage1";
  220. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  221. this.tabPage1.Size = new System.Drawing.Size(1102, 579);
  222. this.tabPage1.TabIndex = 0;
  223. this.tabPage1.Text = "制卡";
  224. this.tabPage1.UseVisualStyleBackColor = true;
  225. //
  226. // tabPage2
  227. //
  228. this.tabPage2.Controls.Add(this.panel7);
  229. this.tabPage2.Controls.Add(this.panel6);
  230. this.tabPage2.Controls.Add(this.panel5);
  231. this.tabPage2.Controls.Add(this.panel4);
  232. this.tabPage2.Controls.Add(this.panel3);
  233. this.tabPage2.Controls.Add(this.panel2);
  234. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  235. this.tabPage2.Name = "tabPage2";
  236. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  237. this.tabPage2.Size = new System.Drawing.Size(1102, 579);
  238. this.tabPage2.TabIndex = 1;
  239. this.tabPage2.Text = "批量制卡";
  240. this.tabPage2.UseVisualStyleBackColor = true;
  241. //
  242. // panel7
  243. //
  244. this.panel7.Controls.Add(this.labelName);
  245. this.panel7.Controls.Add(this.label7);
  246. this.panel7.Controls.Add(this.button_pl_read);
  247. this.panel7.Controls.Add(this.button_pl_write);
  248. this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
  249. this.panel7.Location = new System.Drawing.Point(3, 514);
  250. this.panel7.Name = "panel7";
  251. this.panel7.Size = new System.Drawing.Size(1096, 62);
  252. this.panel7.TabIndex = 45;
  253. //
  254. // labelName
  255. //
  256. this.labelName.Anchor = System.Windows.Forms.AnchorStyles.Left;
  257. this.labelName.AutoSize = true;
  258. this.labelName.Font = new System.Drawing.Font("Microsoft YaHei UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  259. this.labelName.ForeColor = System.Drawing.Color.Maroon;
  260. this.labelName.Location = new System.Drawing.Point(138, 16);
  261. this.labelName.Name = "labelName";
  262. this.labelName.Size = new System.Drawing.Size(82, 41);
  263. this.labelName.TabIndex = 38;
  264. this.labelName.Text = "张三";
  265. //
  266. // label7
  267. //
  268. this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
  269. this.label7.AutoSize = true;
  270. this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  271. this.label7.ForeColor = System.Drawing.Color.Black;
  272. this.label7.Location = new System.Drawing.Point(10, 27);
  273. this.label7.Name = "label7";
  274. this.label7.Size = new System.Drawing.Size(122, 21);
  275. this.label7.TabIndex = 37;
  276. this.label7.Text = "即将制卡人员:";
  277. //
  278. // button_pl_read
  279. //
  280. this.button_pl_read.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  281. this.button_pl_read.Location = new System.Drawing.Point(320, 14);
  282. this.button_pl_read.Name = "button_pl_read";
  283. this.button_pl_read.Size = new System.Drawing.Size(190, 34);
  284. this.button_pl_read.TabIndex = 36;
  285. this.button_pl_read.Text = "读卡";
  286. this.button_pl_read.UseVisualStyleBackColor = true;
  287. this.button_pl_read.Click += new System.EventHandler(this.button_pl_read_Click);
  288. //
  289. // button_pl_write
  290. //
  291. this.button_pl_write.Enabled = false;
  292. this.button_pl_write.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  293. this.button_pl_write.Location = new System.Drawing.Point(538, 14);
  294. this.button_pl_write.Name = "button_pl_write";
  295. this.button_pl_write.Size = new System.Drawing.Size(190, 34);
  296. this.button_pl_write.TabIndex = 35;
  297. this.button_pl_write.Text = "写卡";
  298. this.button_pl_write.UseVisualStyleBackColor = true;
  299. this.button_pl_write.Click += new System.EventHandler(this.button_pl_write_Click);
  300. //
  301. // panel6
  302. //
  303. this.panel6.Controls.Add(this.dataGridView_No);
  304. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  305. this.panel6.Location = new System.Drawing.Point(3, 249);
  306. this.panel6.Name = "panel6";
  307. this.panel6.Size = new System.Drawing.Size(1096, 188);
  308. this.panel6.TabIndex = 44;
  309. //
  310. // dataGridView_No
  311. //
  312. this.dataGridView_No.BackgroundColor = System.Drawing.SystemColors.Control;
  313. this.dataGridView_No.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  314. this.dataGridView_No.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  315. this.dataGridViewTextBoxColumn2,
  316. this.dataGridViewTextBoxColumn1,
  317. this.dataGridViewTextBoxColumn4});
  318. this.dataGridView_No.Dock = System.Windows.Forms.DockStyle.Left;
  319. this.dataGridView_No.Location = new System.Drawing.Point(0, 0);
  320. this.dataGridView_No.Name = "dataGridView_No";
  321. this.dataGridView_No.RowHeadersVisible = false;
  322. this.dataGridView_No.RowTemplate.Height = 25;
  323. this.dataGridView_No.Size = new System.Drawing.Size(579, 188);
  324. this.dataGridView_No.TabIndex = 38;
  325. //
  326. // dataGridViewTextBoxColumn2
  327. //
  328. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  329. this.dataGridViewTextBoxColumn2.DataPropertyName = "UserName";
  330. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  331. dataGridViewCellStyle5.BackColor = System.Drawing.Color.Gray;
  332. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  333. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Brown;
  334. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Lime;
  335. this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle5;
  336. this.dataGridViewTextBoxColumn2.FillWeight = 18.55311F;
  337. this.dataGridViewTextBoxColumn2.HeaderText = "姓名";
  338. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  339. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  340. //
  341. // dataGridViewTextBoxColumn1
  342. //
  343. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  344. this.dataGridViewTextBoxColumn1.DataPropertyName = "Num";
  345. dataGridViewCellStyle6.BackColor = System.Drawing.Color.Gray;
  346. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  347. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Brown;
  348. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Lime;
  349. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle6;
  350. this.dataGridViewTextBoxColumn1.FillWeight = 271.066F;
  351. this.dataGridViewTextBoxColumn1.HeaderText = "编号";
  352. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  353. this.dataGridViewTextBoxColumn1.Width = 200;
  354. //
  355. // dataGridViewTextBoxColumn4
  356. //
  357. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  358. this.dataGridViewTextBoxColumn4.DataPropertyName = "OrgName";
  359. dataGridViewCellStyle7.BackColor = System.Drawing.Color.Gray;
  360. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  361. this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle7;
  362. this.dataGridViewTextBoxColumn4.FillWeight = 10.38091F;
  363. this.dataGridViewTextBoxColumn4.HeaderText = "机构";
  364. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  365. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  366. //
  367. // panel5
  368. //
  369. this.panel5.Controls.Add(this.label6);
  370. this.panel5.Controls.Add(this.label4);
  371. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  372. this.panel5.Location = new System.Drawing.Point(3, 221);
  373. this.panel5.Name = "panel5";
  374. this.panel5.Size = new System.Drawing.Size(1096, 28);
  375. this.panel5.TabIndex = 43;
  376. //
  377. // label6
  378. //
  379. this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
  380. this.label6.AutoSize = true;
  381. this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  382. this.label6.ForeColor = System.Drawing.Color.Maroon;
  383. this.label6.Location = new System.Drawing.Point(122, 7);
  384. this.label6.Name = "label6";
  385. this.label6.Size = new System.Drawing.Size(400, 16);
  386. this.label6.TabIndex = 22;
  387. this.label6.Text = "[温馨提示]:先点击“读卡”,读取卡号后。再点击写卡,默认写“未制卡列表第一行”。";
  388. //
  389. // label4
  390. //
  391. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
  392. this.label4.AutoSize = true;
  393. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  394. this.label4.ForeColor = System.Drawing.Color.Blue;
  395. this.label4.Location = new System.Drawing.Point(10, 5);
  396. this.label4.Name = "label4";
  397. this.label4.Size = new System.Drawing.Size(106, 21);
  398. this.label4.TabIndex = 21;
  399. this.label4.Text = "未制卡列表:";
  400. //
  401. // panel4
  402. //
  403. this.panel4.Controls.Add(this.dataGridView1_全部);
  404. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  405. this.panel4.Location = new System.Drawing.Point(3, 84);
  406. this.panel4.Name = "panel4";
  407. this.panel4.Size = new System.Drawing.Size(1096, 137);
  408. this.panel4.TabIndex = 42;
  409. //
  410. // dataGridView1_全部
  411. //
  412. this.dataGridView1_全部.BackgroundColor = System.Drawing.SystemColors.Control;
  413. this.dataGridView1_全部.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  414. this.dataGridView1_全部.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  415. this.编号,
  416. this.名称,
  417. this.卡状态,
  418. this.机构,
  419. this.手机号,
  420. this.卡号});
  421. this.dataGridView1_全部.Dock = System.Windows.Forms.DockStyle.Fill;
  422. this.dataGridView1_全部.Location = new System.Drawing.Point(0, 0);
  423. this.dataGridView1_全部.Name = "dataGridView1_全部";
  424. this.dataGridView1_全部.RowHeadersVisible = false;
  425. this.dataGridView1_全部.RowTemplate.Height = 25;
  426. this.dataGridView1_全部.Size = new System.Drawing.Size(1096, 137);
  427. this.dataGridView1_全部.TabIndex = 37;
  428. //
  429. // 编号
  430. //
  431. this.编号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  432. this.编号.DataPropertyName = "Num";
  433. this.编号.HeaderText = "编号";
  434. this.编号.Name = "编号";
  435. //
  436. // 名称
  437. //
  438. this.名称.DataPropertyName = "UserName";
  439. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  440. this.名称.DefaultCellStyle = dataGridViewCellStyle8;
  441. this.名称.HeaderText = "姓名";
  442. this.名称.Name = "名称";
  443. this.名称.ReadOnly = true;
  444. this.名称.Width = 150;
  445. //
  446. // 卡状态
  447. //
  448. this.卡状态.DataPropertyName = "State";
  449. this.卡状态.HeaderText = "卡状态";
  450. this.卡状态.Name = "卡状态";
  451. this.卡状态.ReadOnly = true;
  452. this.卡状态.Width = 150;
  453. //
  454. // 机构
  455. //
  456. this.机构.DataPropertyName = "OrgName";
  457. this.机构.HeaderText = "机构";
  458. this.机构.Name = "机构";
  459. this.机构.ReadOnly = true;
  460. this.机构.Width = 150;
  461. //
  462. // 手机号
  463. //
  464. this.手机号.DataPropertyName = "Phone";
  465. this.手机号.HeaderText = "手机号";
  466. this.手机号.Name = "手机号";
  467. this.手机号.ReadOnly = true;
  468. this.手机号.Visible = false;
  469. this.手机号.Width = 150;
  470. //
  471. // 卡号
  472. //
  473. this.卡号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  474. this.卡号.DataPropertyName = "CardNum";
  475. this.卡号.HeaderText = "卡号";
  476. this.卡号.Name = "卡号";
  477. this.卡号.ReadOnly = true;
  478. //
  479. // panel3
  480. //
  481. this.panel3.Controls.Add(this.label5);
  482. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  483. this.panel3.Location = new System.Drawing.Point(3, 42);
  484. this.panel3.Name = "panel3";
  485. this.panel3.Size = new System.Drawing.Size(1096, 42);
  486. this.panel3.TabIndex = 41;
  487. //
  488. // label5
  489. //
  490. this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
  491. this.label5.AutoSize = true;
  492. this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  493. this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  494. this.label5.Location = new System.Drawing.Point(10, 15);
  495. this.label5.Name = "label5";
  496. this.label5.Size = new System.Drawing.Size(106, 21);
  497. this.label5.TabIndex = 39;
  498. this.label5.Text = "已制卡列表:";
  499. //
  500. // panel2
  501. //
  502. this.panel2.Controls.Add(this.comboBox_jglb);
  503. this.panel2.Controls.Add(this.label3);
  504. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  505. this.panel2.Location = new System.Drawing.Point(3, 3);
  506. this.panel2.Name = "panel2";
  507. this.panel2.Size = new System.Drawing.Size(1096, 39);
  508. this.panel2.TabIndex = 40;
  509. //
  510. // comboBox_jglb
  511. //
  512. this.comboBox_jglb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  513. this.comboBox_jglb.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  514. this.comboBox_jglb.FormattingEnabled = true;
  515. this.comboBox_jglb.Location = new System.Drawing.Point(115, 7);
  516. this.comboBox_jglb.Name = "comboBox_jglb";
  517. this.comboBox_jglb.Size = new System.Drawing.Size(190, 29);
  518. this.comboBox_jglb.TabIndex = 21;
  519. //
  520. // label3
  521. //
  522. this.label3.AutoSize = true;
  523. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  524. this.label3.Location = new System.Drawing.Point(10, 15);
  525. this.label3.Name = "label3";
  526. this.label3.Size = new System.Drawing.Size(90, 21);
  527. this.label3.TabIndex = 20;
  528. this.label3.Text = "机构名称:";
  529. //
  530. // tabPage3
  531. //
  532. this.tabPage3.Controls.Add(this.label14);
  533. this.tabPage3.Controls.Add(this.comboBox4);
  534. this.tabPage3.Controls.Add(this.textBox1);
  535. this.tabPage3.Controls.Add(this.button6);
  536. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  537. this.tabPage3.Name = "tabPage3";
  538. this.tabPage3.Size = new System.Drawing.Size(1102, 579);
  539. this.tabPage3.TabIndex = 2;
  540. this.tabPage3.Text = "管理员";
  541. this.tabPage3.UseVisualStyleBackColor = true;
  542. //
  543. // label14
  544. //
  545. this.label14.AutoSize = true;
  546. this.label14.Location = new System.Drawing.Point(456, 255);
  547. this.label14.Name = "label14";
  548. this.label14.Size = new System.Drawing.Size(56, 17);
  549. this.label14.TabIndex = 33;
  550. this.label14.Text = "卡号选择";
  551. //
  552. // comboBox4
  553. //
  554. this.comboBox4.FormattingEnabled = true;
  555. this.comboBox4.Location = new System.Drawing.Point(525, 251);
  556. this.comboBox4.Name = "comboBox4";
  557. this.comboBox4.Size = new System.Drawing.Size(121, 25);
  558. this.comboBox4.TabIndex = 32;
  559. //
  560. // textBox1
  561. //
  562. this.textBox1.Location = new System.Drawing.Point(456, 218);
  563. this.textBox1.Name = "textBox1";
  564. this.textBox1.ReadOnly = true;
  565. this.textBox1.Size = new System.Drawing.Size(190, 23);
  566. this.textBox1.TabIndex = 31;
  567. //
  568. // button6
  569. //
  570. this.button6.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  571. this.button6.Location = new System.Drawing.Point(456, 283);
  572. this.button6.Name = "button6";
  573. this.button6.Size = new System.Drawing.Size(190, 34);
  574. this.button6.TabIndex = 30;
  575. this.button6.Text = "制作管理卡";
  576. this.button6.UseVisualStyleBackColor = true;
  577. this.button6.Click += new System.EventHandler(this.button6_Click);
  578. //
  579. // CarMangerPage
  580. //
  581. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  582. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  583. this.Controls.Add(this.tabControl1);
  584. this.Name = "CarMangerPage";
  585. this.Size = new System.Drawing.Size(1110, 609);
  586. this.panel1.ResumeLayout(false);
  587. this.panel1.PerformLayout();
  588. this.tabControl1.ResumeLayout(false);
  589. this.tabPage1.ResumeLayout(false);
  590. this.tabPage2.ResumeLayout(false);
  591. this.panel7.ResumeLayout(false);
  592. this.panel7.PerformLayout();
  593. this.panel6.ResumeLayout(false);
  594. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_No)).EndInit();
  595. this.panel5.ResumeLayout(false);
  596. this.panel5.PerformLayout();
  597. this.panel4.ResumeLayout(false);
  598. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1_全部)).EndInit();
  599. this.panel3.ResumeLayout(false);
  600. this.panel3.PerformLayout();
  601. this.panel2.ResumeLayout(false);
  602. this.panel2.PerformLayout();
  603. this.tabPage3.ResumeLayout(false);
  604. this.tabPage3.PerformLayout();
  605. this.ResumeLayout(false);
  606. }
  607. #endregion
  608. private Button button2;
  609. private Button button1;
  610. private TextBox textBox2;
  611. private Label label2;
  612. private ComboBox comboBox1;
  613. private Label label1;
  614. private RadioButton radioButton2;
  615. private RadioButton radioButton1;
  616. private Panel panel1;
  617. private ComboBox comboBox2;
  618. private TabControl tabControl1;
  619. private TabPage tabPage1;
  620. private TabPage tabPage2;
  621. private Button button_pl_write;
  622. private ComboBox comboBox_jglb;
  623. private Label label3;
  624. private Button button_pl_read;
  625. private TabPage tabPage3;
  626. private Button button6;
  627. private TextBox textBox1;
  628. private Label label4;
  629. private ComboBox comboBox4;
  630. private DataGridView dataGridView1_全部;
  631. private Label label14;
  632. private DataGridView dataGridView_No;
  633. private Label label5;
  634. private Panel panel7;
  635. private Panel panel6;
  636. private Panel panel5;
  637. private Panel panel4;
  638. private Panel panel3;
  639. private Panel panel2;
  640. private Label label6;
  641. private Label labelName;
  642. private Label label7;
  643. private DataGridViewTextBoxColumn 编号;
  644. private DataGridViewTextBoxColumn 名称;
  645. private DataGridViewTextBoxColumn 卡状态;
  646. private DataGridViewTextBoxColumn 机构;
  647. private DataGridViewTextBoxColumn 手机号;
  648. private DataGridViewTextBoxColumn 卡号;
  649. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  650. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  651. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  652. }
  653. }