namespace dccdc.Selfhelp { partial class frm_QRSetting { /// /// 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() { this.cb_fbl = new System.Windows.Forms.ComboBox(); this.label33 = new System.Windows.Forms.Label(); this.cb_cjk = new System.Windows.Forms.ComboBox(); this.label32 = new System.Windows.Forms.Label(); this.bt_save = new System.Windows.Forms.Button(); this.btn_test = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // cb_fbl // this.cb_fbl.FormattingEnabled = true; this.cb_fbl.Location = new System.Drawing.Point(125, 50); this.cb_fbl.Name = "cb_fbl"; this.cb_fbl.Size = new System.Drawing.Size(177, 20); this.cb_fbl.TabIndex = 7; // // label33 // this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(18, 54); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(101, 12); this.label33.TabIndex = 6; this.label33.Text = "选择采集分辨率:"; // // cb_cjk // this.cb_cjk.DisplayMember = "Name"; this.cb_cjk.FormattingEnabled = true; this.cb_cjk.Location = new System.Drawing.Point(125, 19); this.cb_cjk.Name = "cb_cjk"; this.cb_cjk.Size = new System.Drawing.Size(177, 20); this.cb_cjk.TabIndex = 5; this.cb_cjk.ValueMember = "MonikerString"; this.cb_cjk.SelectedIndexChanged += new System.EventHandler(this.cb_cjk_SelectedIndexChanged); // // label32 // this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(30, 22); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(89, 12); this.label32.TabIndex = 4; this.label32.Text = "请选择采集卡:"; // // bt_save // this.bt_save.Location = new System.Drawing.Point(404, 49); this.bt_save.Name = "bt_save"; this.bt_save.Size = new System.Drawing.Size(75, 23); this.bt_save.TabIndex = 9; this.bt_save.Text = "保存"; this.bt_save.UseVisualStyleBackColor = true; this.bt_save.Click += new System.EventHandler(this.bt_save_Click); // // btn_test // this.btn_test.Location = new System.Drawing.Point(308, 49); this.btn_test.Name = "btn_test"; this.btn_test.Size = new System.Drawing.Size(75, 23); this.btn_test.TabIndex = 8; this.btn_test.Text = "测试"; this.btn_test.UseVisualStyleBackColor = true; this.btn_test.Click += new System.EventHandler(this.btn_test_Click); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(20, 98); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(824, 465); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 10; this.pictureBox1.TabStop = false; // // frm_QRSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(856, 575); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.bt_save); this.Controls.Add(this.btn_test); this.Controls.Add(this.cb_fbl); this.Controls.Add(this.label33); this.Controls.Add(this.cb_cjk); this.Controls.Add(this.label32); this.Name = "frm_QRSetting"; this.Text = "设像头设置"; this.Load += new System.EventHandler(this.frm_QRSetting_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cb_fbl; private System.Windows.Forms.Label label33; private System.Windows.Forms.ComboBox cb_cjk; private System.Windows.Forms.Label label32; private System.Windows.Forms.Button bt_save; private System.Windows.Forms.Button btn_test; private System.Windows.Forms.PictureBox pictureBox1; } }