Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace SecureDesktop
- {
- partial class DesktopAgent
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- private void InitializeComponent()
- {
- this.SuspendLayout();
- this.AutoScaleMode = System.Windows.Forms.AutoScale.Font;
- this.ClientSize = new System.Drawing.Size(442, 204);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MiniumBox = false;
- this.Name = "DesktopAgent";
- this.ShowIcon = false;
- this.Text = "DesktopAgent";
- this.TopMost = true;
- this.ResumeLayout(flase);
- }
- #endregion
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment