/RegExTester/AboutForm.Designer.cs

# · C# · 124 lines · 87 code · 8 blank · 29 comment · 3 complexity · df0c9870285fc8692c1c87a85a7c7e8e MD5 · raw file

  1. namespace EdlinSoftware.RegexTester
  2. {
  3. partial class AboutForm
  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. System.Windows.Forms.PictureBox pbMe;
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
  30. System.Windows.Forms.Button btnOk;
  31. System.Windows.Forms.Label lName;
  32. System.Windows.Forms.Label lCompany;
  33. this.lBuildDateTime = new System.Windows.Forms.Label();
  34. pbMe = new System.Windows.Forms.PictureBox();
  35. btnOk = new System.Windows.Forms.Button();
  36. lName = new System.Windows.Forms.Label();
  37. lCompany = new System.Windows.Forms.Label();
  38. ((System.ComponentModel.ISupportInitialize)(pbMe)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // pbMe
  42. //
  43. pbMe.AccessibleDescription = null;
  44. pbMe.AccessibleName = null;
  45. resources.ApplyResources(pbMe, "pbMe");
  46. pbMe.BackgroundImage = null;
  47. pbMe.Font = null;
  48. pbMe.Image = global::EdlinSoftware.RegexTester.Properties.Resources.Me;
  49. pbMe.ImageLocation = null;
  50. pbMe.Name = "pbMe";
  51. pbMe.TabStop = false;
  52. //
  53. // btnOk
  54. //
  55. btnOk.AccessibleDescription = null;
  56. btnOk.AccessibleName = null;
  57. resources.ApplyResources(btnOk, "btnOk");
  58. btnOk.BackgroundImage = null;
  59. btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  60. btnOk.Font = null;
  61. btnOk.Name = "btnOk";
  62. btnOk.UseVisualStyleBackColor = true;
  63. //
  64. // lName
  65. //
  66. lName.AccessibleDescription = null;
  67. lName.AccessibleName = null;
  68. resources.ApplyResources(lName, "lName");
  69. lName.Name = "lName";
  70. //
  71. // lCompany
  72. //
  73. lCompany.AccessibleDescription = null;
  74. lCompany.AccessibleName = null;
  75. resources.ApplyResources(lCompany, "lCompany");
  76. lCompany.Font = null;
  77. lCompany.Name = "lCompany";
  78. //
  79. // lBuildDateTime
  80. //
  81. this.lBuildDateTime.AccessibleDescription = null;
  82. this.lBuildDateTime.AccessibleName = null;
  83. resources.ApplyResources(this.lBuildDateTime, "lBuildDateTime");
  84. this.lBuildDateTime.Font = null;
  85. this.lBuildDateTime.Name = "lBuildDateTime";
  86. //
  87. // AboutForm
  88. //
  89. this.AcceptButton = btnOk;
  90. this.AccessibleDescription = null;
  91. this.AccessibleName = null;
  92. resources.ApplyResources(this, "$this");
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.BackgroundImage = null;
  95. this.CancelButton = btnOk;
  96. this.Controls.Add(this.lBuildDateTime);
  97. this.Controls.Add(lCompany);
  98. this.Controls.Add(lName);
  99. this.Controls.Add(btnOk);
  100. this.Controls.Add(pbMe);
  101. this.Font = null;
  102. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  103. this.Icon = null;
  104. this.MaximizeBox = false;
  105. this.MinimizeBox = false;
  106. this.Name = "AboutForm";
  107. this.ShowIcon = false;
  108. this.ShowInTaskbar = false;
  109. ((System.ComponentModel.ISupportInitialize)(pbMe)).EndInit();
  110. this.ResumeLayout(false);
  111. this.PerformLayout();
  112. }
  113. #endregion
  114. private System.Windows.Forms.Label lBuildDateTime;
  115. }
  116. }