CGC_Codes

Desktop agent

Mar 13th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.05 KB | None | 0 0
  1. using System;
  2.  
  3. namespace SecureDesktop
  4. {
  5.     partial class DesktopAgent
  6.     {
  7.         private System.ComponentModel.IContainer components = null;
  8.         protected override void Dispose(bool disposing)
  9.         {
  10.             if (disposing && (components != null))
  11.             {
  12.                 components.Dispose();
  13.             }
  14.             base.Dispose(disposing);
  15.         }
  16.  
  17.         #region Windows Form Designer generated code
  18.  
  19.         private void InitializeComponent()
  20.         {
  21.             this.SuspendLayout();
  22.             this.AutoScaleMode = System.Windows.Forms.AutoScale.Font;
  23.             this.ClientSize = new System.Drawing.Size(442, 204);
  24.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  25.             this.MaximizeBox = false;
  26.             this.MiniumBox = false;
  27.             this.Name = "DesktopAgent";
  28.             this.ShowIcon = false;
  29.             this.Text = "DesktopAgent";
  30.             this.TopMost = true;
  31.             this.ResumeLayout(flase);
  32.  
  33.         }
  34.  
  35.         #endregion
  36.     }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment