namespace UAS_PRINT
{
partial class Form2
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.提示 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.打开根目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.FTPtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打印份数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripTextBox();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// 提示
//
this.提示.ContextMenuStrip = this.contextMenuStrip1;
this.提示.Icon = ((System.Drawing.Icon)(resources.GetObject("提示.Icon")));
this.提示.Text = "提示";
this.提示.Visible = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.打开根目录ToolStripMenuItem,
this.FTPtoolStripMenuItem,
this.打印份数ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.ShowCheckMargin = true;
this.contextMenuStrip1.Size = new System.Drawing.Size(221, 149);
//
// 打开根目录ToolStripMenuItem
//
this.打开根目录ToolStripMenuItem.Name = "打开根目录ToolStripMenuItem";
this.打开根目录ToolStripMenuItem.Size = new System.Drawing.Size(220, 28);
this.打开根目录ToolStripMenuItem.Text = "打开根目录";
this.打开根目录ToolStripMenuItem.Click += new System.EventHandler(this.打开根目录ToolStripMenuItem_Click);
//
// FTPtoolStripMenuItem
//
this.FTPtoolStripMenuItem.CheckOnClick = true;
this.FTPtoolStripMenuItem.Name = "FTPtoolStripMenuItem";
this.FTPtoolStripMenuItem.Size = new System.Drawing.Size(220, 28);
this.FTPtoolStripMenuItem.Text = "是否启动FTP";
this.FTPtoolStripMenuItem.Visible = false;
this.FTPtoolStripMenuItem.Click += new System.EventHandler(this.FTPtoolStripMenuItem_Click);
//
// 打印份数ToolStripMenuItem
//
this.打印份数ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.toolStripMenuItem1});
this.打印份数ToolStripMenuItem.Name = "打印份数ToolStripMenuItem";
this.打印份数ToolStripMenuItem.Size = new System.Drawing.Size(220, 28);
this.打印份数ToolStripMenuItem.Text = "打印份数";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(261, 6);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 30);
this.toolStripMenuItem1.Text = "1";
this.toolStripMenuItem1.TextChanged += new System.EventHandler(this.toolStripMenuItem1_TextChanged);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(220, 28);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(426, 392);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Form2";
this.ShowInTaskbar = false;
this.Text = "Form2";
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
this.Load += new System.EventHandler(this.Form2_Load);
this.Shown += new System.EventHandler(this.Form2_Shown);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.NotifyIcon 提示;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打开根目录ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem FTPtoolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打印份数ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripTextBox toolStripMenuItem1;
}
}