Upgrade.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. namespace MOKA_Factory_Tools
  2. {
  3. partial class Upgrade
  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(40, 130);
  42. this.ProgressBar1.Name = "ProgressBar1";
  43. this.ProgressBar1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
  44. this.ProgressBar1.Size = new System.Drawing.Size(274, 38);
  45. this.ProgressBar1.TabIndex = 0;
  46. //
  47. // skinLabel1
  48. //
  49. this.skinLabel1.AutoSize = true;
  50. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  51. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  52. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.skinLabel1.Location = new System.Drawing.Point(49, 85);
  54. this.skinLabel1.Name = "skinLabel1";
  55. this.skinLabel1.Size = new System.Drawing.Size(261, 20);
  56. this.skinLabel1.TabIndex = 1;
  57. this.skinLabel1.Text = "- -";
  58. //
  59. // skinButton1
  60. //
  61. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  62. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  63. this.skinButton1.DownBack = null;
  64. this.skinButton1.Location = new System.Drawing.Point(124, 195);
  65. this.skinButton1.MouseBack = null;
  66. this.skinButton1.Name = "skinButton1";
  67. this.skinButton1.NormlBack = null;
  68. this.skinButton1.Size = new System.Drawing.Size(102, 36);
  69. this.skinButton1.TabIndex = 2;
  70. this.skinButton1.Text = "Cancel";
  71. this.skinButton1.UseVisualStyleBackColor = false;
  72. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  73. //
  74. // Download
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.CaptionBackColorBottom = System.Drawing.Color.Cyan;
  79. this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
  80. this.ClientSize = new System.Drawing.Size(352, 242);
  81. this.Controls.Add(this.skinButton1);
  82. this.Controls.Add(this.skinLabel1);
  83. this.Controls.Add(this.ProgressBar1);
  84. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  85. this.MaximizeBox = false;
  86. this.MinimizeBox = false;
  87. this.Name = "Download";
  88. this.Text = "Download";
  89. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Download_FormClosed);
  90. this.Shown += new System.EventHandler(this.Download_Shown);
  91. this.ResumeLayout(false);
  92. this.PerformLayout();
  93. }
  94. #endregion
  95. public CCWin.SkinControl.SkinProgressBar ProgressBar1;
  96. public CCWin.SkinControl.SkinLabel skinLabel1;
  97. private CCWin.SkinControl.SkinButton skinButton1;
  98. }
  99. }