namespace LiveUpdate
{
partial class frmUpdateFile
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUpdateFile));
this.btnCancel = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.txtDbUpdateDes = new System.Windows.Forms.TextBox();
this.txtUpdateDes = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.cmbDbUpdateUrl = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.cmbProcUpdateUrl = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.dtNewDataDate = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.dtNewProcDate = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.cmbNewDbVer = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cmbNewVer = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.TxtFirstDownList = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtKillFiles = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtKillProcList = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.txtMainProcPram = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.txtMainProcName = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.添加文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cbbFiles = new System.Windows.Forms.ComboBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(534, 486);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 30);
this.btnCancel.TabIndex = 16;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(453, 486);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 30);
this.btnSave.TabIndex = 17;
this.btnSave.Text = "确定";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(1, 2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(611, 482);
this.tabControl1.TabIndex = 18;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.txtDbUpdateDes);
this.tabPage1.Controls.Add(this.txtUpdateDes);
this.tabPage1.Controls.Add(this.label8);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.cmbDbUpdateUrl);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.cmbProcUpdateUrl);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.dtNewDataDate);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.dtNewProcDate);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.cmbNewDbVer);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.cmbNewVer);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(603, 456);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "基本设置";
this.tabPage1.UseVisualStyleBackColor = true;
//
// txtDbUpdateDes
//
this.txtDbUpdateDes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDbUpdateDes.Location = new System.Drawing.Point(10, 325);
this.txtDbUpdateDes.Multiline = true;
this.txtDbUpdateDes.Name = "txtDbUpdateDes";
this.txtDbUpdateDes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtDbUpdateDes.Size = new System.Drawing.Size(584, 117);
this.txtDbUpdateDes.TabIndex = 31;
//
// txtUpdateDes
//
this.txtUpdateDes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtUpdateDes.Location = new System.Drawing.Point(10, 181);
this.txtUpdateDes.Multiline = true;
this.txtUpdateDes.Name = "txtUpdateDes";
this.txtUpdateDes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtUpdateDes.Size = new System.Drawing.Size(584, 126);
this.txtUpdateDes.TabIndex = 30;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(8, 310);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(95, 12);
this.label8.TabIndex = 29;
this.label8.Text = "数据库更新描述:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(8, 165);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 12);
this.label7.TabIndex = 28;
this.label7.Text = "软件更新描述:";
//
// cmbDbUpdateUrl
//
this.cmbDbUpdateUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cmbDbUpdateUrl.FormattingEnabled = true;
this.cmbDbUpdateUrl.Location = new System.Drawing.Point(9, 142);
this.cmbDbUpdateUrl.Name = "cmbDbUpdateUrl";
this.cmbDbUpdateUrl.Size = new System.Drawing.Size(585, 20);
this.cmbDbUpdateUrl.TabIndex = 27;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 127);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(95, 12);
this.label6.TabIndex = 26;
this.label6.Text = "数据库更新地址:";
//
// cmbProcUpdateUrl
//
this.cmbProcUpdateUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cmbProcUpdateUrl.FormattingEnabled = true;
this.cmbProcUpdateUrl.Location = new System.Drawing.Point(9, 104);
this.cmbProcUpdateUrl.Name = "cmbProcUpdateUrl";
this.cmbProcUpdateUrl.Size = new System.Drawing.Size(585, 20);
this.cmbProcUpdateUrl.TabIndex = 25;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 89);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(83, 12);
this.label5.TabIndex = 24;
this.label5.Text = "软件更新地址:";
//
// dtNewDataDate
//
this.dtNewDataDate.CustomFormat = "yyyy年MM月dd日";
this.dtNewDataDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtNewDataDate.Location = new System.Drawing.Point(201, 65);
this.dtNewDataDate.Name = "dtNewDataDate";
this.dtNewDataDate.Size = new System.Drawing.Size(201, 21);
this.dtNewDataDate.TabIndex = 23;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(199, 50);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(95, 12);
this.label4.TabIndex = 22;
this.label4.Text = "最新数据库日期:";
//
// dtNewProcDate
//
this.dtNewProcDate.CustomFormat = "yyyy年MM月dd日";
this.dtNewProcDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtNewProcDate.Location = new System.Drawing.Point(10, 65);
this.dtNewProcDate.Name = "dtNewProcDate";
this.dtNewProcDate.Size = new System.Drawing.Size(183, 21);
this.dtNewProcDate.TabIndex = 21;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 12);
this.label3.TabIndex = 20;
this.label3.Text = "最新软件日期:";
//
// cmbNewDbVer
//
this.cmbNewDbVer.FormattingEnabled = true;
this.cmbNewDbVer.Location = new System.Drawing.Point(201, 23);
this.cmbNewDbVer.Name = "cmbNewDbVer";
this.cmbNewDbVer.Size = new System.Drawing.Size(201, 20);
this.cmbNewDbVer.TabIndex = 19;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(199, 8);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(95, 12);
this.label2.TabIndex = 18;
this.label2.Text = "最新数据库版本:";
//
// cmbNewVer
//
this.cmbNewVer.FormattingEnabled = true;
this.cmbNewVer.Location = new System.Drawing.Point(9, 23);
this.cmbNewVer.Name = "cmbNewVer";
this.cmbNewVer.Size = new System.Drawing.Size(186, 20);
this.cmbNewVer.TabIndex = 17;
this.toolTip1.SetToolTip(this.cmbNewVer, "例如输入1.0.0.0");
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 12);
this.label1.TabIndex = 16;
this.label1.Text = "最新软件版本:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.TxtFirstDownList);
this.tabPage2.Controls.Add(this.label13);
this.tabPage2.Controls.Add(this.txtKillFiles);
this.tabPage2.Controls.Add(this.label10);
this.tabPage2.Controls.Add(this.txtKillProcList);
this.tabPage2.Controls.Add(this.label9);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(603, 456);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "升级前";
this.tabPage2.UseVisualStyleBackColor = true;
//
// TxtFirstDownList
//
this.TxtFirstDownList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtFirstDownList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.TxtFirstDownList.Location = new System.Drawing.Point(10, 317);
this.TxtFirstDownList.Multiline = true;
this.TxtFirstDownList.Name = "TxtFirstDownList";
this.TxtFirstDownList.ReadOnly = true;
this.TxtFirstDownList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.TxtFirstDownList.Size = new System.Drawing.Size(586, 133);
this.TxtFirstDownList.TabIndex = 7;
this.toolTip1.SetToolTip(this.TxtFirstDownList, "升级前要结束的进程列表,每行一个。");
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(8, 302);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(137, 12);
this.label13.TabIndex = 6;
this.label13.Text = "升级前需要先下载的文件";
//
// txtKillFiles
//
this.txtKillFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtKillFiles.Location = new System.Drawing.Point(10, 166);
this.txtKillFiles.Multiline = true;
this.txtKillFiles.Name = "txtKillFiles";
this.txtKillFiles.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtKillFiles.Size = new System.Drawing.Size(586, 133);
this.txtKillFiles.TabIndex = 5;
this.toolTip1.SetToolTip(this.txtKillFiles, "升级前要结束的进程列表,每行一个。");
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(8, 150);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(125, 12);
this.label10.TabIndex = 4;
this.label10.Text = "升级前需要删除的文件";
//
// txtKillProcList
//
this.txtKillProcList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtKillProcList.Location = new System.Drawing.Point(10, 23);
this.txtKillProcList.Multiline = true;
this.txtKillProcList.Name = "txtKillProcList";
this.txtKillProcList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtKillProcList.Size = new System.Drawing.Size(586, 123);
this.txtKillProcList.TabIndex = 1;
this.toolTip1.SetToolTip(this.txtKillProcList, "升级前要结束的进程列表,每行一个。");
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 7);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(149, 12);
this.label9.TabIndex = 0;
this.label9.Text = "升级前需要结束的进程列表";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.txtMainProcPram);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Controls.Add(this.txtMainProcName);
this.tabPage3.Controls.Add(this.label11);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(603, 456);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "升级后";
this.tabPage3.UseVisualStyleBackColor = true;
//
// txtMainProcPram
//
this.txtMainProcPram.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtMainProcPram.Location = new System.Drawing.Point(295, 22);
this.txtMainProcPram.Name = "txtMainProcPram";
this.txtMainProcPram.Size = new System.Drawing.Size(290, 21);
this.txtMainProcPram.TabIndex = 7;
this.toolTip1.SetToolTip(this.txtMainProcPram, "升级后要启动的主程序命令行");
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(293, 6);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(149, 12);
this.label12.TabIndex = 6;
this.label12.Text = "升级后要启动的程序命令行";
//
// txtMainProcName
//
this.txtMainProcName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtMainProcName.Location = new System.Drawing.Point(10, 22);
this.txtMainProcName.Name = "txtMainProcName";
this.txtMainProcName.Size = new System.Drawing.Size(279, 21);
this.txtMainProcName.TabIndex = 5;
this.toolTip1.SetToolTip(this.txtMainProcName, "升级后要启动的主程序,请输入相对路径,\r\n如程序与升级程序在同一个目录,请直接\r\n输入文件名。");
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(8, 6);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(113, 12);
this.label11.TabIndex = 4;
this.label11.Text = "升级后要启动的程序";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.listView1);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(603, 456);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "文件下载列表";
this.tabPage4.UseVisualStyleBackColor = true;
//
// listView1
//
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
this.listView1.FullRowSelect = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(6, 3);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(590, 450);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
//
// columnHeader1
//
this.columnHeader1.Text = "文件ID";
this.columnHeader1.Width = 80;
//
// columnHeader2
//
this.columnHeader2.Text = "版本";
//
// columnHeader3
//
this.columnHeader3.Text = "下载地址";
this.columnHeader3.Width = 250;
//
// columnHeader4
//
this.columnHeader4.Text = "保存位置";
this.columnHeader4.Width = 180;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.添加文件ToolStripMenuItem,
this.修改文件ToolStripMenuItem,
this.删除文件ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70);
//
// 添加文件ToolStripMenuItem
//
this.添加文件ToolStripMenuItem.Name = "添加文件ToolStripMenuItem";
this.添加文件ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.添加文件ToolStripMenuItem.Text = "添加文件";
this.添加文件ToolStripMenuItem.Click += new System.EventHandler(this.添加文件ToolStripMenuItem_Click);
//
// 修改文件ToolStripMenuItem
//
this.修改文件ToolStripMenuItem.Name = "修改文件ToolStripMenuItem";
this.修改文件ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.修改文件ToolStripMenuItem.Text = "修改文件";
this.修改文件ToolStripMenuItem.Click += new System.EventHandler(this.修改文件ToolStripMenuItem_Click);
//
// 删除文件ToolStripMenuItem
//
this.删除文件ToolStripMenuItem.Name = "删除文件ToolStripMenuItem";
this.删除文件ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.删除文件ToolStripMenuItem.Text = "删除文件";
this.删除文件ToolStripMenuItem.Click += new System.EventHandler(this.删除文件ToolStripMenuItem_Click);
//
// cbbFiles
//
this.cbbFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbbFiles.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbbFiles.FormattingEnabled = true;
this.cbbFiles.Location = new System.Drawing.Point(12, 492);
this.cbbFiles.Name = "cbbFiles";
this.cbbFiles.Size = new System.Drawing.Size(216, 22);
this.cbbFiles.TabIndex = 19;
this.cbbFiles.SelectedIndexChanged += new System.EventHandler(this.CbbFiles_SelectedIndexChanged);
//
// frmUpdateFile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(613, 522);
this.Controls.Add(this.cbbFiles);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnCancel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmUpdateFile";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "软件更新信息设置";
this.Load += new System.EventHandler(this.FrmUpdateFile_Load);
this.Resize += new System.EventHandler(this.FrmUpdateFile_Resize);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TextBox txtDbUpdateDes;
private System.Windows.Forms.TextBox txtUpdateDes;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmbDbUpdateUrl;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cmbProcUpdateUrl;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker dtNewDataDate;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker dtNewProcDate;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cmbNewDbVer;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cmbNewVer;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox txtKillProcList;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox cbbFiles;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.TextBox txtKillFiles;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TextBox txtMainProcName;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtMainProcPram;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox TxtFirstDownList;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 添加文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除文件ToolStripMenuItem;
}
}