lantool

ein feines Tool für LANs (damals)
git clone https://git.clttr.info/lantool.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

AboutBox.Designer.cs (9907B)


      1 namespace LanTool
      2 {
      3     partial class AboutBox
      4     {
      5         /// <summary>
      6         /// Erforderliche Designervariable.
      7         /// </summary>
      8         private System.ComponentModel.IContainer components = null;
      9 
     10         /// <summary>
     11         /// Verwendete Ressourcen bereinigen.
     12         /// </summary>
     13         protected override void Dispose(bool disposing)
     14         {
     15             if (disposing && (components != null))
     16             {
     17                 components.Dispose();
     18             }
     19             base.Dispose(disposing);
     20         }
     21 
     22         #region Vom Windows Form-Designer generierter Code
     23 
     24         /// <summary>
     25         /// Erforderliche Methode für die Designerunterstützung.
     26         /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
     27         /// </summary>
     28         private void InitializeComponent()
     29         {
     30             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
     31             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     32             this.logoPictureBox = new System.Windows.Forms.PictureBox();
     33             this.labelProductName = new System.Windows.Forms.Label();
     34             this.labelVersion = new System.Windows.Forms.Label();
     35             this.labelCopyright = new System.Windows.Forms.Label();
     36             this.labelCompanyName = new System.Windows.Forms.Label();
     37             this.textBoxDescription = new System.Windows.Forms.TextBox();
     38             this.okButton = new System.Windows.Forms.Button();
     39             this.tableLayoutPanel.SuspendLayout();
     40             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     41             this.SuspendLayout();
     42             // 
     43             // tableLayoutPanel
     44             // 
     45             this.tableLayoutPanel.ColumnCount = 2;
     46             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
     47             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     48             this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     49             this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     50             this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     51             this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     52             this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
     53             this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
     54             this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
     55             this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     56             this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
     57             this.tableLayoutPanel.Name = "tableLayoutPanel";
     58             this.tableLayoutPanel.RowCount = 6;
     59             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     60             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     61             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     62             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     63             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     64             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     65             this.tableLayoutPanel.Size = new System.Drawing.Size(480, 244);
     66             this.tableLayoutPanel.TabIndex = 0;
     67             // 
     68             // logoPictureBox
     69             // 
     70             this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
     71             this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     72             this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     73             this.logoPictureBox.Name = "logoPictureBox";
     74             this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
     75             this.logoPictureBox.Size = new System.Drawing.Size(154, 272);
     76             this.logoPictureBox.TabIndex = 12;
     77             this.logoPictureBox.TabStop = false;
     78             // 
     79             // labelProductName
     80             // 
     81             this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
     82             this.labelProductName.Location = new System.Drawing.Point(166, 0);
     83             this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     84             this.labelProductName.MaximumSize = new System.Drawing.Size(0, 21);
     85             this.labelProductName.Name = "labelProductName";
     86             this.labelProductName.Size = new System.Drawing.Size(311, 21);
     87             this.labelProductName.TabIndex = 19;
     88             this.labelProductName.Text = "Produktname";
     89             this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     90             // 
     91             // labelVersion
     92             // 
     93             this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
     94             this.labelVersion.Location = new System.Drawing.Point(166, 21);
     95             this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     96             this.labelVersion.MaximumSize = new System.Drawing.Size(0, 21);
     97             this.labelVersion.Name = "labelVersion";
     98             this.labelVersion.Size = new System.Drawing.Size(311, 21);
     99             this.labelVersion.TabIndex = 0;
    100             this.labelVersion.Text = "Version";
    101             this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    102             // 
    103             // labelCopyright
    104             // 
    105             this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
    106             this.labelCopyright.Location = new System.Drawing.Point(166, 42);
    107             this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
    108             this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21);
    109             this.labelCopyright.Name = "labelCopyright";
    110             this.labelCopyright.Size = new System.Drawing.Size(311, 21);
    111             this.labelCopyright.TabIndex = 21;
    112             this.labelCopyright.Text = "Copyright";
    113             this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    114             // 
    115             // labelCompanyName
    116             // 
    117             this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
    118             this.labelCompanyName.Location = new System.Drawing.Point(166, 63);
    119             this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
    120             this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 21);
    121             this.labelCompanyName.Name = "labelCompanyName";
    122             this.labelCompanyName.Size = new System.Drawing.Size(311, 21);
    123             this.labelCompanyName.TabIndex = 22;
    124             this.labelCompanyName.Text = "Firmenname";
    125             this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    126             // 
    127             // textBoxDescription
    128             // 
    129             this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    130             this.textBoxDescription.Location = new System.Drawing.Point(166, 87);
    131             this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
    132             this.textBoxDescription.Multiline = true;
    133             this.textBoxDescription.Name = "textBoxDescription";
    134             this.textBoxDescription.ReadOnly = true;
    135             this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
    136             this.textBoxDescription.Size = new System.Drawing.Size(311, 120);
    137             this.textBoxDescription.TabIndex = 23;
    138             this.textBoxDescription.TabStop = false;
    139             this.textBoxDescription.Text = "Beschreibung";
    140             // 
    141             // okButton
    142             // 
    143             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    144             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    145             this.okButton.Location = new System.Drawing.Point(402, 213);
    146             this.okButton.Name = "okButton";
    147             this.okButton.Size = new System.Drawing.Size(75, 23);
    148             this.okButton.TabIndex = 24;
    149             this.okButton.Text = "&OK";
    150             // 
    151             // AboutBox
    152             // 
    153             this.AcceptButton = this.okButton;
    154             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    155             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    156             this.ClientSize = new System.Drawing.Size(498, 262);
    157             this.Controls.Add(this.tableLayoutPanel);
    158             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    159             this.MaximizeBox = false;
    160             this.MinimizeBox = false;
    161             this.Name = "AboutBox";
    162             this.Padding = new System.Windows.Forms.Padding(9);
    163             this.ShowIcon = false;
    164             this.ShowInTaskbar = false;
    165             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    166             this.Text = "AboutBox";
    167             this.tableLayoutPanel.ResumeLayout(false);
    168             this.tableLayoutPanel.PerformLayout();
    169             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
    170             this.ResumeLayout(false);
    171 
    172         }
    173 
    174         #endregion
    175 
    176         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
    177         private System.Windows.Forms.Label labelProductName;
    178         private System.Windows.Forms.Label labelVersion;
    179         private System.Windows.Forms.Label labelCopyright;
    180         private System.Windows.Forms.Label labelCompanyName;
    181         private System.Windows.Forms.TextBox textBoxDescription;
    182         private System.Windows.Forms.PictureBox logoPictureBox;
    183         private System.Windows.Forms.Button okButton;
    184     }
    185 }