📄 pmake.designer.cs
字号:
this.cbWithFtpUpLoad.AutoSize = true;
this.cbWithFtpUpLoad.Checked = true;
this.cbWithFtpUpLoad.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbWithFtpUpLoad.Enabled = false;
this.cbWithFtpUpLoad.Location = new System.Drawing.Point(213, 50);
this.cbWithFtpUpLoad.Name = "cbWithFtpUpLoad";
this.cbWithFtpUpLoad.Size = new System.Drawing.Size(132, 16);
this.cbWithFtpUpLoad.TabIndex = 7;
this.cbWithFtpUpLoad.Text = "镜像后上传到服务器";
this.cbWithFtpUpLoad.UseVisualStyleBackColor = true;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripProgressBar1,
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 266);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(395, 22);
this.statusStrip1.TabIndex = 11;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.ForeColor = System.Drawing.Color.Red;
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(200, 16);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(53, 17);
this.toolStripStatusLabel1.Text = "等待处理";
//
// txtFTPPath
//
this.txtFTPPath.Location = new System.Drawing.Point(11, 89);
this.txtFTPPath.Name = "txtFTPPath";
this.txtFTPPath.Size = new System.Drawing.Size(338, 21);
this.txtFTPPath.TabIndex = 12;
this.txtFTPPath.Text = "ftp://ftpuser:1@192.168.0.41:21//txtFile/";
this.txtFTPPath.TextChanged += new System.EventHandler(this.txtFTPPath_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(11, 68);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 13;
this.label1.Text = "资源服务器路径";
//
// TestFtpPath
//
this.TestFtpPath.Location = new System.Drawing.Point(361, 88);
this.TestFtpPath.Name = "TestFtpPath";
this.TestFtpPath.Size = new System.Drawing.Size(30, 21);
this.TestFtpPath.TabIndex = 14;
this.TestFtpPath.Text = "…";
this.TestFtpPath.UseVisualStyleBackColor = true;
this.TestFtpPath.Click += new System.EventHandler(this.TestFtpPath_Click);
//
// txtLog
//
this.txtLog.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.txtLog.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtLog.Location = new System.Drawing.Point(12, 114);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.ReadOnly = true;
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtLog.Size = new System.Drawing.Size(379, 150);
this.txtLog.TabIndex = 15;
//
// btExit
//
this.btExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btExit.ImageIndex = 22;
this.btExit.ImageList = this.imageList2;
this.btExit.Location = new System.Drawing.Point(335, 6);
this.btExit.Name = "btExit";
this.btExit.Size = new System.Drawing.Size(55, 33);
this.btExit.TabIndex = 16;
this.btExit.Text = "退出";
this.btExit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btExit.UseVisualStyleBackColor = true;
this.btExit.Click += new System.EventHandler(this.btExit_Click);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listView1.Location = new System.Drawing.Point(11, 5);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(190, 60);
this.listView1.SmallImageList = this.imageList1;
this.listView1.TabIndex = 18;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "可用光盘驱动器列表";
this.columnHeader1.Width = 180;
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(395, 288);
this.Controls.Add(this.listView1);
this.Controls.Add(this.btExit);
this.Controls.Add(this.txtLog);
this.Controls.Add(this.TestFtpPath);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtFTPPath);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.cbWithFtpUpLoad);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.cdromListBox);
this.Controls.Add(this.btISOSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "创建ISO镜像文件";
this.Load += new System.EventHandler(this.FormMain_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btISOSave;
private System.Windows.Forms.ListBox cdromListBox;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.CheckBox cbWithFtpUpLoad;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.TextBox txtFTPPath;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button TestFtpPath;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.TextBox txtLog;
private System.Windows.Forms.Button btExit;
private System.Windows.Forms.ImageList imageList2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ToolTip toolTip1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -