ExeSendMessage.Designer.cs 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. namespace SendUpFileDataToFTP
  2. {
  3. partial class ExeSendMessage
  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. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  31. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  32. this.contextMenuStrip1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // contextMenuStrip1
  36. //
  37. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  38. this.toolStripMenuItem2});
  39. this.contextMenuStrip1.Name = "contextMenuStrip1";
  40. this.contextMenuStrip1.Size = new System.Drawing.Size(98, 26);
  41. //
  42. // toolStripMenuItem2
  43. //
  44. this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  45. this.toolStripMenuItem3});
  46. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  47. this.toolStripMenuItem2.Size = new System.Drawing.Size(97, 22);
  48. this.toolStripMenuItem2.Text = "111";
  49. //
  50. // toolStripMenuItem3
  51. //
  52. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  53. this.toolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
  54. this.toolStripMenuItem3.Text = "222";
  55. //
  56. // ExeSendMessage
  57. //
  58. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  60. this.ClientSize = new System.Drawing.Size(284, 261);
  61. this.Name = "ExeSendMessage";
  62. this.Text = "ExeSendMessage";
  63. this.Load += new System.EventHandler(this.ExeSendMessage_Load);
  64. this.contextMenuStrip1.ResumeLayout(false);
  65. this.ResumeLayout(false);
  66. }
  67. #endregion
  68. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  69. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  70. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  71. }
  72. }