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.

204 lines
11 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. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  29. this.人事信息ZToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  30. this.人员录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.卡片维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.发卡ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.销户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.挂失ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.解挂ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.报表打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.月餐段汇总表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.计次就餐天消费表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.计次就餐消费明细表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.记次就餐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.餐段设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.机构录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.menuStrip1.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // menuStrip1
  47. //
  48. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  49. this.人事信息ZToolStripMenuItem,
  50. this.卡片维护ToolStripMenuItem,
  51. this.报表打印ToolStripMenuItem,
  52. this.记次就餐ToolStripMenuItem});
  53. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  54. this.menuStrip1.Name = "menuStrip1";
  55. this.menuStrip1.Size = new System.Drawing.Size(1207, 25);
  56. this.menuStrip1.TabIndex = 0;
  57. this.menuStrip1.Text = "menuStrip1";
  58. //
  59. // 人事信息ZToolStripMenuItem
  60. //
  61. this.人事信息ZToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  62. this.人员录入ToolStripMenuItem,
  63. this.机构录入ToolStripMenuItem});
  64. this.人事信息ZToolStripMenuItem.Name = "人事信息ZToolStripMenuItem";
  65. this.人事信息ZToolStripMenuItem.Size = new System.Drawing.Size(83, 21);
  66. this.人事信息ZToolStripMenuItem.Text = "人事信息(Z)";
  67. //
  68. // 人员录入ToolStripMenuItem
  69. //
  70. this.人员录入ToolStripMenuItem.Name = "人员录入ToolStripMenuItem";
  71. this.人员录入ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  72. this.人员录入ToolStripMenuItem.Text = "人员录入";
  73. this.人员录入ToolStripMenuItem.Click += new System.EventHandler(this.人员录入ToolStripMenuItem_Click);
  74. //
  75. // 卡片维护ToolStripMenuItem
  76. //
  77. this.卡片维护ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.发卡ToolStripMenuItem,
  79. this.销户ToolStripMenuItem,
  80. this.挂失ToolStripMenuItem,
  81. this.解挂ToolStripMenuItem});
  82. this.卡片维护ToolStripMenuItem.Name = "卡片维护ToolStripMenuItem";
  83. this.卡片维护ToolStripMenuItem.Size = new System.Drawing.Size(84, 21);
  84. this.卡片维护ToolStripMenuItem.Text = "卡片维护(X)";
  85. //
  86. // 发卡ToolStripMenuItem
  87. //
  88. this.发卡ToolStripMenuItem.Name = "发卡ToolStripMenuItem";
  89. this.发卡ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  90. this.发卡ToolStripMenuItem.Text = "发卡";
  91. this.发卡ToolStripMenuItem.Click += new System.EventHandler(this.发卡ToolStripMenuItem_Click);
  92. //
  93. // 销户ToolStripMenuItem
  94. //
  95. this.销户ToolStripMenuItem.Name = "销户ToolStripMenuItem";
  96. this.销户ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  97. this.销户ToolStripMenuItem.Text = "销户";
  98. this.销户ToolStripMenuItem.Click += new System.EventHandler(this.销户ToolStripMenuItem_Click);
  99. //
  100. // 挂失ToolStripMenuItem
  101. //
  102. this.挂失ToolStripMenuItem.Name = "挂失ToolStripMenuItem";
  103. this.挂失ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  104. this.挂失ToolStripMenuItem.Text = "挂失";
  105. this.挂失ToolStripMenuItem.Click += new System.EventHandler(this.挂失ToolStripMenuItem_Click);
  106. //
  107. // 解挂ToolStripMenuItem
  108. //
  109. this.解挂ToolStripMenuItem.Name = "解挂ToolStripMenuItem";
  110. this.解挂ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  111. this.解挂ToolStripMenuItem.Text = "解挂";
  112. this.解挂ToolStripMenuItem.Click += new System.EventHandler(this.解挂ToolStripMenuItem_Click);
  113. //
  114. // 报表打印ToolStripMenuItem
  115. //
  116. this.报表打印ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.月餐段汇总表ToolStripMenuItem,
  118. this.计次就餐天消费表ToolStripMenuItem,
  119. this.计次就餐消费明细表ToolStripMenuItem});
  120. this.报表打印ToolStripMenuItem.Name = "报表打印ToolStripMenuItem";
  121. this.报表打印ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  122. this.报表打印ToolStripMenuItem.Text = "报表打印";
  123. //
  124. // 月餐段汇总表ToolStripMenuItem
  125. //
  126. this.月餐段汇总表ToolStripMenuItem.Name = "月餐段汇总表ToolStripMenuItem";
  127. this.月餐段汇总表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  128. this.月餐段汇总表ToolStripMenuItem.Text = "月餐段汇总表";
  129. this.月餐段汇总表ToolStripMenuItem.Click += new System.EventHandler(this.月餐段汇总表ToolStripMenuItem_Click);
  130. //
  131. // 计次就餐天消费表ToolStripMenuItem
  132. //
  133. this.计次就餐天消费表ToolStripMenuItem.Name = "计次就餐天消费表ToolStripMenuItem";
  134. this.计次就餐天消费表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  135. this.计次就餐天消费表ToolStripMenuItem.Text = "记次就餐天消费表";
  136. this.计次就餐天消费表ToolStripMenuItem.Click += new System.EventHandler(this.计次就餐天消费表ToolStripMenuItem_Click);
  137. //
  138. // 计次就餐消费明细表ToolStripMenuItem
  139. //
  140. this.计次就餐消费明细表ToolStripMenuItem.Name = "计次就餐消费明细表ToolStripMenuItem";
  141. this.计次就餐消费明细表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  142. this.计次就餐消费明细表ToolStripMenuItem.Text = "记次就餐消费明细表";
  143. this.计次就餐消费明细表ToolStripMenuItem.Click += new System.EventHandler(this.计次就餐消费明细表ToolStripMenuItem_Click);
  144. //
  145. // 记次就餐ToolStripMenuItem
  146. //
  147. this.记次就餐ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  148. this.餐段设置ToolStripMenuItem});
  149. this.记次就餐ToolStripMenuItem.Name = "记次就餐ToolStripMenuItem";
  150. this.记次就餐ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  151. this.记次就餐ToolStripMenuItem.Text = "记次就餐";
  152. //
  153. // 餐段设置ToolStripMenuItem
  154. //
  155. this.餐段设置ToolStripMenuItem.Name = "餐段设置ToolStripMenuItem";
  156. this.餐段设置ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  157. this.餐段设置ToolStripMenuItem.Text = "餐段设置";
  158. this.餐段设置ToolStripMenuItem.Click += new System.EventHandler(this.餐段设置ToolStripMenuItem_Click);
  159. //
  160. // 机构录入ToolStripMenuItem
  161. //
  162. this.机构录入ToolStripMenuItem.Name = "机构录入ToolStripMenuItem";
  163. this.机构录入ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  164. this.机构录入ToolStripMenuItem.Text = "机构录入";
  165. this.机构录入ToolStripMenuItem.Click += new System.EventHandler(this.机构录入ToolStripMenuItem_Click);
  166. //
  167. // Form1
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.ClientSize = new System.Drawing.Size(1207, 689);
  172. this.Controls.Add(this.menuStrip1);
  173. this.MainMenuStrip = this.menuStrip1;
  174. this.Name = "Form1";
  175. this.Text = "Form1";
  176. this.menuStrip1.ResumeLayout(false);
  177. this.menuStrip1.PerformLayout();
  178. this.ResumeLayout(false);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private MenuStrip menuStrip1;
  183. private ToolStripMenuItem 人事信息ZToolStripMenuItem;
  184. private ToolStripMenuItem 人员录入ToolStripMenuItem;
  185. private ToolStripMenuItem 卡片维护ToolStripMenuItem;
  186. private ToolStripMenuItem 发卡ToolStripMenuItem;
  187. private ToolStripMenuItem 销户ToolStripMenuItem;
  188. private ToolStripMenuItem 挂失ToolStripMenuItem;
  189. private ToolStripMenuItem 解挂ToolStripMenuItem;
  190. private ToolStripMenuItem 报表打印ToolStripMenuItem;
  191. private ToolStripMenuItem 月餐段汇总表ToolStripMenuItem;
  192. private ToolStripMenuItem 计次就餐天消费表ToolStripMenuItem;
  193. private ToolStripMenuItem 计次就餐消费明细表ToolStripMenuItem;
  194. private ToolStripMenuItem 记次就餐ToolStripMenuItem;
  195. private ToolStripMenuItem 餐段设置ToolStripMenuItem;
  196. private ToolStripMenuItem 机构录入ToolStripMenuItem;
  197. }
  198. }