Machine2.Designer.cs
1 namespace MouseWithoutBorders 2 { 3 partial class Machine2 4 { 5 /// <summary> 6 /// Required designer variable. 7 /// </summary> 8 private System.ComponentModel.IContainer components = null; 9 10 /// <summary> 11 /// Clean up any resources being used. 12 /// </summary> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 14 protected override void Dispose(bool disposing) 15 { 16 if (disposing && (components != null)) 17 { 18 components.Dispose(); 19 } 20 base.Dispose(disposing); 21 } 22 23 #region Component Designer generated code 24 25 /// <summary> 26 /// Required method for Designer support - do not modify 27 /// the contents of this method with the code editor. 28 /// </summary> 29 private void InitializeComponent() 30 { 31 this.StatusLabel = new System.Windows.Forms.Label(); 32 this.NameLabel = new System.Windows.Forms.Label(); 33 this.SelectedPanel = new System.Windows.Forms.Panel(); 34 this.ComputerPictureBox = new System.Windows.Forms.PictureBox(); 35 this.RemoveButton = new MouseWithoutBorders.ImageButton(); 36 this.OnButton = new MouseWithoutBorders.ImageButton(); 37 this.OffButton = new MouseWithoutBorders.ImageButton(); 38 ((System.ComponentModel.ISupportInitialize)(this.ComputerPictureBox)).BeginInit(); 39 ((System.ComponentModel.ISupportInitialize)(this.RemoveButton)).BeginInit(); 40 ((System.ComponentModel.ISupportInitialize)(this.OnButton)).BeginInit(); 41 ((System.ComponentModel.ISupportInitialize)(this.OffButton)).BeginInit(); 42 this.SuspendLayout(); 43 // 44 // StatusLabel 45 // 46 this.StatusLabel.BackColor = System.Drawing.Color.Transparent; 47 this.StatusLabel.Font = new System.Drawing.Font(DefaultFont.Name, 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 48 this.StatusLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(159)))), ((int)(((byte)(217))))); 49 this.StatusLabel.Location = new System.Drawing.Point(3, 30); 50 this.StatusLabel.Name = "StatusLabel"; 51 this.StatusLabel.Size = new System.Drawing.Size(112, 39); 52 this.StatusLabel.TabIndex = 2; 53 this.StatusLabel.Text = "This Computer"; 54 this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 55 // 56 // NameLabel 57 // 58 this.NameLabel.BackColor = System.Drawing.Color.Transparent; 59 this.NameLabel.Font = new System.Drawing.Font(DefaultFont.Name, 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 60 this.NameLabel.ForeColor = System.Drawing.Color.White; 61 this.NameLabel.Location = new System.Drawing.Point(6, 96); 62 this.NameLabel.Name = "NameLabel"; 63 this.NameLabel.Size = new System.Drawing.Size(109, 17); 64 this.NameLabel.TabIndex = 1; 65 this.NameLabel.Text = "label1"; 66 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 67 // 68 // SelectedPanel 69 // 70 this.SelectedPanel.Location = new System.Drawing.Point(101, 225); 71 this.SelectedPanel.Name = "SelectedPanel"; 72 this.SelectedPanel.Size = new System.Drawing.Size(200, 100); 73 this.SelectedPanel.TabIndex = 8; 74 // 75 // ComputerPictureBox 76 // 77 this.ComputerPictureBox.Image = global::MouseWithoutBorders.Properties.Images.computer_connected; 78 this.ComputerPictureBox.Location = new System.Drawing.Point(5, 5); 79 this.ComputerPictureBox.Name = "ComputerPictureBox"; 80 this.ComputerPictureBox.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0); 81 this.ComputerPictureBox.Size = new System.Drawing.Size(109, 78); 82 this.ComputerPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; 83 this.ComputerPictureBox.TabIndex = 0; 84 this.ComputerPictureBox.TabStop = false; 85 // 86 // RemoveButton 87 // 88 this.RemoveButton.DisabledImage = null; 89 this.RemoveButton.DownImage = global::MouseWithoutBorders.Properties.Images.red_close_button_click; 90 this.RemoveButton.HoverImage = global::MouseWithoutBorders.Properties.Images.red_close_button_hover; 91 this.RemoveButton.Image = global::MouseWithoutBorders.Properties.Images.red_close_button_normal; 92 this.RemoveButton.Location = new System.Drawing.Point(224, 15); 93 this.RemoveButton.Name = "RemoveButton"; 94 this.RemoveButton.NormalImage = global::MouseWithoutBorders.Properties.Images.red_close_button_normal; 95 this.RemoveButton.Size = new System.Drawing.Size(12, 12); 96 this.RemoveButton.TabIndex = 5; 97 this.RemoveButton.TabStop = false; 98 this.RemoveButton.Click += new System.EventHandler(this.RemoveButtonClick); 99 // 100 // OnButton 101 // 102 this.OnButton.BackColor = System.Drawing.Color.Transparent; 103 this.OnButton.DisabledImage = null; 104 this.OnButton.DownImage = global::MouseWithoutBorders.Properties.Images.switch_on_click; 105 this.OnButton.HoverImage = global::MouseWithoutBorders.Properties.Images.switch_on_hover; 106 this.OnButton.Image = global::MouseWithoutBorders.Properties.Images.switch_on_normal; 107 this.OnButton.Location = new System.Drawing.Point(277, 20); 108 this.OnButton.Name = "OnButton"; 109 this.OnButton.NormalImage = global::MouseWithoutBorders.Properties.Images.switch_on_normal; 110 this.OnButton.Size = new System.Drawing.Size(30, 15); 111 this.OnButton.TabIndex = 3; 112 this.OnButton.TabStop = false; 113 this.OnButton.Click += new System.EventHandler(this.OnButtonClick); 114 // 115 // OffButton 116 // 117 this.OffButton.BackColor = System.Drawing.Color.Transparent; 118 this.OffButton.DisabledImage = null; 119 this.OffButton.DownImage = global::MouseWithoutBorders.Properties.Images.switch_off_click; 120 this.OffButton.HoverImage = global::MouseWithoutBorders.Properties.Images.switch_off_hover; 121 this.OffButton.Image = global::MouseWithoutBorders.Properties.Images.switch_off_normal; 122 this.OffButton.Location = new System.Drawing.Point(241, 42); 123 this.OffButton.Name = "OffButton"; 124 this.OffButton.NormalImage = global::MouseWithoutBorders.Properties.Images.switch_off_normal; 125 this.OffButton.Size = new System.Drawing.Size(30, 15); 126 this.OffButton.TabIndex = 4; 127 this.OffButton.TabStop = false; 128 this.OffButton.Click += new System.EventHandler(this.OffButtonClick); 129 // 130 // Machine2 131 // 132 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 133 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 134 this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 135 this.BackColor = System.Drawing.Color.Transparent; 136 this.Controls.Add(this.RemoveButton); 137 this.Controls.Add(this.OnButton); 138 this.Controls.Add(this.OffButton); 139 this.Controls.Add(this.StatusLabel); 140 this.Controls.Add(this.NameLabel); 141 this.Controls.Add(this.ComputerPictureBox); 142 this.Controls.Add(this.SelectedPanel); 143 this.DoubleBuffered = true; 144 this.Margin = new System.Windows.Forms.Padding(0); 145 this.Size = new System.Drawing.Size(471, 432); 146 ((System.ComponentModel.ISupportInitialize)(this.ComputerPictureBox)).EndInit(); 147 ((System.ComponentModel.ISupportInitialize)(this.RemoveButton)).EndInit(); 148 ((System.ComponentModel.ISupportInitialize)(this.OnButton)).EndInit(); 149 ((System.ComponentModel.ISupportInitialize)(this.OffButton)).EndInit(); 150 this.ResumeLayout(false); 151 this.PerformLayout(); 152 153 } 154 155 #endregion 156 157 private System.Windows.Forms.PictureBox ComputerPictureBox; 158 private System.Windows.Forms.Label StatusLabel; 159 private ImageButton OffButton; 160 private ImageButton OnButton; 161 private ImageButton RemoveButton; 162 private System.Windows.Forms.Label NameLabel; 163 private System.Windows.Forms.Panel SelectedPanel; 164 165 166 167 } 168 }