namespace GuiYangBaseMI.Forms.BasicDatas
{
partial class DataDownloadLocalExtension
{
///
/// 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.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.gbxDownloadCondition = new System.Windows.Forms.GroupBox();
this.rbSpecialVer = new System.Windows.Forms.RadioButton();
this.rbAutoQueryMaxVer = new System.Windows.Forms.RadioButton();
this.rbFromSpecialVer = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.tbVersionNO = new System.Windows.Forms.TextBox();
this.btExit = new System.Windows.Forms.Button();
this.btDownload = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rbSelfRaito = new System.Windows.Forms.RadioButton();
this.rbLimitPrice = new System.Windows.Forms.RadioButton();
this.rbDirectory = new System.Windows.Forms.RadioButton();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.gbxDownloadCondition.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1524, 460);
this.panel1.TabIndex = 2;
//
// panel2
//
this.panel2.Controls.Add(this.gbxDownloadCondition);
this.panel2.Controls.Add(this.btExit);
this.panel2.Controls.Add(this.btDownload);
this.panel2.Controls.Add(this.groupBox1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel2.Location = new System.Drawing.Point(0, 326);
this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1524, 134);
this.panel2.TabIndex = 1;
//
// gbxDownloadCondition
//
this.gbxDownloadCondition.Controls.Add(this.rbSpecialVer);
this.gbxDownloadCondition.Controls.Add(this.rbAutoQueryMaxVer);
this.gbxDownloadCondition.Controls.Add(this.rbFromSpecialVer);
this.gbxDownloadCondition.Controls.Add(this.label1);
this.gbxDownloadCondition.Controls.Add(this.tbVersionNO);
this.gbxDownloadCondition.Dock = System.Windows.Forms.DockStyle.Left;
this.gbxDownloadCondition.Location = new System.Drawing.Point(119, 0);
this.gbxDownloadCondition.Name = "gbxDownloadCondition";
this.gbxDownloadCondition.Size = new System.Drawing.Size(237, 134);
this.gbxDownloadCondition.TabIndex = 42;
this.gbxDownloadCondition.TabStop = false;
this.gbxDownloadCondition.Text = "下载条件";
//
// rbSpecialVer
//
this.rbSpecialVer.AutoSize = true;
this.rbSpecialVer.Location = new System.Drawing.Point(19, 56);
this.rbSpecialVer.Name = "rbSpecialVer";
this.rbSpecialVer.Size = new System.Drawing.Size(160, 20);
this.rbSpecialVer.TabIndex = 43;
this.rbSpecialVer.TabStop = true;
this.rbSpecialVer.Text = "下载指定版本号数据";
this.rbSpecialVer.UseVisualStyleBackColor = true;
//
// rbAutoQueryMaxVer
//
this.rbAutoQueryMaxVer.AutoSize = true;
this.rbAutoQueryMaxVer.Location = new System.Drawing.Point(19, 108);
this.rbAutoQueryMaxVer.Name = "rbAutoQueryMaxVer";
this.rbAutoQueryMaxVer.Size = new System.Drawing.Size(205, 20);
this.rbAutoQueryMaxVer.TabIndex = 42;
this.rbAutoQueryMaxVer.TabStop = true;
this.rbAutoQueryMaxVer.Text = "自动检测最大版本号后下载";
this.rbAutoQueryMaxVer.UseVisualStyleBackColor = true;
//
// rbFromSpecialVer
//
this.rbFromSpecialVer.AutoSize = true;
this.rbFromSpecialVer.Location = new System.Drawing.Point(19, 82);
this.rbFromSpecialVer.Name = "rbFromSpecialVer";
this.rbFromSpecialVer.Size = new System.Drawing.Size(175, 20);
this.rbFromSpecialVer.TabIndex = 41;
this.rbFromSpecialVer.TabStop = true;
this.rbFromSpecialVer.Text = "从指定版本号开始下载";
this.rbFromSpecialVer.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 16);
this.label1.TabIndex = 1;
this.label1.Text = "版本号";
//
// tbVersionNO
//
this.tbVersionNO.Location = new System.Drawing.Point(58, 23);
this.tbVersionNO.Name = "tbVersionNO";
this.tbVersionNO.Size = new System.Drawing.Size(166, 22);
this.tbVersionNO.TabIndex = 0;
//
// btExit
//
this.btExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.btExit.Location = new System.Drawing.Point(1375, 77);
this.btExit.Name = "btExit";
this.btExit.Size = new System.Drawing.Size(99, 27);
this.btExit.TabIndex = 41;
this.btExit.Text = "退出";
this.btExit.UseVisualStyleBackColor = true;
this.btExit.Click += new System.EventHandler(this.btExit_Click);
//
// btDownload
//
this.btDownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.btDownload.Location = new System.Drawing.Point(1375, 26);
this.btDownload.Name = "btDownload";
this.btDownload.Size = new System.Drawing.Size(99, 27);
this.btDownload.TabIndex = 37;
this.btDownload.Text = "下载";
this.btDownload.UseVisualStyleBackColor = true;
this.btDownload.Click += new System.EventHandler(this.btDownload_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rbSelfRaito);
this.groupBox1.Controls.Add(this.rbLimitPrice);
this.groupBox1.Controls.Add(this.rbDirectory);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(119, 134);
this.groupBox1.TabIndex = 26;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "下载类型";
//
// rbSelfRaito
//
this.rbSelfRaito.AutoSize = true;
this.rbSelfRaito.Location = new System.Drawing.Point(12, 94);
this.rbSelfRaito.Name = "rbSelfRaito";
this.rbSelfRaito.Size = new System.Drawing.Size(85, 20);
this.rbSelfRaito.TabIndex = 36;
this.rbSelfRaito.TabStop = true;
this.rbSelfRaito.Text = "自付比例";
this.rbSelfRaito.UseVisualStyleBackColor = true;
this.rbSelfRaito.CheckedChanged += new System.EventHandler(this.DownloadTypeCheckedChanged);
//
// rbLimitPrice
//
this.rbLimitPrice.AutoSize = true;
this.rbLimitPrice.Location = new System.Drawing.Point(12, 59);
this.rbLimitPrice.Name = "rbLimitPrice";
this.rbLimitPrice.Size = new System.Drawing.Size(85, 20);
this.rbLimitPrice.TabIndex = 32;
this.rbLimitPrice.TabStop = true;
this.rbLimitPrice.Text = "限价信息";
this.rbLimitPrice.UseVisualStyleBackColor = true;
this.rbLimitPrice.CheckedChanged += new System.EventHandler(this.DownloadTypeCheckedChanged);
//
// rbDirectory
//
this.rbDirectory.AutoSize = true;
this.rbDirectory.Location = new System.Drawing.Point(12, 24);
this.rbDirectory.Name = "rbDirectory";
this.rbDirectory.Size = new System.Drawing.Size(85, 20);
this.rbDirectory.TabIndex = 28;
this.rbDirectory.TabStop = true;
this.rbDirectory.Text = "目录下载";
this.rbDirectory.UseVisualStyleBackColor = true;
this.rbDirectory.CheckedChanged += new System.EventHandler(this.DownloadTypeCheckedChanged);
//
// DataDownloadLocalExtension
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1524, 460);
this.Controls.Add(this.panel1);
this.Name = "DataDownloadLocalExtension";
this.Text = "数据下载-本地扩展";
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.gbxDownloadCondition.ResumeLayout(false);
this.gbxDownloadCondition.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rbSelfRaito;
private System.Windows.Forms.RadioButton rbLimitPrice;
private System.Windows.Forms.RadioButton rbDirectory;
private System.Windows.Forms.Button btExit;
private System.Windows.Forms.Button btDownload;
private System.Windows.Forms.GroupBox gbxDownloadCondition;
private System.Windows.Forms.RadioButton rbAutoQueryMaxVer;
private System.Windows.Forms.RadioButton rbFromSpecialVer;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbVersionNO;
private System.Windows.Forms.RadioButton rbSpecialVer;
}
}