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.

Form1.Designer.cs 33 KiB

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