2020-04-27 12:17:13 +00:00
|
|
|
|
namespace RyzStudio.Windows.ThemedForms
|
|
|
|
|
{
|
2020-05-10 10:45:54 +00:00
|
|
|
|
partial class TDialogForm
|
2020-04-27 12:17:13 +00:00
|
|
|
|
{
|
|
|
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
2020-05-15 00:19:09 +00:00
|
|
|
|
this.imgbxClose = new RyzStudio.Windows.Forms.TImageBox();
|
2020-04-27 12:17:13 +00:00
|
|
|
|
this.area1 = new System.Windows.Forms.Panel();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.panel1.Cursor = System.Windows.Forms.Cursors.SizeNWSE;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(335, 595);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(5, 5);
|
|
|
|
|
this.panel1.TabIndex = 150;
|
|
|
|
|
//
|
|
|
|
|
// imgbxClose
|
|
|
|
|
//
|
|
|
|
|
this.imgbxClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.imgbxClose.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.imgbxClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.imgbxClose.ErrorImage = null;
|
2020-05-17 11:28:21 +00:00
|
|
|
|
this.imgbxClose.ImageHover = global::AppLauncher.Resource1.close2_16;
|
2020-05-17 03:31:25 +00:00
|
|
|
|
this.imgbxClose.Image = null;
|
2020-04-27 12:17:13 +00:00
|
|
|
|
this.imgbxClose.InitialImage = null;
|
|
|
|
|
this.imgbxClose.Location = new System.Drawing.Point(308, 4);
|
|
|
|
|
this.imgbxClose.Name = "imgbxClose";
|
2020-05-17 11:28:21 +00:00
|
|
|
|
this.imgbxClose.ImageNormal = global::AppLauncher.Resource1.close_16;
|
2020-04-27 12:17:13 +00:00
|
|
|
|
this.imgbxClose.Size = new System.Drawing.Size(24, 24);
|
|
|
|
|
this.imgbxClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
|
|
|
this.imgbxClose.TabIndex = 145;
|
|
|
|
|
this.imgbxClose.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// area1
|
|
|
|
|
//
|
|
|
|
|
this.area1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.area1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.area1.Cursor = System.Windows.Forms.Cursors.SizeNS;
|
|
|
|
|
this.area1.Location = new System.Drawing.Point(0, 595);
|
|
|
|
|
this.area1.Name = "area1";
|
|
|
|
|
this.area1.Size = new System.Drawing.Size(334, 5);
|
|
|
|
|
this.area1.TabIndex = 151;
|
|
|
|
|
//
|
2020-05-17 02:24:46 +00:00
|
|
|
|
// TDialogForm
|
2020-04-27 12:17:13 +00:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(340, 600);
|
|
|
|
|
this.Controls.Add(this.area1);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Controls.Add(this.imgbxClose);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
this.MinimumSize = new System.Drawing.Size(40, 0);
|
2020-05-17 02:24:46 +00:00
|
|
|
|
this.Name = "TDialogForm";
|
2020-04-27 12:17:13 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2020-05-15 00:19:09 +00:00
|
|
|
|
protected internal Forms.TImageBox imgbxClose;
|
2020-04-27 12:17:13 +00:00
|
|
|
|
protected internal System.Windows.Forms.Panel panel1;
|
|
|
|
|
protected internal System.Windows.Forms.Panel area1;
|
|
|
|
|
}
|
|
|
|
|
}
|