Form2.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace UAS_PRINT
  2. {
  3. partial class Form2
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  30. this.提示 = new System.Windows.Forms.NotifyIcon(this.components);
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.打开根目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.FTPtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.打印份数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  36. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripTextBox();
  37. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.contextMenuStrip1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // 提示
  42. //
  43. this.提示.ContextMenuStrip = this.contextMenuStrip1;
  44. this.提示.Icon = ((System.Drawing.Icon)(resources.GetObject("提示.Icon")));
  45. this.提示.Text = "提示";
  46. this.提示.Visible = true;
  47. //
  48. // contextMenuStrip1
  49. //
  50. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  51. this.打开根目录ToolStripMenuItem,
  52. this.FTPtoolStripMenuItem,
  53. this.打印份数ToolStripMenuItem,
  54. this.退出ToolStripMenuItem});
  55. this.contextMenuStrip1.Name = "contextMenuStrip1";
  56. this.contextMenuStrip1.ShowCheckMargin = true;
  57. this.contextMenuStrip1.Size = new System.Drawing.Size(175, 114);
  58. //
  59. // 打开根目录ToolStripMenuItem
  60. //
  61. this.打开根目录ToolStripMenuItem.Name = "打开根目录ToolStripMenuItem";
  62. this.打开根目录ToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
  63. this.打开根目录ToolStripMenuItem.Text = "打开根目录";
  64. this.打开根目录ToolStripMenuItem.Click += new System.EventHandler(this.打开根目录ToolStripMenuItem_Click);
  65. //
  66. // FTPtoolStripMenuItem
  67. //
  68. this.FTPtoolStripMenuItem.CheckOnClick = true;
  69. this.FTPtoolStripMenuItem.Name = "FTPtoolStripMenuItem";
  70. this.FTPtoolStripMenuItem.Size = new System.Drawing.Size(174, 22);
  71. this.FTPtoolStripMenuItem.Text = "是否启动FTP";
  72. this.FTPtoolStripMenuItem.Click += new System.EventHandler(this.FTPtoolStripMenuItem_Click);
  73. //
  74. // 打印份数ToolStripMenuItem
  75. //
  76. this.打印份数ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  77. this.toolStripMenuItem2,
  78. this.toolStripMenuItem1});
  79. this.打印份数ToolStripMenuItem.Name = "打印份数ToolStripMenuItem";
  80. this.打印份数ToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
  81. this.打印份数ToolStripMenuItem.Text = "打印份数";
  82. //
  83. // toolStripMenuItem2
  84. //
  85. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  86. this.toolStripMenuItem2.Size = new System.Drawing.Size(249, 6);
  87. //
  88. // toolStripMenuItem1
  89. //
  90. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  91. this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 23);
  92. this.toolStripMenuItem1.Text = "1";
  93. this.toolStripMenuItem1.TextChanged += new System.EventHandler(this.toolStripMenuItem1_TextChanged);
  94. //
  95. // 退出ToolStripMenuItem
  96. //
  97. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  98. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
  99. this.退出ToolStripMenuItem.Text = "退出";
  100. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  101. //
  102. // Form2
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.ClientSize = new System.Drawing.Size(284, 261);
  107. this.Name = "Form2";
  108. this.ShowInTaskbar = false;
  109. this.Text = "Form2";
  110. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  111. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
  112. this.Load += new System.EventHandler(this.Form2_Load);
  113. this.Shown += new System.EventHandler(this.Form2_Shown);
  114. this.contextMenuStrip1.ResumeLayout(false);
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private System.Windows.Forms.NotifyIcon 提示;
  119. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  120. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  121. private System.Windows.Forms.ToolStripMenuItem 打开根目录ToolStripMenuItem;
  122. private System.Windows.Forms.ToolStripMenuItem FTPtoolStripMenuItem;
  123. private System.Windows.Forms.ToolStripMenuItem 打印份数ToolStripMenuItem;
  124. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  125. private System.Windows.Forms.ToolStripTextBox toolStripMenuItem1;
  126. }
  127. }