Няма описание

ProgressDialog.Designer.cs 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. namespace BulkPrinting
  2. {
  3. partial class ProgressDialog
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressDialog));
  29. this.pbrProgress = new System.Windows.Forms.ProgressBar();
  30. this.lblProgressText = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // pbrProgress
  34. //
  35. this.pbrProgress.Location = new System.Drawing.Point(12, 79);
  36. this.pbrProgress.Name = "pbrProgress";
  37. this.pbrProgress.Size = new System.Drawing.Size(260, 23);
  38. this.pbrProgress.TabIndex = 0;
  39. //
  40. // lblProgressText
  41. //
  42. this.lblProgressText.BackColor = System.Drawing.Color.Transparent;
  43. this.lblProgressText.ForeColor = System.Drawing.Color.White;
  44. this.lblProgressText.Location = new System.Drawing.Point(12, 13);
  45. this.lblProgressText.Name = "lblProgressText";
  46. this.lblProgressText.Size = new System.Drawing.Size(260, 63);
  47. this.lblProgressText.TabIndex = 1;
  48. this.lblProgressText.Text = "label1";
  49. this.lblProgressText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  50. //
  51. // ProgressDialog
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  56. this.ClientSize = new System.Drawing.Size(284, 116);
  57. this.ControlBox = false;
  58. this.Controls.Add(this.lblProgressText);
  59. this.Controls.Add(this.pbrProgress);
  60. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  61. this.MaximizeBox = false;
  62. this.MinimizeBox = false;
  63. this.Name = "ProgressDialog";
  64. this.Text = "Please Wait";
  65. this.Load += new System.EventHandler(this.ProgressDialog_Load);
  66. this.ResumeLayout(false);
  67. }
  68. #endregion
  69. private System.Windows.Forms.ProgressBar pbrProgress;
  70. private System.Windows.Forms.Label lblProgressText;
  71. }
  72. }