ExportExcelProgress.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. 
  2. namespace Dongke.IBOSS.PRD.Basics.BaseControls.ExportExcel
  3. {
  4. partial class ExportExcelProgress
  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.button1 = new System.Windows.Forms.Button();
  30. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // button1
  37. //
  38. this.button1.Location = new System.Drawing.Point(149, 92);
  39. this.button1.Name = "button1";
  40. this.button1.Size = new System.Drawing.Size(75, 23);
  41. this.button1.TabIndex = 0;
  42. this.button1.Text = "取消导出";
  43. this.button1.UseVisualStyleBackColor = true;
  44. this.button1.Click += new System.EventHandler(this.button1_Click);
  45. //
  46. // progressBar1
  47. //
  48. this.progressBar1.Location = new System.Drawing.Point(12, 63);
  49. this.progressBar1.Name = "progressBar1";
  50. this.progressBar1.Size = new System.Drawing.Size(515, 23);
  51. this.progressBar1.TabIndex = 1;
  52. //
  53. // label1
  54. //
  55. this.label1.Location = new System.Drawing.Point(12, 9);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(515, 51);
  58. this.label1.TabIndex = 2;
  59. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  60. //
  61. // button2
  62. //
  63. this.button2.Enabled = false;
  64. this.button2.Location = new System.Drawing.Point(231, 92);
  65. this.button2.Name = "button2";
  66. this.button2.Size = new System.Drawing.Size(75, 23);
  67. this.button2.TabIndex = 3;
  68. this.button2.Text = "打开目录";
  69. this.button2.UseVisualStyleBackColor = true;
  70. this.button2.Click += new System.EventHandler(this.button2_Click);
  71. //
  72. // button3
  73. //
  74. this.button3.Enabled = false;
  75. this.button3.Location = new System.Drawing.Point(312, 92);
  76. this.button3.Name = "button3";
  77. this.button3.Size = new System.Drawing.Size(75, 23);
  78. this.button3.TabIndex = 4;
  79. this.button3.Text = "打开文件";
  80. this.button3.UseVisualStyleBackColor = true;
  81. this.button3.Click += new System.EventHandler(this.button3_Click);
  82. //
  83. // ExportExcelProgress
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.ClientSize = new System.Drawing.Size(539, 124);
  88. this.Controls.Add(this.button3);
  89. this.Controls.Add(this.button2);
  90. this.Controls.Add(this.label1);
  91. this.Controls.Add(this.progressBar1);
  92. this.Controls.Add(this.button1);
  93. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  94. this.MaximizeBox = false;
  95. this.MinimizeBox = false;
  96. this.Name = "ExportExcelProgress";
  97. this.ShowIcon = false;
  98. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  99. this.Text = "导出Excel(大数据无格式)";
  100. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExportExcelProgress_FormClosing);
  101. this.ResumeLayout(false);
  102. }
  103. #endregion
  104. private System.Windows.Forms.Button button1;
  105. private System.Windows.Forms.ProgressBar progressBar1;
  106. private System.Windows.Forms.Label label1;
  107. private System.Windows.Forms.Button button2;
  108. private System.Windows.Forms.Button button3;
  109. }
  110. }