Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

690 lignes
36 KiB

  1. namespace HKCardManager
  2. {
  3. partial class Form1
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  31. this.groupBox5 = new System.Windows.Forms.GroupBox();
  32. this.pictureBox11 = new System.Windows.Forms.PictureBox();
  33. this.button8 = new System.Windows.Forms.Button();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.button3 = new System.Windows.Forms.Button();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.groupBox4 = new System.Windows.Forms.GroupBox();
  40. this.pictureBox10 = new System.Windows.Forms.PictureBox();
  41. this.button12 = new System.Windows.Forms.Button();
  42. this.groupBox3 = new System.Windows.Forms.GroupBox();
  43. this.pictureBox9 = new System.Windows.Forms.PictureBox();
  44. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  45. this.pictureBox7 = new System.Windows.Forms.PictureBox();
  46. this.button9 = new System.Windows.Forms.Button();
  47. this.button10 = new System.Windows.Forms.Button();
  48. this.button11 = new System.Windows.Forms.Button();
  49. this.groupBox2 = new System.Windows.Forms.GroupBox();
  50. this.pictureBox12 = new System.Windows.Forms.PictureBox();
  51. this.button13 = new System.Windows.Forms.Button();
  52. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  53. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  54. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  55. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  56. this.button7 = new System.Windows.Forms.Button();
  57. this.button6 = new System.Windows.Forms.Button();
  58. this.button4 = new System.Windows.Forms.Button();
  59. this.button5 = new System.Windows.Forms.Button();
  60. this.button1 = new System.Windows.Forms.Button();
  61. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  62. this.panel1 = new System.Windows.Forms.Panel();
  63. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  64. this.图标 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.消息文本 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.button14 = new System.Windows.Forms.Button();
  67. this.pictureBox13 = new System.Windows.Forms.PictureBox();
  68. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  69. this.splitContainer1.Panel1.SuspendLayout();
  70. this.splitContainer1.Panel2.SuspendLayout();
  71. this.splitContainer1.SuspendLayout();
  72. this.groupBox5.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
  74. this.groupBox1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  77. this.groupBox4.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
  79. this.groupBox3.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  83. this.groupBox2.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  90. this.splitContainer2.Panel1.SuspendLayout();
  91. this.splitContainer2.Panel2.SuspendLayout();
  92. this.splitContainer2.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // splitContainer1
  98. //
  99. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  101. this.splitContainer1.Name = "splitContainer1";
  102. //
  103. // splitContainer1.Panel1
  104. //
  105. this.splitContainer1.Panel1.Controls.Add(this.groupBox5);
  106. this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
  107. this.splitContainer1.Panel1.Controls.Add(this.groupBox4);
  108. this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
  109. this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
  110. this.splitContainer1.Panel1.Controls.Add(this.button1);
  111. //
  112. // splitContainer1.Panel2
  113. //
  114. this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Highlight;
  115. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  116. this.splitContainer1.Size = new System.Drawing.Size(1207, 718);
  117. this.splitContainer1.SplitterDistance = 249;
  118. this.splitContainer1.TabIndex = 1;
  119. //
  120. // groupBox5
  121. //
  122. this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
  123. this.groupBox5.Controls.Add(this.pictureBox11);
  124. this.groupBox5.Controls.Add(this.button8);
  125. this.groupBox5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  126. this.groupBox5.ForeColor = System.Drawing.Color.Black;
  127. this.groupBox5.Location = new System.Drawing.Point(4, 645);
  128. this.groupBox5.Name = "groupBox5";
  129. this.groupBox5.Size = new System.Drawing.Size(243, 77);
  130. this.groupBox5.TabIndex = 12;
  131. this.groupBox5.TabStop = false;
  132. this.groupBox5.Text = "广告设置";
  133. this.groupBox5.Visible = false;
  134. //
  135. // pictureBox11
  136. //
  137. this.pictureBox11.BackColor = System.Drawing.Color.Transparent;
  138. this.pictureBox11.Image = global::HKCardManager.Properties.Resources.shijianshezhi;
  139. this.pictureBox11.Location = new System.Drawing.Point(16, 37);
  140. this.pictureBox11.Name = "pictureBox11";
  141. this.pictureBox11.Size = new System.Drawing.Size(20, 20);
  142. this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  143. this.pictureBox11.TabIndex = 11;
  144. this.pictureBox11.TabStop = false;
  145. //
  146. // button8
  147. //
  148. this.button8.BackColor = System.Drawing.SystemColors.Control;
  149. this.button8.Location = new System.Drawing.Point(9, 29);
  150. this.button8.Name = "button8";
  151. this.button8.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  152. this.button8.Size = new System.Drawing.Size(220, 36);
  153. this.button8.TabIndex = 1;
  154. this.button8.Text = "广告设置";
  155. this.button8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  156. this.button8.UseVisualStyleBackColor = false;
  157. this.button8.Click += new System.EventHandler(this.button8_Click);
  158. //
  159. // groupBox1
  160. //
  161. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  162. this.groupBox1.Controls.Add(this.pictureBox2);
  163. this.groupBox1.Controls.Add(this.pictureBox1);
  164. this.groupBox1.Controls.Add(this.button3);
  165. this.groupBox1.Controls.Add(this.button2);
  166. this.groupBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  167. this.groupBox1.ForeColor = System.Drawing.Color.Black;
  168. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  169. this.groupBox1.Name = "groupBox1";
  170. this.groupBox1.Size = new System.Drawing.Size(243, 118);
  171. this.groupBox1.TabIndex = 2;
  172. this.groupBox1.TabStop = false;
  173. this.groupBox1.Text = "人事信息";
  174. //
  175. // pictureBox2
  176. //
  177. this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
  178. this.pictureBox2.Image = global::HKCardManager.Properties.Resources.suozaijigou;
  179. this.pictureBox2.Location = new System.Drawing.Point(16, 81);
  180. this.pictureBox2.Name = "pictureBox2";
  181. this.pictureBox2.Size = new System.Drawing.Size(20, 20);
  182. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  183. this.pictureBox2.TabIndex = 3;
  184. this.pictureBox2.TabStop = false;
  185. //
  186. // pictureBox1
  187. //
  188. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  189. this.pictureBox1.Image = global::HKCardManager.Properties.Resources.renyuanpinci;
  190. this.pictureBox1.Location = new System.Drawing.Point(16, 37);
  191. this.pictureBox1.Name = "pictureBox1";
  192. this.pictureBox1.Size = new System.Drawing.Size(20, 20);
  193. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  194. this.pictureBox1.TabIndex = 0;
  195. this.pictureBox1.TabStop = false;
  196. //
  197. // button3
  198. //
  199. this.button3.BackColor = System.Drawing.SystemColors.Control;
  200. this.button3.Location = new System.Drawing.Point(9, 71);
  201. this.button3.Name = "button3";
  202. this.button3.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  203. this.button3.Size = new System.Drawing.Size(220, 38);
  204. this.button3.TabIndex = 2;
  205. this.button3.Text = "机构录入";
  206. this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  207. this.button3.UseVisualStyleBackColor = false;
  208. this.button3.Click += new System.EventHandler(this.button3_Click);
  209. //
  210. // button2
  211. //
  212. this.button2.BackColor = System.Drawing.SystemColors.Control;
  213. this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  214. this.button2.Location = new System.Drawing.Point(9, 29);
  215. this.button2.Name = "button2";
  216. this.button2.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  217. this.button2.Size = new System.Drawing.Size(220, 36);
  218. this.button2.TabIndex = 1;
  219. this.button2.Text = "人员录入";
  220. this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  221. this.button2.UseVisualStyleBackColor = false;
  222. this.button2.Click += new System.EventHandler(this.button2_Click);
  223. //
  224. // groupBox4
  225. //
  226. this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
  227. this.groupBox4.Controls.Add(this.pictureBox10);
  228. this.groupBox4.Controls.Add(this.button12);
  229. this.groupBox4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  230. this.groupBox4.ForeColor = System.Drawing.Color.Black;
  231. this.groupBox4.Location = new System.Drawing.Point(3, 566);
  232. this.groupBox4.Name = "groupBox4";
  233. this.groupBox4.Size = new System.Drawing.Size(243, 77);
  234. this.groupBox4.TabIndex = 3;
  235. this.groupBox4.TabStop = false;
  236. this.groupBox4.Text = "计次就餐";
  237. //
  238. // pictureBox10
  239. //
  240. this.pictureBox10.BackColor = System.Drawing.Color.Transparent;
  241. this.pictureBox10.Image = global::HKCardManager.Properties.Resources.shijianshezhi;
  242. this.pictureBox10.Location = new System.Drawing.Point(16, 37);
  243. this.pictureBox10.Name = "pictureBox10";
  244. this.pictureBox10.Size = new System.Drawing.Size(20, 20);
  245. this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  246. this.pictureBox10.TabIndex = 11;
  247. this.pictureBox10.TabStop = false;
  248. //
  249. // button12
  250. //
  251. this.button12.BackColor = System.Drawing.SystemColors.Control;
  252. this.button12.Location = new System.Drawing.Point(9, 29);
  253. this.button12.Name = "button12";
  254. this.button12.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  255. this.button12.Size = new System.Drawing.Size(220, 36);
  256. this.button12.TabIndex = 1;
  257. this.button12.Text = "餐段设置";
  258. this.button12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  259. this.button12.UseVisualStyleBackColor = false;
  260. this.button12.Click += new System.EventHandler(this.button12_Click);
  261. //
  262. // groupBox3
  263. //
  264. this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
  265. this.groupBox3.Controls.Add(this.pictureBox9);
  266. this.groupBox3.Controls.Add(this.pictureBox8);
  267. this.groupBox3.Controls.Add(this.pictureBox7);
  268. this.groupBox3.Controls.Add(this.button9);
  269. this.groupBox3.Controls.Add(this.button10);
  270. this.groupBox3.Controls.Add(this.button11);
  271. this.groupBox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  272. this.groupBox3.ForeColor = System.Drawing.Color.Black;
  273. this.groupBox3.Location = new System.Drawing.Point(3, 408);
  274. this.groupBox3.Name = "groupBox3";
  275. this.groupBox3.Size = new System.Drawing.Size(243, 159);
  276. this.groupBox3.TabIndex = 5;
  277. this.groupBox3.TabStop = false;
  278. this.groupBox3.Text = "报表打印";
  279. //
  280. // pictureBox9
  281. //
  282. this.pictureBox9.BackColor = System.Drawing.Color.Transparent;
  283. this.pictureBox9.Image = global::HKCardManager.Properties.Resources.shujubiao_;
  284. this.pictureBox9.Location = new System.Drawing.Point(16, 123);
  285. this.pictureBox9.Name = "pictureBox9";
  286. this.pictureBox9.Size = new System.Drawing.Size(20, 20);
  287. this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  288. this.pictureBox9.TabIndex = 10;
  289. this.pictureBox9.TabStop = false;
  290. //
  291. // pictureBox8
  292. //
  293. this.pictureBox8.BackColor = System.Drawing.Color.Transparent;
  294. this.pictureBox8.Image = global::HKCardManager.Properties.Resources.shujubiao;
  295. this.pictureBox8.Location = new System.Drawing.Point(16, 81);
  296. this.pictureBox8.Name = "pictureBox8";
  297. this.pictureBox8.Size = new System.Drawing.Size(20, 20);
  298. this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  299. this.pictureBox8.TabIndex = 9;
  300. this.pictureBox8.TabStop = false;
  301. //
  302. // pictureBox7
  303. //
  304. this.pictureBox7.BackColor = System.Drawing.Color.Transparent;
  305. this.pictureBox7.Image = global::HKCardManager.Properties.Resources.benyue;
  306. this.pictureBox7.Location = new System.Drawing.Point(16, 38);
  307. this.pictureBox7.Name = "pictureBox7";
  308. this.pictureBox7.Size = new System.Drawing.Size(20, 20);
  309. this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  310. this.pictureBox7.TabIndex = 8;
  311. this.pictureBox7.TabStop = false;
  312. //
  313. // button9
  314. //
  315. this.button9.BackColor = System.Drawing.SystemColors.Control;
  316. this.button9.Location = new System.Drawing.Point(9, 113);
  317. this.button9.Name = "button9";
  318. this.button9.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  319. this.button9.Size = new System.Drawing.Size(220, 38);
  320. this.button9.TabIndex = 3;
  321. this.button9.Tag = "月餐段汇总表";
  322. this.button9.Text = "月餐段汇总表";
  323. this.button9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  324. this.button9.UseVisualStyleBackColor = false;
  325. this.button9.Click += new System.EventHandler(this.button11_Click);
  326. //
  327. // button10
  328. //
  329. this.button10.BackColor = System.Drawing.SystemColors.Control;
  330. this.button10.Location = new System.Drawing.Point(9, 72);
  331. this.button10.Name = "button10";
  332. this.button10.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  333. this.button10.Size = new System.Drawing.Size(220, 38);
  334. this.button10.TabIndex = 2;
  335. this.button10.Tag = "记次就餐天消费表";
  336. this.button10.Text = "记次就餐天消费表";
  337. this.button10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  338. this.button10.UseVisualStyleBackColor = false;
  339. this.button10.Click += new System.EventHandler(this.button11_Click);
  340. //
  341. // button11
  342. //
  343. this.button11.BackColor = System.Drawing.SystemColors.Control;
  344. this.button11.Location = new System.Drawing.Point(9, 28);
  345. this.button11.Name = "button11";
  346. this.button11.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  347. this.button11.Size = new System.Drawing.Size(220, 38);
  348. this.button11.TabIndex = 1;
  349. this.button11.Tag = "月餐段消费表";
  350. this.button11.Text = "月餐段消费表";
  351. this.button11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  352. this.button11.UseVisualStyleBackColor = false;
  353. this.button11.Click += new System.EventHandler(this.button11_Click);
  354. //
  355. // groupBox2
  356. //
  357. this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
  358. this.groupBox2.Controls.Add(this.pictureBox13);
  359. this.groupBox2.Controls.Add(this.button14);
  360. this.groupBox2.Controls.Add(this.pictureBox12);
  361. this.groupBox2.Controls.Add(this.button13);
  362. this.groupBox2.Controls.Add(this.pictureBox6);
  363. this.groupBox2.Controls.Add(this.pictureBox5);
  364. this.groupBox2.Controls.Add(this.pictureBox4);
  365. this.groupBox2.Controls.Add(this.pictureBox3);
  366. this.groupBox2.Controls.Add(this.button7);
  367. this.groupBox2.Controls.Add(this.button6);
  368. this.groupBox2.Controls.Add(this.button4);
  369. this.groupBox2.Controls.Add(this.button5);
  370. this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  371. this.groupBox2.ForeColor = System.Drawing.Color.Black;
  372. this.groupBox2.Location = new System.Drawing.Point(3, 118);
  373. this.groupBox2.Name = "groupBox2";
  374. this.groupBox2.Size = new System.Drawing.Size(243, 287);
  375. this.groupBox2.TabIndex = 3;
  376. this.groupBox2.TabStop = false;
  377. this.groupBox2.Text = "卡片维护";
  378. //
  379. // pictureBox12
  380. //
  381. this.pictureBox12.BackColor = System.Drawing.Color.Transparent;
  382. this.pictureBox12.Image = global::HKCardManager.Properties.Resources.xiaohu;
  383. this.pictureBox12.Location = new System.Drawing.Point(20, 210);
  384. this.pictureBox12.Name = "pictureBox12";
  385. this.pictureBox12.Size = new System.Drawing.Size(20, 20);
  386. this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  387. this.pictureBox12.TabIndex = 9;
  388. this.pictureBox12.TabStop = false;
  389. //
  390. // button13
  391. //
  392. this.button13.BackColor = System.Drawing.SystemColors.Control;
  393. this.button13.Location = new System.Drawing.Point(9, 200);
  394. this.button13.Name = "button13";
  395. this.button13.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  396. this.button13.Size = new System.Drawing.Size(220, 38);
  397. this.button13.TabIndex = 8;
  398. this.button13.Tag = "销卡";
  399. this.button13.Text = "销卡";
  400. this.button13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  401. this.button13.UseVisualStyleBackColor = false;
  402. this.button13.Click += new System.EventHandler(this.button13_Click);
  403. //
  404. // pictureBox6
  405. //
  406. this.pictureBox6.BackColor = System.Drawing.Color.Transparent;
  407. this.pictureBox6.Image = global::HKCardManager.Properties.Resources.jiegua;
  408. this.pictureBox6.Location = new System.Drawing.Point(16, 166);
  409. this.pictureBox6.Name = "pictureBox6";
  410. this.pictureBox6.Size = new System.Drawing.Size(20, 20);
  411. this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  412. this.pictureBox6.TabIndex = 7;
  413. this.pictureBox6.TabStop = false;
  414. //
  415. // pictureBox5
  416. //
  417. this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
  418. this.pictureBox5.Image = global::HKCardManager.Properties.Resources.shebaoqiaguashi;
  419. this.pictureBox5.Location = new System.Drawing.Point(16, 123);
  420. this.pictureBox5.Name = "pictureBox5";
  421. this.pictureBox5.Size = new System.Drawing.Size(20, 20);
  422. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  423. this.pictureBox5.TabIndex = 6;
  424. this.pictureBox5.TabStop = false;
  425. //
  426. // pictureBox4
  427. //
  428. this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
  429. this.pictureBox4.Image = global::HKCardManager.Properties.Resources.xiaohu;
  430. this.pictureBox4.Location = new System.Drawing.Point(16, 81);
  431. this.pictureBox4.Name = "pictureBox4";
  432. this.pictureBox4.Size = new System.Drawing.Size(20, 20);
  433. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  434. this.pictureBox4.TabIndex = 5;
  435. this.pictureBox4.TabStop = false;
  436. //
  437. // pictureBox3
  438. //
  439. this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
  440. this.pictureBox3.Image = global::HKCardManager.Properties.Resources.IC_card;
  441. this.pictureBox3.Location = new System.Drawing.Point(16, 38);
  442. this.pictureBox3.Name = "pictureBox3";
  443. this.pictureBox3.Size = new System.Drawing.Size(20, 20);
  444. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  445. this.pictureBox3.TabIndex = 4;
  446. this.pictureBox3.TabStop = false;
  447. //
  448. // button7
  449. //
  450. this.button7.BackColor = System.Drawing.SystemColors.Control;
  451. this.button7.Location = new System.Drawing.Point(9, 156);
  452. this.button7.Name = "button7";
  453. this.button7.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  454. this.button7.Size = new System.Drawing.Size(220, 38);
  455. this.button7.TabIndex = 4;
  456. this.button7.Tag = "解挂";
  457. this.button7.Text = "解挂";
  458. this.button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  459. this.button7.UseVisualStyleBackColor = false;
  460. this.button7.Click += new System.EventHandler(this.button4_Click);
  461. //
  462. // button6
  463. //
  464. this.button6.BackColor = System.Drawing.SystemColors.Control;
  465. this.button6.Location = new System.Drawing.Point(9, 113);
  466. this.button6.Name = "button6";
  467. this.button6.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  468. this.button6.Size = new System.Drawing.Size(220, 38);
  469. this.button6.TabIndex = 3;
  470. this.button6.Tag = "挂失";
  471. this.button6.Text = "挂失";
  472. this.button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  473. this.button6.UseVisualStyleBackColor = false;
  474. this.button6.Click += new System.EventHandler(this.button4_Click);
  475. //
  476. // button4
  477. //
  478. this.button4.BackColor = System.Drawing.SystemColors.Control;
  479. this.button4.Location = new System.Drawing.Point(9, 72);
  480. this.button4.Name = "button4";
  481. this.button4.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  482. this.button4.Size = new System.Drawing.Size(220, 38);
  483. this.button4.TabIndex = 2;
  484. this.button4.Tag = "销户";
  485. this.button4.Text = "销户";
  486. this.button4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  487. this.button4.UseVisualStyleBackColor = false;
  488. this.button4.Click += new System.EventHandler(this.button4_Click);
  489. //
  490. // button5
  491. //
  492. this.button5.BackColor = System.Drawing.SystemColors.Control;
  493. this.button5.Location = new System.Drawing.Point(9, 28);
  494. this.button5.Name = "button5";
  495. this.button5.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  496. this.button5.Size = new System.Drawing.Size(220, 38);
  497. this.button5.TabIndex = 1;
  498. this.button5.Text = "发卡";
  499. this.button5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  500. this.button5.UseVisualStyleBackColor = false;
  501. this.button5.Click += new System.EventHandler(this.button5_Click);
  502. //
  503. // button1
  504. //
  505. this.button1.BackColor = System.Drawing.Color.Transparent;
  506. this.button1.Dock = System.Windows.Forms.DockStyle.Top;
  507. this.button1.Enabled = false;
  508. this.button1.FlatAppearance.BorderSize = 0;
  509. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  510. this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  511. this.button1.Location = new System.Drawing.Point(0, 0);
  512. this.button1.Name = "button1";
  513. this.button1.Size = new System.Drawing.Size(249, 10);
  514. this.button1.TabIndex = 0;
  515. this.button1.Text = "模块列表";
  516. this.button1.UseVisualStyleBackColor = false;
  517. //
  518. // splitContainer2
  519. //
  520. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  521. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  522. this.splitContainer2.Name = "splitContainer2";
  523. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  524. //
  525. // splitContainer2.Panel1
  526. //
  527. this.splitContainer2.Panel1.Controls.Add(this.panel1);
  528. //
  529. // splitContainer2.Panel2
  530. //
  531. this.splitContainer2.Panel2.Controls.Add(this.dataGridView1);
  532. this.splitContainer2.Size = new System.Drawing.Size(954, 718);
  533. this.splitContainer2.SplitterDistance = 539;
  534. this.splitContainer2.TabIndex = 0;
  535. //
  536. // panel1
  537. //
  538. this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  539. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  540. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  541. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  542. this.panel1.Location = new System.Drawing.Point(0, 0);
  543. this.panel1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
  544. this.panel1.Name = "panel1";
  545. this.panel1.Size = new System.Drawing.Size(954, 539);
  546. this.panel1.TabIndex = 1;
  547. //
  548. // dataGridView1
  549. //
  550. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  551. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  552. this.dataGridView1.ColumnHeadersVisible = false;
  553. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  554. this.图标,
  555. this.消息文本});
  556. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  557. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  558. this.dataGridView1.Name = "dataGridView1";
  559. this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  560. this.dataGridView1.RowHeadersVisible = false;
  561. this.dataGridView1.RowTemplate.Height = 25;
  562. this.dataGridView1.Size = new System.Drawing.Size(954, 175);
  563. this.dataGridView1.TabIndex = 1;
  564. //
  565. // 图标
  566. //
  567. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
  568. this.图标.DefaultCellStyle = dataGridViewCellStyle3;
  569. this.图标.HeaderText = "图标";
  570. this.图标.Name = "图标";
  571. this.图标.ReadOnly = true;
  572. this.图标.Width = 30;
  573. //
  574. // 消息文本
  575. //
  576. this.消息文本.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  577. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  578. this.消息文本.DefaultCellStyle = dataGridViewCellStyle4;
  579. this.消息文本.HeaderText = "消息文本";
  580. this.消息文本.Name = "消息文本";
  581. this.消息文本.ReadOnly = true;
  582. //
  583. // button14
  584. //
  585. this.button14.BackColor = System.Drawing.SystemColors.Control;
  586. this.button14.Location = new System.Drawing.Point(9, 244);
  587. this.button14.Name = "button14";
  588. this.button14.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
  589. this.button14.Size = new System.Drawing.Size(220, 36);
  590. this.button14.TabIndex = 10;
  591. this.button14.Text = "重置";
  592. this.button14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  593. this.button14.UseVisualStyleBackColor = false;
  594. this.button14.Click += new System.EventHandler(this.button14_Click);
  595. //
  596. // pictureBox13
  597. //
  598. this.pictureBox13.BackColor = System.Drawing.Color.Transparent;
  599. this.pictureBox13.Image = global::HKCardManager.Properties.Resources.shijianshezhi;
  600. this.pictureBox13.Location = new System.Drawing.Point(20, 251);
  601. this.pictureBox13.Name = "pictureBox13";
  602. this.pictureBox13.Size = new System.Drawing.Size(20, 20);
  603. this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  604. this.pictureBox13.TabIndex = 12;
  605. this.pictureBox13.TabStop = false;
  606. //
  607. // Form1
  608. //
  609. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  610. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  611. this.ClientSize = new System.Drawing.Size(1207, 718);
  612. this.Controls.Add(this.splitContainer1);
  613. this.Name = "Form1";
  614. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  615. this.Text = "一卡通制卡";
  616. this.splitContainer1.Panel1.ResumeLayout(false);
  617. this.splitContainer1.Panel2.ResumeLayout(false);
  618. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  619. this.splitContainer1.ResumeLayout(false);
  620. this.groupBox5.ResumeLayout(false);
  621. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
  622. this.groupBox1.ResumeLayout(false);
  623. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  624. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  625. this.groupBox4.ResumeLayout(false);
  626. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
  627. this.groupBox3.ResumeLayout(false);
  628. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
  629. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  631. this.groupBox2.ResumeLayout(false);
  632. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
  633. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  634. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  635. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  636. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  637. this.splitContainer2.Panel1.ResumeLayout(false);
  638. this.splitContainer2.Panel2.ResumeLayout(false);
  639. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  640. this.splitContainer2.ResumeLayout(false);
  641. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  642. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
  643. this.ResumeLayout(false);
  644. }
  645. #endregion
  646. private SplitContainer splitContainer1;
  647. private Button button1;
  648. private GroupBox groupBox4;
  649. private Button button12;
  650. private GroupBox groupBox3;
  651. private Button button9;
  652. private Button button10;
  653. private Button button11;
  654. private GroupBox groupBox2;
  655. private Button button7;
  656. private Button button6;
  657. private Button button4;
  658. private Button button5;
  659. private GroupBox groupBox1;
  660. private Button button3;
  661. private Button button2;
  662. private Panel panel1;
  663. private SplitContainer splitContainer2;
  664. private PictureBox pictureBox1;
  665. private PictureBox pictureBox10;
  666. private PictureBox pictureBox9;
  667. private PictureBox pictureBox8;
  668. private PictureBox pictureBox7;
  669. private PictureBox pictureBox6;
  670. private PictureBox pictureBox5;
  671. private PictureBox pictureBox4;
  672. private PictureBox pictureBox3;
  673. private PictureBox pictureBox2;
  674. private GroupBox groupBox5;
  675. private PictureBox pictureBox11;
  676. private Button button8;
  677. private DataGridView dataGridView1;
  678. private DataGridViewTextBoxColumn 图标;
  679. private DataGridViewTextBoxColumn 消息文本;
  680. private Button button13;
  681. private PictureBox pictureBox12;
  682. private PictureBox pictureBox13;
  683. private Button button14;
  684. }
  685. }