/RegExTester/AboutForm.Designer.cs
# · C# · 124 lines · 87 code · 8 blank · 29 comment · 3 complexity · df0c9870285fc8692c1c87a85a7c7e8e MD5 · raw file
- namespace EdlinSoftware.RegexTester
- {
- partial class AboutForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.PictureBox pbMe;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
- System.Windows.Forms.Button btnOk;
- System.Windows.Forms.Label lName;
- System.Windows.Forms.Label lCompany;
- this.lBuildDateTime = new System.Windows.Forms.Label();
- pbMe = new System.Windows.Forms.PictureBox();
- btnOk = new System.Windows.Forms.Button();
- lName = new System.Windows.Forms.Label();
- lCompany = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(pbMe)).BeginInit();
- this.SuspendLayout();
- //
- // pbMe
- //
- pbMe.AccessibleDescription = null;
- pbMe.AccessibleName = null;
- resources.ApplyResources(pbMe, "pbMe");
- pbMe.BackgroundImage = null;
- pbMe.Font = null;
- pbMe.Image = global::EdlinSoftware.RegexTester.Properties.Resources.Me;
- pbMe.ImageLocation = null;
- pbMe.Name = "pbMe";
- pbMe.TabStop = false;
- //
- // btnOk
- //
- btnOk.AccessibleDescription = null;
- btnOk.AccessibleName = null;
- resources.ApplyResources(btnOk, "btnOk");
- btnOk.BackgroundImage = null;
- btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- btnOk.Font = null;
- btnOk.Name = "btnOk";
- btnOk.UseVisualStyleBackColor = true;
- //
- // lName
- //
- lName.AccessibleDescription = null;
- lName.AccessibleName = null;
- resources.ApplyResources(lName, "lName");
- lName.Name = "lName";
- //
- // lCompany
- //
- lCompany.AccessibleDescription = null;
- lCompany.AccessibleName = null;
- resources.ApplyResources(lCompany, "lCompany");
- lCompany.Font = null;
- lCompany.Name = "lCompany";
- //
- // lBuildDateTime
- //
- this.lBuildDateTime.AccessibleDescription = null;
- this.lBuildDateTime.AccessibleName = null;
- resources.ApplyResources(this.lBuildDateTime, "lBuildDateTime");
- this.lBuildDateTime.Font = null;
- this.lBuildDateTime.Name = "lBuildDateTime";
- //
- // AboutForm
- //
- this.AcceptButton = btnOk;
- this.AccessibleDescription = null;
- this.AccessibleName = null;
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = null;
- this.CancelButton = btnOk;
- this.Controls.Add(this.lBuildDateTime);
- this.Controls.Add(lCompany);
- this.Controls.Add(lName);
- this.Controls.Add(btnOk);
- this.Controls.Add(pbMe);
- this.Font = null;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Icon = null;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "AboutForm";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- ((System.ComponentModel.ISupportInitialize)(pbMe)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label lBuildDateTime;
-
-
- }
- }