83 lines
3.3 KiB
C#
83 lines
3.3 KiB
C#
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormHelp
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHelp));
|
|
this.buttonOK = new System.Windows.Forms.Button();
|
|
this.pictureBoxImage = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxImage)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonOK
|
|
//
|
|
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonOK.Location = new System.Drawing.Point(713, 119);
|
|
this.buttonOK.Name = "buttonOK";
|
|
this.buttonOK.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonOK.TabIndex = 4;
|
|
this.buttonOK.Text = "OK";
|
|
this.buttonOK.UseVisualStyleBackColor = true;
|
|
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
|
|
//
|
|
// pictureBoxImage
|
|
//
|
|
this.pictureBoxImage.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pictureBoxImage.Image = global::Deckungsbeitrag.Properties.Resources.question_sign_icon_icons_com_73445;
|
|
this.pictureBoxImage.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBoxImage.Name = "pictureBoxImage";
|
|
this.pictureBoxImage.Size = new System.Drawing.Size(100, 154);
|
|
this.pictureBoxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxImage.TabIndex = 5;
|
|
this.pictureBoxImage.TabStop = false;
|
|
//
|
|
// FormHelp
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.LightYellow;
|
|
this.ClientSize = new System.Drawing.Size(800, 154);
|
|
this.Controls.Add(this.pictureBoxImage);
|
|
this.Controls.Add(this.buttonOK);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormHelp";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Hilfe";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.FormHelp_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxImage)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button buttonOK;
|
|
private System.Windows.Forms.PictureBox pictureBoxImage;
|
|
}
|
|
} |