topFormCapture.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. namespace MOTINOVA_MC_Test
  2. {
  3. partial class topFormCapture
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(topFormCapture));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.label_ServerStatus = new System.Windows.Forms.Label();
  31. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // pictureBox1
  35. //
  36. this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(178)))), ((int)(((byte)(254)))));
  37. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  38. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  39. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  40. this.pictureBox1.Name = "pictureBox1";
  41. this.pictureBox1.Size = new System.Drawing.Size(176, 76);
  42. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  43. this.pictureBox1.TabIndex = 0;
  44. this.pictureBox1.TabStop = false;
  45. this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
  46. this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.topFormCapture_MouseDown);
  47. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.topFormCapture_MouseMove);
  48. this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.topFormCapture_MouseUp);
  49. //
  50. // label_ServerStatus
  51. //
  52. this.label_ServerStatus.BackColor = System.Drawing.Color.Red;
  53. this.label_ServerStatus.Location = new System.Drawing.Point(168, 69);
  54. this.label_ServerStatus.Name = "label_ServerStatus";
  55. this.label_ServerStatus.Size = new System.Drawing.Size(20, 19);
  56. this.label_ServerStatus.TabIndex = 1;
  57. this.label_ServerStatus.MouseHover += new System.EventHandler(this.label_ServerStatus_MouseHover);
  58. //
  59. // topFormCapture
  60. //
  61. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  62. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  63. this.AutoSize = true;
  64. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(178)))), ((int)(((byte)(254)))));
  65. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  66. this.ClientSize = new System.Drawing.Size(200, 100);
  67. this.ControlBox = false;
  68. this.Controls.Add(this.label_ServerStatus);
  69. this.Controls.Add(this.pictureBox1);
  70. this.DoubleBuffered = true;
  71. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  72. this.MaximizeBox = false;
  73. this.Name = "topFormCapture";
  74. this.Opacity = 0.75D;
  75. this.ShowInTaskbar = false;
  76. this.Text = "topFormCapture";
  77. this.TopMost = true;
  78. this.TransparencyKey = System.Drawing.Color.White;
  79. this.Load += new System.EventHandler(this.topFormCapture_Load);
  80. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.topFormCapture_MouseDown);
  81. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.topFormCapture_MouseMove);
  82. this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.topFormCapture_MouseUp);
  83. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  84. this.ResumeLayout(false);
  85. }
  86. #endregion
  87. private System.Windows.Forms.PictureBox pictureBox1;
  88. public System.Windows.Forms.Label label_ServerStatus;
  89. }
  90. }