📄 formmain.designer.cs
字号:
namespace IsoFtp
{
partial class FormMain
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.btISOSave = new System.Windows.Forms.Button();
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.cdromListBox = new System.Windows.Forms.ListBox();
this.btnUpdate = new System.Windows.Forms.Button();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.cbWithFtpUpLoad = new System.Windows.Forms.CheckBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.txtFTPPath = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.TestFtpPath = new System.Windows.Forms.Button();
this.txtLog = new System.Windows.Forms.TextBox();
this.btExit = new System.Windows.Forms.Button();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// btISOSave
//
this.btISOSave.Enabled = false;
this.btISOSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btISOSave.ImageIndex = 24;
this.btISOSave.ImageList = this.imageList2;
this.btISOSave.Location = new System.Drawing.Point(213, 6);
this.btISOSave.Name = "btISOSave";
this.btISOSave.Size = new System.Drawing.Size(55, 33);
this.btISOSave.TabIndex = 0;
this.btISOSave.Text = "镜像";
this.btISOSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btISOSave.UseVisualStyleBackColor = true;
this.btISOSave.Click += new System.EventHandler(this.button1_Click);
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "disc-media_32.ico");
this.imageList2.Images.SetKeyName(1, "folder-closed_32.ico");
this.imageList2.Images.SetKeyName(2, "folder-open_32.ico");
this.imageList2.Images.SetKeyName(3, "home_32.ico");
this.imageList2.Images.SetKeyName(4, "mail_32.ico");
this.imageList2.Images.SetKeyName(5, "paste_32.ico");
this.imageList2.Images.SetKeyName(6, "print_32.ico");
this.imageList2.Images.SetKeyName(7, "redo_32.ico");
this.imageList2.Images.SetKeyName(8, "save_32.ico");
this.imageList2.Images.SetKeyName(9, "trash_32.ico");
this.imageList2.Images.SetKeyName(10, "undo_32.ico");
this.imageList2.Images.SetKeyName(11, "add_32.ico");
this.imageList2.Images.SetKeyName(12, "applications_32.ico");
this.imageList2.Images.SetKeyName(13, "arrow-back_32.ico");
this.imageList2.Images.SetKeyName(14, "arrow-down_32.ico");
this.imageList2.Images.SetKeyName(15, "arrow-forward_32.ico");
this.imageList2.Images.SetKeyName(16, "arrow-up_32.ico");
this.imageList2.Images.SetKeyName(17, "computer_32.ico");
this.imageList2.Images.SetKeyName(18, "copy_32.ico");
this.imageList2.Images.SetKeyName(19, "cut_32.ico");
this.imageList2.Images.SetKeyName(20, "delete_32.ico");
this.imageList2.Images.SetKeyName(21, "documents_32.ico");
this.imageList2.Images.SetKeyName(22, "cmd_Exit1.bmp");
this.imageList2.Images.SetKeyName(23, "cmd_refresh.bmp");
this.imageList2.Images.SetKeyName(24, "cmd_Save.bmp");
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "disc-media_32.ico");
this.imageList1.Images.SetKeyName(1, "folder-closed_32.ico");
this.imageList1.Images.SetKeyName(2, "folder-open_32.ico");
this.imageList1.Images.SetKeyName(3, "home_32.ico");
this.imageList1.Images.SetKeyName(4, "mail_32.ico");
this.imageList1.Images.SetKeyName(5, "paste_32.ico");
this.imageList1.Images.SetKeyName(6, "print_32.ico");
this.imageList1.Images.SetKeyName(7, "redo_32.ico");
this.imageList1.Images.SetKeyName(8, "save_32.ico");
this.imageList1.Images.SetKeyName(9, "trash_32.ico");
this.imageList1.Images.SetKeyName(10, "undo_32.ico");
this.imageList1.Images.SetKeyName(11, "add_32.ico");
this.imageList1.Images.SetKeyName(12, "applications_32.ico");
this.imageList1.Images.SetKeyName(13, "arrow-back_32.ico");
this.imageList1.Images.SetKeyName(14, "arrow-down_32.ico");
this.imageList1.Images.SetKeyName(15, "arrow-forward_32.ico");
this.imageList1.Images.SetKeyName(16, "arrow-up_32.ico");
this.imageList1.Images.SetKeyName(17, "computer_32.ico");
this.imageList1.Images.SetKeyName(18, "copy_32.ico");
this.imageList1.Images.SetKeyName(19, "cut_32.ico");
this.imageList1.Images.SetKeyName(20, "delete_32.ico");
this.imageList1.Images.SetKeyName(21, "documents_32.ico");
this.imageList1.Images.SetKeyName(22, "cmd_Exit1.bmp");
this.imageList1.Images.SetKeyName(23, "cmd_refresh.bmp");
this.imageList1.Images.SetKeyName(24, "cmd_Save.bmp");
//
// cdromListBox
//
this.cdromListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.cdromListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.cdromListBox.FormattingEnabled = true;
this.cdromListBox.HorizontalScrollbar = true;
this.cdromListBox.ItemHeight = 1;
this.cdromListBox.Location = new System.Drawing.Point(11, 5);
this.cdromListBox.Name = "cdromListBox";
this.cdromListBox.Size = new System.Drawing.Size(185, 50);
this.cdromListBox.TabIndex = 1;
this.cdromListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cdromListBox_DrawItem);
this.cdromListBox.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.cdromListBox_MeasureItem);
this.cdromListBox.SelectedIndexChanged += new System.EventHandler(this.cdromListBox_SelectedIndexChanged);
//
// btnUpdate
//
this.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnUpdate.ImageIndex = 23;
this.btnUpdate.ImageList = this.imageList2;
this.btnUpdate.Location = new System.Drawing.Point(274, 6);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(55, 33);
this.btnUpdate.TabIndex = 2;
this.btnUpdate.Text = "刷新";
this.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// saveFileDialog1
//
this.saveFileDialog1.DefaultExt = "ISO";
this.saveFileDialog1.Filter = "ISO 标准格式|*.ISO|所有文件|*.*";
//
// cbWithFtpUpLoad
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -