PatchFileUploader.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. namespace PatchFileUploader
  2. {
  3. partial class PatchFileUploader
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. DevExpress.XtraGrid.GridFormatRule gridFormatRule2 = new DevExpress.XtraGrid.GridFormatRule();
  29. DevExpress.XtraEditors.FormatConditionRuleExpression formatConditionRuleExpression2 = new DevExpress.XtraEditors.FormatConditionRuleExpression();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PatchFileUploader));
  31. this.btn_SelectFile = new System.Windows.Forms.Button();
  32. this.btn_Upload = new System.Windows.Forms.Button();
  33. this.gc_File = new DevExpress.XtraGrid.GridControl();
  34. this.gv_File = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.gc_FileName = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.gc_FileVersion = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.gc_IsCurrentYN = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.gc_UploadTime = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  40. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  41. this.tb_Version = new System.Windows.Forms.TextBox();
  42. this.btn_Change = new System.Windows.Forms.Button();
  43. this.tb_FileName = new System.Windows.Forms.TextBox();
  44. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  45. this.btn_Delete = new System.Windows.Forms.Button();
  46. this.btn_Download = new System.Windows.Forms.Button();
  47. ((System.ComponentModel.ISupportInitialize)(this.gc_File)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.gv_File)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btn_SelectFile
  53. //
  54. this.btn_SelectFile.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  55. this.btn_SelectFile.Location = new System.Drawing.Point(426, 8);
  56. this.btn_SelectFile.Name = "btn_SelectFile";
  57. this.btn_SelectFile.Size = new System.Drawing.Size(98, 23);
  58. this.btn_SelectFile.TabIndex = 0;
  59. this.btn_SelectFile.Text = "파일 선택";
  60. this.btn_SelectFile.UseVisualStyleBackColor = true;
  61. this.btn_SelectFile.Click += new System.EventHandler(this.btn_SelectFile_Click);
  62. //
  63. // btn_Upload
  64. //
  65. this.btn_Upload.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  66. this.btn_Upload.Location = new System.Drawing.Point(530, 8);
  67. this.btn_Upload.Name = "btn_Upload";
  68. this.btn_Upload.Size = new System.Drawing.Size(98, 23);
  69. this.btn_Upload.TabIndex = 1;
  70. this.btn_Upload.Text = "업로드";
  71. this.btn_Upload.UseVisualStyleBackColor = true;
  72. this.btn_Upload.Click += new System.EventHandler(this.btn_Upload_Click);
  73. //
  74. // gc_File
  75. //
  76. this.gc_File.Location = new System.Drawing.Point(0, 41);
  77. this.gc_File.LookAndFeel.UseDefaultLookAndFeel = false;
  78. this.gc_File.MainView = this.gv_File;
  79. this.gc_File.Name = "gc_File";
  80. this.gc_File.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  81. this.repositoryItemCheckEdit1});
  82. this.gc_File.Size = new System.Drawing.Size(1001, 486);
  83. this.gc_File.TabIndex = 8;
  84. this.gc_File.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  85. this.gv_File});
  86. //
  87. // gv_File
  88. //
  89. this.gv_File.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(242)))));
  90. this.gv_File.Appearance.EvenRow.Options.UseBackColor = true;
  91. this.gv_File.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(66)))), ((int)(((byte)(92)))));
  92. this.gv_File.Appearance.FocusedCell.ForeColor = System.Drawing.Color.White;
  93. this.gv_File.Appearance.FocusedCell.Options.UseBackColor = true;
  94. this.gv_File.Appearance.FocusedCell.Options.UseForeColor = true;
  95. this.gv_File.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(66)))), ((int)(((byte)(92)))));
  96. this.gv_File.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
  97. this.gv_File.Appearance.FocusedRow.Options.UseBackColor = true;
  98. this.gv_File.Appearance.FocusedRow.Options.UseForeColor = true;
  99. this.gv_File.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(66)))), ((int)(((byte)(92)))));
  100. this.gv_File.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.White;
  101. this.gv_File.Appearance.HideSelectionRow.Options.UseBackColor = true;
  102. this.gv_File.Appearance.HideSelectionRow.Options.UseForeColor = true;
  103. this.gv_File.Appearance.Row.ForeColor = System.Drawing.Color.Black;
  104. this.gv_File.Appearance.Row.Options.UseForeColor = true;
  105. this.gv_File.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(66)))), ((int)(((byte)(92)))));
  106. this.gv_File.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
  107. this.gv_File.Appearance.SelectedRow.Options.UseBackColor = true;
  108. this.gv_File.Appearance.SelectedRow.Options.UseForeColor = true;
  109. this.gv_File.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  110. this.gc_FileName,
  111. this.gc_FileVersion,
  112. this.gc_IsCurrentYN,
  113. this.gc_UploadTime});
  114. this.gv_File.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
  115. gridFormatRule2.ApplyToRow = true;
  116. gridFormatRule2.Name = "Format0";
  117. formatConditionRuleExpression2.Expression = "[FileUseYN] = \'Y\'";
  118. formatConditionRuleExpression2.PredefinedName = "Green Fill";
  119. gridFormatRule2.Rule = formatConditionRuleExpression2;
  120. this.gv_File.FormatRules.Add(gridFormatRule2);
  121. this.gv_File.GridControl = this.gc_File;
  122. this.gv_File.Name = "gv_File";
  123. this.gv_File.OptionsView.EnableAppearanceEvenRow = true;
  124. this.gv_File.OptionsView.ShowGroupPanel = false;
  125. this.gv_File.OptionsView.ShowIndicator = false;
  126. this.gv_File.RowHeight = 25;
  127. this.gv_File.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gv_File_FocusedRowChanged);
  128. //
  129. // gc_FileName
  130. //
  131. this.gc_FileName.AppearanceCell.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  132. this.gc_FileName.AppearanceCell.Options.UseFont = true;
  133. this.gc_FileName.AppearanceHeader.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  134. this.gc_FileName.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
  135. this.gc_FileName.AppearanceHeader.Options.UseFont = true;
  136. this.gc_FileName.AppearanceHeader.Options.UseForeColor = true;
  137. this.gc_FileName.AppearanceHeader.Options.UseTextOptions = true;
  138. this.gc_FileName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  139. this.gc_FileName.Caption = "파일명";
  140. this.gc_FileName.FieldName = "FileName";
  141. this.gc_FileName.Name = "gc_FileName";
  142. this.gc_FileName.OptionsColumn.AllowEdit = false;
  143. this.gc_FileName.OptionsColumn.AllowFocus = false;
  144. this.gc_FileName.OptionsFilter.AllowAutoFilter = false;
  145. this.gc_FileName.OptionsFilter.AllowFilter = false;
  146. this.gc_FileName.Visible = true;
  147. this.gc_FileName.VisibleIndex = 0;
  148. this.gc_FileName.Width = 405;
  149. //
  150. // gc_FileVersion
  151. //
  152. this.gc_FileVersion.AppearanceCell.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153. this.gc_FileVersion.AppearanceCell.Options.UseFont = true;
  154. this.gc_FileVersion.AppearanceCell.Options.UseTextOptions = true;
  155. this.gc_FileVersion.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  156. this.gc_FileVersion.AppearanceHeader.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  157. this.gc_FileVersion.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
  158. this.gc_FileVersion.AppearanceHeader.Options.UseFont = true;
  159. this.gc_FileVersion.AppearanceHeader.Options.UseForeColor = true;
  160. this.gc_FileVersion.AppearanceHeader.Options.UseTextOptions = true;
  161. this.gc_FileVersion.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  162. this.gc_FileVersion.Caption = "파일 버전";
  163. this.gc_FileVersion.FieldName = "FileVersion";
  164. this.gc_FileVersion.Name = "gc_FileVersion";
  165. this.gc_FileVersion.OptionsColumn.AllowEdit = false;
  166. this.gc_FileVersion.OptionsColumn.AllowFocus = false;
  167. this.gc_FileVersion.OptionsFilter.AllowAutoFilter = false;
  168. this.gc_FileVersion.OptionsFilter.AllowFilter = false;
  169. this.gc_FileVersion.Visible = true;
  170. this.gc_FileVersion.VisibleIndex = 1;
  171. this.gc_FileVersion.Width = 233;
  172. //
  173. // gc_IsCurrentYN
  174. //
  175. this.gc_IsCurrentYN.AppearanceCell.Options.UseTextOptions = true;
  176. this.gc_IsCurrentYN.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  177. this.gc_IsCurrentYN.AppearanceHeader.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.gc_IsCurrentYN.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
  179. this.gc_IsCurrentYN.AppearanceHeader.Options.UseFont = true;
  180. this.gc_IsCurrentYN.AppearanceHeader.Options.UseForeColor = true;
  181. this.gc_IsCurrentYN.AppearanceHeader.Options.UseTextOptions = true;
  182. this.gc_IsCurrentYN.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  183. this.gc_IsCurrentYN.Caption = "패치 대상";
  184. this.gc_IsCurrentYN.FieldName = "IsCurrentYN";
  185. this.gc_IsCurrentYN.Name = "gc_IsCurrentYN";
  186. this.gc_IsCurrentYN.OptionsColumn.AllowEdit = false;
  187. this.gc_IsCurrentYN.OptionsColumn.AllowFocus = false;
  188. this.gc_IsCurrentYN.Visible = true;
  189. this.gc_IsCurrentYN.VisibleIndex = 2;
  190. this.gc_IsCurrentYN.Width = 155;
  191. //
  192. // gc_UploadTime
  193. //
  194. this.gc_UploadTime.AppearanceCell.Options.UseTextOptions = true;
  195. this.gc_UploadTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  196. this.gc_UploadTime.AppearanceHeader.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  197. this.gc_UploadTime.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
  198. this.gc_UploadTime.AppearanceHeader.Options.UseFont = true;
  199. this.gc_UploadTime.AppearanceHeader.Options.UseForeColor = true;
  200. this.gc_UploadTime.AppearanceHeader.Options.UseTextOptions = true;
  201. this.gc_UploadTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  202. this.gc_UploadTime.Caption = "업로드 일시";
  203. this.gc_UploadTime.FieldName = "UploadTime";
  204. this.gc_UploadTime.Name = "gc_UploadTime";
  205. this.gc_UploadTime.OptionsColumn.AllowEdit = false;
  206. this.gc_UploadTime.OptionsColumn.AllowFocus = false;
  207. this.gc_UploadTime.Visible = true;
  208. this.gc_UploadTime.VisibleIndex = 3;
  209. this.gc_UploadTime.Width = 206;
  210. //
  211. // repositoryItemCheckEdit1
  212. //
  213. this.repositoryItemCheckEdit1.AutoHeight = false;
  214. this.repositoryItemCheckEdit1.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1;
  215. this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
  216. this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  217. this.repositoryItemCheckEdit1.ValueChecked = "Y";
  218. this.repositoryItemCheckEdit1.ValueUnchecked = "N";
  219. //
  220. // labelControl1
  221. //
  222. this.labelControl1.Appearance.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  223. this.labelControl1.Appearance.Options.UseFont = true;
  224. this.labelControl1.Location = new System.Drawing.Point(12, 13);
  225. this.labelControl1.Name = "labelControl1";
  226. this.labelControl1.Size = new System.Drawing.Size(40, 15);
  227. this.labelControl1.TabIndex = 9;
  228. this.labelControl1.Text = "Version";
  229. //
  230. // tb_Version
  231. //
  232. this.tb_Version.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  233. this.tb_Version.Location = new System.Drawing.Point(58, 9);
  234. this.tb_Version.Name = "tb_Version";
  235. this.tb_Version.Size = new System.Drawing.Size(130, 23);
  236. this.tb_Version.TabIndex = 10;
  237. this.tb_Version.Text = "1.0.0";
  238. this.tb_Version.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  239. //
  240. // btn_Change
  241. //
  242. this.btn_Change.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  243. this.btn_Change.Location = new System.Drawing.Point(787, 9);
  244. this.btn_Change.Name = "btn_Change";
  245. this.btn_Change.Size = new System.Drawing.Size(98, 23);
  246. this.btn_Change.TabIndex = 11;
  247. this.btn_Change.Text = "패치 대상 변경";
  248. this.btn_Change.UseVisualStyleBackColor = true;
  249. this.btn_Change.Click += new System.EventHandler(this.btn_Change_Click);
  250. //
  251. // tb_FileName
  252. //
  253. this.tb_FileName.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  254. this.tb_FileName.Location = new System.Drawing.Point(225, 9);
  255. this.tb_FileName.Name = "tb_FileName";
  256. this.tb_FileName.Size = new System.Drawing.Size(195, 23);
  257. this.tb_FileName.TabIndex = 12;
  258. this.tb_FileName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  259. //
  260. // labelControl2
  261. //
  262. this.labelControl2.Appearance.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  263. this.labelControl2.Appearance.Options.UseFont = true;
  264. this.labelControl2.Location = new System.Drawing.Point(201, 13);
  265. this.labelControl2.Name = "labelControl2";
  266. this.labelControl2.Size = new System.Drawing.Size(18, 15);
  267. this.labelControl2.TabIndex = 13;
  268. this.labelControl2.Text = "File";
  269. //
  270. // btn_Delete
  271. //
  272. this.btn_Delete.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  273. this.btn_Delete.Location = new System.Drawing.Point(891, 9);
  274. this.btn_Delete.Name = "btn_Delete";
  275. this.btn_Delete.Size = new System.Drawing.Size(98, 23);
  276. this.btn_Delete.TabIndex = 14;
  277. this.btn_Delete.Text = "삭제";
  278. this.btn_Delete.UseVisualStyleBackColor = true;
  279. this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
  280. //
  281. // btn_Download
  282. //
  283. this.btn_Download.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  284. this.btn_Download.Location = new System.Drawing.Point(634, 8);
  285. this.btn_Download.Name = "btn_Download";
  286. this.btn_Download.Size = new System.Drawing.Size(98, 23);
  287. this.btn_Download.TabIndex = 15;
  288. this.btn_Download.Text = "다운로드";
  289. this.btn_Download.UseVisualStyleBackColor = true;
  290. this.btn_Download.Click += new System.EventHandler(this.btn_Download_Click);
  291. //
  292. // PatchFileUploader
  293. //
  294. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  295. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  296. this.ClientSize = new System.Drawing.Size(1000, 523);
  297. this.Controls.Add(this.btn_Download);
  298. this.Controls.Add(this.btn_Delete);
  299. this.Controls.Add(this.labelControl2);
  300. this.Controls.Add(this.tb_FileName);
  301. this.Controls.Add(this.btn_Change);
  302. this.Controls.Add(this.tb_Version);
  303. this.Controls.Add(this.labelControl1);
  304. this.Controls.Add(this.gc_File);
  305. this.Controls.Add(this.btn_Upload);
  306. this.Controls.Add(this.btn_SelectFile);
  307. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  308. this.Name = "PatchFileUploader";
  309. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  310. this.Text = "DataManager 파일 관리자";
  311. ((System.ComponentModel.ISupportInitialize)(this.gc_File)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.gv_File)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
  314. this.ResumeLayout(false);
  315. this.PerformLayout();
  316. }
  317. #endregion
  318. private System.Windows.Forms.Button btn_SelectFile;
  319. private System.Windows.Forms.Button btn_Upload;
  320. private DevExpress.XtraGrid.GridControl gc_File;
  321. private DevExpress.XtraGrid.Views.Grid.GridView gv_File;
  322. private DevExpress.XtraGrid.Columns.GridColumn gc_FileName;
  323. private DevExpress.XtraGrid.Columns.GridColumn gc_FileVersion;
  324. private DevExpress.XtraGrid.Columns.GridColumn gc_IsCurrentYN;
  325. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
  326. private DevExpress.XtraEditors.LabelControl labelControl1;
  327. private System.Windows.Forms.TextBox tb_Version;
  328. private System.Windows.Forms.Button btn_Change;
  329. private DevExpress.XtraGrid.Columns.GridColumn gc_UploadTime;
  330. private System.Windows.Forms.TextBox tb_FileName;
  331. private DevExpress.XtraEditors.LabelControl labelControl2;
  332. private System.Windows.Forms.Button btn_Delete;
  333. private System.Windows.Forms.Button btn_Download;
  334. }
  335. }