191 lines
9.0 KiB
C#
191 lines
9.0 KiB
C#
|
namespace 开发辅助工具.Tools.SmartEditor
|
|||
|
{
|
|||
|
partial class FrmFileInfo
|
|||
|
{
|
|||
|
/// <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(FrmFileInfo));
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.TxtFilePath = new System.Windows.Forms.TextBox();
|
|||
|
this.TxtFileName = new System.Windows.Forms.TextBox();
|
|||
|
this.TxtFileSize = new System.Windows.Forms.TextBox();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.TxtWriteTime = new System.Windows.Forms.TextBox();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.TxtEditTime = new System.Windows.Forms.TextBox();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|||
|
this.label1.TabIndex = 0;
|
|||
|
this.label1.Text = "文件名";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.label2.Location = new System.Drawing.Point(12, 35);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label2.TabIndex = 1;
|
|||
|
this.label2.Text = "文件路径";
|
|||
|
//
|
|||
|
// TxtFilePath
|
|||
|
//
|
|||
|
this.TxtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.TxtFilePath.BackColor = System.Drawing.Color.White;
|
|||
|
this.TxtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.TxtFilePath.Font = new System.Drawing.Font("Consolas", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.TxtFilePath.Location = new System.Drawing.Point(71, 33);
|
|||
|
this.TxtFilePath.Name = "TxtFilePath";
|
|||
|
this.TxtFilePath.ReadOnly = true;
|
|||
|
this.TxtFilePath.Size = new System.Drawing.Size(398, 17);
|
|||
|
this.TxtFilePath.TabIndex = 2;
|
|||
|
//
|
|||
|
// TxtFileName
|
|||
|
//
|
|||
|
this.TxtFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.TxtFileName.BackColor = System.Drawing.Color.White;
|
|||
|
this.TxtFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.TxtFileName.Font = new System.Drawing.Font("Consolas", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.TxtFileName.Location = new System.Drawing.Point(71, 10);
|
|||
|
this.TxtFileName.Name = "TxtFileName";
|
|||
|
this.TxtFileName.ReadOnly = true;
|
|||
|
this.TxtFileName.Size = new System.Drawing.Size(398, 17);
|
|||
|
this.TxtFileName.TabIndex = 3;
|
|||
|
//
|
|||
|
// TxtFileSize
|
|||
|
//
|
|||
|
this.TxtFileSize.BackColor = System.Drawing.Color.White;
|
|||
|
this.TxtFileSize.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.TxtFileSize.Font = new System.Drawing.Font("Consolas", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.TxtFileSize.Location = new System.Drawing.Point(71, 56);
|
|||
|
this.TxtFileSize.Name = "TxtFileSize";
|
|||
|
this.TxtFileSize.ReadOnly = true;
|
|||
|
this.TxtFileSize.Size = new System.Drawing.Size(87, 17);
|
|||
|
this.TxtFileSize.TabIndex = 5;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.label3.Location = new System.Drawing.Point(12, 58);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label3.TabIndex = 4;
|
|||
|
this.label3.Text = "文件大小";
|
|||
|
//
|
|||
|
// TxtWriteTime
|
|||
|
//
|
|||
|
this.TxtWriteTime.BackColor = System.Drawing.Color.White;
|
|||
|
this.TxtWriteTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.TxtWriteTime.Font = new System.Drawing.Font("Consolas", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.TxtWriteTime.Location = new System.Drawing.Point(71, 80);
|
|||
|
this.TxtWriteTime.Name = "TxtWriteTime";
|
|||
|
this.TxtWriteTime.ReadOnly = true;
|
|||
|
this.TxtWriteTime.Size = new System.Drawing.Size(157, 17);
|
|||
|
this.TxtWriteTime.TabIndex = 7;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.label4.Location = new System.Drawing.Point(12, 82);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label4.TabIndex = 6;
|
|||
|
this.label4.Text = "创建时间";
|
|||
|
//
|
|||
|
// TxtEditTime
|
|||
|
//
|
|||
|
this.TxtEditTime.BackColor = System.Drawing.Color.White;
|
|||
|
this.TxtEditTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.TxtEditTime.Font = new System.Drawing.Font("Consolas", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.TxtEditTime.Location = new System.Drawing.Point(294, 80);
|
|||
|
this.TxtEditTime.Name = "TxtEditTime";
|
|||
|
this.TxtEditTime.ReadOnly = true;
|
|||
|
this.TxtEditTime.Size = new System.Drawing.Size(175, 17);
|
|||
|
this.TxtEditTime.TabIndex = 9;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.label5.Location = new System.Drawing.Point(235, 83);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label5.TabIndex = 8;
|
|||
|
this.label5.Text = "修改时间";
|
|||
|
//
|
|||
|
// FrmFileInfo
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(481, 405);
|
|||
|
this.Controls.Add(this.TxtEditTime);
|
|||
|
this.Controls.Add(this.label5);
|
|||
|
this.Controls.Add(this.TxtWriteTime);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.TxtFileSize);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.TxtFileName);
|
|||
|
this.Controls.Add(this.TxtFilePath);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "FrmFileInfo";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "文件信息";
|
|||
|
this.TopMost = true;
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.TextBox TxtFilePath;
|
|||
|
private System.Windows.Forms.TextBox TxtFileName;
|
|||
|
private System.Windows.Forms.TextBox TxtFileSize;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.TextBox TxtWriteTime;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.TextBox TxtEditTime;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
}
|
|||
|
}
|