No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

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