namespace Lskj.Control.HighBeaterInvoice { partial class FrmHighBeater { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHighBeater)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.startBtn = new DevExpress.XtraEditors.SimpleButton(); this.btn_selectPic = new DevExpress.XtraEditors.ButtonEdit(); this.label3 = new System.Windows.Forms.Label(); this.btn_select = new DevExpress.XtraEditors.ButtonEdit(); this.btn_oneByone = new DevExpress.XtraEditors.SimpleButton(); this.btn_AutoSize = new DevExpress.XtraEditors.SimpleButton(); this.btn_right = new DevExpress.XtraEditors.SimpleButton(); this.btn_left = new DevExpress.XtraEditors.SimpleButton(); this.btn_max = new DevExpress.XtraEditors.SimpleButton(); this.btn_min = new DevExpress.XtraEditors.SimpleButton(); this.GroupBox8 = new System.Windows.Forms.GroupBox(); this.com_fileFormat = new DevExpress.XtraEditors.ComboBoxEdit(); this.com_Colorformat = new DevExpress.XtraEditors.ComboBoxEdit(); this.Label14 = new System.Windows.Forms.Label(); this.TrackQuality = new System.Windows.Forms.TrackBar(); this.Label7 = new System.Windows.Forms.Label(); this.Label10 = new System.Windows.Forms.Label(); this.Label11 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.rad_ManualTrim = new System.Windows.Forms.RadioButton(); this.rad_AutoTrim = new System.Windows.Forms.RadioButton(); this.rad_DontTrim = new System.Windows.Forms.RadioButton(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.Label9 = new System.Windows.Forms.Label(); this.com_Equip = new System.Windows.Forms.ComboBox(); this.com_resolution = new System.Windows.Forms.ComboBox(); this.Label8 = new System.Windows.Forms.Label(); this.GroupBox12 = new System.Windows.Forms.GroupBox(); this.btn_ImgStting = new DevExpress.XtraEditors.SimpleButton(); this.GroupBox7 = new System.Windows.Forms.GroupBox(); this.btn_obtain = new DevExpress.XtraEditors.SimpleButton(); this.cek_autoExposure = new System.Windows.Forms.CheckBox(); this.TrackBar1 = new System.Windows.Forms.TrackBar(); this.TrackBar2 = new System.Windows.Forms.TrackBar(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.axCamCaptureCtl = new AxCamCaptureCtlLib.AxCamCaptureCtl(); this.label15 = new System.Windows.Forms.Label(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.btn_selectPic.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btn_select.Properties)).BeginInit(); this.GroupBox8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.com_fileFormat.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.com_Colorformat.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TrackQuality)).BeginInit(); this.groupBox5.SuspendLayout(); this.GroupBox1.SuspendLayout(); this.GroupBox12.SuspendLayout(); this.GroupBox7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TrackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TrackBar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axCamCaptureCtl)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.startBtn); this.panelControl1.Controls.Add(this.btn_selectPic); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.btn_select); this.panelControl1.Controls.Add(this.btn_oneByone); this.panelControl1.Controls.Add(this.btn_AutoSize); this.panelControl1.Controls.Add(this.btn_right); this.panelControl1.Controls.Add(this.btn_left); this.panelControl1.Controls.Add(this.btn_max); this.panelControl1.Controls.Add(this.btn_min); this.panelControl1.Controls.Add(this.GroupBox8); this.panelControl1.Controls.Add(this.groupBox5); this.panelControl1.Controls.Add(this.GroupBox1); this.panelControl1.Controls.Add(this.axCamCaptureCtl); this.panelControl1.Controls.Add(this.label15); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1011, 661); this.panelControl1.TabIndex = 0; // // startBtn // this.startBtn.Location = new System.Drawing.Point(568, 573); this.startBtn.Margin = new System.Windows.Forms.Padding(4); this.startBtn.Name = "startBtn"; this.startBtn.Size = new System.Drawing.Size(52, 67); this.startBtn.TabIndex = 97; this.startBtn.Text = "执行"; // // btn_selectPic // this.btn_selectPic.Location = new System.Drawing.Point(123, 614); this.btn_selectPic.Margin = new System.Windows.Forms.Padding(4); this.btn_selectPic.Name = "btn_selectPic"; this.btn_selectPic.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.btn_selectPic.Size = new System.Drawing.Size(437, 24); this.btn_selectPic.TabIndex = 96; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(20, 617); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 18); this.label3.TabIndex = 95; this.label3.Text = "手动选择图片"; // // btn_select // this.btn_select.Location = new System.Drawing.Point(123, 575); this.btn_select.Margin = new System.Windows.Forms.Padding(4); this.btn_select.Name = "btn_select"; this.btn_select.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.btn_select.Size = new System.Drawing.Size(437, 24); this.btn_select.TabIndex = 94; // // btn_oneByone // this.btn_oneByone.Location = new System.Drawing.Point(565, 545); this.btn_oneByone.Location = new System.Drawing.Point(541, 534); this.btn_oneByone.Margin = new System.Windows.Forms.Padding(4); this.btn_oneByone.Name = "btn_oneByone"; this.btn_oneByone.Size = new System.Drawing.Size(79, 29); this.btn_oneByone.TabIndex = 93; this.btn_oneByone.Text = "1:1"; this.btn_oneByone.Click += new System.EventHandler(this.OnToOneClick); // // btn_AutoSize // this.btn_AutoSize.Location = new System.Drawing.Point(436, 534); this.btn_AutoSize.Margin = new System.Windows.Forms.Padding(4); this.btn_AutoSize.Name = "btn_AutoSize"; this.btn_AutoSize.Size = new System.Drawing.Size(79, 29); this.btn_AutoSize.TabIndex = 93; this.btn_AutoSize.Text = "适合大小"; this.btn_AutoSize.Click += new System.EventHandler(this.OnfitAutoClick); // // btn_right // this.btn_right.Location = new System.Drawing.Point(332, 534); this.btn_right.Margin = new System.Windows.Forms.Padding(4); this.btn_right.Name = "btn_right"; this.btn_right.Size = new System.Drawing.Size(79, 29); this.btn_right.TabIndex = 93; this.btn_right.Text = "右旋转"; this.btn_right.Click += new System.EventHandler(this.OnRightRevClick); // // btn_left // this.btn_left.Location = new System.Drawing.Point(229, 534); this.btn_left.Margin = new System.Windows.Forms.Padding(4); this.btn_left.Name = "btn_left"; this.btn_left.Size = new System.Drawing.Size(79, 29); this.btn_left.TabIndex = 93; this.btn_left.Text = "左旋转"; this.btn_left.Click += new System.EventHandler(this.OnLeftRevClick); // // btn_max // this.btn_max.Location = new System.Drawing.Point(127, 534); this.btn_max.Margin = new System.Windows.Forms.Padding(4); this.btn_max.Name = "btn_max"; this.btn_max.Size = new System.Drawing.Size(79, 29); this.btn_max.TabIndex = 93; this.btn_max.Text = "放大"; this.btn_max.Click += new System.EventHandler(this.OnBtnMaxClick); // // btn_min // this.btn_min.Location = new System.Drawing.Point(24, 534); this.btn_min.Margin = new System.Windows.Forms.Padding(4); this.btn_min.Name = "btn_min"; this.btn_min.Size = new System.Drawing.Size(79, 29); this.btn_min.TabIndex = 93; this.btn_min.Text = "缩小"; this.btn_min.Click += new System.EventHandler(this.OnBtnMinClick); // // GroupBox8 // this.GroupBox8.Controls.Add(this.com_fileFormat); this.GroupBox8.Controls.Add(this.com_Colorformat); this.GroupBox8.Controls.Add(this.Label14); this.GroupBox8.Controls.Add(this.TrackQuality); this.GroupBox8.Controls.Add(this.Label7); this.GroupBox8.Controls.Add(this.Label10); this.GroupBox8.Controls.Add(this.Label11); this.GroupBox8.Location = new System.Drawing.Point(716, 514); this.GroupBox8.Margin = new System.Windows.Forms.Padding(4); this.GroupBox8.Name = "GroupBox8"; this.GroupBox8.Padding = new System.Windows.Forms.Padding(4); this.GroupBox8.Size = new System.Drawing.Size(244, 124); this.GroupBox8.TabIndex = 92; this.GroupBox8.TabStop = false; this.GroupBox8.Text = "图像格式"; // // com_fileFormat // this.com_fileFormat.Location = new System.Drawing.Point(103, 61); this.com_fileFormat.Margin = new System.Windows.Forms.Padding(4); this.com_fileFormat.Name = "com_fileFormat"; this.com_fileFormat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.com_fileFormat.Properties.Items.AddRange(new object[] { "jpg", "bmp", "png", "tiff", "gif", "pdf"}); this.com_fileFormat.Size = new System.Drawing.Size(125, 24); this.com_fileFormat.TabIndex = 43; this.com_fileFormat.SelectedIndexChanged += new System.EventHandler(this.OnFileFormatSelectedIndexChanged); // // com_Colorformat // this.com_Colorformat.Location = new System.Drawing.Point(103, 28); this.com_Colorformat.Margin = new System.Windows.Forms.Padding(4); this.com_Colorformat.Name = "com_Colorformat"; this.com_Colorformat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.com_Colorformat.Properties.Items.AddRange(new object[] { "彩色", "灰度", "黑白"}); this.com_Colorformat.Size = new System.Drawing.Size(125, 24); this.com_Colorformat.TabIndex = 42; this.com_Colorformat.SelectedIndexChanged += new System.EventHandler(this.OnColorformatSelectedIndexChanged); // // Label14 // this.Label14.AutoSize = true; this.Label14.Location = new System.Drawing.Point(209, 100); this.Label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label14.Name = "Label14"; this.Label14.Size = new System.Drawing.Size(32, 18); this.Label14.TabIndex = 41; this.Label14.Text = "100"; // // TrackQuality // this.TrackQuality.AutoSize = false; this.TrackQuality.Location = new System.Drawing.Point(41, 95); this.TrackQuality.Margin = new System.Windows.Forms.Padding(4); this.TrackQuality.Maximum = 100; this.TrackQuality.Name = "TrackQuality"; this.TrackQuality.Size = new System.Drawing.Size(171, 25); this.TrackQuality.TabIndex = 40; this.TrackQuality.TickStyle = System.Windows.Forms.TickStyle.None; this.TrackQuality.Value = 100; // // Label7 // this.Label7.AutoSize = true; this.Label7.Location = new System.Drawing.Point(8, 98); this.Label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label7.Name = "Label7"; this.Label7.Size = new System.Drawing.Size(38, 18); this.Label7.TabIndex = 39; this.Label7.Text = "质量"; // // Label10 // this.Label10.AutoSize = true; this.Label10.Location = new System.Drawing.Point(27, 31); this.Label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label10.Name = "Label10"; this.Label10.Size = new System.Drawing.Size(68, 18); this.Label10.TabIndex = 30; this.Label10.Text = "颜色格式"; // // Label11 // this.Label11.AutoSize = true; this.Label11.Location = new System.Drawing.Point(28, 64); this.Label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label11.Name = "Label11"; this.Label11.Size = new System.Drawing.Size(68, 18); this.Label11.TabIndex = 37; this.Label11.Text = "文件格式"; // // groupBox5 // this.groupBox5.Controls.Add(this.rad_ManualTrim); this.groupBox5.Controls.Add(this.rad_AutoTrim); this.groupBox5.Controls.Add(this.rad_DontTrim); this.groupBox5.Location = new System.Drawing.Point(716, 381); this.groupBox5.Margin = new System.Windows.Forms.Padding(4); this.groupBox5.Name = "groupBox5"; this.groupBox5.Padding = new System.Windows.Forms.Padding(4); this.groupBox5.Size = new System.Drawing.Size(243, 125); this.groupBox5.TabIndex = 91; this.groupBox5.TabStop = false; this.groupBox5.Text = "裁切"; // // rad_ManualTrim // this.rad_ManualTrim.AutoSize = true; this.rad_ManualTrim.Location = new System.Drawing.Point(67, 79); this.rad_ManualTrim.Margin = new System.Windows.Forms.Padding(4); this.rad_ManualTrim.Name = "rad_ManualTrim"; this.rad_ManualTrim.Size = new System.Drawing.Size(89, 22); this.rad_ManualTrim.TabIndex = 19; this.rad_ManualTrim.Text = "手动裁切"; this.rad_ManualTrim.UseVisualStyleBackColor = true; this.rad_ManualTrim.CheckedChanged += new System.EventHandler(this.OnFrmManualTrim); // // rad_AutoTrim // this.rad_AutoTrim.AutoSize = true; this.rad_AutoTrim.Location = new System.Drawing.Point(67, 49); this.rad_AutoTrim.Margin = new System.Windows.Forms.Padding(4); this.rad_AutoTrim.Name = "rad_AutoTrim"; this.rad_AutoTrim.Size = new System.Drawing.Size(89, 22); this.rad_AutoTrim.TabIndex = 18; this.rad_AutoTrim.Text = "自动裁切"; this.rad_AutoTrim.UseVisualStyleBackColor = true; this.rad_AutoTrim.CheckedChanged += new System.EventHandler(this.OnFrmAutoTrim); // // rad_DontTrim // this.rad_DontTrim.AutoSize = true; this.rad_DontTrim.Checked = true; this.rad_DontTrim.Location = new System.Drawing.Point(67, 20); this.rad_DontTrim.Margin = new System.Windows.Forms.Padding(4); this.rad_DontTrim.Name = "rad_DontTrim"; this.rad_DontTrim.Size = new System.Drawing.Size(74, 22); this.rad_DontTrim.TabIndex = 17; this.rad_DontTrim.TabStop = true; this.rad_DontTrim.Text = "不裁切"; this.rad_DontTrim.UseVisualStyleBackColor = true; this.rad_DontTrim.CheckedChanged += new System.EventHandler(this.OnFrmDontTrim); // // GroupBox1 // this.GroupBox1.Controls.Add(this.Label9); this.GroupBox1.Controls.Add(this.com_Equip); this.GroupBox1.Controls.Add(this.com_resolution); this.GroupBox1.Controls.Add(this.Label8); this.GroupBox1.Controls.Add(this.GroupBox12); this.GroupBox1.Controls.Add(this.GroupBox7); this.GroupBox1.Location = new System.Drawing.Point(685, 26); 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(297, 348); this.GroupBox1.TabIndex = 90; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "参数设置"; // // Label9 // this.Label9.AutoSize = true; this.Label9.Location = new System.Drawing.Point(31, 31); this.Label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label9.Name = "Label9"; this.Label9.Size = new System.Drawing.Size(38, 18); this.Label9.TabIndex = 66; this.Label9.Text = "设备"; // // com_Equip // this.com_Equip.FormattingEnabled = true; this.com_Equip.Location = new System.Drawing.Point(76, 26); this.com_Equip.Margin = new System.Windows.Forms.Padding(4); this.com_Equip.Name = "com_Equip"; this.com_Equip.Size = new System.Drawing.Size(204, 26); this.com_Equip.TabIndex = 67; // // com_resolution // this.com_resolution.Enabled = false; this.com_resolution.FormattingEnabled = true; this.com_resolution.Location = new System.Drawing.Point(76, 71); this.com_resolution.Margin = new System.Windows.Forms.Padding(4); this.com_resolution.Name = "com_resolution"; this.com_resolution.Size = new System.Drawing.Size(204, 26); this.com_resolution.TabIndex = 64; this.com_resolution.SelectedIndexChanged += new System.EventHandler(this.OnComResSelectedIndexChanged); // // Label8 // this.Label8.AutoSize = true; this.Label8.Location = new System.Drawing.Point(19, 76); this.Label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label8.Name = "Label8"; this.Label8.Size = new System.Drawing.Size(53, 18); this.Label8.TabIndex = 65; this.Label8.Text = "分辨率"; // // GroupBox12 // this.GroupBox12.Controls.Add(this.btn_ImgStting); this.GroupBox12.Location = new System.Drawing.Point(16, 259); this.GroupBox12.Margin = new System.Windows.Forms.Padding(4); this.GroupBox12.Name = "GroupBox12"; this.GroupBox12.Padding = new System.Windows.Forms.Padding(4); this.GroupBox12.Size = new System.Drawing.Size(265, 74); this.GroupBox12.TabIndex = 63; this.GroupBox12.TabStop = false; // // btn_ImgStting // this.btn_ImgStting.Location = new System.Drawing.Point(12, 21); this.btn_ImgStting.Margin = new System.Windows.Forms.Padding(4); this.btn_ImgStting.Name = "btn_ImgStting"; this.btn_ImgStting.Size = new System.Drawing.Size(240, 38); this.btn_ImgStting.TabIndex = 93; this.btn_ImgStting.Text = "图像设置"; this.btn_ImgStting.Click += new System.EventHandler(this.OnPicSettingClick); // // GroupBox7 // this.GroupBox7.Controls.Add(this.btn_obtain); this.GroupBox7.Controls.Add(this.cek_autoExposure); this.GroupBox7.Controls.Add(this.TrackBar1); this.GroupBox7.Controls.Add(this.TrackBar2); this.GroupBox7.Controls.Add(this.Label2); this.GroupBox7.Controls.Add(this.Label1); this.GroupBox7.Location = new System.Drawing.Point(16, 105); this.GroupBox7.Margin = new System.Windows.Forms.Padding(4); this.GroupBox7.Name = "GroupBox7"; this.GroupBox7.Padding = new System.Windows.Forms.Padding(4); this.GroupBox7.Size = new System.Drawing.Size(265, 152); this.GroupBox7.TabIndex = 63; this.GroupBox7.TabStop = false; // // btn_obtain // this.btn_obtain.Location = new System.Drawing.Point(11, 15); this.btn_obtain.Margin = new System.Windows.Forms.Padding(4); this.btn_obtain.Name = "btn_obtain"; this.btn_obtain.Size = new System.Drawing.Size(244, 31); this.btn_obtain.TabIndex = 94; this.btn_obtain.Text = "获取参数"; this.btn_obtain.Click += new System.EventHandler(this.OnBtnobtainClick); // // cek_autoExposure // this.cek_autoExposure.AutoSize = true; this.cek_autoExposure.Enabled = false; this.cek_autoExposure.Location = new System.Drawing.Point(159, 121); this.cek_autoExposure.Margin = new System.Windows.Forms.Padding(4); this.cek_autoExposure.Name = "cek_autoExposure"; this.cek_autoExposure.Size = new System.Drawing.Size(90, 22); this.cek_autoExposure.TabIndex = 10; this.cek_autoExposure.Text = "自动曝光"; this.cek_autoExposure.UseVisualStyleBackColor = true; this.cek_autoExposure.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckedChanged); // // TrackBar1 // this.TrackBar1.AutoSize = false; this.TrackBar1.Enabled = false; this.TrackBar1.Location = new System.Drawing.Point(60, 50); this.TrackBar1.Margin = new System.Windows.Forms.Padding(4); this.TrackBar1.Name = "TrackBar1"; this.TrackBar1.Size = new System.Drawing.Size(197, 38); this.TrackBar1.TabIndex = 8; this.TrackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.TrackBar1.Scroll += new System.EventHandler(this.OnTrackBarScrol); // // TrackBar2 // this.TrackBar2.AutoSize = false; this.TrackBar2.Enabled = false; this.TrackBar2.Location = new System.Drawing.Point(60, 86); this.TrackBar2.Margin = new System.Windows.Forms.Padding(4); this.TrackBar2.Name = "TrackBar2"; this.TrackBar2.Size = new System.Drawing.Size(197, 36); this.TrackBar2.TabIndex = 9; this.TrackBar2.TickStyle = System.Windows.Forms.TickStyle.None; this.TrackBar2.Scroll += new System.EventHandler(this.OnTrackExposureScrol); // // Label2 // this.Label2.AutoSize = true; this.Label2.Enabled = false; this.Label2.Location = new System.Drawing.Point(15, 92); this.Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(38, 18); this.Label2.TabIndex = 12; this.Label2.Text = "曝光"; // // Label1 // this.Label1.AutoSize = true; this.Label1.Enabled = false; this.Label1.Location = new System.Drawing.Point(15, 58); this.Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(38, 18); this.Label1.TabIndex = 11; this.Label1.Text = "亮度"; // // axCamCaptureCtl // this.axCamCaptureCtl.Enabled = true; this.axCamCaptureCtl.Location = new System.Drawing.Point(24, 28); this.axCamCaptureCtl.Margin = new System.Windows.Forms.Padding(4); this.axCamCaptureCtl.Name = "axCamCaptureCtl"; this.axCamCaptureCtl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axCamCaptureCtl.OcxState"))); this.axCamCaptureCtl.Size = new System.Drawing.Size(590, 490); this.axCamCaptureCtl.TabIndex = 83; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(20, 578); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(98, 18); this.label15.TabIndex = 82; this.label15.Text = "图片保存路径"; // // FrmHighBeater // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1011, 661); this.Controls.Add(this.panelControl1); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.Name = "FrmHighBeater"; this.Text = "高拍仪(回车自动拍摄)"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFrmHighBeater_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.btn_selectPic.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btn_select.Properties)).EndInit(); this.GroupBox8.ResumeLayout(false); this.GroupBox8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.com_fileFormat.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.com_Colorformat.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TrackQuality)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.GroupBox1.ResumeLayout(false); this.GroupBox1.PerformLayout(); this.GroupBox12.ResumeLayout(false); this.GroupBox7.ResumeLayout(false); this.GroupBox7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TrackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TrackBar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axCamCaptureCtl)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private System.Windows.Forms.Label label15; private DevExpress.XtraEditors.SimpleButton btn_oneByone; private DevExpress.XtraEditors.SimpleButton btn_AutoSize; private DevExpress.XtraEditors.SimpleButton btn_right; private DevExpress.XtraEditors.SimpleButton btn_left; private DevExpress.XtraEditors.SimpleButton btn_max; private DevExpress.XtraEditors.SimpleButton btn_min; internal System.Windows.Forms.GroupBox GroupBox8; internal System.Windows.Forms.Label Label14; internal System.Windows.Forms.TrackBar TrackQuality; internal System.Windows.Forms.Label Label7; internal System.Windows.Forms.Label Label10; internal System.Windows.Forms.Label Label11; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.RadioButton rad_ManualTrim; private System.Windows.Forms.RadioButton rad_AutoTrim; private System.Windows.Forms.RadioButton rad_DontTrim; internal System.Windows.Forms.GroupBox GroupBox1; internal System.Windows.Forms.ComboBox com_resolution; internal System.Windows.Forms.Label Label8; internal System.Windows.Forms.GroupBox GroupBox12; internal System.Windows.Forms.GroupBox GroupBox7; internal System.Windows.Forms.CheckBox cek_autoExposure; internal System.Windows.Forms.TrackBar TrackBar1; internal System.Windows.Forms.TrackBar TrackBar2; internal System.Windows.Forms.Label Label2; internal System.Windows.Forms.Label Label1; private DevExpress.XtraEditors.SimpleButton btn_ImgStting; private DevExpress.XtraEditors.SimpleButton btn_obtain; private DevExpress.XtraEditors.ButtonEdit btn_select; private DevExpress.XtraEditors.ComboBoxEdit com_fileFormat; private DevExpress.XtraEditors.ComboBoxEdit com_Colorformat; internal System.Windows.Forms.Label Label9; internal System.Windows.Forms.ComboBox com_Equip; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; public AxCamCaptureCtlLib.AxCamCaptureCtl axCamCaptureCtl; private DevExpress.XtraEditors.ButtonEdit btn_selectPic; private System.Windows.Forms.Label label3; private DevExpress.XtraEditors.SimpleButton startBtn; } }