?? frmdatacut.designer.cs
字號:
?namespace SMS.SysManage
{
partial class frmDataCut
{
/// <summary>
/// 必需的設計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataCut));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnFCut = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnSFile = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtFile = new System.Windows.Forms.TextBox();
this.btnSel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtDCPath = new System.Windows.Forms.TextBox();
this.btnDCut = new System.Windows.Forms.Button();
this.fbDialogPath = new System.Windows.Forms.FolderBrowserDialog();
this.ofDialogFile = new System.Windows.Forms.OpenFileDialog();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnFCut);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.btnDCut);
this.groupBox1.Location = new System.Drawing.Point(12, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(297, 140);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "數據壓縮";
//
// btnFCut
//
this.btnFCut.Enabled = false;
this.btnFCut.Location = new System.Drawing.Point(109, 110);
this.btnFCut.Name = "btnFCut";
this.btnFCut.Size = new System.Drawing.Size(75, 23);
this.btnFCut.TabIndex = 4;
this.btnFCut.Text = "文件壓縮";
this.btnFCut.UseVisualStyleBackColor = true;
this.btnFCut.Click += new System.EventHandler(this.btnFCut_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(193, 110);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 3;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnSFile);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txtFile);
this.groupBox2.Controls.Add(this.btnSel);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.txtDCPath);
this.groupBox2.Location = new System.Drawing.Point(6, 11);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(285, 91);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
//
// btnSFile
//
this.btnSFile.Image = ((System.Drawing.Image)(resources.GetObject("btnSFile.Image")));
this.btnSFile.Location = new System.Drawing.Point(235, 20);
this.btnSFile.Name = "btnSFile";
this.btnSFile.Size = new System.Drawing.Size(44, 21);
this.btnSFile.TabIndex = 4;
this.btnSFile.UseVisualStyleBackColor = true;
this.btnSFile.Click += new System.EventHandler(this.btnSFile_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 3;
this.label2.Text = "要壓縮的文件";
//
// txtFile
//
this.txtFile.Location = new System.Drawing.Point(91, 20);
this.txtFile.Name = "txtFile";
this.txtFile.ReadOnly = true;
this.txtFile.Size = new System.Drawing.Size(137, 21);
this.txtFile.TabIndex = 2;
//
// btnSel
//
this.btnSel.Image = ((System.Drawing.Image)(resources.GetObject("btnSel.Image")));
this.btnSel.Location = new System.Drawing.Point(235, 56);
this.btnSel.Name = "btnSel";
this.btnSel.Size = new System.Drawing.Size(44, 21);
this.btnSel.TabIndex = 1;
this.btnSel.UseVisualStyleBackColor = true;
this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 60);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "壓縮后文件";
//
// txtDCPath
//
this.txtDCPath.Location = new System.Drawing.Point(91, 56);
this.txtDCPath.Name = "txtDCPath";
this.txtDCPath.ReadOnly = true;
this.txtDCPath.Size = new System.Drawing.Size(137, 21);
this.txtDCPath.TabIndex = 0;
this.txtDCPath.TextChanged += new System.EventHandler(this.txtDCPath_TextChanged);
//
// btnDCut
//
this.btnDCut.Location = new System.Drawing.Point(25, 110);
this.btnDCut.Name = "btnDCut";
this.btnDCut.Size = new System.Drawing.Size(75, 23);
this.btnDCut.TabIndex = 2;
this.btnDCut.Text = "數據壓縮";
this.btnDCut.UseVisualStyleBackColor = true;
this.btnDCut.Click += new System.EventHandler(this.btnDCut_Click);
//
// fbDialogPath
//
this.fbDialogPath.SelectedPath = "D:\\";
//
// frmDataCut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(322, 156);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "frmDataCut";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "數據壓縮";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDataCut_FormClosed);
this.Load += new System.EventHandler(this.frmDataCut_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtDCPath;
private System.Windows.Forms.Button btnDCut;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnSel;
private System.Windows.Forms.FolderBrowserDialog fbDialogPath;
private System.Windows.Forms.Button btnSFile;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtFile;
private System.Windows.Forms.OpenFileDialog ofDialogFile;
private System.Windows.Forms.Button btnFCut;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -