Example #1
0
		public MainForm()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

			this.rtvRegistry = new RegistryTreeClass();
			this.SuspendLayout();
			this.rtvRegistry.Dock = System.Windows.Forms.DockStyle.Fill;
			this.rtvRegistry.ImageIndex = -1;
			this.rtvRegistry.Name = "rtvRegistry";
			this.rtvRegistry.SelectedImageIndex = -1;
			this.rtvRegistry.Size = new System.Drawing.Size(292, 273);
			this.rtvRegistry.TabIndex = 0;
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.rtvRegistry});
			this.ResumeLayout(false);
		}
Example #2
0
        public MainForm()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            this.rtvRegistry = new RegistryTreeClass();
            this.SuspendLayout();
            this.rtvRegistry.Dock               = System.Windows.Forms.DockStyle.Fill;
            this.rtvRegistry.ImageIndex         = -1;
            this.rtvRegistry.Name               = "rtvRegistry";
            this.rtvRegistry.SelectedImageIndex = -1;
            this.rtvRegistry.Size               = new System.Drawing.Size(292, 273);
            this.rtvRegistry.TabIndex           = 0;
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                this.rtvRegistry
            });
            this.ResumeLayout(false);
        }