You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
4.3 KiB
C#

namespace DeviceAppDemo
{
partial class ChangeSkinForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeSkinForm));
this.btnNo = new System.Windows.Forms.Button();
this.lbSkin = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnNo
//
this.btnNo.Location = new System.Drawing.Point(151, 398);
this.btnNo.Margin = new System.Windows.Forms.Padding(4);
this.btnNo.Name = "btnNo";
this.btnNo.Size = new System.Drawing.Size(100, 35);
this.btnNo.TabIndex = 7;
this.btnNo.Text = "不使用皮肤";
this.btnNo.UseVisualStyleBackColor = true;
this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
//
// lbSkin
//
this.lbSkin.FormattingEnabled = true;
this.lbSkin.ItemHeight = 15;
this.lbSkin.Location = new System.Drawing.Point(13, 28);
this.lbSkin.Margin = new System.Windows.Forms.Padding(4);
this.lbSkin.Name = "lbSkin";
this.lbSkin.Size = new System.Drawing.Size(238, 364);
this.lbSkin.TabIndex = 6;
this.lbSkin.SelectedIndexChanged += new System.EventHandler(this.lbSkin_SelectedIndexChanged);
this.lbSkin.DoubleClick += new System.EventHandler(this.lbSkin_DoubleClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 8);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(157, 15);
this.label1.TabIndex = 5;
this.label1.Text = "请选择要更换的皮肤:";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(11, 398);
this.btnOK.Margin = new System.Windows.Forms.Padding(4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(100, 35);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// ChangeSkinForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(264, 447);
this.Controls.Add(this.btnNo);
this.Controls.Add(this.lbSkin);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnOK);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ChangeSkinForm";
this.Text = "系统换肤";
this.Load += new System.EventHandler(this.ChangeSkinForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnNo;
private System.Windows.Forms.ListBox lbSkin;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOK;
}
}