frmMask.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. 
  2. namespace HXX.Scanner.Client.UI.mask
  3. {
  4. partial class frmMask
  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.button1 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.but_close = new System.Windows.Forms.PictureBox();
  33. this.txtContent = new System.Windows.Forms.TextBox();
  34. this.panel1.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.but_close)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(155)))), ((int)(((byte)(213)))));
  41. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  42. this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.button1.ForeColor = System.Drawing.Color.White;
  44. this.button1.Location = new System.Drawing.Point(222, 262);
  45. this.button1.Name = "button1";
  46. this.button1.Size = new System.Drawing.Size(211, 71);
  47. this.button1.TabIndex = 3;
  48. this.button1.Text = "立即升级";
  49. this.button1.UseVisualStyleBackColor = false;
  50. this.button1.Click += new System.EventHandler(this.button1_Click);
  51. //
  52. // label1
  53. //
  54. this.label1.AutoSize = true;
  55. this.label1.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label1.Location = new System.Drawing.Point(251, 27);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(155, 36);
  59. this.label1.TabIndex = 2;
  60. this.label1.Text = "发现新版本";
  61. //
  62. // panel1
  63. //
  64. this.panel1.BackColor = System.Drawing.Color.White;
  65. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  66. this.panel1.Controls.Add(this.txtContent);
  67. this.panel1.Controls.Add(this.but_close);
  68. this.panel1.Controls.Add(this.label1);
  69. this.panel1.Controls.Add(this.button1);
  70. this.panel1.Location = new System.Drawing.Point(190, 281);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Size = new System.Drawing.Size(663, 355);
  73. this.panel1.TabIndex = 4;
  74. //
  75. // but_close
  76. //
  77. this.but_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  78. this.but_close.Image = global::HXX.Scanner.Client.Properties.Resources.关闭_close_2x;
  79. this.but_close.Location = new System.Drawing.Point(611, 13);
  80. this.but_close.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  81. this.but_close.Name = "but_close";
  82. this.but_close.Size = new System.Drawing.Size(35, 31);
  83. this.but_close.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  84. this.but_close.TabIndex = 41;
  85. this.but_close.TabStop = false;
  86. this.but_close.Click += new System.EventHandler(this.but_close_Click);
  87. //
  88. // txtContent
  89. //
  90. this.txtContent.BackColor = System.Drawing.Color.White;
  91. this.txtContent.Location = new System.Drawing.Point(25, 67);
  92. this.txtContent.Margin = new System.Windows.Forms.Padding(4);
  93. this.txtContent.Multiline = true;
  94. this.txtContent.Name = "txtContent";
  95. this.txtContent.ReadOnly = true;
  96. this.txtContent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  97. this.txtContent.Size = new System.Drawing.Size(606, 167);
  98. this.txtContent.TabIndex = 44;
  99. //
  100. // frmMask
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.BackColor = System.Drawing.Color.Gray;
  105. this.ClientSize = new System.Drawing.Size(1063, 814);
  106. this.ControlBox = false;
  107. this.Controls.Add(this.panel1);
  108. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  109. this.Name = "frmMask";
  110. this.ShowInTaskbar = false;
  111. this.Load += new System.EventHandler(this.frmMask_Load);
  112. this.panel1.ResumeLayout(false);
  113. this.panel1.PerformLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.but_close)).EndInit();
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private System.Windows.Forms.Button button1;
  119. private System.Windows.Forms.Label label1;
  120. private System.Windows.Forms.Panel panel1;
  121. private System.Windows.Forms.PictureBox but_close;
  122. private System.Windows.Forms.TextBox txtContent;
  123. }
  124. }