You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.0 KiB

2 years ago
  1. 
  2. namespace ExportDataToFile
  3. {
  4. partial class ProgressForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pbExport = new System.Windows.Forms.ProgressBar();
  30. this.SuspendLayout();
  31. //
  32. // pbExport
  33. //
  34. this.pbExport.Location = new System.Drawing.Point(12, 12);
  35. this.pbExport.Name = "pbExport";
  36. this.pbExport.Size = new System.Drawing.Size(297, 23);
  37. this.pbExport.TabIndex = 1;
  38. //
  39. // ProgressForm
  40. //
  41. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  42. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  43. this.CausesValidation = false;
  44. this.ClientSize = new System.Drawing.Size(320, 44);
  45. this.ControlBox = false;
  46. this.Controls.Add(this.pbExport);
  47. this.Name = "ProgressForm";
  48. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  49. this.Text = "匯出進度表";
  50. this.ResumeLayout(false);
  51. }
  52. #endregion
  53. public System.Windows.Forms.ProgressBar pbExport;
  54. }
  55. }