mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
103 lines
No EOL
4.1 KiB
C#
103 lines
No EOL
4.1 KiB
C#
namespace FSO.Client.Debug
|
|
{
|
|
partial class TSOClientTools
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txtFindAsset = new System.Windows.Forms.TextBox();
|
|
this.btnSearch = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btnSearch);
|
|
this.groupBox1.Controls.Add(this.txtFindAsset);
|
|
this.groupBox1.Location = new System.Drawing.Point(10, 95);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(200, 81);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Find Asset";
|
|
this.groupBox1.Visible = false;
|
|
//
|
|
// txtFindAsset
|
|
//
|
|
this.txtFindAsset.Location = new System.Drawing.Point(6, 19);
|
|
this.txtFindAsset.Name = "txtFindAsset";
|
|
this.txtFindAsset.Size = new System.Drawing.Size(188, 20);
|
|
this.txtFindAsset.TabIndex = 0;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.Image = global::FSO.Client.Properties.Resources.magnifier_left;
|
|
this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnSearch.Location = new System.Drawing.Point(6, 45);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(95, 23);
|
|
this.btnSearch.TabIndex = 1;
|
|
this.btnSearch.Text = "Search";
|
|
this.btnSearch.UseVisualStyleBackColor = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(10, 12);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(200, 30);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.Text = "Edith";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// TSOClientTools
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(222, 188);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Name = "TSOClientTools";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Debug Tools";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txtFindAsset;
|
|
private System.Windows.Forms.Button btnSearch;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |