119 lines
5.7 KiB
C#
119 lines
5.7 KiB
C#
|
|
namespace Lskj.ProductDynamic.Controls
|
|
{
|
|
partial class ImageButton
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.linePanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.line = new DevExpress.XtraEditors.LabelControl();
|
|
this.imageLabel = new DevExpress.XtraEditors.LabelControl();
|
|
this.simplebButton = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.linePanel)).BeginInit();
|
|
this.linePanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// linePanel
|
|
//
|
|
this.linePanel.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.linePanel.Appearance.BackColor2 = System.Drawing.Color.Transparent;
|
|
this.linePanel.Appearance.BorderColor = System.Drawing.Color.Transparent;
|
|
this.linePanel.Appearance.Options.UseBackColor = true;
|
|
this.linePanel.Appearance.Options.UseBorderColor = true;
|
|
this.linePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.linePanel.Controls.Add(this.line);
|
|
this.linePanel.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.linePanel.Location = new System.Drawing.Point(52, 0);
|
|
this.linePanel.Name = "linePanel";
|
|
this.linePanel.Padding = new System.Windows.Forms.Padding(0, 8, 0, 8);
|
|
this.linePanel.Size = new System.Drawing.Size(2, 50);
|
|
this.linePanel.TabIndex = 5;
|
|
//
|
|
// line
|
|
//
|
|
this.line.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.line.Appearance.BorderColor = System.Drawing.Color.White;
|
|
this.line.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.line.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.line.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.line.Location = new System.Drawing.Point(0, 8);
|
|
this.line.Name = "line";
|
|
this.line.Size = new System.Drawing.Size(2, 34);
|
|
this.line.TabIndex = 3;
|
|
//
|
|
// imageLabel
|
|
//
|
|
this.imageLabel.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.imageLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.imageLabel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.imageLabel.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.imageLabel.Location = new System.Drawing.Point(0, 0);
|
|
this.imageLabel.Name = "imageLabel";
|
|
this.imageLabel.Size = new System.Drawing.Size(52, 50);
|
|
this.imageLabel.TabIndex = 1;
|
|
//
|
|
// simplebButton
|
|
//
|
|
this.simplebButton.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.simplebButton.Appearance.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.simplebButton.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.simplebButton.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simplebButton.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.simplebButton.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.simplebButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.simplebButton.Location = new System.Drawing.Point(54, 0);
|
|
this.simplebButton.Name = "simplebButton";
|
|
this.simplebButton.Size = new System.Drawing.Size(196, 50);
|
|
this.simplebButton.TabIndex = 6;
|
|
this.simplebButton.Text = "按钮";
|
|
//
|
|
// ImageButton
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(123)))), ((int)(((byte)(250)))));
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.Controls.Add(this.simplebButton);
|
|
this.Controls.Add(this.linePanel);
|
|
this.Controls.Add(this.imageLabel);
|
|
this.Name = "ImageButton";
|
|
this.Size = new System.Drawing.Size(250, 50);
|
|
((System.ComponentModel.ISupportInitialize)(this.linePanel)).EndInit();
|
|
this.linePanel.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl linePanel;
|
|
private DevExpress.XtraEditors.LabelControl line;
|
|
private DevExpress.XtraEditors.LabelControl imageLabel;
|
|
private DevExpress.XtraEditors.LabelControl simplebButton;
|
|
}
|
|
}
|