| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- namespace GuiYangBaseMI.Forms.BasicDatas
- {
- partial class DataDownloadLocalExtension
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|