SocialOnTheFile/Form2.Designer.cs

289 lines
13 KiB
C#

namespace Catswords.DataType.Client
{
partial class Form2
{
/// <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.labelTitle = new System.Windows.Forms.Label();
this.txtLocale = new System.Windows.Forms.TextBox();
this.txtExtension = new System.Windows.Forms.TextBox();
this.txtHashSha256 = new System.Windows.Forms.TextBox();
this.txtMagic = new System.Windows.Forms.TextBox();
this.txtHashCrc32 = new System.Windows.Forms.TextBox();
this.txtHashSha1 = new System.Windows.Forms.TextBox();
this.txtHashMd5 = new System.Windows.Forms.TextBox();
this.labelLocale = new System.Windows.Forms.Label();
this.labelExtension = new System.Windows.Forms.Label();
this.labelSha256 = new System.Windows.Forms.Label();
this.labelHead32 = new System.Windows.Forms.Label();
this.labelCrc32 = new System.Windows.Forms.Label();
this.labelSha1 = new System.Windows.Forms.Label();
this.labelMd5 = new System.Windows.Forms.Label();
this.labelInfoHash = new System.Windows.Forms.Label();
this.txtInfoHash = new System.Windows.Forms.TextBox();
this.labelTools = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// labelTitle
//
this.labelTitle.AutoSize = true;
this.labelTitle.BackColor = System.Drawing.Color.Transparent;
this.labelTitle.Font = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTitle.Location = new System.Drawing.Point(136, 65);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(105, 34);
this.labelTitle.TabIndex = 0;
this.labelTitle.Text = "Expert";
//
// txtLocale
//
this.txtLocale.Location = new System.Drawing.Point(129, 379);
this.txtLocale.Name = "txtLocale";
this.txtLocale.Size = new System.Drawing.Size(284, 20);
this.txtLocale.TabIndex = 1;
//
// txtExtension
//
this.txtExtension.Location = new System.Drawing.Point(129, 308);
this.txtExtension.Name = "txtExtension";
this.txtExtension.Size = new System.Drawing.Size(284, 20);
this.txtExtension.TabIndex = 1;
//
// txtHashSha256
//
this.txtHashSha256.Location = new System.Drawing.Point(129, 272);
this.txtHashSha256.Name = "txtHashSha256";
this.txtHashSha256.Size = new System.Drawing.Size(284, 20);
this.txtHashSha256.TabIndex = 1;
//
// txtMagic
//
this.txtMagic.Location = new System.Drawing.Point(129, 236);
this.txtMagic.Name = "txtMagic";
this.txtMagic.Size = new System.Drawing.Size(284, 20);
this.txtMagic.TabIndex = 1;
//
// txtHashCrc32
//
this.txtHashCrc32.Location = new System.Drawing.Point(129, 200);
this.txtHashCrc32.Name = "txtHashCrc32";
this.txtHashCrc32.Size = new System.Drawing.Size(284, 20);
this.txtHashCrc32.TabIndex = 1;
//
// txtHashSha1
//
this.txtHashSha1.Location = new System.Drawing.Point(129, 166);
this.txtHashSha1.Name = "txtHashSha1";
this.txtHashSha1.Size = new System.Drawing.Size(284, 20);
this.txtHashSha1.TabIndex = 1;
//
// txtHashMd5
//
this.txtHashMd5.Location = new System.Drawing.Point(129, 132);
this.txtHashMd5.Name = "txtHashMd5";
this.txtHashMd5.Size = new System.Drawing.Size(284, 20);
this.txtHashMd5.TabIndex = 1;
//
// labelLocale
//
this.labelLocale.AutoSize = true;
this.labelLocale.Location = new System.Drawing.Point(30, 383);
this.labelLocale.Name = "labelLocale";
this.labelLocale.Size = new System.Drawing.Size(39, 13);
this.labelLocale.TabIndex = 0;
this.labelLocale.Text = "Locale";
//
// labelExtension
//
this.labelExtension.AutoSize = true;
this.labelExtension.Location = new System.Drawing.Point(30, 311);
this.labelExtension.Name = "labelExtension";
this.labelExtension.Size = new System.Drawing.Size(53, 13);
this.labelExtension.TabIndex = 0;
this.labelExtension.Text = "Extension";
//
// labelSha256
//
this.labelSha256.AutoSize = true;
this.labelSha256.Location = new System.Drawing.Point(30, 275);
this.labelSha256.Name = "labelSha256";
this.labelSha256.Size = new System.Drawing.Size(47, 13);
this.labelSha256.TabIndex = 0;
this.labelSha256.Text = "SHA256";
//
// labelHead32
//
this.labelHead32.AutoSize = true;
this.labelHead32.Location = new System.Drawing.Point(30, 239);
this.labelHead32.Name = "labelHead32";
this.labelHead32.Size = new System.Drawing.Size(36, 13);
this.labelHead32.TabIndex = 0;
this.labelHead32.Text = "Magic";
//
// labelCrc32
//
this.labelCrc32.AutoSize = true;
this.labelCrc32.Location = new System.Drawing.Point(30, 204);
this.labelCrc32.Name = "labelCrc32";
this.labelCrc32.Size = new System.Drawing.Size(41, 13);
this.labelCrc32.TabIndex = 0;
this.labelCrc32.Text = "CRC32";
//
// labelSha1
//
this.labelSha1.AutoSize = true;
this.labelSha1.Location = new System.Drawing.Point(30, 169);
this.labelSha1.Name = "labelSha1";
this.labelSha1.Size = new System.Drawing.Size(35, 13);
this.labelSha1.TabIndex = 0;
this.labelSha1.Text = "SHA1";
//
// labelMd5
//
this.labelMd5.AutoSize = true;
this.labelMd5.Location = new System.Drawing.Point(30, 135);
this.labelMd5.Name = "labelMd5";
this.labelMd5.Size = new System.Drawing.Size(30, 13);
this.labelMd5.TabIndex = 0;
this.labelMd5.Text = "MD5";
//
// labelInfoHash
//
this.labelInfoHash.AutoSize = true;
this.labelInfoHash.Location = new System.Drawing.Point(30, 348);
this.labelInfoHash.Name = "labelInfoHash";
this.labelInfoHash.Size = new System.Drawing.Size(50, 13);
this.labelInfoHash.TabIndex = 0;
this.labelInfoHash.Text = "InfoHash";
//
// txtInfoHash
//
this.txtInfoHash.Location = new System.Drawing.Point(129, 343);
this.txtInfoHash.Name = "txtInfoHash";
this.txtInfoHash.Size = new System.Drawing.Size(284, 20);
this.txtInfoHash.TabIndex = 1;
//
// labelTools
//
this.labelTools.AutoSize = true;
this.labelTools.Font = new System.Drawing.Font("Segoe UI", 9F);
this.labelTools.Location = new System.Drawing.Point(31, 418);
this.labelTools.Name = "labelTools";
this.labelTools.Size = new System.Drawing.Size(34, 15);
this.labelTools.TabIndex = 6;
this.labelTools.Text = "Tools";
//
// button1
//
this.button1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.button1.Location = new System.Drawing.Point(129, 418);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(284, 23);
this.button1.TabIndex = 3;
this.button1.Text = "View on ByteViewer...";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Font = new System.Drawing.Font("Segoe UI", 9F);
this.button2.Location = new System.Drawing.Point(129, 447);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(284, 23);
this.button2.TabIndex = 7;
this.button2.Text = "View on VirusTotal...";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.BackgroundImage = global::Catswords.DataType.Client.Properties.Resources.document_paperclip_list_paper_icon_219544;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(441, 488);
this.Controls.Add(this.button2);
this.Controls.Add(this.labelTools);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtInfoHash);
this.Controls.Add(this.txtLocale);
this.Controls.Add(this.txtExtension);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.txtHashSha256);
this.Controls.Add(this.labelMd5);
this.Controls.Add(this.txtMagic);
this.Controls.Add(this.labelSha1);
this.Controls.Add(this.txtHashCrc32);
this.Controls.Add(this.labelCrc32);
this.Controls.Add(this.txtHashSha1);
this.Controls.Add(this.labelHead32);
this.Controls.Add(this.txtHashMd5);
this.Controls.Add(this.labelSha256);
this.Controls.Add(this.labelInfoHash);
this.Controls.Add(this.labelLocale);
this.Controls.Add(this.labelExtension);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = global::Catswords.DataType.Client.Properties.Resources.icon;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form2";
this.Text = "Expert";
this.TopMost = true;
this.Load += new System.EventHandler(this.Form2_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelTitle;
private System.Windows.Forms.TextBox txtLocale;
private System.Windows.Forms.TextBox txtExtension;
private System.Windows.Forms.TextBox txtHashSha256;
private System.Windows.Forms.TextBox txtMagic;
private System.Windows.Forms.TextBox txtHashCrc32;
private System.Windows.Forms.TextBox txtHashSha1;
private System.Windows.Forms.TextBox txtHashMd5;
private System.Windows.Forms.Label labelLocale;
private System.Windows.Forms.Label labelExtension;
private System.Windows.Forms.Label labelSha256;
private System.Windows.Forms.Label labelHead32;
private System.Windows.Forms.Label labelCrc32;
private System.Windows.Forms.Label labelSha1;
private System.Windows.Forms.Label labelMd5;
private System.Windows.Forms.Label labelInfoHash;
private System.Windows.Forms.TextBox txtInfoHash;
private System.Windows.Forms.Label labelTools;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}