Download.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace MOKA_Factory_Tools
  2. {
  3. partial class Download
  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. this.components = new System.ComponentModel.Container();
  29. this.ProgressBar1 = new CCWin.SkinControl.SkinProgressBar();
  30. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  31. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  32. this.SuspendLayout();
  33. //
  34. // ProgressBar1
  35. //
  36. this.ProgressBar1.Back = null;
  37. this.ProgressBar1.BackColor = System.Drawing.Color.Transparent;
  38. this.ProgressBar1.BarBack = null;
  39. this.ProgressBar1.BarRadiusStyle = CCWin.SkinClass.RoundStyle.All;
  40. this.ProgressBar1.ForeColor = System.Drawing.Color.Red;
  41. this.ProgressBar1.Location = new System.Drawing.Point(30, 101);
  42. this.ProgressBar1.Margin = new System.Windows.Forms.Padding(2);
  43. this.ProgressBar1.Name = "ProgressBar1";
  44. this.ProgressBar1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
  45. this.ProgressBar1.Size = new System.Drawing.Size(206, 30);
  46. this.ProgressBar1.TabIndex = 0;
  47. //
  48. // skinLabel1
  49. //
  50. this.skinLabel1.AutoSize = true;
  51. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  52. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  53. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.skinLabel1.Location = new System.Drawing.Point(37, 68);
  55. this.skinLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  56. this.skinLabel1.Name = "skinLabel1";
  57. this.skinLabel1.Size = new System.Drawing.Size(14, 17);
  58. this.skinLabel1.TabIndex = 1;
  59. this.skinLabel1.Text = "s";
  60. //
  61. // skinButton1
  62. //
  63. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  64. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  65. this.skinButton1.DownBack = null;
  66. this.skinButton1.Location = new System.Drawing.Point(93, 149);
  67. this.skinButton1.Margin = new System.Windows.Forms.Padding(2);
  68. this.skinButton1.MouseBack = null;
  69. this.skinButton1.Name = "skinButton1";
  70. this.skinButton1.NormlBack = null;
  71. this.skinButton1.Size = new System.Drawing.Size(76, 29);
  72. this.skinButton1.TabIndex = 2;
  73. this.skinButton1.Text = "Cancel";
  74. this.skinButton1.UseVisualStyleBackColor = false;
  75. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  76. //
  77. // Download
  78. //
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  80. this.CaptionBackColorBottom = System.Drawing.Color.Cyan;
  81. this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
  82. this.ClientSize = new System.Drawing.Size(264, 194);
  83. this.Controls.Add(this.skinButton1);
  84. this.Controls.Add(this.skinLabel1);
  85. this.Controls.Add(this.ProgressBar1);
  86. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  87. this.Margin = new System.Windows.Forms.Padding(2);
  88. this.MaximizeBox = false;
  89. this.MinimizeBox = false;
  90. this.Name = "Download";
  91. this.Text = "Download";
  92. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Download_FormClosed);
  93. this.Shown += new System.EventHandler(this.Download_Shown);
  94. this.ResumeLayout(false);
  95. this.PerformLayout();
  96. }
  97. #endregion
  98. public CCWin.SkinControl.SkinProgressBar ProgressBar1;
  99. public CCWin.SkinControl.SkinLabel skinLabel1;
  100. private CCWin.SkinControl.SkinButton skinButton1;
  101. }
  102. }