//\\//\\***********************************************
//\\//\\***********************************************
//\\//\\***********************************************
Path = "...\DS\a\o\Crt\mm\C#\8x\sln\tp\VLC\1398 12 27\2123\LrVL"
//**\\VLC\1398 12 27\2123\LrVL
*****
file name = "Form1.Designer.cs"
***--**////////////////////////////////////////////
//////////////////////////////////////////////
/////////////////////////////////////////////
namespace LrVL
{
partial class Form1
{
/// <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.components = new System.ComponentModel.Container();
this.button_SPR = new System.Windows.Forms.Button();
this.textBox_short_time = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.textBox_long_time = new System.Windows.Forms.TextBox();
this.button_reset_values = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.numericUpDown_t1_interval = new System.Windows.Forms.NumericUpDown();
this.groupBox_options_set_1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.groupBox_time = new System.Windows.Forms.GroupBox();
this.groupBox_options_set_2 = new System.Windows.Forms.GroupBox();
this.numericUpDown_max_frame = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.numericUpDown_max_second = new System.Windows.Forms.NumericUpDown();
this.numericUpDown_max_minute = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDown_max_hour = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_t1_interval)).BeginInit();
this.groupBox_options_set_1.SuspendLayout();
this.groupBox_time.SuspendLayout();
this.groupBox_options_set_2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_frame)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_second)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_minute)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_hour)).BeginInit();
this.SuspendLayout();
//
// button_SPR
//
this.button_SPR.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_SPR.Location = new System.Drawing.Point(5, 19);
this.button_SPR.Name = "button_SPR";
this.button_SPR.Size = new System.Drawing.Size(225, 44);
this.button_SPR.TabIndex = 0;
this.button_SPR.Text = "Start/Pause/Resume";
this.button_SPR.UseVisualStyleBackColor = true;
this.button_SPR.Click += new System.EventHandler(this.button_SPR_Click);
//
// textBox_short_time
//
this.textBox_short_time.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox_short_time.Location = new System.Drawing.Point(132, 13);
this.textBox_short_time.Name = "textBox_short_time";
this.textBox_short_time.Size = new System.Drawing.Size(141, 32);
this.textBox_short_time.TabIndex = 1;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 500;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// textBox_long_time
//
this.textBox_long_time.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox_long_time.Location = new System.Drawing.Point(132, 51);
this.textBox_long_time.Name = "textBox_long_time";
this.textBox_long_time.Size = new System.Drawing.Size(505, 23);
this.textBox_long_time.TabIndex = 1;
//
// button_reset_values
//
this.button_reset_values.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_reset_values.Location = new System.Drawing.Point(236, 19);
this.button_reset_values.Name = "button_reset_values";
this.button_reset_values.Size = new System.Drawing.Size(170, 44);
this.button_reset_values.TabIndex = 0;
this.button_reset_values.Text = "Reset Values";
this.button_reset_values.UseVisualStyleBackColor = true;
this.button_reset_values.Click += new System.EventHandler(this.button_reset_values_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(6, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(181, 26);
this.label1.TabIndex = 2;
this.label1.Text = "Timer1.Interval = ";
//
// numericUpDown_t1_interval
//
this.numericUpDown_t1_interval.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numericUpDown_t1_interval.Location = new System.Drawing.Point(193, 74);
this.numericUpDown_t1_interval.Maximum = new decimal(new int[] {
6000,
0,
0,
0});
this.numericUpDown_t1_interval.Name = "numericUpDown_t1_interval";
this.numericUpDown_t1_interval.Size = new System.Drawing.Size(120, 32);
this.numericUpDown_t1_interval.TabIndex = 3;
this.numericUpDown_t1_interval.Value = new decimal(new int[] {
36,
0,
0,
0});
this.numericUpDown_t1_interval.ValueChanged += new System.EventHandler(this.numericUpDown_t1_interval_ValueChanged);
//
// groupBox_options_set_1
//
this.groupBox_options_set_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.groupBox_options_set_1.Controls.Add(this.button_SPR);
this.groupBox_options_set_1.Controls.Add(this.numericUpDown_t1_interval);
this.groupBox_options_set_1.Controls.Add(this.button_reset_values);
this.groupBox_options_set_1.Controls.Add(this.label1);
this.groupBox_options_set_1.Location = new System.Drawing.Point(12, 118);
this.groupBox_options_set_1.Name = "groupBox_options_set_1";
this.groupBox_options_set_1.Size = new System.Drawing.Size(424, 119);
this.groupBox_options_set_1.TabIndex = 4;
this.groupBox_options_set_1.TabStop = false;
this.groupBox_options_set_1.Text = "options set 1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(6, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(120, 26);
this.label2.TabIndex = 5;
this.label2.Text = "short time :";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(13, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(113, 26);
this.label3.TabIndex = 6;
this.label3.Text = "long time :";
//
// groupBox_time
//
this.groupBox_time.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.groupBox_time.Controls.Add(this.label2);
this.groupBox_time.Controls.Add(this.label3);
this.groupBox_time.Controls.Add(this.textBox_short_time);
this.groupBox_time.Controls.Add(this.textBox_long_time);
this.groupBox_time.Location = new System.Drawing.Point(12, 12);
this.groupBox_time.Name = "groupBox_time";
this.groupBox_time.Size = new System.Drawing.Size(660, 100);
this.groupBox_time.TabIndex = 4;
this.groupBox_time.TabStop = false;
this.groupBox_time.Text = "Time";
//
// groupBox_options_set_2
//
this.groupBox_options_set_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.groupBox_options_set_2.Controls.Add(this.numericUpDown_max_hour);
this.groupBox_options_set_2.Controls.Add(this.label7);
this.groupBox_options_set_2.Controls.Add(this.numericUpDown_max_minute);
this.groupBox_options_set_2.Controls.Add(this.label6);
this.groupBox_options_set_2.Controls.Add(this.numericUpDown_max_second);
this.groupBox_options_set_2.Controls.Add(this.numericUpDown_max_frame);
this.groupBox_options_set_2.Controls.Add(this.label5);
this.groupBox_options_set_2.Controls.Add(this.label4);
this.groupBox_options_set_2.Location = new System.Drawing.Point(12, 243);
this.groupBox_options_set_2.Name = "groupBox_options_set_2";
this.groupBox_options_set_2.Size = new System.Drawing.Size(313, 188);
this.groupBox_options_set_2.TabIndex = 4;
this.groupBox_options_set_2.TabStop = false;
this.groupBox_options_set_2.Text = "options set 2";
//
// numericUpDown_max_frame
//
this.numericUpDown_max_frame.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numericUpDown_max_frame.Location = new System.Drawing.Point(175, 25);
this.numericUpDown_max_frame.Maximum = new decimal(new int[] {
6000,
0,
0,
0});
this.numericUpDown_max_frame.Name = "numericUpDown_max_frame";
this.numericUpDown_max_frame.Size = new System.Drawing.Size(120, 32);
this.numericUpDown_max_frame.TabIndex = 3;
this.numericUpDown_max_frame.Value = new decimal(new int[] {
2,
0,
0,
0});
this.numericUpDown_max_frame.ValueChanged += new System.EventHandler(this.numericUpDown_max_frame_ValueChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(28, 27);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(147, 26);
this.label4.TabIndex = 2;
this.label4.Text = "max_frame = ";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(14, 65);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(161, 26);
this.label5.TabIndex = 2;
this.label5.Text = "max_second = ";
//
// numericUpDown_max_second
//
this.numericUpDown_max_second.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numericUpDown_max_second.Location = new System.Drawing.Point(175, 63);
this.numericUpDown_max_second.Maximum = new decimal(new int[] {
6000,
0,
0,
0});
this.numericUpDown_max_second.Name = "numericUpDown_max_second";
this.numericUpDown_max_second.Size = new System.Drawing.Size(120, 32);
this.numericUpDown_max_second.TabIndex = 3;
this.numericUpDown_max_second.Value = new decimal(new int[] {
2,
0,
0,
0});
this.numericUpDown_max_second.ValueChanged += new System.EventHandler(this.numericUpDown_max_second_ValueChanged);
//
// numericUpDown_max_minute
//
this.numericUpDown_max_minute.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numericUpDown_max_minute.Location = new System.Drawing.Point(175, 101);
this.numericUpDown_max_minute.Maximum = new decimal(new int[] {
6000,
0,
0,
0});
this.numericUpDown_max_minute.Name = "numericUpDown_max_minute";
this.numericUpDown_max_minute.Size = new System.Drawing.Size(120, 32);
this.numericUpDown_max_minute.TabIndex = 5;
this.numericUpDown_max_minute.Value = new decimal(new int[] {
2,
0,
0,
0});
this.numericUpDown_max_minute.ValueChanged += new System.EventHandler(this.numericUpDown_max_minute_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(18, 103);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(157, 26);
this.label6.TabIndex = 4;
this.label6.Text = "max_minute = ";
//
// numericUpDown_max_hour
//
this.numericUpDown_max_hour.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numericUpDown_max_hour.Location = new System.Drawing.Point(175, 139);
this.numericUpDown_max_hour.Maximum = new decimal(new int[] {
6000,
0,
0,
0});
this.numericUpDown_max_hour.Name = "numericUpDown_max_hour";
this.numericUpDown_max_hour.Size = new System.Drawing.Size(120, 32);
this.numericUpDown_max_hour.TabIndex = 7;
this.numericUpDown_max_hour.Value = new decimal(new int[] {
2,
0,
0,
0});
this.numericUpDown_max_hour.ValueChanged += new System.EventHandler(this.numericUpDown_max_hour_ValueChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(41, 141);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(134, 26);
this.label7.TabIndex = 6;
this.label7.Text = "max_hour = ";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.ClientSize = new System.Drawing.Size(700, 520);
this.Controls.Add(this.groupBox_time);
this.Controls.Add(this.groupBox_options_set_2);
this.Controls.Add(this.groupBox_options_set_1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_t1_interval)).EndInit();
this.groupBox_options_set_1.ResumeLayout(false);
this.groupBox_options_set_1.PerformLayout();
this.groupBox_time.ResumeLayout(false);
this.groupBox_time.PerformLayout();
this.groupBox_options_set_2.ResumeLayout(false);
this.groupBox_options_set_2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_frame)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_second)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_minute)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_max_hour)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button_SPR;
private System.Windows.Forms.TextBox textBox_short_time;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.TextBox textBox_long_time;
private System.Windows.Forms.Button button_reset_values;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown numericUpDown_t1_interval;
private System.Windows.Forms.GroupBox groupBox_options_set_1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox_time;
private System.Windows.Forms.GroupBox groupBox_options_set_2;
private System.Windows.Forms.NumericUpDown numericUpDown_max_frame;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown numericUpDown_max_second;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown numericUpDown_max_hour;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown numericUpDown_max_minute;
private System.Windows.Forms.Label label6;
}
}//////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////