📄 backlight.designer.cs
字号:
namespace Fyfjm
{
partial class Backlight
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.BacklightCheckBox = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.ContrastLeveltrackBar = new System.Windows.Forms.TrackBar();
this.Contrastlabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.BacklightLeveltrackBar = new System.Windows.Forms.TrackBar();
this.ExitButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// BacklightCheckBox
//
this.BacklightCheckBox.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.BacklightCheckBox.Location = new System.Drawing.Point(66, 42);
this.BacklightCheckBox.Name = "BacklightCheckBox";
this.BacklightCheckBox.Size = new System.Drawing.Size(187, 20);
this.BacklightCheckBox.TabIndex = 1;
this.BacklightCheckBox.Text = "Backlight (checked = ON)";
this.BacklightCheckBox.CheckStateChanged += new System.EventHandler(this.BacklightCheckBox_CheckStateChanged);
//
// label5
//
this.label5.Location = new System.Drawing.Point(203, 197);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(24, 24);
//
// label4
//
this.label4.Location = new System.Drawing.Point(63, 197);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(24, 24);
//
// label3
//
this.label3.Location = new System.Drawing.Point(203, 117);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(24, 24);
//
// label2
//
this.label2.Location = new System.Drawing.Point(63, 117);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(24, 24);
//
// ContrastLeveltrackBar
//
this.ContrastLeveltrackBar.LargeChange = 1;
this.ContrastLeveltrackBar.Location = new System.Drawing.Point(67, 173);
this.ContrastLeveltrackBar.Name = "ContrastLeveltrackBar";
this.ContrastLeveltrackBar.Size = new System.Drawing.Size(168, 45);
this.ContrastLeveltrackBar.TabIndex = 15;
this.ContrastLeveltrackBar.ValueChanged += new System.EventHandler(this.ContrastLeveltrackBar_ValueChanged);
//
// Contrastlabel
//
this.Contrastlabel.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.Contrastlabel.Location = new System.Drawing.Point(67, 149);
this.Contrastlabel.Name = "Contrastlabel";
this.Contrastlabel.Size = new System.Drawing.Size(152, 16);
this.Contrastlabel.Text = "Contrast Levels";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(67, 69);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(152, 16);
this.label1.Text = "Backlight Levels";
//
// BacklightLeveltrackBar
//
this.BacklightLeveltrackBar.LargeChange = 1;
this.BacklightLeveltrackBar.Location = new System.Drawing.Point(67, 93);
this.BacklightLeveltrackBar.Name = "BacklightLeveltrackBar";
this.BacklightLeveltrackBar.Size = new System.Drawing.Size(168, 45);
this.BacklightLeveltrackBar.TabIndex = 18;
this.BacklightLeveltrackBar.ValueChanged += new System.EventHandler(this.BacklightLeveltrackBar_ValueChanged);
//
// ExitButton
//
this.ExitButton.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.ExitButton.Location = new System.Drawing.Point(112, 223);
this.ExitButton.Name = "ExitButton";
this.ExitButton.Size = new System.Drawing.Size(72, 24);
this.ExitButton.TabIndex = 19;
this.ExitButton.Text = "Exit";
this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
//
// Backlight
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ClientSize = new System.Drawing.Size(638, 455);
this.Controls.Add(this.ExitButton);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.ContrastLeveltrackBar);
this.Controls.Add(this.Contrastlabel);
this.Controls.Add(this.label1);
this.Controls.Add(this.BacklightLeveltrackBar);
this.Controls.Add(this.BacklightCheckBox);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Backlight";
this.Text = "Backlight";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Backlight_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckBox BacklightCheckBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TrackBar ContrastLeveltrackBar;
private System.Windows.Forms.Label Contrastlabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TrackBar BacklightLeveltrackBar;
private System.Windows.Forms.Button ExitButton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -