173 lines
8.4 KiB
C#
173 lines
8.4 KiB
C#
namespace JoyD.Windows.CS
|
|
{
|
|
partial class Setting
|
|
{
|
|
/// <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()
|
|
{
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.groupBoxTempDisplay = new System.Windows.Forms.GroupBox();
|
|
this.picBoxTemp = new System.Windows.Forms.PictureBox();
|
|
this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
|
|
this.toolStrip = new System.Windows.Forms.ToolStrip();
|
|
this.btnDrawRegion = new System.Windows.Forms.ToolStripButton();
|
|
this.btnSelectColor = new System.Windows.Forms.ToolStripButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
this.splitContainer.SuspendLayout();
|
|
this.groupBoxTempDisplay.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxTemp)).BeginInit();
|
|
this.toolStripContainer.ContentPanel.SuspendLayout();
|
|
this.toolStripContainer.SuspendLayout();
|
|
this.toolStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.Controls.Add(this.groupBoxTempDisplay);
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.Controls.Add(this.toolStripContainer);
|
|
this.splitContainer.Size = new System.Drawing.Size(649, 450);
|
|
this.splitContainer.SplitterDistance = 471;
|
|
this.splitContainer.TabIndex = 1;
|
|
//
|
|
// groupBoxTempDisplay
|
|
//
|
|
this.groupBoxTempDisplay.Controls.Add(this.picBoxTemp);
|
|
this.groupBoxTempDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBoxTempDisplay.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBoxTempDisplay.Name = "groupBoxTempDisplay";
|
|
this.groupBoxTempDisplay.Size = new System.Drawing.Size(471, 450);
|
|
this.groupBoxTempDisplay.TabIndex = 1;
|
|
this.groupBoxTempDisplay.TabStop = false;
|
|
this.groupBoxTempDisplay.Text = "实时温度";
|
|
//
|
|
// picBoxTemp
|
|
//
|
|
this.picBoxTemp.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.picBoxTemp.Location = new System.Drawing.Point(3, 21);
|
|
this.picBoxTemp.Name = "picBoxTemp";
|
|
this.picBoxTemp.Size = new System.Drawing.Size(465, 426);
|
|
this.picBoxTemp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picBoxTemp.TabIndex = 0;
|
|
this.picBoxTemp.TabStop = false;
|
|
this.picBoxTemp.Paint += new System.Windows.Forms.PaintEventHandler(this.PicBoxTemp_Paint);
|
|
this.picBoxTemp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PicBoxTemp_MouseDown);
|
|
this.picBoxTemp.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PicBoxTemp_MouseMove);
|
|
this.picBoxTemp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PicBoxTemp_MouseUp);
|
|
//
|
|
// toolStripContainer
|
|
//
|
|
//
|
|
// toolStripContainer.ContentPanel
|
|
//
|
|
this.toolStripContainer.ContentPanel.Controls.Add(this.toolStrip);
|
|
this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(174, 425);
|
|
this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStripContainer.Name = "toolStripContainer";
|
|
this.toolStripContainer.Size = new System.Drawing.Size(174, 450);
|
|
this.toolStripContainer.TabIndex = 0;
|
|
this.toolStripContainer.Text = "toolStripContainer";
|
|
//
|
|
// toolStrip
|
|
//
|
|
this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
|
this.toolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnDrawRegion,
|
|
this.btnSelectColor});
|
|
this.toolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
|
|
this.toolStrip.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip.Name = "toolStrip";
|
|
this.toolStrip.Size = new System.Drawing.Size(47, 7);
|
|
this.toolStrip.TabIndex = 1;
|
|
this.toolStrip.Text = "toolStrip";
|
|
//
|
|
// btnDrawRegion
|
|
//
|
|
this.btnDrawRegion.CheckOnClick = true;
|
|
this.btnDrawRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnDrawRegion.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.btnDrawRegion.Name = "btnDrawRegion";
|
|
this.btnDrawRegion.Size = new System.Drawing.Size(23, 4);
|
|
this.btnDrawRegion.Text = "画框";
|
|
this.btnDrawRegion.ToolTipText = "绘制温度检测区域(点击开启/关闭)";
|
|
//
|
|
// btnSelectColor
|
|
//
|
|
this.btnSelectColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnSelectColor.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.btnSelectColor.Name = "btnSelectColor";
|
|
this.btnSelectColor.Size = new System.Drawing.Size(23, 4);
|
|
this.btnSelectColor.Text = "选择颜色";
|
|
this.btnSelectColor.ToolTipText = "选择绘制区域的颜色(点击更换颜色)";
|
|
//
|
|
// Setting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(649, 450);
|
|
this.Controls.Add(this.splitContainer);
|
|
this.Name = "Setting";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "检测配置";
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.groupBoxTempDisplay.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxTemp)).EndInit();
|
|
this.toolStripContainer.ContentPanel.ResumeLayout(false);
|
|
this.toolStripContainer.ContentPanel.PerformLayout();
|
|
this.toolStripContainer.ResumeLayout(false);
|
|
this.toolStripContainer.PerformLayout();
|
|
this.toolStrip.ResumeLayout(false);
|
|
this.toolStrip.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
|
private System.Windows.Forms.GroupBox groupBoxTempDisplay;
|
|
private System.Windows.Forms.PictureBox picBoxTemp;
|
|
private System.Windows.Forms.ToolStripContainer toolStripContainer;
|
|
private System.Windows.Forms.ToolStrip toolStrip;
|
|
private System.Windows.Forms.ToolStripButton btnDrawRegion;
|
|
private System.Windows.Forms.ToolStripButton btnSelectColor;
|
|
}
|
|
} |