Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RegistryViewerForm));
     this.tvKeys       = new RegistryTreeClass();
     this.splitterTvLv = new System.Windows.Forms.Splitter();
     this.lvValues     = new System.Windows.Forms.ListView();
     this.chdrName     = new System.Windows.Forms.ColumnHeader();
     this.chdrData     = new System.Windows.Forms.ColumnHeader();
     this.imgListTv    = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // tvKeys
     //
     this.tvKeys.Dock               = System.Windows.Forms.DockStyle.Left;
     this.tvKeys.ImageIndex         = -1;
     this.tvKeys.Name               = "tvKeys";
     this.tvKeys.SelectedImageIndex = -1;
     this.tvKeys.Size               = new System.Drawing.Size(200, 405);
     this.tvKeys.TabIndex           = 0;
     this.tvKeys.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.AfterSelect);
     //
     // splitterTvLv
     //
     this.splitterTvLv.Location = new System.Drawing.Point(200, 0);
     this.splitterTvLv.Name     = "splitterTvLv";
     this.splitterTvLv.Size     = new System.Drawing.Size(3, 405);
     this.splitterTvLv.TabIndex = 1;
     this.splitterTvLv.TabStop  = false;
     //
     // lvValues
     //
     this.lvValues.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chdrName,
         this.chdrData
     });
     this.lvValues.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lvValues.Location = new System.Drawing.Point(203, 0);
     this.lvValues.Name     = "lvValues";
     this.lvValues.Size     = new System.Drawing.Size(381, 405);
     this.lvValues.TabIndex = 2;
     this.lvValues.View     = System.Windows.Forms.View.Details;
     //
     // chdrName
     //
     this.chdrName.Text  = "Name";
     this.chdrName.Width = 120;
     //
     // chdrData
     //
     this.chdrData.Text  = "Data";
     this.chdrData.Width = 200;
     //
     // imgListTv
     //
     this.imgListTv.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imgListTv.ImageSize        = new System.Drawing.Size(13, 13);
     this.imgListTv.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListTv.ImageStream")));
     this.imgListTv.TransparentColor = System.Drawing.Color.Transparent;
     //
     // RegistryViewerForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(584, 405);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.lvValues,
         this.splitterTvLv,
         this.tvKeys
     });
     this.Name = "RegistryViewerForm";
     this.Text = "Registry Viewer";
     this.ResumeLayout(false);
 }
Пример #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RegistryViewerForm));
			this.tvKeys = new RegistryTreeClass();
			this.splitterTvLv = new System.Windows.Forms.Splitter();
			this.lvValues = new System.Windows.Forms.ListView();
			this.chdrName = new System.Windows.Forms.ColumnHeader();
			this.chdrData = new System.Windows.Forms.ColumnHeader();
			this.imgListTv = new System.Windows.Forms.ImageList(this.components);
			this.SuspendLayout();
			// 
			// tvKeys
			// 
			this.tvKeys.Dock = System.Windows.Forms.DockStyle.Left;
			this.tvKeys.ImageIndex = -1;
			this.tvKeys.Name = "tvKeys";
			this.tvKeys.SelectedImageIndex = -1;
			this.tvKeys.Size = new System.Drawing.Size(200, 405);
			this.tvKeys.TabIndex = 0;
			this.tvKeys.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.AfterSelect);
			// 
			// splitterTvLv
			// 
			this.splitterTvLv.Location = new System.Drawing.Point(200, 0);
			this.splitterTvLv.Name = "splitterTvLv";
			this.splitterTvLv.Size = new System.Drawing.Size(3, 405);
			this.splitterTvLv.TabIndex = 1;
			this.splitterTvLv.TabStop = false;
			// 
			// lvValues
			// 
			this.lvValues.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																					   this.chdrName,
																					   this.chdrData});
			this.lvValues.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvValues.Location = new System.Drawing.Point(203, 0);
			this.lvValues.Name = "lvValues";
			this.lvValues.Size = new System.Drawing.Size(381, 405);
			this.lvValues.TabIndex = 2;
			this.lvValues.View = System.Windows.Forms.View.Details;
			// 
			// chdrName
			// 
			this.chdrName.Text = "Name";
			this.chdrName.Width = 120;
			// 
			// chdrData
			// 
			this.chdrData.Text = "Data";
			this.chdrData.Width = 200;
			// 
			// imgListTv
			// 
			this.imgListTv.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imgListTv.ImageSize = new System.Drawing.Size(13, 13);
			this.imgListTv.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListTv.ImageStream")));
			this.imgListTv.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// RegistryViewerForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(584, 405);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.lvValues,
																		  this.splitterTvLv,
																		  this.tvKeys});
			this.Name = "RegistryViewerForm";
			this.Text = "Registry Viewer";
			this.ResumeLayout(false);

		}