namespace HisenceYoloDetection { partial class InsertSqlFrm { /// /// 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() { panel1 = new Panel(); button1 = new Button(); OpenTwoDirBtn = new Button(); OpenDirBtn = new Button(); Cam2MatCbx = new TextBox(); label3 = new Label(); Cam1MatCbx = new TextBox(); label4 = new Label(); QueryoneBtn = new Button(); DetectBArMatbox = new TextBox(); label11 = new Label(); InsertBtn = new Button(); moveTwoZbox = new TextBox(); label5 = new Label(); moveTwoYbox = new TextBox(); label9 = new Label(); moveTwoXbox = new TextBox(); label10 = new Label(); moveZbox = new TextBox(); label6 = new Label(); moveYbox = new TextBox(); label7 = new Label(); moveXbox = new TextBox(); label8 = new Label(); OcrBarBox = new TextBox(); label2 = new Label(); TypeBox = new TextBox(); queryALLBtn = new Button(); label1 = new Label(); InsertDataDgv = new DataGridView(); panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)InsertDataDgv).BeginInit(); SuspendLayout(); // // panel1 // panel1.Controls.Add(button1); panel1.Controls.Add(OpenTwoDirBtn); panel1.Controls.Add(OpenDirBtn); panel1.Controls.Add(Cam2MatCbx); panel1.Controls.Add(label3); panel1.Controls.Add(Cam1MatCbx); panel1.Controls.Add(label4); panel1.Controls.Add(QueryoneBtn); panel1.Controls.Add(DetectBArMatbox); panel1.Controls.Add(label11); panel1.Controls.Add(InsertBtn); panel1.Controls.Add(moveTwoZbox); panel1.Controls.Add(label5); panel1.Controls.Add(moveTwoYbox); panel1.Controls.Add(label9); panel1.Controls.Add(moveTwoXbox); panel1.Controls.Add(label10); panel1.Controls.Add(moveZbox); panel1.Controls.Add(label6); panel1.Controls.Add(moveYbox); panel1.Controls.Add(label7); panel1.Controls.Add(moveXbox); panel1.Controls.Add(label8); panel1.Controls.Add(OcrBarBox); panel1.Controls.Add(label2); panel1.Controls.Add(TypeBox); panel1.Controls.Add(queryALLBtn); panel1.Controls.Add(label1); panel1.Controls.Add(InsertDataDgv); panel1.Location = new Point(0, -3); panel1.Name = "panel1"; panel1.Size = new Size(934, 533); panel1.TabIndex = 0; // // button1 // button1.Location = new Point(696, 152); button1.Name = "button1"; button1.Size = new Size(75, 23); button1.TabIndex = 32; button1.Text = "打开文件"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // OpenTwoDirBtn // OpenTwoDirBtn.Location = new Point(696, 241); OpenTwoDirBtn.Name = "OpenTwoDirBtn"; OpenTwoDirBtn.Size = new Size(75, 23); OpenTwoDirBtn.TabIndex = 31; OpenTwoDirBtn.Text = "打开文件"; OpenTwoDirBtn.UseVisualStyleBackColor = true; OpenTwoDirBtn.Click += OpenTwoDirBtn_Click; // // OpenDirBtn // OpenDirBtn.Location = new Point(696, 193); OpenDirBtn.Name = "OpenDirBtn"; OpenDirBtn.Size = new Size(75, 23); OpenDirBtn.TabIndex = 30; OpenDirBtn.Text = "打开文件"; OpenDirBtn.UseVisualStyleBackColor = true; OpenDirBtn.Click += OpenDirBtn_Click; // // Cam2MatCbx // Cam2MatCbx.Location = new Point(478, 244); Cam2MatCbx.Name = "Cam2MatCbx"; Cam2MatCbx.Size = new Size(188, 23); Cam2MatCbx.TabIndex = 29; // // label3 // label3.AutoSize = true; label3.Location = new Point(371, 244); label3.Name = "label3"; label3.Size = new Size(80, 17); label3.TabIndex = 28; label3.Text = "面板第二张图"; // // Cam1MatCbx // Cam1MatCbx.Location = new Point(478, 193); Cam1MatCbx.Name = "Cam1MatCbx"; Cam1MatCbx.Size = new Size(188, 23); Cam1MatCbx.TabIndex = 27; // // label4 // label4.AutoSize = true; label4.Location = new Point(372, 199); label4.Name = "label4"; label4.Size = new Size(80, 17); label4.TabIndex = 26; label4.Text = "面板第一张图"; // // QueryoneBtn // QueryoneBtn.Location = new Point(827, 108); QueryoneBtn.Name = "QueryoneBtn"; QueryoneBtn.Size = new Size(93, 23); QueryoneBtn.TabIndex = 25; QueryoneBtn.Text = "条件查询"; QueryoneBtn.UseVisualStyleBackColor = true; QueryoneBtn.Click += QueryoneBtn_Click; // // DetectBArMatbox // DetectBArMatbox.Location = new Point(477, 152); DetectBArMatbox.Name = "DetectBArMatbox"; DetectBArMatbox.Size = new Size(188, 23); DetectBArMatbox.TabIndex = 24; // // label11 // label11.AutoSize = true; label11.Location = new Point(402, 158); label11.Name = "label11"; label11.Size = new Size(56, 17); label11.TabIndex = 23; label11.Text = "条码录入"; // // InsertBtn // InsertBtn.Location = new Point(827, 18); InsertBtn.Name = "InsertBtn"; InsertBtn.Size = new Size(93, 23); InsertBtn.TabIndex = 22; InsertBtn.Text = "插入"; InsertBtn.UseVisualStyleBackColor = true; InsertBtn.Click += InsertBtn_Click; // // moveTwoZbox // moveTwoZbox.Location = new Point(477, 101); moveTwoZbox.Name = "moveTwoZbox"; moveTwoZbox.Size = new Size(188, 23); moveTwoZbox.TabIndex = 21; // // label5 // label5.AutoSize = true; label5.Location = new Point(371, 107); label5.Name = "label5"; label5.Size = new Size(87, 17); label5.TabIndex = 20; label5.Text = "第二次拍照Z轴"; // // moveTwoYbox // moveTwoYbox.Location = new Point(477, 54); moveTwoYbox.Name = "moveTwoYbox"; moveTwoYbox.Size = new Size(188, 23); moveTwoYbox.TabIndex = 19; // // label9 // label9.AutoSize = true; label9.Location = new Point(371, 60); label9.Name = "label9"; label9.Size = new Size(87, 17); label9.TabIndex = 18; label9.Text = "第二次拍照Y轴"; // // moveTwoXbox // moveTwoXbox.Location = new Point(477, 12); moveTwoXbox.Name = "moveTwoXbox"; moveTwoXbox.Size = new Size(188, 23); moveTwoXbox.TabIndex = 17; // // label10 // label10.AutoSize = true; label10.Location = new Point(371, 18); label10.Name = "label10"; label10.Size = new Size(88, 17); label10.TabIndex = 16; label10.Text = "第二次拍照X轴"; // // moveZbox // moveZbox.Location = new Point(111, 193); moveZbox.Name = "moveZbox"; moveZbox.Size = new Size(188, 23); moveZbox.TabIndex = 15; // // label6 // label6.AutoSize = true; label6.Location = new Point(17, 199); label6.Name = "label6"; label6.Size = new Size(87, 17); label6.TabIndex = 14; label6.Text = "第一次拍照Z轴"; // // moveYbox // moveYbox.Location = new Point(111, 146); moveYbox.Name = "moveYbox"; moveYbox.Size = new Size(188, 23); moveYbox.TabIndex = 13; // // label7 // label7.AutoSize = true; label7.Location = new Point(17, 152); label7.Name = "label7"; label7.Size = new Size(87, 17); label7.TabIndex = 12; label7.Text = "第一次拍照Y轴"; // // moveXbox // moveXbox.Location = new Point(111, 104); moveXbox.Name = "moveXbox"; moveXbox.Size = new Size(188, 23); moveXbox.TabIndex = 11; // // label8 // label8.AutoSize = true; label8.Location = new Point(17, 110); label8.Name = "label8"; label8.Size = new Size(88, 17); label8.TabIndex = 10; label8.Text = "第一次拍照X轴"; // // OcrBarBox // OcrBarBox.Location = new Point(111, 54); OcrBarBox.Name = "OcrBarBox"; OcrBarBox.Size = new Size(188, 23); OcrBarBox.TabIndex = 5; // // label2 // label2.AutoSize = true; label2.Location = new Point(14, 60); label2.Name = "label2"; label2.Size = new Size(32, 17); label2.TabIndex = 4; label2.Text = "条码"; // // TypeBox // TypeBox.Location = new Point(111, 12); TypeBox.Name = "TypeBox"; TypeBox.Size = new Size(188, 23); TypeBox.TabIndex = 3; TypeBox.TextChanged += TypeBox_TextChanged; // // queryALLBtn // queryALLBtn.Location = new Point(827, 59); queryALLBtn.Name = "queryALLBtn"; queryALLBtn.Size = new Size(93, 23); queryALLBtn.TabIndex = 2; queryALLBtn.Text = "查询全部"; queryALLBtn.UseVisualStyleBackColor = true; queryALLBtn.Click += queryALLBtn_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(14, 18); label1.Name = "label1"; label1.Size = new Size(32, 17); label1.TabIndex = 1; label1.Text = "类型"; // // InsertDataDgv // InsertDataDgv.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; InsertDataDgv.Location = new Point(12, 281); InsertDataDgv.Name = "InsertDataDgv"; InsertDataDgv.RowTemplate.Height = 25; InsertDataDgv.Size = new Size(919, 235); InsertDataDgv.TabIndex = 0; // // InsertSqlFrm // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(946, 525); Controls.Add(panel1); Name = "InsertSqlFrm"; Text = "InsertSqlFrm"; panel1.ResumeLayout(false); panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)InsertDataDgv).EndInit(); ResumeLayout(false); } #endregion private Panel panel1; private Button queryALLBtn; private Label label1; private DataGridView InsertDataDgv; private TextBox moveZbox; private Label label6; private TextBox moveYbox; private Label label7; private TextBox moveXbox; private Label label8; private TextBox OcrBarBox; private Label label2; private TextBox TypeBox; private TextBox DetectBArMatbox; private Label label11; private Button InsertBtn; private TextBox moveTwoZbox; private Label label5; private TextBox moveTwoYbox; private Label label9; private TextBox moveTwoXbox; private Label label10; private Button QueryoneBtn; private TextBox Cam2MatCbx; private Label label3; private TextBox Cam1MatCbx; private Label label4; private Button button1; private Button OpenTwoDirBtn; private Button OpenDirBtn; } }