|
|
namespace ShenTun.ImageCollection.AForgeCamera{ partial class FrmCamera { /// <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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCamera)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.videoSourcePlayer1 = new AForge.Controls.VideoSourcePlayer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.lbAsbitenNames = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lbAge = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lbSexName = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lbPatName = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lbBarCode = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.tbGamma = new Customize.Controls.CcTrackBar(); this.label5 = new System.Windows.Forms.Label(); this.tbSaturation = new Customize.Controls.CcTrackBar(); this.label6 = new System.Windows.Forms.Label(); this.tbHue = new Customize.Controls.CcTrackBar(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.tbBrightness = new Customize.Controls.CcTrackBar(); this.label9 = new System.Windows.Forms.Label(); this.tbContrast = new Customize.Controls.CcTrackBar(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label10 = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.cmbCamera = new System.Windows.Forms.ComboBox(); this.cmbPixelVideo = new System.Windows.Forms.ComboBox(); this.btnDeviceProperty = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.btnImageShare = new System.Windows.Forms.Button(); this.btnImageContrast = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.btnPhotoGraph = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.dgvImg = new System.Windows.Forms.DataGridView(); this.selected = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.examImage = new System.Windows.Forms.DataGridViewImageColumn(); this.FilePath = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvImg)).BeginInit(); this.SuspendLayout(); //
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.White; this.tableLayoutPanel1.ColumnCount = 9; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.Controls.Add(this.videoSourcePlayer1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.groupBox2, 2, 1); this.tableLayoutPanel1.Controls.Add(this.groupBox3, 4, 1); this.tableLayoutPanel1.Controls.Add(this.groupBox4, 6, 1); this.tableLayoutPanel1.Controls.Add(this.panel1, 8, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(6); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(2048, 1536); this.tableLayoutPanel1.TabIndex = 0; //
// videoSourcePlayer1
//
this.videoSourcePlayer1.BorderColor = System.Drawing.Color.WhiteSmoke; this.tableLayoutPanel1.SetColumnSpan(this.videoSourcePlayer1, 7); this.videoSourcePlayer1.Dock = System.Windows.Forms.DockStyle.Fill; this.videoSourcePlayer1.Location = new System.Drawing.Point(4, 4); this.videoSourcePlayer1.Margin = new System.Windows.Forms.Padding(4); this.videoSourcePlayer1.Name = "videoSourcePlayer1"; this.videoSourcePlayer1.Size = new System.Drawing.Size(1626, 1144); this.videoSourcePlayer1.TabIndex = 2; this.videoSourcePlayer1.Text = "videoSourcePlayer1"; this.videoSourcePlayer1.VideoSource = null; //
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.tableLayoutPanel2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(4, 1156); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(393, 376); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "基本信息"; //
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.lbAsbitenNames, 1, 4); this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.lbAge, 1, 3); this.tableLayoutPanel2.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel2.Controls.Add(this.lbSexName, 1, 2); this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2); this.tableLayoutPanel2.Controls.Add(this.lbPatName, 1, 1); this.tableLayoutPanel2.Controls.Add(this.label4, 0, 3); this.tableLayoutPanel2.Controls.Add(this.lbBarCode, 1, 0); this.tableLayoutPanel2.Controls.Add(this.label12, 0, 4); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 36); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 5; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(385, 354); this.tableLayoutPanel2.TabIndex = 7; //
// lbAsbitenNames
//
this.lbAsbitenNames.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbAsbitenNames.Location = new System.Drawing.Point(174, 160); this.lbAsbitenNames.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbAsbitenNames.Name = "lbAsbitenNames"; this.lbAsbitenNames.Size = new System.Drawing.Size(207, 194); this.lbAsbitenNames.TabIndex = 9; this.lbAsbitenNames.Text = "肝、胆、脾、胰、肾彩色超声"; //
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 6); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(162, 28); this.label1.TabIndex = 0; this.label1.Text = "检查条码:"; //
// lbAge
//
this.lbAge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lbAge.AutoSize = true; this.lbAge.Location = new System.Drawing.Point(174, 126); this.lbAge.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbAge.Name = "lbAge"; this.lbAge.Size = new System.Drawing.Size(207, 28); this.lbAge.TabIndex = 8; this.lbAge.Text = "36岁"; //
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 46); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(162, 28); this.label2.TabIndex = 1; this.label2.Text = "姓 名:"; //
// lbSexName
//
this.lbSexName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lbSexName.AutoSize = true; this.lbSexName.Location = new System.Drawing.Point(174, 86); this.lbSexName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSexName.Name = "lbSexName"; this.lbSexName.Size = new System.Drawing.Size(207, 28); this.lbSexName.TabIndex = 7; this.lbSexName.Text = "男"; //
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 86); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(162, 28); this.label3.TabIndex = 2; this.label3.Text = "性 别:"; //
// lbPatName
//
this.lbPatName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lbPatName.AutoSize = true; this.lbPatName.Location = new System.Drawing.Point(174, 46); this.lbPatName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbPatName.Name = "lbPatName"; this.lbPatName.Size = new System.Drawing.Size(207, 28); this.lbPatName.TabIndex = 6; this.lbPatName.Text = "张三"; //
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(4, 126); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(162, 28); this.label4.TabIndex = 3; this.label4.Text = "年 龄:"; //
// lbBarCode
//
this.lbBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lbBarCode.AutoSize = true; this.lbBarCode.Location = new System.Drawing.Point(174, 6); this.lbBarCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbBarCode.Name = "lbBarCode"; this.lbBarCode.Size = new System.Drawing.Size(207, 28); this.lbBarCode.TabIndex = 5; this.lbBarCode.Text = "lbBarCode"; //
// label12
//
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(4, 160); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(162, 28); this.label12.TabIndex = 4; this.label12.Text = "检查项目:"; //
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent; this.groupBox2.Controls.Add(this.tableLayoutPanel3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(415, 1156); this.groupBox2.Margin = new System.Windows.Forms.Padding(4); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(4); this.groupBox2.Size = new System.Drawing.Size(393, 376); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "视频属性"; //
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.tbGamma, 1, 4); this.tableLayoutPanel3.Controls.Add(this.label5, 0, 0); this.tableLayoutPanel3.Controls.Add(this.tbSaturation, 1, 3); this.tableLayoutPanel3.Controls.Add(this.label6, 0, 1); this.tableLayoutPanel3.Controls.Add(this.tbHue, 1, 2); this.tableLayoutPanel3.Controls.Add(this.label7, 0, 2); this.tableLayoutPanel3.Controls.Add(this.label8, 0, 3); this.tableLayoutPanel3.Controls.Add(this.tbBrightness, 1, 0); this.tableLayoutPanel3.Controls.Add(this.label9, 0, 4); this.tableLayoutPanel3.Controls.Add(this.tbContrast, 1, 1); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel3.Location = new System.Drawing.Point(4, 36); this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 5; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(385, 354); this.tableLayoutPanel3.TabIndex = 0; //
// tbGamma
//
this.tbGamma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tbGamma.DcimalDigits = 0; this.tbGamma.IsShowTips = true; this.tbGamma.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237))))); this.tbGamma.LineWidth = 10F; this.tbGamma.Location = new System.Drawing.Point(140, 302); this.tbGamma.Margin = new System.Windows.Forms.Padding(4); this.tbGamma.MaxValue = 255F; this.tbGamma.MinValue = -255F; this.tbGamma.Name = "tbGamma"; this.tbGamma.Size = new System.Drawing.Size(241, 30); this.tbGamma.TabIndex = 13; this.tbGamma.Text = "ccTrackBar5"; this.tbGamma.TipsFormat = null; this.tbGamma.Value = 0F; this.tbGamma.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199))))); this.tbGamma.ValueChanged += new System.EventHandler(this.tbGamma_ValueChanged); //
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(4, 21); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(128, 28); this.label5.TabIndex = 4; this.label5.Text = "亮 度:"; //
// tbSaturation
//
this.tbSaturation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tbSaturation.DcimalDigits = 0; this.tbSaturation.IsShowTips = true; this.tbSaturation.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237))))); this.tbSaturation.LineWidth = 10F; this.tbSaturation.Location = new System.Drawing.Point(140, 230); this.tbSaturation.Margin = new System.Windows.Forms.Padding(4); this.tbSaturation.MaxValue = 255F; this.tbSaturation.MinValue = -255F; this.tbSaturation.Name = "tbSaturation"; this.tbSaturation.Size = new System.Drawing.Size(241, 30); this.tbSaturation.TabIndex = 12; this.tbSaturation.Text = "ccTrackBar4"; this.tbSaturation.TipsFormat = null; this.tbSaturation.Value = 0F; this.tbSaturation.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199))))); this.tbSaturation.ValueChanged += new System.EventHandler(this.tbSaturation_ValueChanged); //
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(4, 91); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(128, 28); this.label6.TabIndex = 5; this.label6.Text = "对比度:"; //
// tbHue
//
this.tbHue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tbHue.DcimalDigits = 0; this.tbHue.IsShowTips = true; this.tbHue.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237))))); this.tbHue.LineWidth = 10F; this.tbHue.Location = new System.Drawing.Point(140, 160); this.tbHue.Margin = new System.Windows.Forms.Padding(4); this.tbHue.MaxValue = 255F; this.tbHue.MinValue = -255F; this.tbHue.Name = "tbHue"; this.tbHue.Size = new System.Drawing.Size(241, 30); this.tbHue.TabIndex = 11; this.tbHue.Text = "ccTrackBar3"; this.tbHue.TipsFormat = null; this.tbHue.Value = 0F; this.tbHue.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199))))); this.tbHue.ValueChanged += new System.EventHandler(this.tbHue_ValueChanged); //
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(4, 161); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(128, 28); this.label7.TabIndex = 6; this.label7.Text = "色 调:"; //
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(4, 231); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(128, 28); this.label8.TabIndex = 7; this.label8.Text = "饱和度:"; //
// tbBrightness
//
this.tbBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tbBrightness.DcimalDigits = 0; this.tbBrightness.IsShowTips = true; this.tbBrightness.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237))))); this.tbBrightness.LineWidth = 10F; this.tbBrightness.Location = new System.Drawing.Point(140, 20); this.tbBrightness.Margin = new System.Windows.Forms.Padding(4); this.tbBrightness.MaxValue = 255F; this.tbBrightness.MinValue = -255F; this.tbBrightness.Name = "tbBrightness"; this.tbBrightness.Size = new System.Drawing.Size(241, 30); this.tbBrightness.TabIndex = 9; this.tbBrightness.Text = "ccTrackBar1"; this.tbBrightness.TipsFormat = null; this.tbBrightness.Value = 0F; this.tbBrightness.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199))))); this.tbBrightness.ValueChanged += new System.EventHandler(this.tbBrightness_ValueChanged); //
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(4, 303); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(128, 28); this.label9.TabIndex = 8; this.label9.Text = "伽 马:"; //
// tbContrast
//
this.tbContrast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tbContrast.DcimalDigits = 0; this.tbContrast.IsShowTips = true; this.tbContrast.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237))))); this.tbContrast.LineWidth = 10F; this.tbContrast.Location = new System.Drawing.Point(140, 90); this.tbContrast.Margin = new System.Windows.Forms.Padding(4); this.tbContrast.MaxValue = 255F; this.tbContrast.MinValue = -255F; this.tbContrast.Name = "tbContrast"; this.tbContrast.Size = new System.Drawing.Size(241, 30); this.tbContrast.TabIndex = 10; this.tbContrast.Text = "ccTrackBar2"; this.tbContrast.TipsFormat = null; this.tbContrast.Value = 0F; this.tbContrast.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199))))); this.tbContrast.ValueChanged += new System.EventHandler(this.tbContrast_ValueChanged); //
// groupBox3
//
this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.btnClose); this.groupBox3.Controls.Add(this.cmbCamera); this.groupBox3.Controls.Add(this.cmbPixelVideo); this.groupBox3.Controls.Add(this.btnDeviceProperty); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(826, 1156); this.groupBox3.Margin = new System.Windows.Forms.Padding(4); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(4); this.groupBox3.Size = new System.Drawing.Size(393, 376); this.groupBox3.TabIndex = 5; this.groupBox3.TabStop = false; this.groupBox3.Text = "设备分辨率"; //
// label10
//
this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(14, 42); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(124, 28); this.label10.TabIndex = 0; this.label10.Text = "设备名称"; //
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.ImageIndex = 5; this.btnClose.ImageList = this.imageList1; this.btnClose.Location = new System.Drawing.Point(226, 198); this.btnClose.Margin = new System.Windows.Forms.Padding(4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(144, 144); this.btnClose.TabIndex = 5; this.btnClose.Text = "关闭"; this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); //
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "MaterialSymbolsHandGestureOutlineRounded.png"); this.imageList1.Images.SetKeyName(1, "MaterialSymbolsHangoutVideoOutlineSharp.png"); this.imageList1.Images.SetKeyName(2, "MaterialSymbolsHotelClassOutline.png"); this.imageList1.Images.SetKeyName(3, "MaterialSymbolsHandymanOutline.png"); this.imageList1.Images.SetKeyName(4, "MaterialSymbolsInboxCustomizeSharp.png"); this.imageList1.Images.SetKeyName(5, "MaterialSymbolsCancelScheduleSendOutlineRounded.png"); //
// cmbCamera
//
this.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCamera.FormattingEnabled = true; this.cmbCamera.Location = new System.Drawing.Point(140, 36); this.cmbCamera.Margin = new System.Windows.Forms.Padding(4); this.cmbCamera.Name = "cmbCamera"; this.cmbCamera.Size = new System.Drawing.Size(240, 36); this.cmbCamera.TabIndex = 1; this.cmbCamera.SelectedValueChanged += new System.EventHandler(this.cmbCamera_SelectedValueChanged); //
// cmbPixelVideo
//
this.cmbPixelVideo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPixelVideo.FormattingEnabled = true; this.cmbPixelVideo.Location = new System.Drawing.Point(140, 100); this.cmbPixelVideo.Margin = new System.Windows.Forms.Padding(4); this.cmbPixelVideo.Name = "cmbPixelVideo"; this.cmbPixelVideo.Size = new System.Drawing.Size(240, 36); this.cmbPixelVideo.TabIndex = 3; this.cmbPixelVideo.SelectedValueChanged += new System.EventHandler(this.cmbPixelVideo_SelectedValueChanged); //
// btnDeviceProperty
//
this.btnDeviceProperty.BackColor = System.Drawing.Color.Transparent; this.btnDeviceProperty.ImageIndex = 4; this.btnDeviceProperty.ImageList = this.imageList1; this.btnDeviceProperty.Location = new System.Drawing.Point(12, 198); this.btnDeviceProperty.Margin = new System.Windows.Forms.Padding(4); this.btnDeviceProperty.Name = "btnDeviceProperty"; this.btnDeviceProperty.Size = new System.Drawing.Size(144, 144); this.btnDeviceProperty.TabIndex = 4; this.btnDeviceProperty.Text = "设备属性"; this.btnDeviceProperty.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnDeviceProperty.UseVisualStyleBackColor = false; this.btnDeviceProperty.Click += new System.EventHandler(this.btnDeviceProperty_Click); //
// label11
//
this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(36, 106); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(96, 28); this.label11.TabIndex = 2; this.label11.Text = "分辨率"; //
// groupBox4
//
this.groupBox4.Controls.Add(this.btnImageShare); this.groupBox4.Controls.Add(this.btnImageContrast); this.groupBox4.Controls.Add(this.button3); this.groupBox4.Controls.Add(this.btnPhotoGraph); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox4.Location = new System.Drawing.Point(1237, 1156); this.groupBox4.Margin = new System.Windows.Forms.Padding(4); this.groupBox4.Name = "groupBox4"; this.groupBox4.Padding = new System.Windows.Forms.Padding(4); this.groupBox4.Size = new System.Drawing.Size(393, 376); this.groupBox4.TabIndex = 6; this.groupBox4.TabStop = false; this.groupBox4.Text = "仪器操作"; //
// btnImageShare
//
this.btnImageShare.ImageIndex = 3; this.btnImageShare.ImageList = this.imageList1; this.btnImageShare.Location = new System.Drawing.Point(204, 214); this.btnImageShare.Margin = new System.Windows.Forms.Padding(4); this.btnImageShare.Name = "btnImageShare"; this.btnImageShare.Size = new System.Drawing.Size(144, 144); this.btnImageShare.TabIndex = 3; this.btnImageShare.Text = "图像处理"; this.btnImageShare.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnImageShare.UseVisualStyleBackColor = true; this.btnImageShare.Click += new System.EventHandler(this.btnImageShare_Click); //
// btnImageContrast
//
this.btnImageContrast.ImageIndex = 2; this.btnImageContrast.ImageList = this.imageList1; this.btnImageContrast.Location = new System.Drawing.Point(24, 214); this.btnImageContrast.Margin = new System.Windows.Forms.Padding(4); this.btnImageContrast.Name = "btnImageContrast"; this.btnImageContrast.Size = new System.Drawing.Size(144, 144); this.btnImageContrast.TabIndex = 2; this.btnImageContrast.Text = "图像对比"; this.btnImageContrast.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnImageContrast.UseVisualStyleBackColor = true; this.btnImageContrast.Click += new System.EventHandler(this.btnImageContrast_Click); //
// button3
//
this.button3.Enabled = false; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button3.ImageIndex = 1; this.button3.ImageList = this.imageList1; this.button3.Location = new System.Drawing.Point(22, 48); this.button3.Margin = new System.Windows.Forms.Padding(4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(144, 144); this.button3.TabIndex = 1; this.button3.Text = "动态录像"; this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.button3.UseVisualStyleBackColor = true; //
// btnPhotoGraph
//
this.btnPhotoGraph.ImageIndex = 0; this.btnPhotoGraph.ImageList = this.imageList1; this.btnPhotoGraph.Location = new System.Drawing.Point(208, 48); this.btnPhotoGraph.Margin = new System.Windows.Forms.Padding(4); this.btnPhotoGraph.Name = "btnPhotoGraph"; this.btnPhotoGraph.Size = new System.Drawing.Size(144, 144); this.btnPhotoGraph.TabIndex = 0; this.btnPhotoGraph.Text = "采集图像"; this.btnPhotoGraph.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnPhotoGraph.UseVisualStyleBackColor = true; this.btnPhotoGraph.Click += new System.EventHandler(this.btnPhotoGraph_Click); //
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.dgvImg); this.panel1.Location = new System.Drawing.Point(1648, 4); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.tableLayoutPanel1.SetRowSpan(this.panel1, 2); this.panel1.Size = new System.Drawing.Size(396, 1528); this.panel1.TabIndex = 7; //
// dgvImg
//
this.dgvImg.AllowUserToAddRows = false; this.dgvImg.AllowUserToDeleteRows = false; this.dgvImg.BackgroundColor = System.Drawing.Color.White; this.dgvImg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvImg.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.selected, this.examImage, this.FilePath}); this.dgvImg.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvImg.GridColor = System.Drawing.Color.WhiteSmoke; this.dgvImg.Location = new System.Drawing.Point(0, 0); this.dgvImg.Margin = new System.Windows.Forms.Padding(4); this.dgvImg.Name = "dgvImg"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvImg.RowHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvImg.RowHeadersVisible = false; this.dgvImg.RowHeadersWidth = 82; this.dgvImg.RowTemplate.Height = 100; this.dgvImg.Size = new System.Drawing.Size(396, 1528); this.dgvImg.TabIndex = 8; //
// selected
//
this.selected.DataPropertyName = "selected"; this.selected.FalseValue = "0"; this.selected.HeaderText = "选择"; this.selected.MinimumWidth = 10; this.selected.Name = "selected"; this.selected.TrueValue = "1"; this.selected.Width = 65; //
// examImage
//
this.examImage.DataPropertyName = "examImage"; this.examImage.HeaderText = "检查图像"; this.examImage.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch; this.examImage.MinimumWidth = 10; this.examImage.Name = "examImage"; this.examImage.ReadOnly = true; this.examImage.Width = 200; //
// FilePath
//
this.FilePath.DataPropertyName = "FilePath"; this.FilePath.HeaderText = "FilePath"; this.FilePath.MinimumWidth = 10; this.FilePath.Name = "FilePath"; this.FilePath.Visible = false; this.FilePath.Width = 200; //
// FrmCamera
//
this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(2048, 1536); this.ControlBox = false; this.Controls.Add(this.tableLayoutPanel1); this.Cursor = System.Windows.Forms.Cursors.Default; this.DoubleBuffered = true; this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(6); this.Name = "FrmCamera"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "图像采集"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmCamera_Load); this.tableLayoutPanel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.groupBox2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvImg)).EndInit(); this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private AForge.Controls.VideoSourcePlayer videoSourcePlayer1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private Customize.Controls.CcTrackBar tbGamma; private Customize.Controls.CcTrackBar tbSaturation; private Customize.Controls.CcTrackBar tbHue; private Customize.Controls.CcTrackBar tbContrast; private Customize.Controls.CcTrackBar tbBrightness; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ComboBox cmbPixelVideo; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox cmbCamera; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button btnDeviceProperty; private System.Windows.Forms.Label label12; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button btnImageShare; private System.Windows.Forms.Button btnImageContrast; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button btnPhotoGraph; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label lbAsbitenNames; private System.Windows.Forms.Label lbAge; private System.Windows.Forms.Label lbSexName; private System.Windows.Forms.Label lbPatName; private System.Windows.Forms.Label lbBarCode; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridView dgvImg; private System.Windows.Forms.DataGridViewCheckBoxColumn selected; private System.Windows.Forms.DataGridViewImageColumn examImage; private System.Windows.Forms.DataGridViewTextBoxColumn FilePath; }}
|