ExecutionProgress.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class ExecutionProgress
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lbLoadProgress = new System.Windows.Forms.Label();
  29. this.sProgressBar = new LYFZ.OtherExpansion.SkinControl.SkinProgressBar();
  30. this.SuspendLayout();
  31. //
  32. // lbLoadProgress
  33. //
  34. this.lbLoadProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  35. | System.Windows.Forms.AnchorStyles.Left)
  36. | System.Windows.Forms.AnchorStyles.Right)));
  37. this.lbLoadProgress.BackColor = System.Drawing.Color.White;
  38. this.lbLoadProgress.Font = new System.Drawing.Font("微软雅黑", 12F);
  39. this.lbLoadProgress.ForeColor = System.Drawing.Color.Teal;
  40. this.lbLoadProgress.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
  41. this.lbLoadProgress.Location = new System.Drawing.Point(1, 1);
  42. this.lbLoadProgress.Name = "lbLoadProgress";
  43. this.lbLoadProgress.Size = new System.Drawing.Size(188, 46);
  44. this.lbLoadProgress.TabIndex = 1;
  45. this.lbLoadProgress.Text = "正在处理,请稍等...";
  46. this.lbLoadProgress.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  47. //
  48. // sProgressBar
  49. //
  50. this.sProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  51. | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.sProgressBar.Back = null;
  54. this.sProgressBar.BarBack = null;
  55. this.sProgressBar.ForeColor = System.Drawing.Color.Red;
  56. this.sProgressBar.Location = new System.Drawing.Point(1, 24);
  57. this.sProgressBar.Maximum = 1000;
  58. this.sProgressBar.Name = "sProgressBar";
  59. this.sProgressBar.Size = new System.Drawing.Size(188, 23);
  60. this.sProgressBar.TabIndex = 2;
  61. this.sProgressBar.TrackBack = System.Drawing.Color.Silver;
  62. //
  63. // ExecutionProgress
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.BackColor = System.Drawing.Color.CornflowerBlue;
  68. this.Controls.Add(this.sProgressBar);
  69. this.Controls.Add(this.lbLoadProgress);
  70. this.Name = "ExecutionProgress";
  71. this.Size = new System.Drawing.Size(190, 48);
  72. this.ResumeLayout(false);
  73. }
  74. #endregion
  75. private System.Windows.Forms.Label lbLoadProgress;
  76. private OtherExpansion.SkinControl.SkinProgressBar sProgressBar;
  77. }
  78. }