|
- namespace HKCardManager
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.人事信息ZToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.人员录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.卡片维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.发卡ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.销户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.挂失ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.解挂ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.报表打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.月餐段汇总表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.计次就餐天消费表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.计次就餐消费明细表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.记次就餐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.餐段设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.机构录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.menuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.人事信息ZToolStripMenuItem,
- this.卡片维护ToolStripMenuItem,
- this.报表打印ToolStripMenuItem,
- this.记次就餐ToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(1207, 25);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // 人事信息ZToolStripMenuItem
- //
- this.人事信息ZToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.人员录入ToolStripMenuItem,
- this.机构录入ToolStripMenuItem});
- this.人事信息ZToolStripMenuItem.Name = "人事信息ZToolStripMenuItem";
- this.人事信息ZToolStripMenuItem.Size = new System.Drawing.Size(83, 21);
- this.人事信息ZToolStripMenuItem.Text = "人事信息(Z)";
- //
- // 人员录入ToolStripMenuItem
- //
- this.人员录入ToolStripMenuItem.Name = "人员录入ToolStripMenuItem";
- this.人员录入ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.人员录入ToolStripMenuItem.Text = "人员录入";
- this.人员录入ToolStripMenuItem.Click += new System.EventHandler(this.人员录入ToolStripMenuItem_Click);
- //
- // 卡片维护ToolStripMenuItem
- //
- this.卡片维护ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.发卡ToolStripMenuItem,
- this.销户ToolStripMenuItem,
- this.挂失ToolStripMenuItem,
- this.解挂ToolStripMenuItem});
- this.卡片维护ToolStripMenuItem.Name = "卡片维护ToolStripMenuItem";
- this.卡片维护ToolStripMenuItem.Size = new System.Drawing.Size(84, 21);
- this.卡片维护ToolStripMenuItem.Text = "卡片维护(X)";
- //
- // 发卡ToolStripMenuItem
- //
- this.发卡ToolStripMenuItem.Name = "发卡ToolStripMenuItem";
- this.发卡ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.发卡ToolStripMenuItem.Text = "发卡";
- this.发卡ToolStripMenuItem.Click += new System.EventHandler(this.发卡ToolStripMenuItem_Click);
- //
- // 销户ToolStripMenuItem
- //
- this.销户ToolStripMenuItem.Name = "销户ToolStripMenuItem";
- this.销户ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.销户ToolStripMenuItem.Text = "销户";
- this.销户ToolStripMenuItem.Click += new System.EventHandler(this.销户ToolStripMenuItem_Click);
- //
- // 挂失ToolStripMenuItem
- //
- this.挂失ToolStripMenuItem.Name = "挂失ToolStripMenuItem";
- this.挂失ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.挂失ToolStripMenuItem.Text = "挂失";
- this.挂失ToolStripMenuItem.Click += new System.EventHandler(this.挂失ToolStripMenuItem_Click);
- //
- // 解挂ToolStripMenuItem
- //
- this.解挂ToolStripMenuItem.Name = "解挂ToolStripMenuItem";
- this.解挂ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.解挂ToolStripMenuItem.Text = "解挂";
- this.解挂ToolStripMenuItem.Click += new System.EventHandler(this.解挂ToolStripMenuItem_Click);
- //
- // 报表打印ToolStripMenuItem
- //
- this.报表打印ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.月餐段汇总表ToolStripMenuItem,
- this.计次就餐天消费表ToolStripMenuItem,
- this.计次就餐消费明细表ToolStripMenuItem});
- this.报表打印ToolStripMenuItem.Name = "报表打印ToolStripMenuItem";
- this.报表打印ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
- this.报表打印ToolStripMenuItem.Text = "报表打印";
- //
- // 月餐段汇总表ToolStripMenuItem
- //
- this.月餐段汇总表ToolStripMenuItem.Name = "月餐段汇总表ToolStripMenuItem";
- this.月餐段汇总表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
- this.月餐段汇总表ToolStripMenuItem.Text = "月餐段汇总表";
- this.月餐段汇总表ToolStripMenuItem.Click += new System.EventHandler(this.月餐段汇总表ToolStripMenuItem_Click);
- //
- // 计次就餐天消费表ToolStripMenuItem
- //
- this.计次就餐天消费表ToolStripMenuItem.Name = "计次就餐天消费表ToolStripMenuItem";
- this.计次就餐天消费表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
- this.计次就餐天消费表ToolStripMenuItem.Text = "记次就餐天消费表";
- this.计次就餐天消费表ToolStripMenuItem.Click += new System.EventHandler(this.计次就餐天消费表ToolStripMenuItem_Click);
- //
- // 计次就餐消费明细表ToolStripMenuItem
- //
- this.计次就餐消费明细表ToolStripMenuItem.Name = "计次就餐消费明细表ToolStripMenuItem";
- this.计次就餐消费明细表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
- this.计次就餐消费明细表ToolStripMenuItem.Text = "记次就餐消费明细表";
- this.计次就餐消费明细表ToolStripMenuItem.Click += new System.EventHandler(this.计次就餐消费明细表ToolStripMenuItem_Click);
- //
- // 记次就餐ToolStripMenuItem
- //
- this.记次就餐ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.餐段设置ToolStripMenuItem});
- this.记次就餐ToolStripMenuItem.Name = "记次就餐ToolStripMenuItem";
- this.记次就餐ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
- this.记次就餐ToolStripMenuItem.Text = "记次就餐";
- //
- // 餐段设置ToolStripMenuItem
- //
- this.餐段设置ToolStripMenuItem.Name = "餐段设置ToolStripMenuItem";
- this.餐段设置ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.餐段设置ToolStripMenuItem.Text = "餐段设置";
- this.餐段设置ToolStripMenuItem.Click += new System.EventHandler(this.餐段设置ToolStripMenuItem_Click);
- //
- // 机构录入ToolStripMenuItem
- //
- this.机构录入ToolStripMenuItem.Name = "机构录入ToolStripMenuItem";
- this.机构录入ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.机构录入ToolStripMenuItem.Text = "机构录入";
- this.机构录入ToolStripMenuItem.Click += new System.EventHandler(this.机构录入ToolStripMenuItem_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1207, 689);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "Form1";
- this.Text = "Form1";
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private MenuStrip menuStrip1;
- private ToolStripMenuItem 人事信息ZToolStripMenuItem;
- private ToolStripMenuItem 人员录入ToolStripMenuItem;
- private ToolStripMenuItem 卡片维护ToolStripMenuItem;
- private ToolStripMenuItem 发卡ToolStripMenuItem;
- private ToolStripMenuItem 销户ToolStripMenuItem;
- private ToolStripMenuItem 挂失ToolStripMenuItem;
- private ToolStripMenuItem 解挂ToolStripMenuItem;
- private ToolStripMenuItem 报表打印ToolStripMenuItem;
- private ToolStripMenuItem 月餐段汇总表ToolStripMenuItem;
- private ToolStripMenuItem 计次就餐天消费表ToolStripMenuItem;
- private ToolStripMenuItem 计次就餐消费明细表ToolStripMenuItem;
- private ToolStripMenuItem 记次就餐ToolStripMenuItem;
- private ToolStripMenuItem 餐段设置ToolStripMenuItem;
- private ToolStripMenuItem 机构录入ToolStripMenuItem;
- }
- }
|