worktimehero

git clone https://git.clttr.info/worktimehero.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

AboutBox.Designer.cs (9047B)


      1 namespace WorkTimeHero
      2 {
      3     partial class AboutBox
      4     {
      5         /// <summary>
      6         /// Required designer variable.
      7         /// </summary>
      8         private System.ComponentModel.IContainer components = null;
      9 
     10         /// <summary>
     11         /// Clean up any resources being used.
     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 Windows Form Designer generated code
     23 
     24         /// <summary>
     25         /// Required method for Designer support - do not modify
     26         /// the contents of this method with the code editor.
     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.okButton = new System.Windows.Forms.Button();
     37             this.rtbDescription = new System.Windows.Forms.RichTextBox();
     38             this.tableLayoutPanel.SuspendLayout();
     39             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     40             this.SuspendLayout();
     41             // 
     42             // tableLayoutPanel
     43             // 
     44             this.tableLayoutPanel.ColumnCount = 2;
     45             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     46             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
     47             this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     48             this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     49             this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     50             this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     51             this.tableLayoutPanel.Controls.Add(this.okButton, 1, 4);
     52             this.tableLayoutPanel.Controls.Add(this.rtbDescription, 1, 3);
     53             this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     54             this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
     55             this.tableLayoutPanel.Name = "tableLayoutPanel";
     56             this.tableLayoutPanel.RowCount = 5;
     57             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     58             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     59             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     60             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
     61             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     62             this.tableLayoutPanel.Size = new System.Drawing.Size(551, 307);
     63             this.tableLayoutPanel.TabIndex = 0;
     64             // 
     65             // logoPictureBox
     66             // 
     67             this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
     68             this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     69             this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     70             this.logoPictureBox.Name = "logoPictureBox";
     71             this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 5);
     72             this.logoPictureBox.Size = new System.Drawing.Size(131, 301);
     73             this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     74             this.logoPictureBox.TabIndex = 12;
     75             this.logoPictureBox.TabStop = false;
     76             // 
     77             // labelProductName
     78             // 
     79             this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
     80             this.labelProductName.Location = new System.Drawing.Point(143, 0);
     81             this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     82             this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     83             this.labelProductName.Name = "labelProductName";
     84             this.labelProductName.Size = new System.Drawing.Size(405, 17);
     85             this.labelProductName.TabIndex = 19;
     86             this.labelProductName.Text = "Product Name";
     87             this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     88             // 
     89             // labelVersion
     90             // 
     91             this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
     92             this.labelVersion.Location = new System.Drawing.Point(143, 30);
     93             this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     94             this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     95             this.labelVersion.Name = "labelVersion";
     96             this.labelVersion.Size = new System.Drawing.Size(405, 17);
     97             this.labelVersion.TabIndex = 0;
     98             this.labelVersion.Text = "Version";
     99             this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    100             // 
    101             // labelCopyright
    102             // 
    103             this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
    104             this.labelCopyright.Location = new System.Drawing.Point(143, 60);
    105             this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
    106             this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
    107             this.labelCopyright.Name = "labelCopyright";
    108             this.labelCopyright.Size = new System.Drawing.Size(405, 17);
    109             this.labelCopyright.TabIndex = 21;
    110             this.labelCopyright.Text = "Copyright";
    111             this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    112             // 
    113             // okButton
    114             // 
    115             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    116             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    117             this.okButton.Location = new System.Drawing.Point(473, 281);
    118             this.okButton.Name = "okButton";
    119             this.okButton.Size = new System.Drawing.Size(75, 23);
    120             this.okButton.TabIndex = 24;
    121             this.okButton.Text = "&OK";
    122             // 
    123             // rtbDescription
    124             // 
    125             this.rtbDescription.Location = new System.Drawing.Point(140, 93);
    126             this.rtbDescription.Name = "rtbDescription";
    127             this.rtbDescription.ReadOnly = true;
    128             this.rtbDescription.Size = new System.Drawing.Size(408, 178);
    129             this.rtbDescription.TabIndex = 25;
    130             this.rtbDescription.Text = resources.GetString("rtbDescription.Text");
    131             // 
    132             // AboutBox
    133             // 
    134             this.AcceptButton = this.okButton;
    135             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    136             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    137             this.CancelButton = this.okButton;
    138             this.ClientSize = new System.Drawing.Size(569, 325);
    139             this.Controls.Add(this.tableLayoutPanel);
    140             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    141             this.MaximizeBox = false;
    142             this.MinimizeBox = false;
    143             this.Name = "AboutBox";
    144             this.Padding = new System.Windows.Forms.Padding(9);
    145             this.ShowIcon = false;
    146             this.ShowInTaskbar = false;
    147             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    148             this.Text = "Über WorkTimeHero";
    149             this.TopMost = true;
    150             this.tableLayoutPanel.ResumeLayout(false);
    151             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
    152             this.ResumeLayout(false);
    153 
    154         }
    155 
    156         #endregion
    157 
    158         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
    159         private System.Windows.Forms.PictureBox logoPictureBox;
    160         private System.Windows.Forms.Label labelProductName;
    161         private System.Windows.Forms.Label labelVersion;
    162         private System.Windows.Forms.Label labelCopyright;
    163         private System.Windows.Forms.Button okButton;
    164         private System.Windows.Forms.RichTextBox rtbDescription;
    165     }
    166 }