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.BtnOK = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label10 = new System.Windows.Forms.Label();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.linkLabel8 = new System.Windows.Forms.LinkLabel();
this.linkLabel7 = new System.Windows.Forms.LinkLabel();
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.linkLabel6 = new System.Windows.Forms.LinkLabel();
this.label13 = new System.Windows.Forms.Label();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label12 = new System.Windows.Forms.Label();
this.BtnOneKeyUpdate = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
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.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btnSelectUser = new System.Windows.Forms.Button();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.BtnDefUpdateLog = new System.Windows.Forms.Button();
this.BtnPasteFromMD = new System.Windows.Forms.Button();
this.ChkUseHtml = new System.Windows.Forms.CheckBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.LblState = new System.Windows.Forms.Label();
this.BtnCopyToNormal = new System.Windows.Forms.Button();
this.ChkCopyZip = new System.Windows.Forms.CheckBox();
this.button4 = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.BtnUsersView = new System.Windows.Forms.Button();
this.LvUpdateFiles = new BrightIdeasSoftware.ObjectListView();
this.OlvFileName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.CbbVersionType = new ryControls.RyComboBox();
this.cmbNewVer = new ryControls.TextBoxEx2();
this.txtDbUpdateDes = new ryControls.TextBoxEx2();
this.txtUpdateDes = new ryControls.TextBoxEx2();
this.cmbDbUpdateUrl = new ryControls.RyComboBox();
this.cmbProcUpdateUrl = new ryControls.RyComboBox();
this.cmbNewDbVer = new ryControls.RyComboBox();
this.txtDelFileList = new ryControls.Controls.RichTextBox2();
this.txtKillProcList = new ryControls.Controls.RichTextBox2();
this.txtMainProcPram = new ryControls.TextBoxEx2();
this.txtMainProcName = new ryControls.TextBoxEx2();
this.txtUserList = new ryControls.RyComboBox();
this.TxtUpdateDes_Html = new ryControls.Controls.RichTextBox2();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LvUpdateFiles)).BeginInit();
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(794, 552);
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);
//
// BtnOK
//
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnOK.Location = new System.Drawing.Point(713, 552);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 30);
this.BtnOK.TabIndex = 17;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_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(192, 5);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(684, 545);
this.tabControl1.TabIndex = 18;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.White;
this.tabPage1.Controls.Add(this.CbbVersionType);
this.tabPage1.Controls.Add(this.label10);
this.tabPage1.Controls.Add(this.cmbNewVer);
this.tabPage1.Controls.Add(this.checkBox2);
this.tabPage1.Controls.Add(this.checkBox1);
this.tabPage1.Controls.Add(this.linkLabel8);
this.tabPage1.Controls.Add(this.linkLabel7);
this.tabPage1.Controls.Add(this.linkLabel4);
this.tabPage1.Controls.Add(this.linkLabel5);
this.tabPage1.Controls.Add(this.linkLabel6);
this.tabPage1.Controls.Add(this.label13);
this.tabPage1.Controls.Add(this.linkLabel3);
this.tabPage1.Controls.Add(this.linkLabel2);
this.tabPage1.Controls.Add(this.linkLabel1);
this.tabPage1.Controls.Add(this.label12);
this.tabPage1.Controls.Add(this.BtnOneKeyUpdate);
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.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(676, 519);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "基本设置";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(317, 8);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 48;
this.label10.Text = "版本类型";
//
// checkBox2
//
this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.checkBox2.AutoSize = true;
this.checkBox2.Checked = true;
this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox2.Enabled = false;
this.checkBox2.Location = new System.Drawing.Point(308, 364);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(72, 16);
this.checkBox2.TabIndex = 46;
this.checkBox2.Text = "自动更新";
this.toolTip1.SetToolTip(this.checkBox2, "只在一键更新时有效");
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(308, 179);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(72, 16);
this.checkBox1.TabIndex = 45;
this.checkBox1.Text = "自动更新";
this.toolTip1.SetToolTip(this.checkBox1, "只在一键更新时有效");
this.checkBox1.UseVisualStyleBackColor = true;
//
// linkLabel8
//
this.linkLabel8.AutoSize = true;
this.linkLabel8.Location = new System.Drawing.Point(273, 180);
this.linkLabel8.Name = "linkLabel8";
this.linkLabel8.Size = new System.Drawing.Size(29, 12);
this.linkLabel8.TabIndex = 44;
this.linkLabel8.TabStop = true;
this.linkLabel8.Text = "预置";
this.toolTip1.SetToolTip(this.linkLabel8, "支持以下变量(所有变量均为小写)\r\n%date%:日期\r\n%time%:时间\r\n%week%:星期\r\n%softdate%:软件日期\r\n%dbdate%:数据库日" +
"期\r\n%softver%:软件版本");
this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
//
// linkLabel7
//
this.linkLabel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkLabel7.AutoSize = true;
this.linkLabel7.Enabled = false;
this.linkLabel7.Location = new System.Drawing.Point(273, 365);
this.linkLabel7.Name = "linkLabel7";
this.linkLabel7.Size = new System.Drawing.Size(29, 12);
this.linkLabel7.TabIndex = 43;
this.linkLabel7.TabStop = true;
this.linkLabel7.Text = "预置";
this.toolTip1.SetToolTip(this.linkLabel7, "支持以下变量(所有变量均为小写)\r\n%date%:日期\r\n%time%:时间\r\n%week%:星期\r\n%softdate%:软件日期\r\n%dbdate%:数据库日" +
"期\r\n%softver%:软件版本");
this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
//
// linkLabel4
//
this.linkLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkLabel4.AutoSize = true;
this.linkLabel4.Enabled = false;
this.linkLabel4.Location = new System.Drawing.Point(238, 365);
this.linkLabel4.Name = "linkLabel4";
this.linkLabel4.Size = new System.Drawing.Size(29, 12);
this.linkLabel4.TabIndex = 42;
this.linkLabel4.TabStop = true;
this.linkLabel4.Text = "星期";
this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
//
// linkLabel5
//
this.linkLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkLabel5.AutoSize = true;
this.linkLabel5.Enabled = false;
this.linkLabel5.Location = new System.Drawing.Point(203, 365);
this.linkLabel5.Name = "linkLabel5";
this.linkLabel5.Size = new System.Drawing.Size(29, 12);
this.linkLabel5.TabIndex = 41;
this.linkLabel5.TabStop = true;
this.linkLabel5.Text = "日期";
this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
//
// linkLabel6
//
this.linkLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkLabel6.AutoSize = true;
this.linkLabel6.Enabled = false;
this.linkLabel6.Location = new System.Drawing.Point(168, 365);
this.linkLabel6.Name = "linkLabel6";
this.linkLabel6.Size = new System.Drawing.Size(29, 12);
this.linkLabel6.TabIndex = 40;
this.linkLabel6.TabStop = true;
this.linkLabel6.Text = "时间";
this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
//
// label13
//
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(130, 365);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 39;
this.label13.Text = "插入";
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.Location = new System.Drawing.Point(238, 180);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(29, 12);
this.linkLabel3.TabIndex = 38;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "星期";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(203, 180);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(29, 12);
this.linkLabel2.TabIndex = 37;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "日期";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(168, 180);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(29, 12);
this.linkLabel1.TabIndex = 36;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "时间";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(130, 180);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 12);
this.label12.TabIndex = 35;
this.label12.Text = "插入";
//
// BtnOneKeyUpdate
//
this.BtnOneKeyUpdate.Location = new System.Drawing.Point(237, 23);
this.BtnOneKeyUpdate.Name = "BtnOneKeyUpdate";
this.BtnOneKeyUpdate.Size = new System.Drawing.Size(76, 31);
this.BtnOneKeyUpdate.TabIndex = 34;
this.BtnOneKeyUpdate.Text = "一键最新";
this.toolTip1.SetToolTip(this.BtnOneKeyUpdate, "只更新版本号和日期");
this.BtnOneKeyUpdate.UseVisualStyleBackColor = true;
this.BtnOneKeyUpdate.Click += new System.EventHandler(this.BtnOneKeyUpdate_Click);
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(8, 365);
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, 180);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 12);
this.label7.TabIndex = 28;
this.label7.Text = "软件更新描述:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 140);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(95, 12);
this.label6.TabIndex = 26;
this.label6.Text = "数据库更新地址:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 102);
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.Enabled = false;
this.dtNewDataDate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtNewDataDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtNewDataDate.Location = new System.Drawing.Point(447, 71);
this.dtNewDataDate.Name = "dtNewDataDate";
this.dtNewDataDate.Size = new System.Drawing.Size(201, 26);
this.dtNewDataDate.TabIndex = 23;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(445, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(95, 12);
this.label4.TabIndex = 22;
this.label4.Text = "最新数据库日期:";
//
// dtNewProcDate
//
this.dtNewProcDate.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtNewProcDate.CustomFormat = "yyyy年MM月dd日";
this.dtNewProcDate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtNewProcDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtNewProcDate.Location = new System.Drawing.Point(10, 72);
this.dtNewProcDate.Name = "dtNewProcDate";
this.dtNewProcDate.Size = new System.Drawing.Size(225, 26);
this.dtNewProcDate.TabIndex = 21;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Blue;
this.label3.Location = new System.Drawing.Point(7, 57);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(90, 12);
this.label3.TabIndex = 20;
this.label3.Text = "最新软件日期:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(445, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(95, 12);
this.label2.TabIndex = 18;
this.label2.Text = "最新数据库版本:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(7, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 12);
this.label1.TabIndex = 16;
this.label1.Text = "最新软件版本:";
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.Color.White;
this.tabPage2.Controls.Add(this.txtDelFileList);
this.tabPage2.Controls.Add(this.txtKillProcList);
this.tabPage2.Controls.Add(this.btnSelectUser);
this.tabPage2.Controls.Add(this.label16);
this.tabPage2.Controls.Add(this.label15);
this.tabPage2.Controls.Add(this.label14);
this.tabPage2.Controls.Add(this.label11);
this.tabPage2.Controls.Add(this.label9);
this.tabPage2.Controls.Add(this.txtMainProcPram);
this.tabPage2.Controls.Add(this.txtMainProcName);
this.tabPage2.Controls.Add(this.txtUserList);
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(676, 519);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "升级前后";
//
// btnSelectUser
//
this.btnSelectUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSelectUser.Location = new System.Drawing.Point(614, 489);
this.btnSelectUser.Name = "btnSelectUser";
this.btnSelectUser.Size = new System.Drawing.Size(55, 24);
this.btnSelectUser.TabIndex = 35;
this.btnSelectUser.Text = "选择";
this.btnSelectUser.UseVisualStyleBackColor = true;
this.btnSelectUser.Click += new System.EventHandler(this.btnSelectUser_Click);
//
// label16
//
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.ForeColor = System.Drawing.Color.Blue;
this.label16.Location = new System.Drawing.Point(577, 434);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(44, 12);
this.label16.TabIndex = 8;
this.label16.Text = "命令行";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(8, 183);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(137, 12);
this.label15.TabIndex = 6;
this.label15.Text = "升级后要删除的文件列表";
//
// label14
//
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 474);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(125, 12);
this.label14.TabIndex = 4;
this.label14.Text = "仅对以下用户进行升级";
//
// label11
//
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.ForeColor = System.Drawing.Color.Blue;
this.label11.Location = new System.Drawing.Point(8, 434);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(122, 12);
this.label11.TabIndex = 2;
this.label11.Text = "升级后要启动的程序";
//
// 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(467, 12);
this.label9.TabIndex = 0;
this.label9.Text = "升级前需要结束的进程列表(默认情况下,填不填写都会结束升级程序所在目录下的进程)";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.BtnDefUpdateLog);
this.tabPage3.Controls.Add(this.BtnPasteFromMD);
this.tabPage3.Controls.Add(this.ChkUseHtml);
this.tabPage3.Controls.Add(this.TxtUpdateDes_Html);
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(676, 519);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "更新日志源码";
this.tabPage3.UseVisualStyleBackColor = true;
//
// BtnDefUpdateLog
//
this.BtnDefUpdateLog.Location = new System.Drawing.Point(217, 3);
this.BtnDefUpdateLog.Name = "BtnDefUpdateLog";
this.BtnDefUpdateLog.Size = new System.Drawing.Size(76, 30);
this.BtnDefUpdateLog.TabIndex = 36;
this.BtnDefUpdateLog.Text = "默认日志";
this.toolTip1.SetToolTip(this.BtnDefUpdateLog, "只更新版本号和日期");
this.BtnDefUpdateLog.UseVisualStyleBackColor = true;
this.BtnDefUpdateLog.Click += new System.EventHandler(this.BtnDefUpdateLog_Click);
//
// BtnPasteFromMD
//
this.BtnPasteFromMD.Location = new System.Drawing.Point(135, 3);
this.BtnPasteFromMD.Name = "BtnPasteFromMD";
this.BtnPasteFromMD.Size = new System.Drawing.Size(76, 30);
this.BtnPasteFromMD.TabIndex = 35;
this.BtnPasteFromMD.Text = "粘贴自MD";
this.toolTip1.SetToolTip(this.BtnPasteFromMD, "只更新版本号和日期");
this.BtnPasteFromMD.UseVisualStyleBackColor = true;
this.BtnPasteFromMD.Click += new System.EventHandler(this.BtnPasteFromMD_Click);
//
// ChkUseHtml
//
this.ChkUseHtml.AutoSize = true;
this.ChkUseHtml.Location = new System.Drawing.Point(9, 11);
this.ChkUseHtml.Name = "ChkUseHtml";
this.ChkUseHtml.Size = new System.Drawing.Size(120, 16);
this.ChkUseHtml.TabIndex = 32;
this.ChkUseHtml.Text = "采用Html更新日志";
this.ChkUseHtml.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.LblState);
this.tabPage4.Controls.Add(this.BtnCopyToNormal);
this.tabPage4.Controls.Add(this.ChkCopyZip);
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(676, 519);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "同步配置";
this.tabPage4.UseVisualStyleBackColor = true;
//
// LblState
//
this.LblState.AutoSize = true;
this.LblState.Location = new System.Drawing.Point(33, 240);
this.LblState.Name = "LblState";
this.LblState.Size = new System.Drawing.Size(95, 12);
this.LblState.TabIndex = 37;
this.LblState.Text = "状态:准备就绪。";
//
// BtnCopyToNormal
//
this.BtnCopyToNormal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnCopyToNormal.Location = new System.Drawing.Point(224, 169);
this.BtnCopyToNormal.Name = "BtnCopyToNormal";
this.BtnCopyToNormal.Size = new System.Drawing.Size(138, 51);
this.BtnCopyToNormal.TabIndex = 36;
this.BtnCopyToNormal.Text = "同步到大众版";
this.BtnCopyToNormal.UseVisualStyleBackColor = true;
this.BtnCopyToNormal.Visible = false;
this.BtnCopyToNormal.Click += new System.EventHandler(this.BtnCopyToNormal_Click);
//
// ChkCopyZip
//
this.ChkCopyZip.AutoSize = true;
this.ChkCopyZip.Checked = true;
this.ChkCopyZip.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkCopyZip.Location = new System.Drawing.Point(235, 147);
this.ChkCopyZip.Name = "ChkCopyZip";
this.ChkCopyZip.Size = new System.Drawing.Size(108, 16);
this.ChkCopyZip.TabIndex = 0;
this.ChkCopyZip.Text = "同步升级包文件";
this.ChkCopyZip.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button4.Location = new System.Drawing.Point(631, 552);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(76, 30);
this.button4.TabIndex = 35;
this.button4.Text = "一键更新";
this.toolTip1.SetToolTip(this.button4, "只更新版本号和日期,并自动保存。");
this.button4.UseVisualStyleBackColor = true;
this.button4.Visible = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// BtnUsersView
//
this.BtnUsersView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.BtnUsersView.Location = new System.Drawing.Point(5, 552);
this.BtnUsersView.Name = "BtnUsersView";
this.BtnUsersView.Size = new System.Drawing.Size(75, 30);
this.BtnUsersView.TabIndex = 37;
this.BtnUsersView.Text = "用户管理";
this.BtnUsersView.UseVisualStyleBackColor = true;
this.BtnUsersView.Click += new System.EventHandler(this.BtnUsersView_Click);
//
// LvUpdateFiles
//
this.LvUpdateFiles.AllColumns.Add(this.OlvFileName);
this.LvUpdateFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.LvUpdateFiles.CellEditUseWholeCell = false;
this.LvUpdateFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.OlvFileName});
this.LvUpdateFiles.Cursor = System.Windows.Forms.Cursors.Default;
this.LvUpdateFiles.FullRowSelect = true;
this.LvUpdateFiles.HideSelection = false;
this.LvUpdateFiles.Location = new System.Drawing.Point(5, 5);
this.LvUpdateFiles.MultiSelect = false;
this.LvUpdateFiles.Name = "LvUpdateFiles";
this.LvUpdateFiles.Size = new System.Drawing.Size(181, 541);
this.LvUpdateFiles.TabIndex = 36;
this.LvUpdateFiles.UnfocusedSelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.LvUpdateFiles.UseCompatibleStateImageBehavior = false;
this.LvUpdateFiles.View = System.Windows.Forms.View.Details;
this.LvUpdateFiles.SelectionChanged += new System.EventHandler(this.LvUpdateFiles_SelectionChanged);
this.LvUpdateFiles.SelectedIndexChanged += new System.EventHandler(this.LvUpdateFiles_SelectedIndexChanged);
//
// OlvFileName
//
this.OlvFileName.Text = "文件名";
this.OlvFileName.Width = 150;
//
// CbbVersionType
//
this.CbbVersionType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.CbbVersionType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CbbVersionType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CbbVersionType.FormattingEnabled = true;
this.CbbVersionType.Items.AddRange(new object[] {
"正式版",
"测试版",
"内测版",
"公测版"});
this.CbbVersionType.Location = new System.Drawing.Point(319, 24);
this.CbbVersionType.MaxUndoRedoSteps = 50;
this.CbbVersionType.Name = "CbbVersionType";
this.CbbVersionType.Size = new System.Drawing.Size(122, 27);
this.CbbVersionType.TabIndex = 49;
//
// cmbNewVer
//
this.cmbNewVer.BackColor = System.Drawing.Color.White;
this.cmbNewVer.EmptyText = "";
this.cmbNewVer.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbNewVer.Location = new System.Drawing.Point(9, 23);
this.cmbNewVer.LongTime = 2000;
this.cmbNewVer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cmbNewVer.MaxLength = 999999999;
this.cmbNewVer.MaxUndoRedoSteps = 50;
this.cmbNewVer.Multiline = false;
this.cmbNewVer.Name = "cmbNewVer";
this.cmbNewVer.OnlyNumeric = false;
this.cmbNewVer.PasswordChar = '\0';
this.cmbNewVer.ReadOnly = false;
this.cmbNewVer.SelectedText = "";
this.cmbNewVer.SelectionLength = 0;
this.cmbNewVer.SelectionStart = 0;
this.cmbNewVer.Size = new System.Drawing.Size(223, 31);
this.cmbNewVer.TabIndex = 47;
this.cmbNewVer.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.cmbNewVer.ToolTip = "";
this.cmbNewVer.WordWrap = true;
//
// txtDbUpdateDes
//
this.txtDbUpdateDes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDbUpdateDes.BackColor = System.Drawing.Color.White;
this.txtDbUpdateDes.EmptyText = "";
this.txtDbUpdateDes.Enabled = false;
this.txtDbUpdateDes.Location = new System.Drawing.Point(10, 380);
this.txtDbUpdateDes.LongTime = 2000;
this.txtDbUpdateDes.MaxLength = 999999999;
this.txtDbUpdateDes.MaxUndoRedoSteps = 50;
this.txtDbUpdateDes.Multiline = true;
this.txtDbUpdateDes.Name = "txtDbUpdateDes";
this.txtDbUpdateDes.OnlyNumeric = false;
this.txtDbUpdateDes.PasswordChar = '\0';
this.txtDbUpdateDes.ReadOnly = false;
this.txtDbUpdateDes.SelectedText = "";
this.txtDbUpdateDes.SelectionLength = 0;
this.txtDbUpdateDes.SelectionStart = 0;
this.txtDbUpdateDes.Size = new System.Drawing.Size(657, 133);
this.txtDbUpdateDes.TabIndex = 31;
this.txtDbUpdateDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDbUpdateDes.ToolTip = "";
this.txtDbUpdateDes.WordWrap = true;
//
// txtUpdateDes
//
this.txtUpdateDes.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.txtUpdateDes.BackColor = System.Drawing.Color.White;
this.txtUpdateDes.EmptyText = "";
this.txtUpdateDes.Location = new System.Drawing.Point(10, 195);
this.txtUpdateDes.LongTime = 2000;
this.txtUpdateDes.MaxLength = 999999999;
this.txtUpdateDes.MaxUndoRedoSteps = 50;
this.txtUpdateDes.Multiline = true;
this.txtUpdateDes.Name = "txtUpdateDes";
this.txtUpdateDes.OnlyNumeric = false;
this.txtUpdateDes.PasswordChar = '\0';
this.txtUpdateDes.ReadOnly = false;
this.txtUpdateDes.SelectedText = "";
this.txtUpdateDes.SelectionLength = 0;
this.txtUpdateDes.SelectionStart = 0;
this.txtUpdateDes.Size = new System.Drawing.Size(657, 164);
this.txtUpdateDes.TabIndex = 30;
this.txtUpdateDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtUpdateDes.ToolTip = "";
this.txtUpdateDes.WordWrap = true;
//
// 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.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbDbUpdateUrl.Enabled = false;
this.cmbDbUpdateUrl.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbDbUpdateUrl.FormattingEnabled = true;
this.cmbDbUpdateUrl.Location = new System.Drawing.Point(9, 155);
this.cmbDbUpdateUrl.MaxUndoRedoSteps = 50;
this.cmbDbUpdateUrl.Name = "cmbDbUpdateUrl";
this.cmbDbUpdateUrl.Size = new System.Drawing.Size(658, 22);
this.cmbDbUpdateUrl.TabIndex = 27;
//
// 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.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbProcUpdateUrl.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbProcUpdateUrl.FormattingEnabled = true;
this.cmbProcUpdateUrl.Location = new System.Drawing.Point(9, 117);
this.cmbProcUpdateUrl.MaxUndoRedoSteps = 50;
this.cmbProcUpdateUrl.Name = "cmbProcUpdateUrl";
this.cmbProcUpdateUrl.Size = new System.Drawing.Size(658, 22);
this.cmbProcUpdateUrl.TabIndex = 25;
//
// cmbNewDbVer
//
this.cmbNewDbVer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbNewDbVer.Enabled = false;
this.cmbNewDbVer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbNewDbVer.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbNewDbVer.FormattingEnabled = true;
this.cmbNewDbVer.Location = new System.Drawing.Point(447, 24);
this.cmbNewDbVer.MaxUndoRedoSteps = 50;
this.cmbNewDbVer.Name = "cmbNewDbVer";
this.cmbNewDbVer.Size = new System.Drawing.Size(122, 27);
this.cmbNewDbVer.TabIndex = 19;
//
// txtDelFileList
//
this.txtDelFileList.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.txtDelFileList.EmptyText = "";
this.txtDelFileList.Font = new System.Drawing.Font("Courier New", 10F);
this.txtDelFileList.Location = new System.Drawing.Point(10, 198);
this.txtDelFileList.Name = "txtDelFileList";
this.txtDelFileList.OnlyInputText = false;
this.txtDelFileList.Size = new System.Drawing.Size(660, 233);
this.txtDelFileList.TabIndex = 37;
this.txtDelFileList.Text = "";
this.txtDelFileList.WordWrap = true;
//
// 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.EmptyText = "";
this.txtKillProcList.Font = new System.Drawing.Font("Courier New", 10F);
this.txtKillProcList.Location = new System.Drawing.Point(10, 25);
this.txtKillProcList.Name = "txtKillProcList";
this.txtKillProcList.OnlyInputText = false;
this.txtKillProcList.Size = new System.Drawing.Size(660, 155);
this.txtKillProcList.TabIndex = 36;
this.txtKillProcList.Text = "";
this.txtKillProcList.WordWrap = true;
//
// txtMainProcPram
//
this.txtMainProcPram.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.txtMainProcPram.BackColor = System.Drawing.Color.White;
this.txtMainProcPram.EmptyText = "";
this.txtMainProcPram.Location = new System.Drawing.Point(577, 450);
this.txtMainProcPram.LongTime = 2000;
this.txtMainProcPram.MaxLength = 999999999;
this.txtMainProcPram.MaxUndoRedoSteps = 50;
this.txtMainProcPram.Multiline = false;
this.txtMainProcPram.Name = "txtMainProcPram";
this.txtMainProcPram.OnlyNumeric = false;
this.txtMainProcPram.PasswordChar = '\0';
this.txtMainProcPram.ReadOnly = false;
this.txtMainProcPram.SelectedText = "";
this.txtMainProcPram.SelectionLength = 0;
this.txtMainProcPram.SelectionStart = 0;
this.txtMainProcPram.Size = new System.Drawing.Size(92, 21);
this.txtMainProcPram.TabIndex = 9;
this.txtMainProcPram.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMainProcPram.ToolTip = "";
this.txtMainProcPram.WordWrap = true;
//
// txtMainProcName
//
this.txtMainProcName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtMainProcName.BackColor = System.Drawing.Color.White;
this.txtMainProcName.EmptyText = "";
this.txtMainProcName.Location = new System.Drawing.Point(10, 450);
this.txtMainProcName.LongTime = 2000;
this.txtMainProcName.MaxLength = 999999999;
this.txtMainProcName.MaxUndoRedoSteps = 50;
this.txtMainProcName.Multiline = false;
this.txtMainProcName.Name = "txtMainProcName";
this.txtMainProcName.OnlyNumeric = false;
this.txtMainProcName.PasswordChar = '\0';
this.txtMainProcName.ReadOnly = false;
this.txtMainProcName.SelectedText = "";
this.txtMainProcName.SelectionLength = 0;
this.txtMainProcName.SelectionStart = 0;
this.txtMainProcName.Size = new System.Drawing.Size(561, 21);
this.txtMainProcName.TabIndex = 3;
this.txtMainProcName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMainProcName.ToolTip = "";
this.txtMainProcName.WordWrap = true;
//
// txtUserList
//
this.txtUserList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtUserList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtUserList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtUserList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.txtUserList.Font = new System.Drawing.Font("Courier New", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtUserList.FormattingEnabled = true;
this.txtUserList.Location = new System.Drawing.Point(9, 489);
this.txtUserList.MaxUndoRedoSteps = 50;
this.txtUserList.Name = "txtUserList";
this.txtUserList.Size = new System.Drawing.Size(599, 24);
this.txtUserList.TabIndex = 10;
//
// TxtUpdateDes_Html
//
this.TxtUpdateDes_Html.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.TxtUpdateDes_Html.EmptyText = "";
this.TxtUpdateDes_Html.Font = new System.Drawing.Font("Courier New", 10F);
this.TxtUpdateDes_Html.Location = new System.Drawing.Point(9, 35);
this.TxtUpdateDes_Html.Name = "TxtUpdateDes_Html";
this.TxtUpdateDes_Html.OnlyInputText = false;
this.TxtUpdateDes_Html.Size = new System.Drawing.Size(660, 481);
this.TxtUpdateDes_Html.TabIndex = 33;
this.TxtUpdateDes_Html.Text = "";
this.TxtUpdateDes_Html.WordWrap = true;
//
// frmUpdateFile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(877, 588);
this.Controls.Add(this.BtnUsersView);
this.Controls.Add(this.LvUpdateFiles);
this.Controls.Add(this.button4);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.BtnOK);
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.tabPage4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.LvUpdateFiles)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private ryControls.TextBoxEx2 txtDbUpdateDes;
private ryControls.TextBoxEx2 txtUpdateDes;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private ryControls.RyComboBox cmbDbUpdateUrl;
private System.Windows.Forms.Label label6;
private ryControls.RyComboBox 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 ryControls.RyComboBox cmbNewDbVer;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button BtnOneKeyUpdate;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.LinkLabel linkLabel4;
private System.Windows.Forms.LinkLabel linkLabel5;
private System.Windows.Forms.LinkLabel linkLabel6;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.LinkLabel linkLabel7;
private System.Windows.Forms.LinkLabel linkLabel8;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private ryControls.TextBoxEx2 txtMainProcName;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private ryControls.TextBoxEx2 txtMainProcPram;
private System.Windows.Forms.Label label16;
private ryControls.RyComboBox txtUserList;
private System.Windows.Forms.Button btnSelectUser;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.CheckBox ChkUseHtml;
private BrightIdeasSoftware.ObjectListView LvUpdateFiles;
private BrightIdeasSoftware.OLVColumn OlvFileName;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Button BtnCopyToNormal;
private System.Windows.Forms.CheckBox ChkCopyZip;
private System.Windows.Forms.Label LblState;
private System.Windows.Forms.Button BtnUsersView;
private ryControls.Controls.RichTextBox2 TxtUpdateDes_Html;
private ryControls.Controls.RichTextBox2 txtKillProcList;
private ryControls.Controls.RichTextBox2 txtDelFileList;
private ryControls.TextBoxEx2 cmbNewVer;
private System.Windows.Forms.Button BtnPasteFromMD;
private ryControls.RyComboBox CbbVersionType;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button BtnDefUpdateLog;
}
}