old_flsystem/FLSystem/Forms/plugin_control.Designer.cs

100 lines
4.7 KiB
C#

namespace FLSystem.Forms
{
partial class plugin_control
{
/// <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 Component 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonCheck2 = new UI.Framework.Controls.ButtonCheck();
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonCheck2);
this.groupBox1.Controls.Add(this.pictureEdit1);
this.groupBox1.Location = new System.Drawing.Point(3, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(98, 137);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// buttonCheck2
//
this.buttonCheck2.BackColor = System.Drawing.Color.Transparent;
this.buttonCheck2.Checked = false;
this.buttonCheck2.CheckStyleX = UI.Framework.Controls.CheckStyle.style4;
this.buttonCheck2.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonCheck2.Location = new System.Drawing.Point(11, 103);
this.buttonCheck2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonCheck2.Name = "buttonCheck2";
this.buttonCheck2.Size = new System.Drawing.Size(75, 26);
this.buttonCheck2.TabIndex = 3;
this.buttonCheck2.Click += new System.EventHandler(this.buttonCheck1_Click);
//
// pictureEdit1
//
this.pictureEdit1.Location = new System.Drawing.Point(15, 25);
this.pictureEdit1.Name = "pictureEdit1";
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.pictureEdit1.Properties.ShowMenu = false;
this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.pictureEdit1.Properties.Click += new System.EventHandler(this.pictureEdit1_Properties_Click);
this.pictureEdit1.Size = new System.Drawing.Size(70, 70);
this.pictureEdit1.TabIndex = 1;
//
// plugin_control
//
this.Appearance.BackColor = System.Drawing.Color.Transparent;
this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseForeColor = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.groupBox1);
this.Name = "plugin_control";
this.Size = new System.Drawing.Size(106, 143);
this.Load += new System.EventHandler(this.plugin_control_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.plugin_control_Paint);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
private UI.Framework.Controls.ButtonCheck buttonCheck2;
}
}