/Dialogs/AboutBox.Designer.cs

# · C# · 86 lines · 61 code · 6 blank · 19 comment · 3 complexity · f1c37165a211c45002ac9a8ce72e1db2 MD5 · raw file

  1. namespace CrackSoft.RegExplore
  2. {
  3. partial class AboutBox
  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. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Windows Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. this.btnOK = new System.Windows.Forms.Button();
  28. this.aboutCtrl1 = new CrackSoft.UI.Controls.AboutCtrl();
  29. this.SuspendLayout();
  30. //
  31. // btnOK
  32. //
  33. this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None;
  34. this.btnOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  35. this.btnOK.BackColor = System.Drawing.SystemColors.Control;
  36. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  37. this.btnOK.Location = new System.Drawing.Point(222, 122);
  38. this.btnOK.Name = "btnOK";
  39. this.btnOK.Size = new System.Drawing.Size(75, 23);
  40. this.btnOK.TabIndex = 24;
  41. this.btnOK.Text = "&OK";
  42. this.btnOK.UseVisualStyleBackColor = false;
  43. //
  44. // aboutCtrl1
  45. //
  46. this.aboutCtrl1.AutoSize = true;
  47. this.aboutCtrl1.BackColor = System.Drawing.Color.Transparent;
  48. this.aboutCtrl1.Beta = false;
  49. this.aboutCtrl1.CopyrightSince = 2008;
  50. this.aboutCtrl1.Location = new System.Drawing.Point(12, 12);
  51. this.aboutCtrl1.Name = "aboutCtrl1";
  52. this.aboutCtrl1.Size = new System.Drawing.Size(204, 91);
  53. this.aboutCtrl1.TabIndex = 25;
  54. //
  55. // AboutBox
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.BackColor = System.Drawing.SystemColors.Window;
  60. this.CancelButton = this.btnOK;
  61. this.ClientSize = new System.Drawing.Size(309, 157);
  62. this.Controls.Add(this.aboutCtrl1);
  63. this.Controls.Add(this.btnOK);
  64. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  65. this.MaximizeBox = false;
  66. this.MinimizeBox = false;
  67. this.Name = "AboutBox";
  68. this.Padding = new System.Windows.Forms.Padding(9);
  69. this.ShowIcon = false;
  70. this.ShowInTaskbar = false;
  71. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  72. this.Text = "About Reg Explore";
  73. this.ResumeLayout(false);
  74. this.PerformLayout();
  75. }
  76. #endregion
  77. private System.Windows.Forms.Button btnOK;
  78. private CrackSoft.UI.Controls.AboutCtrl aboutCtrl1;
  79. }
  80. }