123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
- namespace Metis.Instrument
- {
- partial class ImageIndexForm
- {
- /// <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.btn_Hide = new System.Windows.Forms.Button();
- this.button11 = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button5 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.button9 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.comboBox3 = new System.Windows.Forms.ComboBox();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.button1 = new System.Windows.Forms.Button();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.button8 = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.button7 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.listView1 = new System.Windows.Forms.ListView();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // btn_Hide
- //
- this.btn_Hide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btn_Hide.Location = new System.Drawing.Point(189, 417);
- this.btn_Hide.Name = "btn_Hide";
- this.btn_Hide.Size = new System.Drawing.Size(25, 25);
- this.btn_Hide.TabIndex = 25;
- this.btn_Hide.Text = "<<";
- this.btn_Hide.UseVisualStyleBackColor = true;
- //
- // button11
- //
- this.button11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.button11.Location = new System.Drawing.Point(158, 417);
- this.button11.Name = "button11";
- this.button11.Size = new System.Drawing.Size(25, 25);
- this.button11.TabIndex = 26;
- this.button11.UseVisualStyleBackColor = true;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.button5);
- this.groupBox2.Controls.Add(this.button6);
- this.groupBox2.Controls.Add(this.button9);
- this.groupBox2.Controls.Add(this.button4);
- this.groupBox2.Controls.Add(this.button3);
- this.groupBox2.Controls.Add(this.button2);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.comboBox4);
- this.groupBox2.Controls.Add(this.comboBox3);
- this.groupBox2.Controls.Add(this.comboBox2);
- this.groupBox2.Controls.Add(this.button1);
- this.groupBox2.Controls.Add(this.comboBox1);
- this.groupBox2.Location = new System.Drawing.Point(13, 9);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(200, 117);
- this.groupBox2.TabIndex = 24;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "命名规则";
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(169, 92);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(25, 25);
- this.button5.TabIndex = 28;
- this.button5.UseVisualStyleBackColor = true;
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(169, 67);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(25, 25);
- this.button6.TabIndex = 27;
- this.button6.UseVisualStyleBackColor = true;
- //
- // button9
- //
- this.button9.Location = new System.Drawing.Point(169, 42);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(25, 25);
- this.button9.TabIndex = 26;
- this.button9.UseVisualStyleBackColor = true;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(145, 92);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(25, 25);
- this.button4.TabIndex = 25;
- this.button4.UseVisualStyleBackColor = true;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(145, 67);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(25, 25);
- this.button3.TabIndex = 24;
- this.button3.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(145, 42);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(25, 25);
- this.button2.TabIndex = 23;
- this.button2.UseVisualStyleBackColor = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 97);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(23, 12);
- this.label3.TabIndex = 22;
- this.label3.Text = "T3:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 73);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(23, 12);
- this.label2.TabIndex = 21;
- this.label2.Text = "T2:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 48);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(23, 12);
- this.label1.TabIndex = 20;
- this.label1.Text = "T1:";
- //
- // comboBox4
- //
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Location = new System.Drawing.Point(35, 94);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(104, 20);
- this.comboBox4.TabIndex = 19;
- //
- // comboBox3
- //
- this.comboBox3.FormattingEnabled = true;
- this.comboBox3.Location = new System.Drawing.Point(35, 70);
- this.comboBox3.Name = "comboBox3";
- this.comboBox3.Size = new System.Drawing.Size(104, 20);
- this.comboBox3.TabIndex = 18;
- //
- // comboBox2
- //
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Location = new System.Drawing.Point(35, 45);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(104, 20);
- this.comboBox2.TabIndex = 17;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(169, 17);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(25, 25);
- this.button1.TabIndex = 16;
- this.button1.UseVisualStyleBackColor = true;
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(6, 20);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(150, 20);
- this.comboBox1.TabIndex = 0;
- //
- // button8
- //
- this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.button8.Location = new System.Drawing.Point(127, 417);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(25, 25);
- this.button8.TabIndex = 22;
- this.button8.UseVisualStyleBackColor = true;
- //
- // pictureBox1
- //
- this.pictureBox1.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.pictureBox1.Location = new System.Drawing.Point(231, 10);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(557, 425);
- this.pictureBox1.TabIndex = 21;
- this.pictureBox1.TabStop = false;
- //
- // button7
- //
- this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.button7.Location = new System.Drawing.Point(96, 417);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(25, 25);
- this.button7.TabIndex = 23;
- this.button7.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox1.Controls.Add(this.listView1);
- this.groupBox1.Location = new System.Drawing.Point(13, 132);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(200, 285);
- this.groupBox1.TabIndex = 20;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "索引列表";
- //
- // listView1
- //
- this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.listView1.HideSelection = false;
- this.listView1.Location = new System.Drawing.Point(7, 20);
- this.listView1.MultiSelect = false;
- this.listView1.Name = "listView1";
- this.listView1.ShowItemToolTips = true;
- this.listView1.Size = new System.Drawing.Size(187, 259);
- this.listView1.TabIndex = 0;
- this.listView1.UseCompatibleStateImageBehavior = false;
- //
- // ImageIndexForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.btn_Hide);
- this.Controls.Add(this.button11);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.button8);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.button7);
- this.Controls.Add(this.groupBox1);
- this.Name = "ImageIndexForm";
- this.Text = "图像索引";
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btn_Hide;
- private System.Windows.Forms.Button button11;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboBox4;
- private System.Windows.Forms.ComboBox comboBox3;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ListView listView1;
- }
- }
|