mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
131 lines
No EOL
5.7 KiB
C#
131 lines
No EOL
5.7 KiB
C#
namespace FSO.Client.Debug
|
|
{
|
|
partial class TSOClientFindAssetSearch
|
|
{
|
|
/// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.lblLooking = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.btnExportFile = new System.Windows.Forms.ToolStripButton();
|
|
this.resultGrid = new System.Windows.Forms.DataGridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.resultGrid)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::FSO.Client.Properties.Resources.folder_horizontal;
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(50, 39);
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// lblLooking
|
|
//
|
|
this.lblLooking.AutoSize = true;
|
|
this.lblLooking.Location = new System.Drawing.Point(68, 12);
|
|
this.lblLooking.Name = "lblLooking";
|
|
this.lblLooking.Size = new System.Drawing.Size(63, 13);
|
|
this.lblLooking.TabIndex = 1;
|
|
this.lblLooking.Text = "Looking for:";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.toolStrip1);
|
|
this.groupBox1.Controls.Add(this.resultGrid);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 69);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(652, 273);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Results";
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnExportFile});
|
|
this.toolStrip1.Location = new System.Drawing.Point(3, 16);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(646, 25);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btnExportFile
|
|
//
|
|
this.btnExportFile.Image = global::FSO.Client.Properties.Resources.folder_export;
|
|
this.btnExportFile.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnExportFile.Name = "btnExportFile";
|
|
this.btnExportFile.Size = new System.Drawing.Size(143, 22);
|
|
this.btnExportFile.Text = "Export Selected Assets";
|
|
this.btnExportFile.ToolTipText = "Export Assets";
|
|
//
|
|
// resultGrid
|
|
//
|
|
this.resultGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.resultGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.resultGrid.Location = new System.Drawing.Point(3, 16);
|
|
this.resultGrid.Name = "resultGrid";
|
|
this.resultGrid.Size = new System.Drawing.Size(646, 254);
|
|
this.resultGrid.TabIndex = 0;
|
|
//
|
|
// TSOClientFindAssetSearch
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(676, 354);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.lblLooking);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Name = "TSOClientFindAssetSearch";
|
|
this.Text = "Find Asset";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.resultGrid)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label lblLooking;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.DataGridView resultGrid;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btnExportFile;
|
|
}
|
|
} |