mirror of
https://github.com/jie65535/AuditoriumMS.git
synced 2024-07-27 18:54:55 +08:00
232 lines
14 KiB
C#
232 lines
14 KiB
C#
namespace AuditoriumMS
|
|
{
|
|
partial class FormManageSystem
|
|
{
|
|
/// <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.票务信息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.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.退出登录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panelMain = new System.Windows.Forms.Panel();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.票务信息ToolStripMenuItem,
|
|
this.信息查询ToolStripMenuItem,
|
|
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(884, 25);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 票务信息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(100, 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(172, 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(172, 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(172, 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(148, 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(148, 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(148, 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(92, 21);
|
|
this.汇总报表ToolStripMenuItem.Text = "班级汇总报表";
|
|
//
|
|
// 班级预订汇总ToolStripMenuItem
|
|
//
|
|
this.班级预订汇总ToolStripMenuItem.Name = "班级预订汇总ToolStripMenuItem";
|
|
this.班级预订汇总ToolStripMenuItem.Size = new System.Drawing.Size(124, 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.Name = "设置ToolStripMenuItem";
|
|
this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.设置ToolStripMenuItem.Text = "设置";
|
|
//
|
|
// 修改密码ToolStripMenuItem
|
|
//
|
|
this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
|
|
this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(152, 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(152, 22);
|
|
this.退出登录ToolStripMenuItem.Text = "退出登录";
|
|
this.退出登录ToolStripMenuItem.Click += new System.EventHandler(this.退出登录ToolStripMenuItem_Click);
|
|
//
|
|
// panelMain
|
|
//
|
|
this.panelMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelMain.BackColor = System.Drawing.Color.White;
|
|
this.panelMain.Location = new System.Drawing.Point(0, 28);
|
|
this.panelMain.Name = "panelMain";
|
|
this.panelMain.Size = new System.Drawing.Size(884, 534);
|
|
this.panelMain.TabIndex = 1;
|
|
//
|
|
// FormManageSystem
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(884, 561);
|
|
this.Controls.Add(this.panelMain);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.MinimumSize = new System.Drawing.Size(900, 600);
|
|
this.Name = "FormManageSystem";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "培优礼堂票务管理系统 - 管理模式";
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 信息查询ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 票务信息查询ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 票务数量信息查询ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 预订信息查询ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 信息统计ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 票务信息统计ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 预订信息统计ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 图形展示ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 汇总报表ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 班级预订汇总ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 票务信息ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem;
|
|
private System.Windows.Forms.Panel panelMain;
|
|
private System.Windows.Forms.ToolStripMenuItem 退出登录ToolStripMenuItem;
|
|
}
|
|
} |