namespace ProcessHacker { partial class InformationBox { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.textValues = new System.Windows.Forms.TextBox(); this.buttonClose = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCopy = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textValues // this.textValues.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textValues.HideSelection = false; this.textValues.Location = new System.Drawing.Point(12, 12); this.textValues.Multiline = true; this.textValues.Name = "textValues"; this.textValues.ReadOnly = true; this.textValues.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textValues.Size = new System.Drawing.Size(525, 288); this.textValues.TabIndex = 0; // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonClose.Location = new System.Drawing.Point(462, 306); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 3; this.buttonClose.Text = "&Close"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // buttonSave // this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSave.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonSave.Location = new System.Drawing.Point(300, 306); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 1; this.buttonSave.Text = "Save..."; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCopy // this.buttonCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCopy.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonCopy.Location = new System.Drawing.Point(381, 306); this.buttonCopy.Name = "buttonCopy"; this.buttonCopy.Size = new System.Drawing.Size(75, 23); this.buttonCopy.TabIndex = 2; this.buttonCopy.Text = "Copy"; this.buttonCopy.UseVisualStyleBackColor = true; this.buttonCopy.Click += new System.EventHandler(this.buttonCopy_Click); // // InformationBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(549, 341); this.Controls.Add(this.buttonCopy); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonClose); this.Controls.Add(this.textValues); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "InformationBox"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Information"; this.Load += new System.EventHandler(this.InformationBox_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InformationBox_FormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.InformationBox_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textValues; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCopy; } }