DataDownloadLocalExtension.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. namespace GuiYangBaseMI.Forms.BasicDatas
  2. {
  3. partial class DataDownloadLocalExtension
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.gbxDownloadCondition = new System.Windows.Forms.GroupBox();
  31. this.rbSpecialVer = new System.Windows.Forms.RadioButton();
  32. this.rbAutoQueryMaxVer = new System.Windows.Forms.RadioButton();
  33. this.rbFromSpecialVer = new System.Windows.Forms.RadioButton();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.tbVersionNO = new System.Windows.Forms.TextBox();
  36. this.btExit = new System.Windows.Forms.Button();
  37. this.btDownload = new System.Windows.Forms.Button();
  38. this.groupBox1 = new System.Windows.Forms.GroupBox();
  39. this.rbSelfRaito = new System.Windows.Forms.RadioButton();
  40. this.rbLimitPrice = new System.Windows.Forms.RadioButton();
  41. this.rbDirectory = new System.Windows.Forms.RadioButton();
  42. this.panel1.SuspendLayout();
  43. this.panel2.SuspendLayout();
  44. this.gbxDownloadCondition.SuspendLayout();
  45. this.groupBox1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.Controls.Add(this.panel2);
  51. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.panel1.Location = new System.Drawing.Point(0, 0);
  53. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  54. this.panel1.Name = "panel1";
  55. this.panel1.Size = new System.Drawing.Size(1524, 460);
  56. this.panel1.TabIndex = 2;
  57. //
  58. // panel2
  59. //
  60. this.panel2.Controls.Add(this.gbxDownloadCondition);
  61. this.panel2.Controls.Add(this.btExit);
  62. this.panel2.Controls.Add(this.btDownload);
  63. this.panel2.Controls.Add(this.groupBox1);
  64. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  65. this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.panel2.Location = new System.Drawing.Point(0, 326);
  67. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  68. this.panel2.Name = "panel2";
  69. this.panel2.Size = new System.Drawing.Size(1524, 134);
  70. this.panel2.TabIndex = 1;
  71. //
  72. // gbxDownloadCondition
  73. //
  74. this.gbxDownloadCondition.Controls.Add(this.rbSpecialVer);
  75. this.gbxDownloadCondition.Controls.Add(this.rbAutoQueryMaxVer);
  76. this.gbxDownloadCondition.Controls.Add(this.rbFromSpecialVer);
  77. this.gbxDownloadCondition.Controls.Add(this.label1);
  78. this.gbxDownloadCondition.Controls.Add(this.tbVersionNO);
  79. this.gbxDownloadCondition.Dock = System.Windows.Forms.DockStyle.Left;
  80. this.gbxDownloadCondition.Location = new System.Drawing.Point(119, 0);
  81. this.gbxDownloadCondition.Name = "gbxDownloadCondition";
  82. this.gbxDownloadCondition.Size = new System.Drawing.Size(237, 134);
  83. this.gbxDownloadCondition.TabIndex = 42;
  84. this.gbxDownloadCondition.TabStop = false;
  85. this.gbxDownloadCondition.Text = "下载条件";
  86. //
  87. // rbSpecialVer
  88. //
  89. this.rbSpecialVer.AutoSize = true;
  90. this.rbSpecialVer.Location = new System.Drawing.Point(19, 56);
  91. this.rbSpecialVer.Name = "rbSpecialVer";
  92. this.rbSpecialVer.Size = new System.Drawing.Size(160, 20);
  93. this.rbSpecialVer.TabIndex = 43;
  94. this.rbSpecialVer.TabStop = true;
  95. this.rbSpecialVer.Text = "下载指定版本号数据";
  96. this.rbSpecialVer.UseVisualStyleBackColor = true;
  97. //
  98. // rbAutoQueryMaxVer
  99. //
  100. this.rbAutoQueryMaxVer.AutoSize = true;
  101. this.rbAutoQueryMaxVer.Location = new System.Drawing.Point(19, 108);
  102. this.rbAutoQueryMaxVer.Name = "rbAutoQueryMaxVer";
  103. this.rbAutoQueryMaxVer.Size = new System.Drawing.Size(205, 20);
  104. this.rbAutoQueryMaxVer.TabIndex = 42;
  105. this.rbAutoQueryMaxVer.TabStop = true;
  106. this.rbAutoQueryMaxVer.Text = "自动检测最大版本号后下载";
  107. this.rbAutoQueryMaxVer.UseVisualStyleBackColor = true;
  108. //
  109. // rbFromSpecialVer
  110. //
  111. this.rbFromSpecialVer.AutoSize = true;
  112. this.rbFromSpecialVer.Location = new System.Drawing.Point(19, 82);
  113. this.rbFromSpecialVer.Name = "rbFromSpecialVer";
  114. this.rbFromSpecialVer.Size = new System.Drawing.Size(175, 20);
  115. this.rbFromSpecialVer.TabIndex = 41;
  116. this.rbFromSpecialVer.TabStop = true;
  117. this.rbFromSpecialVer.Text = "从指定版本号开始下载";
  118. this.rbFromSpecialVer.UseVisualStyleBackColor = true;
  119. //
  120. // label1
  121. //
  122. this.label1.AutoSize = true;
  123. this.label1.Location = new System.Drawing.Point(6, 26);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(52, 16);
  126. this.label1.TabIndex = 1;
  127. this.label1.Text = "版本号";
  128. //
  129. // tbVersionNO
  130. //
  131. this.tbVersionNO.Location = new System.Drawing.Point(58, 23);
  132. this.tbVersionNO.Name = "tbVersionNO";
  133. this.tbVersionNO.Size = new System.Drawing.Size(166, 22);
  134. this.tbVersionNO.TabIndex = 0;
  135. //
  136. // btExit
  137. //
  138. this.btExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.btExit.Location = new System.Drawing.Point(1375, 77);
  141. this.btExit.Name = "btExit";
  142. this.btExit.Size = new System.Drawing.Size(99, 27);
  143. this.btExit.TabIndex = 41;
  144. this.btExit.Text = "退出";
  145. this.btExit.UseVisualStyleBackColor = true;
  146. this.btExit.Click += new System.EventHandler(this.btExit_Click);
  147. //
  148. // btDownload
  149. //
  150. this.btDownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  151. | System.Windows.Forms.AnchorStyles.Right)));
  152. this.btDownload.Location = new System.Drawing.Point(1375, 26);
  153. this.btDownload.Name = "btDownload";
  154. this.btDownload.Size = new System.Drawing.Size(99, 27);
  155. this.btDownload.TabIndex = 37;
  156. this.btDownload.Text = "下载";
  157. this.btDownload.UseVisualStyleBackColor = true;
  158. this.btDownload.Click += new System.EventHandler(this.btDownload_Click);
  159. //
  160. // groupBox1
  161. //
  162. this.groupBox1.Controls.Add(this.rbSelfRaito);
  163. this.groupBox1.Controls.Add(this.rbLimitPrice);
  164. this.groupBox1.Controls.Add(this.rbDirectory);
  165. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  166. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  167. this.groupBox1.Name = "groupBox1";
  168. this.groupBox1.Size = new System.Drawing.Size(119, 134);
  169. this.groupBox1.TabIndex = 26;
  170. this.groupBox1.TabStop = false;
  171. this.groupBox1.Text = "下载类型";
  172. //
  173. // rbSelfRaito
  174. //
  175. this.rbSelfRaito.AutoSize = true;
  176. this.rbSelfRaito.Location = new System.Drawing.Point(12, 94);
  177. this.rbSelfRaito.Name = "rbSelfRaito";
  178. this.rbSelfRaito.Size = new System.Drawing.Size(85, 20);
  179. this.rbSelfRaito.TabIndex = 36;
  180. this.rbSelfRaito.TabStop = true;
  181. this.rbSelfRaito.Text = "自付比例";
  182. this.rbSelfRaito.UseVisualStyleBackColor = true;
  183. this.rbSelfRaito.CheckedChanged += new System.EventHandler(this.DownloadTypeCheckedChanged);
  184. //
  185. // rbLimitPrice
  186. //
  187. this.rbLimitPrice.AutoSize = true;
  188. this.rbLimitPrice.Location = new System.Drawing.Point(12, 59);
  189. this.rbLimitPrice.Name = "rbLimitPrice";
  190. this.rbLimitPrice.Size = new System.Drawing.Size(85, 20);
  191. this.rbLimitPrice.TabIndex = 32;
  192. this.rbLimitPrice.TabStop = true;
  193. this.rbLimitPrice.Text = "限价信息";
  194. this.rbLimitPrice.UseVisualStyleBackColor = true;
  195. this.rbLimitPrice.CheckedChanged += new System.EventHandler(this.DownloadTypeCheckedChanged);
  196. //
  197. // rbDirectory
  198. //
  199. this.rbDirectory.AutoSize = true;
  200. this.rbDirectory.Location = new System.Drawing.Point(12, 24);
  201. this.rbDirectory.Name = "rbDirectory";
  202. this.rbDirectory.Size = new System.Drawing.Size(85, 20);
  203. this.rbDirectory.TabIndex = 28;
  204. this.rbDirectory.TabStop = true;
  205. this.rbDirectory.Text = "目录下载";
  206. this.rbDirectory.UseVisualStyleBackColor = true;
  207. this.rbDirectory.CheckedChanged += new System.EventHandler(this.DownloadTypeCheckedChanged);
  208. //
  209. // DataDownloadLocalExtension
  210. //
  211. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  212. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  213. this.ClientSize = new System.Drawing.Size(1524, 460);
  214. this.Controls.Add(this.panel1);
  215. this.Name = "DataDownloadLocalExtension";
  216. this.Text = "数据下载-本地扩展";
  217. this.panel1.ResumeLayout(false);
  218. this.panel2.ResumeLayout(false);
  219. this.gbxDownloadCondition.ResumeLayout(false);
  220. this.gbxDownloadCondition.PerformLayout();
  221. this.groupBox1.ResumeLayout(false);
  222. this.groupBox1.PerformLayout();
  223. this.ResumeLayout(false);
  224. }
  225. #endregion
  226. private System.Windows.Forms.Panel panel1;
  227. private System.Windows.Forms.Panel panel2;
  228. private System.Windows.Forms.GroupBox groupBox1;
  229. private System.Windows.Forms.RadioButton rbSelfRaito;
  230. private System.Windows.Forms.RadioButton rbLimitPrice;
  231. private System.Windows.Forms.RadioButton rbDirectory;
  232. private System.Windows.Forms.Button btExit;
  233. private System.Windows.Forms.Button btDownload;
  234. private System.Windows.Forms.GroupBox gbxDownloadCondition;
  235. private System.Windows.Forms.RadioButton rbAutoQueryMaxVer;
  236. private System.Windows.Forms.RadioButton rbFromSpecialVer;
  237. private System.Windows.Forms.Label label1;
  238. private System.Windows.Forms.TextBox tbVersionNO;
  239. private System.Windows.Forms.RadioButton rbSpecialVer;
  240. }
  241. }