mirror of
https://github.com/reactos/reactosdbg.git
synced 2024-11-23 03:39:43 +00:00
9ec4a52664
svn path=/trunk/tools/reactosdbg/; revision=1039
209 lines
8.9 KiB
C#
209 lines
8.9 KiB
C#
namespace RosDBG
|
|
{
|
|
partial class ExtTools
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.ToolsListBox = new System.Windows.Forms.ListBox();
|
|
this.btnAdd = new System.Windows.Forms.Button();
|
|
this.btnRemove = new System.Windows.Forms.Button();
|
|
this.txtTitle = new System.Windows.Forms.TextBox();
|
|
this.titleLabel = new System.Windows.Forms.Label();
|
|
this.txtPath = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
this.btnUp = new System.Windows.Forms.Button();
|
|
this.btnDown = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnOK.Location = new System.Drawing.Point(171, 285);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(89, 27);
|
|
this.btnOK.TabIndex = 4;
|
|
this.btnOK.Text = "&OK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(266, 285);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(89, 27);
|
|
this.btnCancel.TabIndex = 3;
|
|
this.btnCancel.Text = "&Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// ToolsListBox
|
|
//
|
|
this.ToolsListBox.FormattingEnabled = true;
|
|
this.ToolsListBox.Location = new System.Drawing.Point(12, 12);
|
|
this.ToolsListBox.Name = "ToolsListBox";
|
|
this.ToolsListBox.Size = new System.Drawing.Size(248, 186);
|
|
this.ToolsListBox.TabIndex = 5;
|
|
this.ToolsListBox.SelectedIndexChanged += new System.EventHandler(this.ToolsListBox_SelectedIndexChanged);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Location = new System.Drawing.Point(266, 12);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(89, 27);
|
|
this.btnAdd.TabIndex = 6;
|
|
this.btnAdd.Text = "&Add";
|
|
this.btnAdd.UseVisualStyleBackColor = true;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// btnRemove
|
|
//
|
|
this.btnRemove.Location = new System.Drawing.Point(266, 45);
|
|
this.btnRemove.Name = "btnRemove";
|
|
this.btnRemove.Size = new System.Drawing.Size(89, 27);
|
|
this.btnRemove.TabIndex = 7;
|
|
this.btnRemove.Text = "&Remove";
|
|
this.btnRemove.UseVisualStyleBackColor = true;
|
|
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
|
|
//
|
|
// txtTitle
|
|
//
|
|
this.txtTitle.Enabled = false;
|
|
this.txtTitle.Location = new System.Drawing.Point(82, 218);
|
|
this.txtTitle.Name = "txtTitle";
|
|
this.txtTitle.Size = new System.Drawing.Size(273, 20);
|
|
this.txtTitle.TabIndex = 8;
|
|
this.txtTitle.TextChanged += new System.EventHandler(this.txtTitle_TextChanged);
|
|
//
|
|
// titleLabel
|
|
//
|
|
this.titleLabel.AutoSize = true;
|
|
this.titleLabel.Location = new System.Drawing.Point(12, 221);
|
|
this.titleLabel.Name = "titleLabel";
|
|
this.titleLabel.Size = new System.Drawing.Size(30, 13);
|
|
this.titleLabel.TabIndex = 9;
|
|
this.titleLabel.Text = "Title:";
|
|
//
|
|
// txtPath
|
|
//
|
|
this.txtPath.Enabled = false;
|
|
this.txtPath.Location = new System.Drawing.Point(82, 244);
|
|
this.txtPath.Name = "txtPath";
|
|
this.txtPath.Size = new System.Drawing.Size(235, 20);
|
|
this.txtPath.TabIndex = 10;
|
|
this.txtPath.TextChanged += new System.EventHandler(this.txtPath_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 251);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(32, 13);
|
|
this.label1.TabIndex = 11;
|
|
this.label1.Text = "Path:";
|
|
//
|
|
// btnBrowse
|
|
//
|
|
this.btnBrowse.Enabled = false;
|
|
this.btnBrowse.Location = new System.Drawing.Point(323, 244);
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.Size = new System.Drawing.Size(32, 21);
|
|
this.btnBrowse.TabIndex = 12;
|
|
this.btnBrowse.Text = "...";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// btnUp
|
|
//
|
|
this.btnUp.Enabled = false;
|
|
this.btnUp.Location = new System.Drawing.Point(266, 135);
|
|
this.btnUp.Name = "btnUp";
|
|
this.btnUp.Size = new System.Drawing.Size(89, 27);
|
|
this.btnUp.TabIndex = 13;
|
|
this.btnUp.Text = "&Up";
|
|
this.btnUp.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnDown
|
|
//
|
|
this.btnDown.Enabled = false;
|
|
this.btnDown.Location = new System.Drawing.Point(266, 168);
|
|
this.btnDown.Name = "btnDown";
|
|
this.btnDown.Size = new System.Drawing.Size(89, 27);
|
|
this.btnDown.TabIndex = 14;
|
|
this.btnDown.Text = "&Down";
|
|
this.btnDown.UseVisualStyleBackColor = true;
|
|
//
|
|
// ExtTools
|
|
//
|
|
this.AcceptButton = this.btnOK;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(367, 324);
|
|
this.Controls.Add(this.btnDown);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.btnBrowse);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtPath);
|
|
this.Controls.Add(this.titleLabel);
|
|
this.Controls.Add(this.txtTitle);
|
|
this.Controls.Add(this.btnRemove);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.ToolsListBox);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ExtTools";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "External Tools";
|
|
this.Load += new System.EventHandler(this.ExtTools_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.ListBox ToolsListBox;
|
|
private System.Windows.Forms.Button btnAdd;
|
|
private System.Windows.Forms.Button btnRemove;
|
|
private System.Windows.Forms.TextBox txtTitle;
|
|
private System.Windows.Forms.Label titleLabel;
|
|
private System.Windows.Forms.TextBox txtPath;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
private System.Windows.Forms.Button btnUp;
|
|
private System.Windows.Forms.Button btnDown;
|
|
}
|
|
} |