check point
This commit is contained in:
90
framework/MaterialSkin.Core/Controls/MaterialMessageBox.Designer.cs
generated
Normal file
90
framework/MaterialSkin.Core/Controls/MaterialMessageBox.Designer.cs
generated
Normal file
@@ -0,0 +1,90 @@
|
||||
namespace MaterialSkin.Controls
|
||||
{
|
||||
partial class MaterialMessageBox
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.pnlButtons = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.lblTitle = new System.Windows.Forms.Label();
|
||||
this.lblText = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// pnlButtons
|
||||
//
|
||||
this.pnlButtons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.pnlButtons.AutoSize = true;
|
||||
this.pnlButtons.Location = new System.Drawing.Point(280, 204);
|
||||
this.pnlButtons.Name = "pnlButtons";
|
||||
this.pnlButtons.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
||||
this.pnlButtons.Size = new System.Drawing.Size(140, 100);
|
||||
this.pnlButtons.TabIndex = 0;
|
||||
//
|
||||
// lblTitle
|
||||
//
|
||||
this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.lblTitle.Location = new System.Drawing.Point(0, 20);
|
||||
this.lblTitle.Name = "lblTitle";
|
||||
this.lblTitle.Size = new System.Drawing.Size(1340, 40);
|
||||
this.lblTitle.TabIndex = 1;
|
||||
this.lblTitle.Text = "label1";
|
||||
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// lblText
|
||||
//
|
||||
this.lblText.Location = new System.Drawing.Point(280, 80);
|
||||
this.lblText.Name = "lblText";
|
||||
this.lblText.Size = new System.Drawing.Size(680, 100);
|
||||
this.lblText.TabIndex = 2;
|
||||
this.lblText.Text = "label1";
|
||||
this.lblText.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
//
|
||||
// MaterialMessageBox
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 26F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.ClientSize = new System.Drawing.Size(1338, 312);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.lblText);
|
||||
this.Controls.Add(this.lblTitle);
|
||||
this.Controls.Add(this.pnlButtons);
|
||||
this.Font = new System.Drawing.Font("Roboto", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.Margin = new System.Windows.Forms.Padding(6);
|
||||
this.Name = "MaterialMessageBox";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.FlowLayoutPanel pnlButtons;
|
||||
private System.Windows.Forms.Label lblTitle;
|
||||
private System.Windows.Forms.Label lblText;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user