This commit is contained in:
135
外科辅料和患者防护罩激光抗性测试仪/BasicDemo/BasicDemo.Designer.cs
generated
135
外科辅料和患者防护罩激光抗性测试仪/BasicDemo/BasicDemo.Designer.cs
generated
@@ -56,148 +56,103 @@
|
||||
this.tbFrameRate = new System.Windows.Forms.TextBox();
|
||||
this.tbGain = new System.Windows.Forms.TextBox();
|
||||
this.tbExposure = new System.Windows.Forms.TextBox();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.groupBox3.SuspendLayout();
|
||||
this.groupBox4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// cbDeviceList
|
||||
//
|
||||
this.cbDeviceList.AccessibleDescription = null;
|
||||
this.cbDeviceList.AccessibleName = null;
|
||||
resources.ApplyResources(this.cbDeviceList, "cbDeviceList");
|
||||
this.cbDeviceList.BackgroundImage = null;
|
||||
this.cbDeviceList.Font = null;
|
||||
this.cbDeviceList.FormattingEnabled = true;
|
||||
this.cbDeviceList.Name = "cbDeviceList";
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.AccessibleDescription = null;
|
||||
this.pictureBox1.AccessibleName = null;
|
||||
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
||||
this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
||||
this.pictureBox1.BackgroundImage = null;
|
||||
this.pictureBox1.Font = null;
|
||||
this.pictureBox1.ImageLocation = null;
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.AccessibleDescription = null;
|
||||
this.groupBox1.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox1, "groupBox1");
|
||||
this.groupBox1.BackgroundImage = null;
|
||||
this.groupBox1.Controls.Add(this.bnClose);
|
||||
this.groupBox1.Controls.Add(this.bnOpen);
|
||||
this.groupBox1.Controls.Add(this.bnEnum);
|
||||
this.groupBox1.Font = null;
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.TabStop = false;
|
||||
//
|
||||
// bnClose
|
||||
//
|
||||
this.bnClose.AccessibleDescription = null;
|
||||
this.bnClose.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnClose, "bnClose");
|
||||
this.bnClose.BackgroundImage = null;
|
||||
this.bnClose.Font = null;
|
||||
this.bnClose.Name = "bnClose";
|
||||
this.bnClose.UseVisualStyleBackColor = true;
|
||||
this.bnClose.Click += new System.EventHandler(this.bnClose_Click);
|
||||
//
|
||||
// bnOpen
|
||||
//
|
||||
this.bnOpen.AccessibleDescription = null;
|
||||
this.bnOpen.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnOpen, "bnOpen");
|
||||
this.bnOpen.BackgroundImage = null;
|
||||
this.bnOpen.Font = null;
|
||||
this.bnOpen.Name = "bnOpen";
|
||||
this.bnOpen.UseVisualStyleBackColor = true;
|
||||
this.bnOpen.Click += new System.EventHandler(this.bnOpen_Click);
|
||||
//
|
||||
// bnEnum
|
||||
//
|
||||
this.bnEnum.AccessibleDescription = null;
|
||||
this.bnEnum.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnEnum, "bnEnum");
|
||||
this.bnEnum.BackgroundImage = null;
|
||||
this.bnEnum.Font = null;
|
||||
this.bnEnum.Name = "bnEnum";
|
||||
this.bnEnum.UseVisualStyleBackColor = true;
|
||||
this.bnEnum.Click += new System.EventHandler(this.bnEnum_Click);
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.AccessibleDescription = null;
|
||||
this.groupBox2.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox2, "groupBox2");
|
||||
this.groupBox2.BackgroundImage = null;
|
||||
this.groupBox2.Controls.Add(this.bnTriggerExec);
|
||||
this.groupBox2.Controls.Add(this.cbSoftTrigger);
|
||||
this.groupBox2.Controls.Add(this.bnStopGrab);
|
||||
this.groupBox2.Controls.Add(this.bnStartGrab);
|
||||
this.groupBox2.Controls.Add(this.bnTriggerMode);
|
||||
this.groupBox2.Controls.Add(this.bnContinuesMode);
|
||||
this.groupBox2.Font = null;
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.TabStop = false;
|
||||
//
|
||||
// bnTriggerExec
|
||||
//
|
||||
this.bnTriggerExec.AccessibleDescription = null;
|
||||
this.bnTriggerExec.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnTriggerExec, "bnTriggerExec");
|
||||
this.bnTriggerExec.BackgroundImage = null;
|
||||
this.bnTriggerExec.Font = null;
|
||||
this.bnTriggerExec.Name = "bnTriggerExec";
|
||||
this.bnTriggerExec.UseVisualStyleBackColor = true;
|
||||
this.bnTriggerExec.Click += new System.EventHandler(this.bnTriggerExec_Click);
|
||||
//
|
||||
// cbSoftTrigger
|
||||
//
|
||||
this.cbSoftTrigger.AccessibleDescription = null;
|
||||
this.cbSoftTrigger.AccessibleName = null;
|
||||
resources.ApplyResources(this.cbSoftTrigger, "cbSoftTrigger");
|
||||
this.cbSoftTrigger.BackgroundImage = null;
|
||||
this.cbSoftTrigger.Font = null;
|
||||
this.cbSoftTrigger.Name = "cbSoftTrigger";
|
||||
this.cbSoftTrigger.UseVisualStyleBackColor = true;
|
||||
this.cbSoftTrigger.CheckedChanged += new System.EventHandler(this.cbSoftTrigger_CheckedChanged);
|
||||
//
|
||||
// bnStopGrab
|
||||
//
|
||||
this.bnStopGrab.AccessibleDescription = null;
|
||||
this.bnStopGrab.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnStopGrab, "bnStopGrab");
|
||||
this.bnStopGrab.BackgroundImage = null;
|
||||
this.bnStopGrab.Font = null;
|
||||
this.bnStopGrab.Name = "bnStopGrab";
|
||||
this.bnStopGrab.UseVisualStyleBackColor = true;
|
||||
this.bnStopGrab.Click += new System.EventHandler(this.bnStopGrab_Click);
|
||||
//
|
||||
// bnStartGrab
|
||||
//
|
||||
this.bnStartGrab.AccessibleDescription = null;
|
||||
this.bnStartGrab.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnStartGrab, "bnStartGrab");
|
||||
this.bnStartGrab.BackgroundImage = null;
|
||||
this.bnStartGrab.Font = null;
|
||||
this.bnStartGrab.Name = "bnStartGrab";
|
||||
this.bnStartGrab.UseVisualStyleBackColor = true;
|
||||
this.bnStartGrab.Click += new System.EventHandler(this.bnStartGrab_Click);
|
||||
//
|
||||
// bnTriggerMode
|
||||
//
|
||||
this.bnTriggerMode.AccessibleDescription = null;
|
||||
this.bnTriggerMode.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnTriggerMode, "bnTriggerMode");
|
||||
this.bnTriggerMode.BackgroundImage = null;
|
||||
this.bnTriggerMode.Font = null;
|
||||
this.bnTriggerMode.Name = "bnTriggerMode";
|
||||
this.bnTriggerMode.TabStop = true;
|
||||
this.bnTriggerMode.UseMnemonic = false;
|
||||
@@ -206,11 +161,7 @@
|
||||
//
|
||||
// bnContinuesMode
|
||||
//
|
||||
this.bnContinuesMode.AccessibleDescription = null;
|
||||
this.bnContinuesMode.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnContinuesMode, "bnContinuesMode");
|
||||
this.bnContinuesMode.BackgroundImage = null;
|
||||
this.bnContinuesMode.Font = null;
|
||||
this.bnContinuesMode.Name = "bnContinuesMode";
|
||||
this.bnContinuesMode.TabStop = true;
|
||||
this.bnContinuesMode.UseVisualStyleBackColor = true;
|
||||
@@ -218,68 +169,45 @@
|
||||
//
|
||||
// groupBox3
|
||||
//
|
||||
this.groupBox3.AccessibleDescription = null;
|
||||
this.groupBox3.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox3, "groupBox3");
|
||||
this.groupBox3.BackgroundImage = null;
|
||||
this.groupBox3.Controls.Add(this.bnSavePng);
|
||||
this.groupBox3.Controls.Add(this.bnSaveTiff);
|
||||
this.groupBox3.Controls.Add(this.bnSaveJpg);
|
||||
this.groupBox3.Controls.Add(this.bnSaveBmp);
|
||||
this.groupBox3.Font = null;
|
||||
this.groupBox3.Name = "groupBox3";
|
||||
this.groupBox3.TabStop = false;
|
||||
//
|
||||
// bnSavePng
|
||||
//
|
||||
this.bnSavePng.AccessibleDescription = null;
|
||||
this.bnSavePng.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnSavePng, "bnSavePng");
|
||||
this.bnSavePng.BackgroundImage = null;
|
||||
this.bnSavePng.Font = null;
|
||||
this.bnSavePng.Name = "bnSavePng";
|
||||
this.bnSavePng.UseVisualStyleBackColor = true;
|
||||
this.bnSavePng.Click += new System.EventHandler(this.bnSavePng_Click);
|
||||
//
|
||||
// bnSaveTiff
|
||||
//
|
||||
this.bnSaveTiff.AccessibleDescription = null;
|
||||
this.bnSaveTiff.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnSaveTiff, "bnSaveTiff");
|
||||
this.bnSaveTiff.BackgroundImage = null;
|
||||
this.bnSaveTiff.Font = null;
|
||||
this.bnSaveTiff.Name = "bnSaveTiff";
|
||||
this.bnSaveTiff.UseVisualStyleBackColor = true;
|
||||
this.bnSaveTiff.Click += new System.EventHandler(this.bnSaveTiff_Click);
|
||||
//
|
||||
// bnSaveJpg
|
||||
//
|
||||
this.bnSaveJpg.AccessibleDescription = null;
|
||||
this.bnSaveJpg.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnSaveJpg, "bnSaveJpg");
|
||||
this.bnSaveJpg.BackgroundImage = null;
|
||||
this.bnSaveJpg.Font = null;
|
||||
this.bnSaveJpg.Name = "bnSaveJpg";
|
||||
this.bnSaveJpg.UseVisualStyleBackColor = true;
|
||||
this.bnSaveJpg.Click += new System.EventHandler(this.bnSaveJpg_Click);
|
||||
//
|
||||
// bnSaveBmp
|
||||
//
|
||||
this.bnSaveBmp.AccessibleDescription = null;
|
||||
this.bnSaveBmp.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnSaveBmp, "bnSaveBmp");
|
||||
this.bnSaveBmp.BackgroundImage = null;
|
||||
this.bnSaveBmp.Font = null;
|
||||
this.bnSaveBmp.Name = "bnSaveBmp";
|
||||
this.bnSaveBmp.UseVisualStyleBackColor = true;
|
||||
this.bnSaveBmp.Click += new System.EventHandler(this.bnSaveBmp_Click);
|
||||
//
|
||||
// groupBox4
|
||||
//
|
||||
this.groupBox4.AccessibleDescription = null;
|
||||
this.groupBox4.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox4, "groupBox4");
|
||||
this.groupBox4.BackgroundImage = null;
|
||||
this.groupBox4.Controls.Add(this.bnSetParam);
|
||||
this.groupBox4.Controls.Add(this.bnGetParam);
|
||||
this.groupBox4.Controls.Add(this.label3);
|
||||
@@ -288,98 +216,79 @@
|
||||
this.groupBox4.Controls.Add(this.tbFrameRate);
|
||||
this.groupBox4.Controls.Add(this.tbGain);
|
||||
this.groupBox4.Controls.Add(this.tbExposure);
|
||||
this.groupBox4.Font = null;
|
||||
this.groupBox4.Name = "groupBox4";
|
||||
this.groupBox4.TabStop = false;
|
||||
//
|
||||
// bnSetParam
|
||||
//
|
||||
this.bnSetParam.AccessibleDescription = null;
|
||||
this.bnSetParam.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnSetParam, "bnSetParam");
|
||||
this.bnSetParam.BackgroundImage = null;
|
||||
this.bnSetParam.Font = null;
|
||||
this.bnSetParam.Name = "bnSetParam";
|
||||
this.bnSetParam.UseVisualStyleBackColor = true;
|
||||
this.bnSetParam.Click += new System.EventHandler(this.bnSetParam_Click);
|
||||
//
|
||||
// bnGetParam
|
||||
//
|
||||
this.bnGetParam.AccessibleDescription = null;
|
||||
this.bnGetParam.AccessibleName = null;
|
||||
resources.ApplyResources(this.bnGetParam, "bnGetParam");
|
||||
this.bnGetParam.BackgroundImage = null;
|
||||
this.bnGetParam.Font = null;
|
||||
this.bnGetParam.Name = "bnGetParam";
|
||||
this.bnGetParam.UseVisualStyleBackColor = true;
|
||||
this.bnGetParam.Click += new System.EventHandler(this.bnGetParam_Click);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AccessibleDescription = null;
|
||||
this.label3.AccessibleName = null;
|
||||
resources.ApplyResources(this.label3, "label3");
|
||||
this.label3.Font = null;
|
||||
this.label3.Name = "label3";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AccessibleDescription = null;
|
||||
this.label2.AccessibleName = null;
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Font = null;
|
||||
this.label2.Name = "label2";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AccessibleDescription = null;
|
||||
this.label1.AccessibleName = null;
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Font = null;
|
||||
this.label1.Name = "label1";
|
||||
//
|
||||
// tbFrameRate
|
||||
//
|
||||
this.tbFrameRate.AccessibleDescription = null;
|
||||
this.tbFrameRate.AccessibleName = null;
|
||||
resources.ApplyResources(this.tbFrameRate, "tbFrameRate");
|
||||
this.tbFrameRate.BackgroundImage = null;
|
||||
this.tbFrameRate.Font = null;
|
||||
this.tbFrameRate.Name = "tbFrameRate";
|
||||
//
|
||||
// tbGain
|
||||
//
|
||||
this.tbGain.AccessibleDescription = null;
|
||||
this.tbGain.AccessibleName = null;
|
||||
resources.ApplyResources(this.tbGain, "tbGain");
|
||||
this.tbGain.BackgroundImage = null;
|
||||
this.tbGain.Font = null;
|
||||
this.tbGain.Name = "tbGain";
|
||||
//
|
||||
// tbExposure
|
||||
//
|
||||
this.tbExposure.AccessibleDescription = null;
|
||||
this.tbExposure.AccessibleName = null;
|
||||
resources.ApplyResources(this.tbExposure, "tbExposure");
|
||||
this.tbExposure.BackgroundImage = null;
|
||||
this.tbExposure.Font = null;
|
||||
this.tbExposure.Name = "tbExposure";
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
||||
this.pictureBox2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// pictureBox3
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox3, "pictureBox3");
|
||||
this.pictureBox3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
||||
this.pictureBox3.Name = "pictureBox3";
|
||||
this.pictureBox3.TabStop = false;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AccessibleDescription = null;
|
||||
this.AccessibleName = null;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackgroundImage = null;
|
||||
this.Controls.Add(this.pictureBox3);
|
||||
this.Controls.Add(this.pictureBox2);
|
||||
this.Controls.Add(this.groupBox4);
|
||||
this.Controls.Add(this.groupBox3);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Controls.Add(this.pictureBox1);
|
||||
this.Controls.Add(this.cbDeviceList);
|
||||
this.Font = null;
|
||||
this.Icon = null;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "Form1";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||||
@@ -390,6 +299,8 @@
|
||||
this.groupBox3.ResumeLayout(false);
|
||||
this.groupBox4.ResumeLayout(false);
|
||||
this.groupBox4.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -423,6 +334,8 @@
|
||||
private System.Windows.Forms.Button bnGetParam;
|
||||
private System.Windows.Forms.Button bnSavePng;
|
||||
private System.Windows.Forms.Button bnSaveTiff;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.PictureBox pictureBox3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -994,5 +994,9 @@ namespace BasicDemo
|
||||
// ch: 反初始化SDK | en: Finalize SDK
|
||||
MyCamera.MV_CC_Finalize_NET();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -117,74 +117,194 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="bnClose.Text" xml:space="preserve">
|
||||
<value>关闭设备</value>
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="bnOpen.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<data name="cbDeviceList.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>26, 18</value>
|
||||
</data>
|
||||
<data name="bnOpen.Text" xml:space="preserve">
|
||||
<value>打开设备</value>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="cbDeviceList.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnEnum.Text" xml:space="preserve">
|
||||
<value>查找设备</value>
|
||||
<data name="cbDeviceList.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>946, 26</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>10, 80</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>605, 647</value>
|
||||
</data>
|
||||
<data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 810</value>
|
||||
</data>
|
||||
<data name="groupBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>301, 132</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>初始化</value>
|
||||
</data>
|
||||
<data name="bnClose.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>156, 82</value>
|
||||
</data>
|
||||
<data name="bnClose.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnClose.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnClose.Text" xml:space="preserve">
|
||||
<value>关闭设备</value>
|
||||
</data>
|
||||
<data name="bnOpen.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>16, 82</value>
|
||||
</data>
|
||||
<data name="bnOpen.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnOpen.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnOpen.Text" xml:space="preserve">
|
||||
<value>打开设备</value>
|
||||
</data>
|
||||
<data name="bnEnum.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>16, 30</value>
|
||||
</data>
|
||||
<data name="bnEnum.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnEnum.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>232, 34</value>
|
||||
</data>
|
||||
<data name="bnEnum.Text" xml:space="preserve">
|
||||
<value>查找设备</value>
|
||||
</data>
|
||||
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>337, 821</value>
|
||||
</data>
|
||||
<data name="groupBox2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox2.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>456, 127</value>
|
||||
</data>
|
||||
<data name="groupBox2.Text" xml:space="preserve">
|
||||
<value>采集图像</value>
|
||||
</data>
|
||||
<data name="bnTriggerExec.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>142, 99</value>
|
||||
<value>300, 72</value>
|
||||
</data>
|
||||
<data name="bnTriggerExec.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnTriggerExec.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnTriggerExec.Text" xml:space="preserve">
|
||||
<value>软触发一次</value>
|
||||
</data>
|
||||
<data name="cbSoftTrigger.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>286, 35</value>
|
||||
</data>
|
||||
<data name="cbSoftTrigger.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="cbSoftTrigger.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>60, 16</value>
|
||||
<value>88, 22</value>
|
||||
</data>
|
||||
<data name="cbSoftTrigger.Text" xml:space="preserve">
|
||||
<value>软触发</value>
|
||||
</data>
|
||||
<data name="bnStopGrab.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>158, 72</value>
|
||||
</data>
|
||||
<data name="bnStopGrab.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnStopGrab.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnStopGrab.Text" xml:space="preserve">
|
||||
<value>停止采集</value>
|
||||
</data>
|
||||
<data name="bnStartGrab.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 72</value>
|
||||
</data>
|
||||
<data name="bnStartGrab.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnStartGrab.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnStartGrab.Text" xml:space="preserve">
|
||||
<value>开始采集</value>
|
||||
</data>
|
||||
<data name="bnTriggerMode.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>173, 34</value>
|
||||
</data>
|
||||
<data name="bnTriggerMode.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnTriggerMode.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>71, 16</value>
|
||||
<value>105, 22</value>
|
||||
</data>
|
||||
<data name="bnTriggerMode.Text" xml:space="preserve">
|
||||
<value>触发模式</value>
|
||||
</data>
|
||||
<data name="bnContinuesMode.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>58, 34</value>
|
||||
</data>
|
||||
<data name="bnContinuesMode.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnContinuesMode.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>71, 16</value>
|
||||
<value>105, 22</value>
|
||||
</data>
|
||||
<data name="bnContinuesMode.Text" xml:space="preserve">
|
||||
<value>连续模式</value>
|
||||
</data>
|
||||
<data name="groupBox2.Text" xml:space="preserve">
|
||||
<value>采集图像</value>
|
||||
<data name="groupBox3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>814, 821</value>
|
||||
</data>
|
||||
<data name="groupBox3.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox3.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>364, 121</value>
|
||||
</data>
|
||||
<data name="groupBox3.Text" xml:space="preserve">
|
||||
<value>保存图片</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="bnSavePng.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="bnSavePng.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="bnSavePng.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>213, 79</value>
|
||||
</data>
|
||||
<data name="bnSavePng.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnSavePng.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnSavePng.Text" xml:space="preserve">
|
||||
<value>保存PNG</value>
|
||||
@@ -195,89 +315,170 @@
|
||||
<data name="bnSaveTiff.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="bnSaveTiff.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>30, 80</value>
|
||||
</data>
|
||||
<data name="bnSaveTiff.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnSaveTiff.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnSaveTiff.Text" xml:space="preserve">
|
||||
<value>保存TIFF</value>
|
||||
</data>
|
||||
<data name="bnSaveJpg.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>142, 25</value>
|
||||
<value>213, 30</value>
|
||||
</data>
|
||||
<data name="bnSaveJpg.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnSaveJpg.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnSaveJpg.Text" xml:space="preserve">
|
||||
<value>保存JPG</value>
|
||||
</data>
|
||||
<data name="bnSaveBmp.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 25</value>
|
||||
<value>30, 31</value>
|
||||
</data>
|
||||
<data name="bnSaveBmp.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnSaveBmp.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnSaveBmp.Text" xml:space="preserve">
|
||||
<value>保存BMP</value>
|
||||
</data>
|
||||
<data name="groupBox3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>243, 97</value>
|
||||
<data name="groupBox4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>1186, 816</value>
|
||||
</data>
|
||||
<data name="groupBox3.Text" xml:space="preserve">
|
||||
<value>保存图片</value>
|
||||
<data name="groupBox4.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox4.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="groupBox4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>679, 126</value>
|
||||
</data>
|
||||
<data name="groupBox4.Text" xml:space="preserve">
|
||||
<value>参数</value>
|
||||
</data>
|
||||
<data name="bnSetParam.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>142, 122</value>
|
||||
<value>314, 78</value>
|
||||
</data>
|
||||
<data name="bnSetParam.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnSetParam.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnSetParam.Text" xml:space="preserve">
|
||||
<value>设置参数</value>
|
||||
</data>
|
||||
<data name="bnGetParam.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 122</value>
|
||||
<value>102, 78</value>
|
||||
</data>
|
||||
<data name="bnGetParam.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="bnGetParam.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 23</value>
|
||||
<value>132, 34</value>
|
||||
</data>
|
||||
<data name="bnGetParam.Text" xml:space="preserve">
|
||||
<value>获取参数</value>
|
||||
</data>
|
||||
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>7, 42</value>
|
||||
</data>
|
||||
<data name="label3.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 0, 4, 0</value>
|
||||
</data>
|
||||
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>29, 12</value>
|
||||
<value>44, 18</value>
|
||||
</data>
|
||||
<data name="label3.Text" xml:space="preserve">
|
||||
<value>帧率</value>
|
||||
</data>
|
||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>230, 42</value>
|
||||
</data>
|
||||
<data name="label2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 0, 4, 0</value>
|
||||
</data>
|
||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>44, 18</value>
|
||||
</data>
|
||||
<data name="label2.Text" xml:space="preserve">
|
||||
<value>增益</value>
|
||||
</data>
|
||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>464, 42</value>
|
||||
</data>
|
||||
<data name="label1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 0, 4, 0</value>
|
||||
</data>
|
||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>29, 12</value>
|
||||
<value>44, 18</value>
|
||||
</data>
|
||||
<data name="label1.Text" xml:space="preserve">
|
||||
<value>曝光</value>
|
||||
</data>
|
||||
<data name="tbFrameRate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>69, 39</value>
|
||||
</data>
|
||||
<data name="tbFrameRate.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="tbFrameRate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>93, 21</value>
|
||||
<value>138, 28</value>
|
||||
</data>
|
||||
<data name="tbGain.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>292, 32</value>
|
||||
</data>
|
||||
<data name="tbGain.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="tbGain.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>93, 21</value>
|
||||
<value>138, 28</value>
|
||||
</data>
|
||||
<data name="tbExposure.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>526, 39</value>
|
||||
</data>
|
||||
<data name="tbExposure.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="tbExposure.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>93, 21</value>
|
||||
<value>138, 28</value>
|
||||
</data>
|
||||
<data name="groupBox4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>666, 375</value>
|
||||
<data name="pictureBox2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="groupBox4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>243, 157</value>
|
||||
<data name="pictureBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>639, 80</value>
|
||||
</data>
|
||||
<data name="groupBox4.Text" xml:space="preserve">
|
||||
<value>参数</value>
|
||||
<data name="pictureBox2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="pictureBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>632, 647</value>
|
||||
</data>
|
||||
<data name="pictureBox3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="pictureBox3.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>4, 4, 4, 4</value>
|
||||
</data>
|
||||
<data name="pictureBox3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>577, 647</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>9, 18</value>
|
||||
</data>
|
||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>921, 543</value>
|
||||
<value>1878, 944</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>MvCamera SDK CS演示程序</value>
|
||||
|
||||
Reference in New Issue
Block a user