mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
128 lines
5.3 KiB
C#
128 lines
5.3 KiB
C#
namespace WinAlfreds.CustomControls
|
||
{
|
||
partial class ResultItemControl
|
||
{
|
||
/// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.lblTitle = new System.Windows.Forms.Label();
|
||
this.lblSubTitle = new System.Windows.Forms.Label();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.panel1.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(44, 54);
|
||
this.pictureBox1.TabIndex = 0;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// lblTitle
|
||
//
|
||
this.lblTitle.AutoSize = true;
|
||
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.lblTitle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
|
||
this.lblTitle.Location = new System.Drawing.Point(0, 0);
|
||
this.lblTitle.Name = "lblTitle";
|
||
this.lblTitle.Size = new System.Drawing.Size(80, 16);
|
||
this.lblTitle.TabIndex = 1;
|
||
this.lblTitle.Text = "lblTitle";
|
||
//
|
||
// lblSubTitle
|
||
//
|
||
this.lblSubTitle.AutoSize = true;
|
||
this.lblSubTitle.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.lblSubTitle.Location = new System.Drawing.Point(0, 42);
|
||
this.lblSubTitle.Name = "lblSubTitle";
|
||
this.lblSubTitle.Size = new System.Drawing.Size(71, 12);
|
||
this.lblSubTitle.TabIndex = 2;
|
||
this.lblSubTitle.Text = "lblSubTitle";
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.button1);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.panel1.Location = new System.Drawing.Point(341, 0);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(62, 54);
|
||
this.panel1.TabIndex = 4;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.button1.Location = new System.Drawing.Point(0, 0);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(62, 54);
|
||
this.button1.TabIndex = 0;
|
||
this.button1.Text = "button1";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.Controls.Add(this.lblTitle);
|
||
this.panel2.Controls.Add(this.lblSubTitle);
|
||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel2.Location = new System.Drawing.Point(44, 0);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(297, 54);
|
||
this.panel2.TabIndex = 5;
|
||
//
|
||
// ResultItemControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.panel2);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.pictureBox1);
|
||
this.Name = "ResultItemControl";
|
||
this.Size = new System.Drawing.Size(403, 54);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel2.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.Label lblTitle;
|
||
private System.Windows.Forms.Label lblSubTitle;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Panel panel2;
|
||
}
|
||
}
|