Client/GamerServices/Systems/Forms/FormChecksum.Designer.cs

272 lines
13 KiB
C#

namespace GamerServices
{
partial class FormChecksum
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormChecksum));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textLastWriteTime = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.textLastAccessTime = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textCreationTime = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textFileHash = new System.Windows.Forms.TextBox();
this.textFileSize = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.buttonView = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(26, 13);
this.label1.TabIndex = 1;
this.label1.Text = "File:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(41, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(259, 13);
this.label2.TabIndex = 2;
this.label2.Text = "(The filename is relative to the Games/AppID/ folder.)";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textLastWriteTime);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.textLastAccessTime);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.textCreationTime);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.textFileHash);
this.groupBox1.Controls.Add(this.textFileSize);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(12, 63);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(443, 147);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "File information";
//
// textLastWriteTime
//
this.textLastWriteTime.BackColor = System.Drawing.SystemColors.Control;
this.textLastWriteTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textLastWriteTime.Enabled = false;
this.textLastWriteTime.HideSelection = false;
this.textLastWriteTime.Location = new System.Drawing.Point(111, 108);
this.textLastWriteTime.Name = "textLastWriteTime";
this.textLastWriteTime.ReadOnly = true;
this.textLastWriteTime.Size = new System.Drawing.Size(251, 13);
this.textLastWriteTime.TabIndex = 11;
this.textLastWriteTime.Text = "Never";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(28, 108);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 13);
this.label8.TabIndex = 10;
this.label8.Text = "Last write time:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(108, 126);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(105, 13);
this.label7.TabIndex = 9;
this.label7.Text = "(All times are in UTC)";
//
// textLastAccessTime
//
this.textLastAccessTime.BackColor = System.Drawing.SystemColors.Control;
this.textLastAccessTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textLastAccessTime.Enabled = false;
this.textLastAccessTime.HideSelection = false;
this.textLastAccessTime.Location = new System.Drawing.Point(111, 89);
this.textLastAccessTime.Name = "textLastAccessTime";
this.textLastAccessTime.ReadOnly = true;
this.textLastAccessTime.Size = new System.Drawing.Size(251, 13);
this.textLastAccessTime.TabIndex = 8;
this.textLastAccessTime.Text = "Never";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(16, 89);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 13);
this.label6.TabIndex = 7;
this.label6.Text = "Last access time:";
//
// textCreationTime
//
this.textCreationTime.BackColor = System.Drawing.SystemColors.Control;
this.textCreationTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textCreationTime.Enabled = false;
this.textCreationTime.HideSelection = false;
this.textCreationTime.Location = new System.Drawing.Point(111, 70);
this.textCreationTime.Name = "textCreationTime";
this.textCreationTime.ReadOnly = true;
this.textCreationTime.Size = new System.Drawing.Size(251, 13);
this.textCreationTime.TabIndex = 6;
this.textCreationTime.Text = "Never";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(34, 70);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 13);
this.label5.TabIndex = 5;
this.label5.Text = "Creation time:";
//
// textFileHash
//
this.textFileHash.BackColor = System.Drawing.SystemColors.Control;
this.textFileHash.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textFileHash.Enabled = false;
this.textFileHash.HideSelection = false;
this.textFileHash.Location = new System.Drawing.Point(111, 38);
this.textFileHash.Name = "textFileHash";
this.textFileHash.ReadOnly = true;
this.textFileHash.Size = new System.Drawing.Size(251, 13);
this.textFileHash.TabIndex = 4;
this.textFileHash.Text = "00000000000000000000000000000000";
//
// textFileSize
//
this.textFileSize.BackColor = System.Drawing.SystemColors.Control;
this.textFileSize.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textFileSize.Enabled = false;
this.textFileSize.HideSelection = false;
this.textFileSize.Location = new System.Drawing.Point(111, 19);
this.textFileSize.Name = "textFileSize";
this.textFileSize.ReadOnly = true;
this.textFileSize.Size = new System.Drawing.Size(251, 13);
this.textFileSize.TabIndex = 3;
this.textFileSize.Text = "0 bytes";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(46, 38);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 13);
this.label4.TabIndex = 2;
this.label4.Text = "MD5 hash:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(61, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(44, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Filesize:";
//
// buttonView
//
this.buttonView.Location = new System.Drawing.Point(380, 10);
this.buttonView.Name = "buttonView";
this.buttonView.Size = new System.Drawing.Size(75, 21);
this.buttonView.TabIndex = 4;
this.buttonView.Text = "Refresh";
this.buttonView.UseVisualStyleBackColor = true;
this.buttonView.Click += new System.EventHandler(this.buttonView_Click);
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(43, 10);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(331, 21);
this.comboBox1.TabIndex = 5;
this.comboBox1.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged);
//
// FormChecksum
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(467, 217);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.buttonView);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormChecksum";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Checksum";
this.Load += new System.EventHandler(this.FormChecksum_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textFileSize;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textFileHash;
private System.Windows.Forms.Button buttonView;
private System.Windows.Forms.TextBox textCreationTime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textLastWriteTime;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textLastAccessTime;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox comboBox1;
}
}