namespace ConvImgCpc { partial class ParamInterne { /// /// 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.trackLumR = new System.Windows.Forms.TrackBar(); this.trackLumB = new System.Windows.Forms.TrackBar(); this.trackLumV = new System.Windows.Forms.TrackBar(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.numericLumR = new System.Windows.Forms.NumericUpDown(); this.numericLumV = new System.Windows.Forms.NumericUpDown(); this.numericLumB = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.numericR4 = new System.Windows.Forms.NumericUpDown(); this.trackR4 = new System.Windows.Forms.TrackBar(); this.numericR3 = new System.Windows.Forms.NumericUpDown(); this.trackR3 = new System.Windows.Forms.TrackBar(); this.numericR2 = new System.Windows.Forms.NumericUpDown(); this.trackR2 = new System.Windows.Forms.TrackBar(); this.numericR1 = new System.Windows.Forms.NumericUpDown(); this.trackR1 = new System.Windows.Forms.TrackBar(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.numericV4 = new System.Windows.Forms.NumericUpDown(); this.label11 = new System.Windows.Forms.Label(); this.trackV4 = new System.Windows.Forms.TrackBar(); this.label10 = new System.Windows.Forms.Label(); this.numericV3 = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.trackV3 = new System.Windows.Forms.TrackBar(); this.label8 = new System.Windows.Forms.Label(); this.numericV2 = new System.Windows.Forms.NumericUpDown(); this.trackV1 = new System.Windows.Forms.TrackBar(); this.trackV2 = new System.Windows.Forms.TrackBar(); this.numericV1 = new System.Windows.Forms.NumericUpDown(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.numericB4 = new System.Windows.Forms.NumericUpDown(); this.label12 = new System.Windows.Forms.Label(); this.numericB1 = new System.Windows.Forms.NumericUpDown(); this.trackB4 = new System.Windows.Forms.TrackBar(); this.trackB2 = new System.Windows.Forms.TrackBar(); this.label13 = new System.Windows.Forms.Label(); this.trackB1 = new System.Windows.Forms.TrackBar(); this.numericB3 = new System.Windows.Forms.NumericUpDown(); this.numericB2 = new System.Windows.Forms.NumericUpDown(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.trackB3 = new System.Windows.Forms.TrackBar(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label17 = new System.Windows.Forms.Label(); this.numPass = new System.Windows.Forms.NumericUpDown(); this.label16 = new System.Windows.Forms.Label(); this.numColor = new System.Windows.Forms.NumericUpDown(); this.rbDistanceManhattan = new System.Windows.Forms.RadioButton(); this.rbDistanceEuclide = new System.Windows.Forms.RadioButton(); this.rbDistanceSup = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.trackLumR)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackLumB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackLumV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericLumR)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericLumV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericLumB)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericR4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericR3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericR2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericR1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR1)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericV4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericV3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericV2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericV1)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericB4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericB1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericB3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericB2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB3)).BeginInit(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPass)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numColor)).BeginInit(); this.SuspendLayout(); // // trackLumR // this.trackLumR.AutoSize = false; this.trackLumR.LargeChange = 50; this.trackLumR.Location = new System.Drawing.Point(27, 19); this.trackLumR.Maximum = 32767; this.trackLumR.Name = "trackLumR"; this.trackLumR.Size = new System.Drawing.Size(742, 41); this.trackLumR.TabIndex = 0; this.trackLumR.TickStyle = System.Windows.Forms.TickStyle.None; this.trackLumR.Scroll += new System.EventHandler(this.trackLumR_Scroll); // // trackLumB // this.trackLumB.AutoSize = false; this.trackLumB.LargeChange = 50; this.trackLumB.Location = new System.Drawing.Point(26, 97); this.trackLumB.Maximum = 32767; this.trackLumB.Name = "trackLumB"; this.trackLumB.Size = new System.Drawing.Size(743, 41); this.trackLumB.TabIndex = 1; this.trackLumB.TickStyle = System.Windows.Forms.TickStyle.None; this.trackLumB.Scroll += new System.EventHandler(this.trackLumB_Scroll); // // trackLumV // this.trackLumV.AutoSize = false; this.trackLumV.LargeChange = 50; this.trackLumV.Location = new System.Drawing.Point(27, 59); this.trackLumV.Maximum = 32767; this.trackLumV.Name = "trackLumV"; this.trackLumV.Size = new System.Drawing.Size(742, 41); this.trackLumV.TabIndex = 2; this.trackLumV.TickStyle = System.Windows.Forms.TickStyle.None; this.trackLumV.Scroll += new System.EventHandler(this.trackLumV_Scroll); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(15, 13); this.label1.TabIndex = 3; this.label1.Text = "R"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(14, 13); this.label2.TabIndex = 4; this.label2.Text = "V"; // // numericLumR // this.numericLumR.Location = new System.Drawing.Point(775, 19); this.numericLumR.Maximum = new decimal(new int[] { 32767, 0, 0, 0}); this.numericLumR.Name = "numericLumR"; this.numericLumR.Size = new System.Drawing.Size(65, 20); this.numericLumR.TabIndex = 5; this.numericLumR.ValueChanged += new System.EventHandler(this.numericLumR_ValueChanged); // // numericLumV // this.numericLumV.Location = new System.Drawing.Point(775, 58); this.numericLumV.Maximum = new decimal(new int[] { 32767, 0, 0, 0}); this.numericLumV.Name = "numericLumV"; this.numericLumV.Size = new System.Drawing.Size(65, 20); this.numericLumV.TabIndex = 6; this.numericLumV.ValueChanged += new System.EventHandler(this.numericLumV_ValueChanged); // // numericLumB // this.numericLumB.Location = new System.Drawing.Point(775, 97); this.numericLumB.Maximum = new decimal(new int[] { 32767, 0, 0, 0}); this.numericLumB.Name = "numericLumB"; this.numericLumB.Size = new System.Drawing.Size(65, 20); this.numericLumB.TabIndex = 7; this.numericLumB.ValueChanged += new System.EventHandler(this.numericLumB_ValueChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 101); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(14, 13); this.label3.TabIndex = 8; this.label3.Text = "B"; // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.numericLumB); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.numericLumV); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.numericLumR); this.groupBox1.Controls.Add(this.trackLumR); this.groupBox1.Controls.Add(this.trackLumB); this.groupBox1.Controls.Add(this.trackLumV); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(846, 142); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; // // groupBox2 // this.groupBox2.Controls.Add(this.numericR4); this.groupBox2.Controls.Add(this.trackR4); this.groupBox2.Controls.Add(this.numericR3); this.groupBox2.Controls.Add(this.trackR3); this.groupBox2.Controls.Add(this.numericR2); this.groupBox2.Controls.Add(this.trackR2); this.groupBox2.Controls.Add(this.numericR1); this.groupBox2.Controls.Add(this.trackR1); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(12, 153); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(280, 279); this.groupBox2.TabIndex = 10; this.groupBox2.TabStop = false; // // numericR4 // this.numericR4.Location = new System.Drawing.Point(226, 227); this.numericR4.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericR4.Name = "numericR4"; this.numericR4.Size = new System.Drawing.Size(51, 20); this.numericR4.TabIndex = 8; this.numericR4.ValueChanged += new System.EventHandler(this.numericR4_ValueChanged); // // trackR4 // this.trackR4.Location = new System.Drawing.Point(9, 227); this.trackR4.Maximum = 511; this.trackR4.Name = "trackR4"; this.trackR4.Size = new System.Drawing.Size(211, 45); this.trackR4.TabIndex = 9; this.trackR4.TickStyle = System.Windows.Forms.TickStyle.None; this.trackR4.Scroll += new System.EventHandler(this.trackR4_Scroll); // // numericR3 // this.numericR3.Location = new System.Drawing.Point(223, 164); this.numericR3.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericR3.Name = "numericR3"; this.numericR3.Size = new System.Drawing.Size(51, 20); this.numericR3.TabIndex = 6; this.numericR3.ValueChanged += new System.EventHandler(this.numericR3_ValueChanged); // // trackR3 // this.trackR3.Location = new System.Drawing.Point(6, 164); this.trackR3.Maximum = 511; this.trackR3.Name = "trackR3"; this.trackR3.Size = new System.Drawing.Size(211, 45); this.trackR3.TabIndex = 7; this.trackR3.TickStyle = System.Windows.Forms.TickStyle.None; this.trackR3.Scroll += new System.EventHandler(this.trackR3_Scroll); // // numericR2 // this.numericR2.Location = new System.Drawing.Point(223, 101); this.numericR2.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericR2.Name = "numericR2"; this.numericR2.Size = new System.Drawing.Size(51, 20); this.numericR2.TabIndex = 4; this.numericR2.ValueChanged += new System.EventHandler(this.numericR2_ValueChanged); // // trackR2 // this.trackR2.Location = new System.Drawing.Point(6, 101); this.trackR2.Maximum = 511; this.trackR2.Name = "trackR2"; this.trackR2.Size = new System.Drawing.Size(211, 45); this.trackR2.TabIndex = 5; this.trackR2.TickStyle = System.Windows.Forms.TickStyle.None; this.trackR2.Scroll += new System.EventHandler(this.trackR2_Scroll); // // numericR1 // this.numericR1.Location = new System.Drawing.Point(223, 38); this.numericR1.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericR1.Name = "numericR1"; this.numericR1.Size = new System.Drawing.Size(51, 20); this.numericR1.TabIndex = 0; this.numericR1.ValueChanged += new System.EventHandler(this.numericR1_ValueChanged); // // trackR1 // this.trackR1.Location = new System.Drawing.Point(6, 38); this.trackR1.Maximum = 511; this.trackR1.Name = "trackR1"; this.trackR1.Size = new System.Drawing.Size(211, 45); this.trackR1.TabIndex = 0; this.trackR1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackR1.Scroll += new System.EventHandler(this.trackR1_Scroll); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(7, 211); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(42, 13); this.label7.TabIndex = 3; this.label7.Text = "#####"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 148); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(42, 13); this.label6.TabIndex = 2; this.label6.Text = "#####"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 85); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(42, 13); this.label5.TabIndex = 1; this.label5.Text = "#####"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(7, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 13); this.label4.TabIndex = 0; this.label4.Text = "#####"; // // groupBox3 // this.groupBox3.Controls.Add(this.numericV4); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Controls.Add(this.trackV4); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.numericV3); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Controls.Add(this.trackV3); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.numericV2); this.groupBox3.Controls.Add(this.trackV1); this.groupBox3.Controls.Add(this.trackV2); this.groupBox3.Controls.Add(this.numericV1); this.groupBox3.Location = new System.Drawing.Point(295, 153); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(280, 279); this.groupBox3.TabIndex = 11; this.groupBox3.TabStop = false; // // numericV4 // this.numericV4.Location = new System.Drawing.Point(225, 227); this.numericV4.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericV4.Name = "numericV4"; this.numericV4.Size = new System.Drawing.Size(51, 20); this.numericV4.TabIndex = 20; this.numericV4.ValueChanged += new System.EventHandler(this.numericV4_ValueChanged); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 22); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(42, 13); this.label11.TabIndex = 12; this.label11.Text = "#####"; // // trackV4 // this.trackV4.Location = new System.Drawing.Point(8, 227); this.trackV4.Maximum = 511; this.trackV4.Name = "trackV4"; this.trackV4.Size = new System.Drawing.Size(211, 45); this.trackV4.TabIndex = 21; this.trackV4.TickStyle = System.Windows.Forms.TickStyle.None; this.trackV4.Scroll += new System.EventHandler(this.trackV4_Scroll); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 85); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(42, 13); this.label10.TabIndex = 13; this.label10.Text = "#####"; // // numericV3 // this.numericV3.Location = new System.Drawing.Point(222, 164); this.numericV3.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericV3.Name = "numericV3"; this.numericV3.Size = new System.Drawing.Size(51, 20); this.numericV3.TabIndex = 18; this.numericV3.ValueChanged += new System.EventHandler(this.numericV3_ValueChanged); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 148); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(42, 13); this.label9.TabIndex = 14; this.label9.Text = "#####"; // // trackV3 // this.trackV3.Location = new System.Drawing.Point(5, 164); this.trackV3.Maximum = 511; this.trackV3.Name = "trackV3"; this.trackV3.Size = new System.Drawing.Size(211, 45); this.trackV3.TabIndex = 19; this.trackV3.TickStyle = System.Windows.Forms.TickStyle.None; this.trackV3.Scroll += new System.EventHandler(this.trackV3_Scroll); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 211); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(42, 13); this.label8.TabIndex = 15; this.label8.Text = "#####"; // // numericV2 // this.numericV2.Location = new System.Drawing.Point(222, 101); this.numericV2.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericV2.Name = "numericV2"; this.numericV2.Size = new System.Drawing.Size(51, 20); this.numericV2.TabIndex = 16; this.numericV2.ValueChanged += new System.EventHandler(this.numericV2_ValueChanged); // // trackV1 // this.trackV1.Location = new System.Drawing.Point(5, 38); this.trackV1.Maximum = 511; this.trackV1.Name = "trackV1"; this.trackV1.Size = new System.Drawing.Size(211, 45); this.trackV1.TabIndex = 11; this.trackV1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackV1.Scroll += new System.EventHandler(this.trackV1_Scroll); // // trackV2 // this.trackV2.Location = new System.Drawing.Point(5, 101); this.trackV2.Maximum = 511; this.trackV2.Name = "trackV2"; this.trackV2.Size = new System.Drawing.Size(211, 45); this.trackV2.TabIndex = 17; this.trackV2.TickStyle = System.Windows.Forms.TickStyle.None; this.trackV2.Scroll += new System.EventHandler(this.trackV2_Scroll); // // numericV1 // this.numericV1.Location = new System.Drawing.Point(222, 38); this.numericV1.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericV1.Name = "numericV1"; this.numericV1.Size = new System.Drawing.Size(51, 20); this.numericV1.TabIndex = 10; this.numericV1.ValueChanged += new System.EventHandler(this.numericV1_ValueChanged); // // groupBox4 // this.groupBox4.Controls.Add(this.numericB4); this.groupBox4.Controls.Add(this.label12); this.groupBox4.Controls.Add(this.numericB1); this.groupBox4.Controls.Add(this.trackB4); this.groupBox4.Controls.Add(this.trackB2); this.groupBox4.Controls.Add(this.label13); this.groupBox4.Controls.Add(this.trackB1); this.groupBox4.Controls.Add(this.numericB3); this.groupBox4.Controls.Add(this.numericB2); this.groupBox4.Controls.Add(this.label14); this.groupBox4.Controls.Add(this.label15); this.groupBox4.Controls.Add(this.trackB3); this.groupBox4.Location = new System.Drawing.Point(578, 153); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(280, 278); this.groupBox4.TabIndex = 11; this.groupBox4.TabStop = false; // // numericB4 // this.numericB4.Location = new System.Drawing.Point(225, 227); this.numericB4.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericB4.Name = "numericB4"; this.numericB4.Size = new System.Drawing.Size(51, 20); this.numericB4.TabIndex = 32; this.numericB4.ValueChanged += new System.EventHandler(this.numericB4_ValueChanged); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 22); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(42, 13); this.label12.TabIndex = 24; this.label12.Text = "#####"; // // numericB1 // this.numericB1.Location = new System.Drawing.Point(222, 38); this.numericB1.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericB1.Name = "numericB1"; this.numericB1.Size = new System.Drawing.Size(51, 20); this.numericB1.TabIndex = 22; this.numericB1.ValueChanged += new System.EventHandler(this.numericB1_ValueChanged); // // trackB4 // this.trackB4.Location = new System.Drawing.Point(8, 227); this.trackB4.Maximum = 511; this.trackB4.Name = "trackB4"; this.trackB4.Size = new System.Drawing.Size(211, 45); this.trackB4.TabIndex = 33; this.trackB4.TickStyle = System.Windows.Forms.TickStyle.None; this.trackB4.Scroll += new System.EventHandler(this.trackB4_Scroll); // // trackB2 // this.trackB2.Location = new System.Drawing.Point(5, 101); this.trackB2.Maximum = 511; this.trackB2.Name = "trackB2"; this.trackB2.Size = new System.Drawing.Size(211, 45); this.trackB2.TabIndex = 29; this.trackB2.TickStyle = System.Windows.Forms.TickStyle.None; this.trackB2.Scroll += new System.EventHandler(this.trackB2_Scroll); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(6, 85); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(42, 13); this.label13.TabIndex = 25; this.label13.Text = "#####"; // // trackB1 // this.trackB1.Location = new System.Drawing.Point(5, 38); this.trackB1.Maximum = 511; this.trackB1.Name = "trackB1"; this.trackB1.Size = new System.Drawing.Size(211, 45); this.trackB1.TabIndex = 23; this.trackB1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackB1.Scroll += new System.EventHandler(this.trackB1_Scroll); // // numericB3 // this.numericB3.Location = new System.Drawing.Point(222, 164); this.numericB3.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericB3.Name = "numericB3"; this.numericB3.Size = new System.Drawing.Size(51, 20); this.numericB3.TabIndex = 30; this.numericB3.ValueChanged += new System.EventHandler(this.numericB3_ValueChanged); // // numericB2 // this.numericB2.Location = new System.Drawing.Point(222, 101); this.numericB2.Maximum = new decimal(new int[] { 511, 0, 0, 0}); this.numericB2.Name = "numericB2"; this.numericB2.Size = new System.Drawing.Size(51, 20); this.numericB2.TabIndex = 28; this.numericB2.ValueChanged += new System.EventHandler(this.numericB2_ValueChanged); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(6, 148); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(42, 13); this.label14.TabIndex = 26; this.label14.Text = "#####"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(6, 211); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(42, 13); this.label15.TabIndex = 27; this.label15.Text = "#####"; // // trackB3 // this.trackB3.Location = new System.Drawing.Point(5, 164); this.trackB3.Maximum = 511; this.trackB3.Name = "trackB3"; this.trackB3.Size = new System.Drawing.Size(211, 45); this.trackB3.TabIndex = 31; this.trackB3.TickStyle = System.Windows.Forms.TickStyle.None; this.trackB3.Scroll += new System.EventHandler(this.trackB3_Scroll); // // groupBox5 // this.groupBox5.Controls.Add(this.label17); this.groupBox5.Controls.Add(this.numPass); this.groupBox5.Controls.Add(this.label16); this.groupBox5.Controls.Add(this.numColor); this.groupBox5.Controls.Add(this.rbDistanceManhattan); this.groupBox5.Controls.Add(this.rbDistanceEuclide); this.groupBox5.Controls.Add(this.rbDistanceSup); this.groupBox5.Location = new System.Drawing.Point(12, 439); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(846, 94); this.groupBox5.TabIndex = 12; this.groupBox5.TabStop = false; this.groupBox5.Text = "KMeans"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(355, 28); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(41, 13); this.label17.TabIndex = 2; this.label17.Text = "Passes"; // // numPass // this.numPass.Location = new System.Drawing.Point(408, 25); this.numPass.Maximum = new decimal(new int[] { 256, 0, 0, 0}); this.numPass.Name = "numPass"; this.numPass.Size = new System.Drawing.Size(45, 20); this.numPass.TabIndex = 1; this.numPass.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numPass.ValueChanged += new System.EventHandler(this.numPass_ValueChanged); // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(7, 26); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(48, 13); this.label16.TabIndex = 2; this.label16.Text = "Couleurs"; // // numColor // this.numColor.Location = new System.Drawing.Point(60, 23); this.numColor.Maximum = new decimal(new int[] { 256, 0, 0, 0}); this.numColor.Name = "numColor"; this.numColor.Size = new System.Drawing.Size(45, 20); this.numColor.TabIndex = 1; this.numColor.Value = new decimal(new int[] { 16, 0, 0, 0}); this.numColor.ValueChanged += new System.EventHandler(this.numColor_ValueChanged); // // rbDistanceManhattan // this.rbDistanceManhattan.AutoSize = true; this.rbDistanceManhattan.Checked = true; this.rbDistanceManhattan.Location = new System.Drawing.Point(131, 70); this.rbDistanceManhattan.Name = "rbDistanceManhattan"; this.rbDistanceManhattan.Size = new System.Drawing.Size(121, 17); this.rbDistanceManhattan.TabIndex = 0; this.rbDistanceManhattan.TabStop = true; this.rbDistanceManhattan.Text = "Distance Manhattan"; this.rbDistanceManhattan.UseVisualStyleBackColor = true; this.rbDistanceManhattan.CheckedChanged += new System.EventHandler(this.rbDistanceManhattan_CheckedChanged); // // rbDistanceEuclide // this.rbDistanceEuclide.AutoSize = true; this.rbDistanceEuclide.Location = new System.Drawing.Point(131, 47); this.rbDistanceEuclide.Name = "rbDistanceEuclide"; this.rbDistanceEuclide.Size = new System.Drawing.Size(105, 17); this.rbDistanceEuclide.TabIndex = 0; this.rbDistanceEuclide.Text = "Distance Euclide"; this.rbDistanceEuclide.UseVisualStyleBackColor = true; this.rbDistanceEuclide.CheckedChanged += new System.EventHandler(this.rbDistanceEuclide_CheckedChanged); // // rbDistanceSup // this.rbDistanceSup.AutoSize = true; this.rbDistanceSup.Location = new System.Drawing.Point(131, 24); this.rbDistanceSup.Name = "rbDistanceSup"; this.rbDistanceSup.Size = new System.Drawing.Size(89, 17); this.rbDistanceSup.TabIndex = 0; this.rbDistanceSup.Text = "Distance Sup"; this.rbDistanceSup.UseVisualStyleBackColor = true; this.rbDistanceSup.CheckedChanged += new System.EventHandler(this.rbDistanceSup_CheckedChanged); // // ParamInterne // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(870, 540); this.ControlBox = false; this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "ParamInterne"; ((System.ComponentModel.ISupportInitialize)(this.trackLumR)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackLumB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackLumV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericLumR)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericLumV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericLumB)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericR4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericR3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericR2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericR1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackR1)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericV4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericV3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericV2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackV2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericV1)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericB4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericB1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericB3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericB2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackB3)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPass)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numColor)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TrackBar trackLumR; private System.Windows.Forms.TrackBar trackLumB; private System.Windows.Forms.TrackBar trackLumV; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown numericLumR; private System.Windows.Forms.NumericUpDown numericLumV; private System.Windows.Forms.NumericUpDown numericLumB; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.NumericUpDown numericR4; private System.Windows.Forms.TrackBar trackR4; private System.Windows.Forms.NumericUpDown numericR3; private System.Windows.Forms.TrackBar trackR3; private System.Windows.Forms.NumericUpDown numericR2; private System.Windows.Forms.TrackBar trackR2; private System.Windows.Forms.NumericUpDown numericR1; private System.Windows.Forms.TrackBar trackR1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown numericV4; private System.Windows.Forms.Label label11; private System.Windows.Forms.TrackBar trackV4; private System.Windows.Forms.Label label10; private System.Windows.Forms.NumericUpDown numericV3; private System.Windows.Forms.Label label9; private System.Windows.Forms.TrackBar trackV3; private System.Windows.Forms.Label label8; private System.Windows.Forms.NumericUpDown numericV2; private System.Windows.Forms.TrackBar trackV1; private System.Windows.Forms.TrackBar trackV2; private System.Windows.Forms.NumericUpDown numericV1; private System.Windows.Forms.NumericUpDown numericB4; private System.Windows.Forms.Label label12; private System.Windows.Forms.NumericUpDown numericB1; private System.Windows.Forms.TrackBar trackB4; private System.Windows.Forms.TrackBar trackB2; private System.Windows.Forms.Label label13; private System.Windows.Forms.TrackBar trackB1; private System.Windows.Forms.NumericUpDown numericB3; private System.Windows.Forms.NumericUpDown numericB2; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.TrackBar trackB3; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.RadioButton rbDistanceManhattan; private System.Windows.Forms.RadioButton rbDistanceEuclide; private System.Windows.Forms.RadioButton rbDistanceSup; private System.Windows.Forms.Label label16; private System.Windows.Forms.NumericUpDown numColor; private System.Windows.Forms.Label label17; private System.Windows.Forms.NumericUpDown numPass; } }