frmMaskContent.Designer.cs 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. 
  2. namespace HXX.Scanner.Client.UI.mask
  3. {
  4. partial class frmMaskContent
  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. this.label1 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // label1
  34. //
  35. this.label1.AutoSize = true;
  36. this.label1.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.label1.Location = new System.Drawing.Point(189, 44);
  38. this.label1.Name = "label1";
  39. this.label1.Size = new System.Drawing.Size(155, 36);
  40. this.label1.TabIndex = 0;
  41. this.label1.Text = "发现新版本";
  42. //
  43. // button1
  44. //
  45. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(155)))), ((int)(((byte)(213)))));
  46. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  47. this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.button1.ForeColor = System.Drawing.Color.White;
  49. this.button1.Location = new System.Drawing.Point(161, 170);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(211, 71);
  52. this.button1.TabIndex = 1;
  53. this.button1.Text = "立即升级";
  54. this.button1.UseVisualStyleBackColor = false;
  55. //
  56. // frmMaskContent
  57. //
  58. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  60. this.BackColor = System.Drawing.Color.White;
  61. this.ClientSize = new System.Drawing.Size(566, 288);
  62. this.ControlBox = false;
  63. this.Controls.Add(this.button1);
  64. this.Controls.Add(this.label1);
  65. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  66. this.Name = "frmMaskContent";
  67. this.ShowInTaskbar = false;
  68. this.ResumeLayout(false);
  69. this.PerformLayout();
  70. }
  71. #endregion
  72. private System.Windows.Forms.Label label1;
  73. private System.Windows.Forms.Button button1;
  74. }
  75. }