Form2.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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.ImageScalingSize = new System.Drawing.Size(24, 24);
  51. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.打开根目录ToolStripMenuItem,
  53. this.FTPtoolStripMenuItem,
  54. this.打印份数ToolStripMenuItem,
  55. this.退出ToolStripMenuItem});
  56. this.contextMenuStrip1.Name = "contextMenuStrip1";
  57. this.contextMenuStrip1.ShowCheckMargin = true;
  58. this.contextMenuStrip1.Size = new System.Drawing.Size(221, 149);
  59. //
  60. // 打开根目录ToolStripMenuItem
  61. //
  62. this.打开根目录ToolStripMenuItem.Name = "打开根目录ToolStripMenuItem";
  63. this.打开根目录ToolStripMenuItem.Size = new System.Drawing.Size(220, 28);
  64. this.打开根目录ToolStripMenuItem.Text = "打开根目录";
  65. this.打开根目录ToolStripMenuItem.Click += new System.EventHandler(this.打开根目录ToolStripMenuItem_Click);
  66. //
  67. // FTPtoolStripMenuItem
  68. //
  69. this.FTPtoolStripMenuItem.CheckOnClick = true;
  70. this.FTPtoolStripMenuItem.Name = "FTPtoolStripMenuItem";
  71. this.FTPtoolStripMenuItem.Size = new System.Drawing.Size(220, 28);
  72. this.FTPtoolStripMenuItem.Text = "是否启动FTP";
  73. this.FTPtoolStripMenuItem.Visible = false;
  74. this.FTPtoolStripMenuItem.Click += new System.EventHandler(this.FTPtoolStripMenuItem_Click);
  75. //
  76. // 打印份数ToolStripMenuItem
  77. //
  78. this.打印份数ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  79. this.toolStripMenuItem2,
  80. this.toolStripMenuItem1});
  81. this.打印份数ToolStripMenuItem.Name = "打印份数ToolStripMenuItem";
  82. this.打印份数ToolStripMenuItem.Size = new System.Drawing.Size(220, 28);
  83. this.打印份数ToolStripMenuItem.Text = "打印份数";
  84. //
  85. // toolStripMenuItem2
  86. //
  87. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  88. this.toolStripMenuItem2.Size = new System.Drawing.Size(261, 6);
  89. //
  90. // toolStripMenuItem1
  91. //
  92. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  93. this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 30);
  94. this.toolStripMenuItem1.Text = "1";
  95. this.toolStripMenuItem1.TextChanged += new System.EventHandler(this.toolStripMenuItem1_TextChanged);
  96. //
  97. // 退出ToolStripMenuItem
  98. //
  99. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  100. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(220, 28);
  101. this.退出ToolStripMenuItem.Text = "退出";
  102. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  103. //
  104. // Form2
  105. //
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.ClientSize = new System.Drawing.Size(426, 392);
  109. this.Margin = new System.Windows.Forms.Padding(4);
  110. this.Name = "Form2";
  111. this.ShowInTaskbar = false;
  112. this.Text = "Form2";
  113. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  114. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
  115. this.Load += new System.EventHandler(this.Form2_Load);
  116. this.Shown += new System.EventHandler(this.Form2_Shown);
  117. this.contextMenuStrip1.ResumeLayout(false);
  118. this.ResumeLayout(false);
  119. }
  120. #endregion
  121. private System.Windows.Forms.NotifyIcon 提示;
  122. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  123. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  124. private System.Windows.Forms.ToolStripMenuItem 打开根目录ToolStripMenuItem;
  125. private System.Windows.Forms.ToolStripMenuItem FTPtoolStripMenuItem;
  126. private System.Windows.Forms.ToolStripMenuItem 打印份数ToolStripMenuItem;
  127. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  128. private System.Windows.Forms.ToolStripTextBox toolStripMenuItem1;
  129. }
  130. }