namespace Webview2WinFormsApp
{
partial class ProofreadItem
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
origin = new Label();
type = new Label();
description = new Label();
button1 = new Button();
button2 = new Button();
SuspendLayout();
//
// origin
//
origin.AutoSize = true;
origin.Location = new Point(21, 17);
origin.Name = "origin";
origin.Size = new Size(42, 17);
origin.TabIndex = 0;
origin.Text = "origin";
//
// type
//
type.AutoSize = true;
type.Location = new Point(80, 18);
type.Name = "type";
type.Size = new Size(33, 17);
type.TabIndex = 1;
type.Text = "type";
//
// description
//
description.AutoSize = true;
description.Location = new Point(14, 48);
description.Name = "description";
description.Size = new Size(73, 17);
description.TabIndex = 2;
description.Text = "description";
//
// button1
//
button1.BackgroundImage = Properties.Resources.check;
button1.BackgroundImageLayout = ImageLayout.Stretch;
button1.Cursor = Cursors.Hand;
button1.Location = new Point(269, 18);
button1.Name = "button1";
button1.Size = new Size(26, 26);
button1.TabIndex = 3;
button1.UseVisualStyleBackColor = true;
//
// button2
//
button2.BackgroundImage = Properties.Resources.minus_bold;
button2.BackgroundImageLayout = ImageLayout.Stretch;
button2.Cursor = Cursors.Hand;
button2.Location = new Point(301, 18);
button2.Name = "button2";
button2.Size = new Size(26, 26);
button2.TabIndex = 4;
button2.UseVisualStyleBackColor = true;
//
// ProofreadItem
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.WhiteSmoke;
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(description);
Controls.Add(type);
Controls.Add(origin);
Name = "ProofreadItem";
Size = new Size(350, 90);
Load += ProofreadItem_Load;
Click += ProofreadItem_Click;
MouseEnter += ProofreadItem_MouseEnter;
MouseLeave += ProofreadItem_MouseLeave;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label origin;
private Label type;
private Label description;
private Button button1;
private Button button2;
}
}