MainForm.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. using MAutoUpdate.Control;
  2. namespace MAutoUpdate
  3. {
  4. partial class MainForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  30. this.LBTitle = new System.Windows.Forms.Label();
  31. this.lblContent = new System.Windows.Forms.Label();
  32. this.btnUpdateNow = new YButton();
  33. this.btnUpdateLater = new YButton();
  34. this.btnIgnore = new YButton();
  35. this.SuspendLayout();
  36. //
  37. // LBTitle
  38. //
  39. this.LBTitle.AutoSize = true;
  40. this.LBTitle.BackColor = System.Drawing.Color.Transparent;
  41. this.LBTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  42. this.LBTitle.ForeColor = System.Drawing.Color.DimGray;
  43. this.LBTitle.Location = new System.Drawing.Point(11, 13);
  44. this.LBTitle.Name = "LBTitle";
  45. this.LBTitle.Size = new System.Drawing.Size(54, 19);
  46. this.LBTitle.TabIndex = 22;
  47. this.LBTitle.Text = "新版本";
  48. //
  49. // lblContent
  50. //
  51. this.lblContent.Font = new System.Drawing.Font("微软雅黑", 11F);
  52. this.lblContent.ForeColor = System.Drawing.Color.DimGray;
  53. this.lblContent.Location = new System.Drawing.Point(112, 103);
  54. this.lblContent.Name = "lblContent";
  55. this.lblContent.Size = new System.Drawing.Size(358, 159);
  56. this.lblContent.TabIndex = 24;
  57. //
  58. // btnUpdateNow
  59. //
  60. this.btnUpdateNow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(173)))), ((int)(((byte)(25)))));
  61. this.btnUpdateNow.EnterImage = null;
  62. this.btnUpdateNow.Font = new System.Drawing.Font("微软雅黑", 10F);
  63. this.btnUpdateNow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  64. this.btnUpdateNow.IsColorChange = true;
  65. this.btnUpdateNow.IsFontChange = false;
  66. this.btnUpdateNow.Location = new System.Drawing.Point(390, 332);
  67. this.btnUpdateNow.MoveColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(173)))), ((int)(((byte)(25)))));
  68. this.btnUpdateNow.MoveFontColor = System.Drawing.Color.White;
  69. this.btnUpdateNow.Name = "btnUpdateNow";
  70. this.btnUpdateNow.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(173)))), ((int)(((byte)(25)))));
  71. this.btnUpdateNow.NormalFontColor = System.Drawing.Color.White;
  72. this.btnUpdateNow.Size = new System.Drawing.Size(141, 45);
  73. this.btnUpdateNow.TabIndex = 27;
  74. this.btnUpdateNow.Text = "立即更新";
  75. this.btnUpdateNow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  76. this.btnUpdateNow.Click += new System.EventHandler(this.btnUpdateNow_Click);
  77. //
  78. // btnUpdateLater
  79. //
  80. this.btnUpdateLater.BackColor = System.Drawing.Color.White;
  81. this.btnUpdateLater.EnterImage = null;
  82. this.btnUpdateLater.Font = new System.Drawing.Font("微软雅黑", 10F);
  83. this.btnUpdateLater.ForeColor = System.Drawing.Color.Black;
  84. this.btnUpdateLater.IsColorChange = true;
  85. this.btnUpdateLater.IsFontChange = false;
  86. this.btnUpdateLater.Location = new System.Drawing.Point(232, 332);
  87. this.btnUpdateLater.MoveColor = System.Drawing.Color.White;
  88. this.btnUpdateLater.MoveFontColor = System.Drawing.Color.Black;
  89. this.btnUpdateLater.Name = "btnUpdateLater";
  90. this.btnUpdateLater.NormalColor = System.Drawing.Color.White;
  91. this.btnUpdateLater.NormalFontColor = System.Drawing.Color.Black;
  92. this.btnUpdateLater.Size = new System.Drawing.Size(141, 45);
  93. this.btnUpdateLater.TabIndex = 26;
  94. this.btnUpdateLater.Text = "以后提醒我";
  95. this.btnUpdateLater.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  96. this.btnUpdateLater.Click += new System.EventHandler(this.btnUpdateLater_Click);
  97. //
  98. // btnIgnore
  99. //
  100. this.btnIgnore.BackColor = System.Drawing.Color.White;
  101. this.btnIgnore.EnterImage = null;
  102. this.btnIgnore.Font = new System.Drawing.Font("微软雅黑", 10F);
  103. this.btnIgnore.ForeColor = System.Drawing.Color.Black;
  104. this.btnIgnore.IsColorChange = true;
  105. this.btnIgnore.IsFontChange = false;
  106. this.btnIgnore.Location = new System.Drawing.Point(76, 332);
  107. this.btnIgnore.MoveColor = System.Drawing.Color.White;
  108. this.btnIgnore.MoveFontColor = System.Drawing.Color.Black;
  109. this.btnIgnore.Name = "btnIgnore";
  110. this.btnIgnore.NormalColor = System.Drawing.Color.White;
  111. this.btnIgnore.NormalFontColor = System.Drawing.Color.Black;
  112. this.btnIgnore.Size = new System.Drawing.Size(141, 45);
  113. this.btnIgnore.TabIndex = 25;
  114. this.btnIgnore.Text = "忽略这次更新";
  115. this.btnIgnore.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  116. this.btnIgnore.Click += new System.EventHandler(this.btnIgnore_Click);
  117. //
  118. // MainForm
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  123. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  124. this.ClientSize = new System.Drawing.Size(600, 420);
  125. this.Controls.Add(this.btnUpdateNow);
  126. this.Controls.Add(this.btnUpdateLater);
  127. this.Controls.Add(this.btnIgnore);
  128. this.Controls.Add(this.lblContent);
  129. this.Controls.Add(this.LBTitle);
  130. this.DoubleBuffered = true;
  131. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  132. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  133. this.Name = "MainForm";
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  135. this.Text = "MainForm";
  136. this.TopMost = true;
  137. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PNTop_MouseDown);
  138. this.ResumeLayout(false);
  139. this.PerformLayout();
  140. }
  141. #endregion
  142. private System.Windows.Forms.Label LBTitle;
  143. private System.Windows.Forms.Label lblContent;
  144. private YButton btnIgnore;
  145. private YButton btnUpdateLater;
  146. private YButton btnUpdateNow;
  147. }
  148. }