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.button1 = new System.Windows.Forms.Button(); this.button2 = 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.txtMainProcName = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtKillProcList = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(342, 486); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 30); this.button1.TabIndex = 16; this.button1.Text = "取消"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.Location = new System.Drawing.Point(261, 486); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 30); this.button2.TabIndex = 17; this.button2.Text = "确定"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_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.Location = new System.Drawing.Point(1, 2); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(419, 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(411, 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(392, 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(392, 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(393, 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(393, 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; // // 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.txtMainProcName); this.tabPage2.Controls.Add(this.label11); 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(411, 456); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "其它设置"; this.tabPage2.UseVisualStyleBackColor = true; // // 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, 165); this.txtMainProcName.Name = "txtMainProcName"; this.txtMainProcName.Size = new System.Drawing.Size(394, 21); this.txtMainProcName.TabIndex = 3; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(8, 149); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(113, 12); this.label11.TabIndex = 2; this.label11.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(394, 123); this.txtKillProcList.TabIndex = 1; // // 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 = "升级前需要结束的进程列表"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(5, 490); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(216, 20); this.comboBox1.TabIndex = 19; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // frmUpdateFile // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(421, 522); this.Controls.Add(this.comboBox1); this.Controls.Add(this.tabControl1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); 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.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; 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 txtMainProcName; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtKillProcList; private System.Windows.Forms.Label label9; private System.Windows.Forms.ComboBox comboBox1; } }