Пример #1
0
        public Game1(IntPtr drawSurface,
                    System.Windows.Forms.Form parentForm,
                    System.Windows.Forms.PictureBox surfacePictureBox)
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            this.drawSurface = drawSurface;
            this.parentForm = parentForm;
            this.pictureBox = surfacePictureBox;

            graphics.PreparingDeviceSettings +=
                new EventHandler<PreparingDeviceSettingsEventArgs>(
                graphics_PreparingDeviceSettings);

            Mouse.WindowHandle = drawSurface;

            gameForm =
                System.Windows.Forms.Control.FromHandle(this.Window.Handle);
            gameForm.VisibleChanged += new EventHandler(gameForm_VisibleChanged);
            pictureBox.SizeChanged += new EventHandler(pictureBox_SizeChanged);

            vscroll =
                (System.Windows.Forms.VScrollBar)parentForm.Controls["vScrollBar1"];
            hscroll =
                (System.Windows.Forms.HScrollBar)parentForm.Controls["hScrollBar1"];

        }
Пример #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.hScrollBar = new System.Windows.Forms.HScrollBar();
     this.toolTip    = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // hScrollBar
     //
     this.hScrollBar.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.hScrollBar.Location = new System.Drawing.Point(0, 463);
     this.hScrollBar.Name     = "hScrollBar";
     this.hScrollBar.Size     = new System.Drawing.Size(640, 17);
     this.hScrollBar.TabIndex = 0;
     this.hScrollBar.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.FSOLY9YLw);
     //
     // Chart
     //
     this.AutoScroll = true;
     this.Controls.Add(this.hScrollBar);
     this.Font        = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name        = "Chart";
     this.Size        = new System.Drawing.Size(640, 480);
     this.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.HandleMouseDown);
     this.MouseLeave += new System.EventHandler(this.HandleMouseLeave);
     this.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.HandleMouseUp);
     this.ResumeLayout(false);
 }
Пример #3
0
        public OwnerPaintPanel()
        {
            this.contentSize = new System.Drawing.Size();

            this.panel        = new DoubleBufferedPanel();
            this.panel.Paint += new System.Windows.Forms.PaintEventHandler(panel_Paint);
            this.Controls.Add(this.panel);

            this.barV = new System.Windows.Forms.VScrollBar();
            this.Controls.Add(this.barV);
            this.barH = new System.Windows.Forms.HScrollBar();
            this.Controls.Add(this.barH);

            this.Layout      += MapEditor_Resize;
            this.barH.Scroll += new System.Windows.Forms.ScrollEventHandler(bar_Scroll);
            this.barV.Scroll += new System.Windows.Forms.ScrollEventHandler(bar_Scroll);

            base.MouseWheel       += new System.Windows.Forms.MouseEventHandler(barV_MouseWheel);
            this.panel.MouseWheel += new System.Windows.Forms.MouseEventHandler(barV_MouseWheel);
            this.barV.MouseWheel  += new System.Windows.Forms.MouseEventHandler(barV_MouseWheel);
            this.barH.MouseWheel  += new System.Windows.Forms.MouseEventHandler(barH_MouseWheel);

            this.panel.MouseUp          += new System.Windows.Forms.MouseEventHandler(panel_MouseUp);
            this.panel.MouseDown        += new System.Windows.Forms.MouseEventHandler(panel_MouseDown);
            this.panel.MouseMove        += new System.Windows.Forms.MouseEventHandler(panel_MouseMove);
            this.panel.MouseClick       += new System.Windows.Forms.MouseEventHandler(panel_MouseClick);
            this.panel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(panel_MouseDoubleClick);
            this.panel.MouseWheel       += new System.Windows.Forms.MouseEventHandler(panel_MouseWheel);
            this.panel.MouseHover       += new EventHandler(panel_MouseHover);
            this.panel.MouseLeave       += new EventHandler(panel_MouseLeave);
            this.panel.MouseEnter       += new EventHandler(panel_MouseEnter);

            UpdateScrollbars();
        }
Пример #4
0
        public Game1(IntPtr drawSurface,
                     System.Windows.Forms.Form parentForm,
                     System.Windows.Forms.PictureBox surfacePictureBox)
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            this.drawSurface = drawSurface;
            this.parentForm  = parentForm;
            this.pictureBox  = surfacePictureBox;

            graphics.PreparingDeviceSettings +=
                new EventHandler <PreparingDeviceSettingsEventArgs>(
                    graphics_PreparingDeviceSettings);

            Mouse.WindowHandle = drawSurface;

            gameForm =
                System.Windows.Forms.Control.FromHandle(this.Window.Handle);
            gameForm.VisibleChanged += new EventHandler(gameForm_VisibleChanged);
            pictureBox.SizeChanged  += new EventHandler(pictureBox_SizeChanged);

            vscroll =
                (System.Windows.Forms.VScrollBar)parentForm.Controls["vScrollBar1"];
            hscroll =
                (System.Windows.Forms.HScrollBar)parentForm.Controls["hScrollBar1"];
        }
Пример #5
0
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.hScrollBar = new System.Windows.Forms.HScrollBar();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // hScrollBar
            // 
            this.hScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.hScrollBar.Location = new System.Drawing.Point(0, 463);
            this.hScrollBar.Name = "hScrollBar";
            this.hScrollBar.Size = new System.Drawing.Size(640, 17);
            this.hScrollBar.TabIndex = 0;
            this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.FSOLY9YLw);
            // 
            // Chart
            // 
            this.AutoScroll = true;
            this.Controls.Add(this.hScrollBar);
            this.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.Name = "Chart";
            this.Size = new System.Drawing.Size(640, 480);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.HandleMouseDown);
            this.MouseLeave += new System.EventHandler(this.HandleMouseLeave);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.HandleMouseUp);
            this.ResumeLayout(false);

		}
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.hScrollBar = new System.Windows.Forms.HScrollBar();
     this.panel = new System.Windows.Forms.Panel();
     this.vScrollBar = new System.Windows.Forms.VScrollBar();
     this.SuspendLayout();
     //
     // hScrollBar
     //
     this.hScrollBar.Location = new System.Drawing.Point(3, 581);
     this.hScrollBar.Name = "hScrollBar";
     this.hScrollBar.Size = new System.Drawing.Size(776, 17);
     this.hScrollBar.TabIndex = 0;
     this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_Scroll);
     //
     // panel
     //
     this.panel.BackColor = System.Drawing.SystemColors.Control;
     this.panel.Location = new System.Drawing.Point(3, 3);
     this.panel.Name = "panel";
     this.panel.Size = new System.Drawing.Size(776, 576);
     this.panel.TabIndex = 1;
     this.panel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_MouseMove);
     this.panel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_MouseDown);
     this.panel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_MouseUp);
     //
     // vScrollBar
     //
     this.vScrollBar.Location = new System.Drawing.Point(781, 3);
     this.vScrollBar.Name = "vScrollBar";
     this.vScrollBar.Size = new System.Drawing.Size(17, 576);
     this.vScrollBar.TabIndex = 2;
     this.vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar_Scroll);
     //
     // ImagePanelControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.vScrollBar);
     this.Controls.Add(this.panel);
     this.Controls.Add(this.hScrollBar);
     this.Name = "ImagePanelControl";
     this.Size = new System.Drawing.Size(800, 600);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.ImagePanel_Paint);
     this.Resize += new System.EventHandler(this.ImagePanelControl_Resize);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.picBlank = new System.Windows.Forms.PictureBox();
     this.scrollH = new System.Windows.Forms.HScrollBar();
     this.scrollV = new System.Windows.Forms.VScrollBar();
     ((System.ComponentModel.ISupportInitialize)(this.picBlank)).BeginInit();
     this.SuspendLayout();
     //
     // picBlank
     //
     this.picBlank.BackColor = System.Drawing.SystemColors.Control;
     this.picBlank.Location = new System.Drawing.Point(283, 283);
     this.picBlank.Name = "picBlank";
     this.picBlank.Size = new System.Drawing.Size(17, 17);
     this.picBlank.TabIndex = 5;
     this.picBlank.TabStop = false;
     //
     // scrollH
     //
     this.scrollH.Location = new System.Drawing.Point(0, 283);
     this.scrollH.Name = "scrollH";
     this.scrollH.Size = new System.Drawing.Size(283, 17);
     this.scrollH.TabIndex = 4;
     //
     // scrollV
     //
     this.scrollV.Location = new System.Drawing.Point(283, 0);
     this.scrollV.Name = "scrollV";
     this.scrollV.Size = new System.Drawing.Size(17, 283);
     this.scrollV.TabIndex = 3;
     //
     // ScrollBlank
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.picBlank);
     this.Controls.Add(this.scrollH);
     this.Controls.Add(this.scrollV);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ScrollBlank";
     this.Size = new System.Drawing.Size(300, 300);
     ((System.ComponentModel.ISupportInitialize)(this.picBlank)).EndInit();
     this.ResumeLayout(false);
 }
Пример #8
0
        /// <summary>
        /// Требуемый метод для поддержки конструктора — не изменяйте
        /// содержимое этого метода с помощью редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            components         = new System.ComponentModel.Container();
            vScrollBar         = new System.Windows.Forms.VScrollBar();
            hScrollBar         = new System.Windows.Forms.HScrollBar();
            panel = new System.Windows.Forms.Panel();

            vScrollBar.Visible = false;
            hScrollBar.Visible = false;
            panel.Visible      = false;

            vScrollBar.Anchor =
                System.Windows.Forms.AnchorStyles.Top
                | System.Windows.Forms.AnchorStyles.Right
                | System.Windows.Forms.AnchorStyles.Bottom;

            hScrollBar.Anchor =
                System.Windows.Forms.AnchorStyles.Left
                | System.Windows.Forms.AnchorStyles.Right
                | System.Windows.Forms.AnchorStyles.Bottom;

            this.Controls.Add(vScrollBar);
            this.Controls.Add(hScrollBar);
            this.Controls.Add(panel);

            vScrollBar.Top    = 0;
            vScrollBar.Left   = this.Width - vScrollBar.Width;
            vScrollBar.Height = this.Height;

            hScrollBar.Top   = this.Height - hScrollBar.Height;
            hScrollBar.Left  = 0;
            hScrollBar.Width = this.Width;

            panel.Size   = new System.Drawing.Size(vScrollBar.Width, hScrollBar.Height);
            panel.Anchor =
                System.Windows.Forms.AnchorStyles.Bottom
                | System.Windows.Forms.AnchorStyles.Right;
        }
Пример #9
0
        public LevelEditorGame(IntPtr drawSurface, System.Windows.Forms.Form parentForm, System.Windows.Forms.PictureBox surfacePictureBox)
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            #region Redirects the game1 class methods to the windows form
            this.drawSurface = drawSurface;
            this.parentForm  = parentForm;
            this.pictureBox  = surfacePictureBox;

            graphics.PreparingDeviceSettings += new EventHandler <PreparingDeviceSettingsEventArgs>(graphics_PreparingDeviceSettings);

            Mouse.WindowHandle = drawSurface;
            #endregion

            #region Changes the visibility and size behaviour to the winform
            gameForm = System.Windows.Forms.Control.FromHandle(this.Window.Handle);
            gameForm.VisibleChanged += new EventHandler(gameForm_VisibleChanged);
            pictureBox.SizeChanged  += new EventHandler(pictureBox_SizeChanged);
            #endregion

            vscroll_pctSurface = (System.Windows.Forms.VScrollBar)parentForm.Controls["tabControl_Editor"].Controls["tabPage_Map"].Controls["vScrollBar_pctSurface"];
            hscroll_pctSurface = (System.Windows.Forms.HScrollBar)parentForm.Controls["tabControl_Editor"].Controls["tabPage_Map"].Controls["hScrollBar_pctSurface"];
        }
Пример #10
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPaletteSettings));
     this.button9 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button8 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.hScrollBar_saturation = new System.Windows.Forms.HScrollBar();
     this.label1 = new System.Windows.Forms.Label();
     this.hScrollBar_hue_tweak = new System.Windows.Forms.HScrollBar();
     this.label2 = new System.Windows.Forms.Label();
     this.label_gamma = new System.Windows.Forms.Label();
     this.label_bright = new System.Windows.Forms.Label();
     this.hScrollBar_contrast = new System.Windows.Forms.HScrollBar();
     this.label_const = new System.Windows.Forms.Label();
     this.label_hue = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.hScrollBar_brightness = new System.Windows.Forms.HScrollBar();
     this.label5 = new System.Windows.Forms.Label();
     this.label_satur = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.hScrollBar_gamma = new System.Windows.Forms.HScrollBar();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radioButton_palb = new System.Windows.Forms.RadioButton();
     this.radioButton_ntsc = new System.Windows.Forms.RadioButton();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.button3 = new System.Windows.Forms.Button();
     this.radioButton_gen_pal = new System.Windows.Forms.RadioButton();
     this.radioButton_gen_ntsc = new System.Windows.Forms.RadioButton();
     this.radioButton_gen_auto = new System.Windows.Forms.RadioButton();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.radioButton_usaPaletteFile = new System.Windows.Forms.RadioButton();
     this.radioButton_useGenerators = new System.Windows.Forms.RadioButton();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // button9
     //
     resources.ApplyResources(this.button9, "button9");
     this.button9.Name = "button9";
     this.toolTip1.SetToolTip(this.button9, resources.GetString("button9.ToolTip"));
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // button7
     //
     resources.ApplyResources(this.button7, "button7");
     this.button7.Name = "button7";
     this.toolTip1.SetToolTip(this.button7, resources.GetString("button7.ToolTip"));
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button8
     //
     resources.ApplyResources(this.button8, "button8");
     this.button8.Name = "button8";
     this.toolTip1.SetToolTip(this.button8, resources.GetString("button8.ToolTip"));
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.toolTip1.SetToolTip(this.button6, resources.GetString("button6.ToolTip"));
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // groupBox4
     //
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Controls.Add(this.hScrollBar_saturation);
     this.groupBox4.Controls.Add(this.label1);
     this.groupBox4.Controls.Add(this.hScrollBar_hue_tweak);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.label_gamma);
     this.groupBox4.Controls.Add(this.label_bright);
     this.groupBox4.Controls.Add(this.hScrollBar_contrast);
     this.groupBox4.Controls.Add(this.label_const);
     this.groupBox4.Controls.Add(this.label_hue);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.hScrollBar_brightness);
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.label_satur);
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Controls.Add(this.hScrollBar_gamma);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox4, resources.GetString("groupBox4.ToolTip"));
     //
     // hScrollBar_saturation
     //
     resources.ApplyResources(this.hScrollBar_saturation, "hScrollBar_saturation");
     this.hScrollBar_saturation.Maximum = 5000;
     this.hScrollBar_saturation.Name = "hScrollBar_saturation";
     this.toolTip1.SetToolTip(this.hScrollBar_saturation, resources.GetString("hScrollBar_saturation.ToolTip"));
     this.hScrollBar_saturation.Value = 1000;
     this.hScrollBar_saturation.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_saturation_Scroll);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
     //
     // hScrollBar_hue_tweak
     //
     resources.ApplyResources(this.hScrollBar_hue_tweak, "hScrollBar_hue_tweak");
     this.hScrollBar_hue_tweak.Maximum = 1000;
     this.hScrollBar_hue_tweak.Minimum = -1000;
     this.hScrollBar_hue_tweak.Name = "hScrollBar_hue_tweak";
     this.toolTip1.SetToolTip(this.hScrollBar_hue_tweak, resources.GetString("hScrollBar_hue_tweak.ToolTip"));
     this.hScrollBar_hue_tweak.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_hue_tweak_Scroll);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
     //
     // label_gamma
     //
     resources.ApplyResources(this.label_gamma, "label_gamma");
     this.label_gamma.Name = "label_gamma";
     this.toolTip1.SetToolTip(this.label_gamma, resources.GetString("label_gamma.ToolTip"));
     //
     // label_bright
     //
     resources.ApplyResources(this.label_bright, "label_bright");
     this.label_bright.Name = "label_bright";
     this.toolTip1.SetToolTip(this.label_bright, resources.GetString("label_bright.ToolTip"));
     //
     // hScrollBar_contrast
     //
     resources.ApplyResources(this.hScrollBar_contrast, "hScrollBar_contrast");
     this.hScrollBar_contrast.Maximum = 2000;
     this.hScrollBar_contrast.Minimum = 500;
     this.hScrollBar_contrast.Name = "hScrollBar_contrast";
     this.toolTip1.SetToolTip(this.hScrollBar_contrast, resources.GetString("hScrollBar_contrast.ToolTip"));
     this.hScrollBar_contrast.Value = 1000;
     this.hScrollBar_contrast.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_contrast_Scroll);
     //
     // label_const
     //
     resources.ApplyResources(this.label_const, "label_const");
     this.label_const.Name = "label_const";
     this.toolTip1.SetToolTip(this.label_const, resources.GetString("label_const.ToolTip"));
     //
     // label_hue
     //
     resources.ApplyResources(this.label_hue, "label_hue");
     this.label_hue.Name = "label_hue";
     this.toolTip1.SetToolTip(this.label_hue, resources.GetString("label_hue.ToolTip"));
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
     //
     // hScrollBar_brightness
     //
     resources.ApplyResources(this.hScrollBar_brightness, "hScrollBar_brightness");
     this.hScrollBar_brightness.Maximum = 2000;
     this.hScrollBar_brightness.Minimum = 500;
     this.hScrollBar_brightness.Name = "hScrollBar_brightness";
     this.toolTip1.SetToolTip(this.hScrollBar_brightness, resources.GetString("hScrollBar_brightness.ToolTip"));
     this.hScrollBar_brightness.Value = 1000;
     this.hScrollBar_brightness.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_brightness_Scroll);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
     //
     // label_satur
     //
     resources.ApplyResources(this.label_satur, "label_satur");
     this.label_satur.Name = "label_satur";
     this.toolTip1.SetToolTip(this.label_satur, resources.GetString("label_satur.ToolTip"));
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
     //
     // hScrollBar_gamma
     //
     resources.ApplyResources(this.hScrollBar_gamma, "hScrollBar_gamma");
     this.hScrollBar_gamma.Maximum = 2500;
     this.hScrollBar_gamma.Minimum = 1000;
     this.hScrollBar_gamma.Name = "hScrollBar_gamma";
     this.toolTip1.SetToolTip(this.hScrollBar_gamma, resources.GetString("hScrollBar_gamma.ToolTip"));
     this.hScrollBar_gamma.Value = 1800;
     this.hScrollBar_gamma.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_gamma_Scroll);
     //
     // groupBox3
     //
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Controls.Add(this.panel1);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip"));
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackColor = System.Drawing.Color.Black;
     this.panel1.Name = "panel1";
     this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip"));
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.toolTip1.SetToolTip(this.button1, resources.GetString("button1.ToolTip"));
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.toolTip1.SetToolTip(this.button2, resources.GetString("button2.ToolTip"));
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.radioButton_palb);
     this.groupBox1.Controls.Add(this.radioButton_ntsc);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
     //
     // radioButton_palb
     //
     resources.ApplyResources(this.radioButton_palb, "radioButton_palb");
     this.radioButton_palb.Name = "radioButton_palb";
     this.toolTip1.SetToolTip(this.radioButton_palb, resources.GetString("radioButton_palb.ToolTip"));
     this.radioButton_palb.UseVisualStyleBackColor = true;
     //
     // radioButton_ntsc
     //
     resources.ApplyResources(this.radioButton_ntsc, "radioButton_ntsc");
     this.radioButton_ntsc.Checked = true;
     this.radioButton_ntsc.Name = "radioButton_ntsc";
     this.radioButton_ntsc.TabStop = true;
     this.toolTip1.SetToolTip(this.radioButton_ntsc, resources.GetString("radioButton_ntsc.ToolTip"));
     this.radioButton_ntsc.UseVisualStyleBackColor = true;
     this.radioButton_ntsc.CheckedChanged += new System.EventHandler(this.radioButton_ntsc_CheckedChanged);
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.toolTip1.SetToolTip(this.button3, resources.GetString("button3.ToolTip"));
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // radioButton_gen_pal
     //
     resources.ApplyResources(this.radioButton_gen_pal, "radioButton_gen_pal");
     this.radioButton_gen_pal.Name = "radioButton_gen_pal";
     this.toolTip1.SetToolTip(this.radioButton_gen_pal, resources.GetString("radioButton_gen_pal.ToolTip"));
     this.radioButton_gen_pal.UseVisualStyleBackColor = true;
     this.radioButton_gen_pal.CheckedChanged += new System.EventHandler(this.radioButton_gen_pal_CheckedChanged);
     //
     // radioButton_gen_ntsc
     //
     resources.ApplyResources(this.radioButton_gen_ntsc, "radioButton_gen_ntsc");
     this.radioButton_gen_ntsc.Name = "radioButton_gen_ntsc";
     this.toolTip1.SetToolTip(this.radioButton_gen_ntsc, resources.GetString("radioButton_gen_ntsc.ToolTip"));
     this.radioButton_gen_ntsc.UseVisualStyleBackColor = true;
     this.radioButton_gen_ntsc.CheckedChanged += new System.EventHandler(this.radioButton_gen_ntsc_CheckedChanged);
     //
     // radioButton_gen_auto
     //
     resources.ApplyResources(this.radioButton_gen_auto, "radioButton_gen_auto");
     this.radioButton_gen_auto.Checked = true;
     this.radioButton_gen_auto.Name = "radioButton_gen_auto";
     this.radioButton_gen_auto.TabStop = true;
     this.toolTip1.SetToolTip(this.radioButton_gen_auto, resources.GetString("radioButton_gen_auto.ToolTip"));
     this.radioButton_gen_auto.UseVisualStyleBackColor = true;
     this.radioButton_gen_auto.CheckedChanged += new System.EventHandler(this.radioButton_gen_auto_CheckedChanged);
     //
     // comboBox1
     //
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Name = "comboBox1";
     this.toolTip1.SetToolTip(this.comboBox1, resources.GetString("comboBox1.ToolTip"));
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // radioButton_usaPaletteFile
     //
     resources.ApplyResources(this.radioButton_usaPaletteFile, "radioButton_usaPaletteFile");
     this.radioButton_usaPaletteFile.Name = "radioButton_usaPaletteFile";
     this.toolTip1.SetToolTip(this.radioButton_usaPaletteFile, resources.GetString("radioButton_usaPaletteFile.ToolTip"));
     this.radioButton_usaPaletteFile.UseVisualStyleBackColor = true;
     //
     // radioButton_useGenerators
     //
     resources.ApplyResources(this.radioButton_useGenerators, "radioButton_useGenerators");
     this.radioButton_useGenerators.Checked = true;
     this.radioButton_useGenerators.Name = "radioButton_useGenerators";
     this.radioButton_useGenerators.TabStop = true;
     this.toolTip1.SetToolTip(this.radioButton_useGenerators, resources.GetString("radioButton_useGenerators.ToolTip"));
     this.radioButton_useGenerators.UseVisualStyleBackColor = true;
     this.radioButton_useGenerators.CheckedChanged += new System.EventHandler(this.radioButton_useGenerators_CheckedChanged);
     //
     // tabControl1
     //
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.toolTip1.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip"));
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Controls.Add(this.linkLabel1);
     this.tabPage1.Controls.Add(this.comboBox1);
     this.tabPage1.Controls.Add(this.radioButton_usaPaletteFile);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.radioButton_useGenerators);
     this.tabPage1.Name = "tabPage1";
     this.toolTip1.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip"));
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // linkLabel1
     //
     resources.ApplyResources(this.linkLabel1, "linkLabel1");
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.TabStop = true;
     this.toolTip1.SetToolTip(this.linkLabel1, resources.GetString("linkLabel1.ToolTip"));
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.radioButton_gen_pal);
     this.groupBox2.Controls.Add(this.radioButton_gen_ntsc);
     this.groupBox2.Controls.Add(this.radioButton_gen_auto);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip"));
     //
     // tabPage2
     //
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Controls.Add(this.groupBox1);
     this.tabPage2.Controls.Add(this.button3);
     this.tabPage2.Controls.Add(this.button6);
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Controls.Add(this.button8);
     this.tabPage2.Controls.Add(this.button9);
     this.tabPage2.Name = "tabPage2";
     this.toolTip1.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip"));
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // FormPaletteSettings
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ControlBox = false;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.button7);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "FormPaletteSettings";
     this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #11
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.hScrollBar2 = new System.Windows.Forms.HScrollBar();
     this.hScrollBar5 = new System.Windows.Forms.HScrollBar();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.hScrollBar3 = new System.Windows.Forms.HScrollBar();
     this.label3      = new System.Windows.Forms.Label();
     this.button1     = new System.Windows.Forms.Button();
     this.label5      = new System.Windows.Forms.Label();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.textBox2    = new System.Windows.Forms.TextBox();
     this.timer1      = new System.Windows.Forms.Timer(this.components);
     this.timer2      = new System.Windows.Forms.Timer(this.components);
     this.timer3      = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(1094, 552);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(121, 24);
     this.comboBox1.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Location    = new System.Drawing.Point(12, 12);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(720, 576);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex    = 2;
     this.pictureBox1.TabStop     = false;
     this.pictureBox1.Click      += new System.EventHandler(this.PictureBox1Click);
     //
     // hScrollBar1
     //
     this.hScrollBar1.LargeChange = 30;
     this.hScrollBar1.Location    = new System.Drawing.Point(770, 70);
     this.hScrollBar1.Maximum     = 180;
     this.hScrollBar1.Name        = "hScrollBar1";
     this.hScrollBar1.Size        = new System.Drawing.Size(290, 72);
     this.hScrollBar1.TabIndex    = 3;
     this.hScrollBar1.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HScrollBar1Scroll);
     //
     // hScrollBar2
     //
     this.hScrollBar2.LargeChange = 30;
     this.hScrollBar2.Location    = new System.Drawing.Point(770, 178);
     this.hScrollBar2.Maximum     = 180;
     this.hScrollBar2.Name        = "hScrollBar2";
     this.hScrollBar2.Size        = new System.Drawing.Size(290, 72);
     this.hScrollBar2.TabIndex    = 4;
     this.hScrollBar2.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HScrollBar2Scroll);
     //
     // hScrollBar5
     //
     this.hScrollBar5.LargeChange = 5;
     this.hScrollBar5.Location    = new System.Drawing.Point(770, 275);
     this.hScrollBar5.Maximum     = 30;
     this.hScrollBar5.Name        = "hScrollBar5";
     this.hScrollBar5.Size        = new System.Drawing.Size(290, 72);
     this.hScrollBar5.TabIndex    = 7;
     this.hScrollBar5.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HScrollBar5Scroll);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(738, 96);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 32);
     this.label1.TabIndex = 8;
     this.label1.Text     = "X";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(738, 197);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 32);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Y";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(736, 260);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(31, 102);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Z\r\no\r\no\r\nm";
     //
     // pictureBox4
     //
     this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox4.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location    = new System.Drawing.Point(1094, 56);
     this.pictureBox4.Name        = "pictureBox4";
     this.pictureBox4.Size        = new System.Drawing.Size(130, 130);
     this.pictureBox4.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox4.TabIndex    = 15;
     this.pictureBox4.TabStop     = false;
     this.pictureBox4.Click      += new System.EventHandler(this.PictureBox4Click);
     //
     // pictureBox5
     //
     this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox5.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
     this.pictureBox5.Location    = new System.Drawing.Point(1094, 217);
     this.pictureBox5.Name        = "pictureBox5";
     this.pictureBox5.Size        = new System.Drawing.Size(130, 130);
     this.pictureBox5.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox5.TabIndex    = 16;
     this.pictureBox5.TabStop     = false;
     this.pictureBox5.Click      += new System.EventHandler(this.PictureBox5Click);
     //
     // pictureBox6
     //
     this.pictureBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox6.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
     this.pictureBox6.Location    = new System.Drawing.Point(1094, 375);
     this.pictureBox6.Name        = "pictureBox6";
     this.pictureBox6.Size        = new System.Drawing.Size(130, 130);
     this.pictureBox6.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox6.TabIndex    = 17;
     this.pictureBox6.TabStop     = false;
     this.pictureBox6.Click      += new System.EventHandler(this.PictureBox6Click);
     //
     // hScrollBar3
     //
     this.hScrollBar3.LargeChange = 30;
     this.hScrollBar3.Location    = new System.Drawing.Point(770, 375);
     this.hScrollBar3.Maximum     = 180;
     this.hScrollBar3.Name        = "hScrollBar3";
     this.hScrollBar3.Size        = new System.Drawing.Size(290, 72);
     this.hScrollBar3.TabIndex    = 19;
     this.hScrollBar3.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HScrollBar3Scroll);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(736, 375);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(31, 102);
     this.label3.TabIndex = 20;
     this.label3.Text     = "Lidar";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(902, 473);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(130, 115);
     this.button1.TabIndex = 21;
     this.button1.Text     = "Начать магнитное сканирование";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(738, 486);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(29, 23);
     this.label5.TabIndex = 24;
     this.label5.Text     = "IP";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(756, 486);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(101, 22);
     this.textBox1.TabIndex = 25;
     this.textBox1.Text     = "127.0.0.1";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(736, 518);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(61, 23);
     this.label6.TabIndex = 26;
     this.label6.Text     = "Port";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(770, 519);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(87, 22);
     this.textBox2.TabIndex = 27;
     this.textBox2.Text     = "4355";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     //
     // timer2
     //
     this.timer2.Interval = 2000;
     this.timer2.Tick    += new System.EventHandler(this.Timer2Tick);
     //
     // timer3
     //
     this.timer3.Interval = 2000;
     this.timer3.Tick    += new System.EventHandler(this.Timer3Tick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1262, 602);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.hScrollBar3);
     this.Controls.Add(this.pictureBox6);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.hScrollBar5);
     this.Controls.Add(this.hScrollBar2);
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.comboBox1);
     this.Name         = "MainForm";
     this.Text         = "camera";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.Load        += new System.EventHandler(this.MainFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #12
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.hScrollBar = new System.Windows.Forms.HScrollBar();
     this.vScrollBar = new System.Windows.Forms.VScrollBar();
     this.mapPanel = new System.Windows.Forms.Panel();
     this.tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel.Controls.Add(this.hScrollBar, 0, 1);
     this.tableLayoutPanel.Controls.Add(this.vScrollBar, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.mapPanel, 0, 0);
     this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 2;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel.Size = new System.Drawing.Size(291, 295);
     this.tableLayoutPanel.TabIndex = 0;
     //
     // hScrollBar
     //
     this.hScrollBar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.hScrollBar.Location = new System.Drawing.Point(0, 275);
     this.hScrollBar.Name = "hScrollBar";
     this.hScrollBar.Size = new System.Drawing.Size(271, 20);
     this.hScrollBar.TabIndex = 0;
     this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_Scroll);
     //
     // vScrollBar
     //
     this.vScrollBar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.vScrollBar.Location = new System.Drawing.Point(271, 0);
     this.vScrollBar.Name = "vScrollBar";
     this.vScrollBar.Size = new System.Drawing.Size(20, 275);
     this.vScrollBar.TabIndex = 1;
     this.vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar_Scroll);
     //
     // mapPanel
     //
     this.mapPanel.BackColor = System.Drawing.Color.AntiqueWhite;
     this.mapPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapPanel.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.mapPanel.Location = new System.Drawing.Point(0, 0);
     this.mapPanel.Margin = new System.Windows.Forms.Padding(0);
     this.mapPanel.Name = "mapPanel";
     this.mapPanel.Size = new System.Drawing.Size(271, 275);
     this.mapPanel.TabIndex = 2;
     this.mapPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.mapPanel_Paint);
     this.mapPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mapPanel_MouseMove);
     this.mapPanel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.mapPanel_MouseDoubleClick);
     this.mapPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapPanel_MouseDown);
     this.mapPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mapPanel_MouseUp);
     //
     // MapControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.tableLayoutPanel);
     this.Name = "MapControl";
     this.Size = new System.Drawing.Size(291, 295);
     this.Load += new System.EventHandler(this.MapControl_Load);
     this.VisibleChanged += new System.EventHandler(this.MapControl_VisibleChanged);
     this.Leave += new System.EventHandler(this.MapControl_Leave);
     this.Resize += new System.EventHandler(this.MapControl_Resize);
     this.tableLayoutPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #13
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.hScrollBar = new System.Windows.Forms.HScrollBar();
     this.vScrollBar = new System.Windows.Forms.VScrollBar();
     this.canvas = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize) (this.canvas)).BeginInit();
     this.SuspendLayout();
     //
     // hScrollBar
     //
     this.hScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.hScrollBar.Location = new System.Drawing.Point(0, 418);
     this.hScrollBar.Minimum = 20;
     this.hScrollBar.Name = "hScrollBar";
     this.hScrollBar.Size = new System.Drawing.Size(446, 17);
     this.hScrollBar.TabIndex = 0;
     this.hScrollBar.Value = 50;
     this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_Scroll);
     //
     // vScrollBar
     //
     this.vScrollBar.Dock = System.Windows.Forms.DockStyle.Right;
     this.vScrollBar.Location = new System.Drawing.Point(429, 0);
     this.vScrollBar.Name = "vScrollBar";
     this.vScrollBar.Size = new System.Drawing.Size(17, 418);
     this.vScrollBar.TabIndex = 1;
     this.vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar_Scroll);
     //
     // canvas
     //
     this.canvas.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.canvas.Dock = System.Windows.Forms.DockStyle.Fill;
     this.canvas.Location = new System.Drawing.Point(0, 0);
     this.canvas.Margin = new System.Windows.Forms.Padding(60, 28, 60, 28);
     this.canvas.Name = "canvas";
     this.canvas.Size = new System.Drawing.Size(429, 418);
     this.canvas.TabIndex = 2;
     this.canvas.TabStop = false;
     this.canvas.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseWheel);
     this.canvas.MouseLeave += new System.EventHandler(this.canvas_MouseLeave);
     this.canvas.MouseDown += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseDown);
     this.canvas.MouseMove += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseMove);
     this.canvas.MouseCaptureChanged += new System.EventHandler(this.canvas_MouseCaptureChanged);
     this.canvas.Paint += new System.Windows.Forms.PaintEventHandler(this.canvas_Paint);
     this.canvas.Resize += new System.EventHandler(this.canvas_Resize);
     this.canvas.MouseUp += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseUp);
     this.canvas.MouseEnter += new System.EventHandler(this.canvas_MouseEnter);
     //
     // BitmapViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.canvas);
     this.Controls.Add(this.vScrollBar);
     this.Controls.Add(this.hScrollBar);
     this.Margin = new System.Windows.Forms.Padding(60, 28, 60, 28);
     this.Name = "BitmapViewer";
     this.Size = new System.Drawing.Size(446, 435);
     ((System.ComponentModel.ISupportInitialize) (this.canvas)).EndInit();
     this.ResumeLayout(false);
 }
Пример #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     scrlAzulejoX      = new System.Windows.Forms.HScrollBar();
     scrlAzulejoY      = new System.Windows.Forms.VScrollBar();
     picAzulejo        = new System.Windows.Forms.PictureBox();
     grpAtributos      = new System.Windows.Forms.GroupBox();
     optBloqueio       = new System.Windows.Forms.RadioButton();
     butLimpar         = new System.Windows.Forms.Button();
     butCancelar       = new System.Windows.Forms.Button();
     butSalvar         = new System.Windows.Forms.Button();
     grpAzulejo        = new System.Windows.Forms.GroupBox();
     scrlAzulejo       = new System.Windows.Forms.HScrollBar();
     groupBox2         = new System.Windows.Forms.GroupBox();
     optBloqDirecional = new System.Windows.Forms.RadioButton();
     optAtributos      = new System.Windows.Forms.RadioButton();
     ((System.ComponentModel.ISupportInitialize)(picAzulejo)).BeginInit();
     grpAtributos.SuspendLayout();
     grpAzulejo.SuspendLayout();
     groupBox2.SuspendLayout();
     SuspendLayout();
     //
     // scrlAzulejoX
     //
     scrlAzulejoX.LargeChange = 1;
     scrlAzulejoX.Location    = new System.Drawing.Point(14, 453);
     scrlAzulejoX.Name        = "scrlAzulejoX";
     scrlAzulejoX.Size        = new System.Drawing.Size(256, 19);
     scrlAzulejoX.TabIndex    = 69;
     //
     // scrlAzulejoY
     //
     scrlAzulejoY.Cursor      = System.Windows.Forms.Cursors.Default;
     scrlAzulejoY.LargeChange = 1;
     scrlAzulejoY.Location    = new System.Drawing.Point(270, 69);
     scrlAzulejoY.Maximum     = 255;
     scrlAzulejoY.Name        = "scrlAzulejoY";
     scrlAzulejoY.Size        = new System.Drawing.Size(19, 384);
     scrlAzulejoY.TabIndex    = 70;
     //
     // picAzulejo
     //
     picAzulejo.BackColor   = System.Drawing.Color.Black;
     picAzulejo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     picAzulejo.Location    = new System.Drawing.Point(14, 69);
     picAzulejo.Name        = "picAzulejo";
     picAzulejo.Size        = new System.Drawing.Size(256, 384);
     picAzulejo.TabIndex    = 68;
     picAzulejo.TabStop     = false;
     picAzulejo.MouseDown  += new System.Windows.Forms.MouseEventHandler(picAzulejo_MouseDown);
     //
     // grpAtributos
     //
     grpAtributos.Controls.Add(optBloqueio);
     grpAtributos.Location = new System.Drawing.Point(303, 141);
     grpAtributos.Name     = "grpAtributos";
     grpAtributos.Size     = new System.Drawing.Size(98, 264);
     grpAtributos.TabIndex = 71;
     grpAtributos.TabStop  = false;
     grpAtributos.Text     = "Atributos";
     //
     // optBloqueio
     //
     optBloqueio.AutoSize = true;
     optBloqueio.Location = new System.Drawing.Point(6, 19);
     optBloqueio.Name     = "optBloqueio";
     optBloqueio.Size     = new System.Drawing.Size(66, 17);
     optBloqueio.TabIndex = 75;
     optBloqueio.TabStop  = true;
     optBloqueio.Text     = "Bloqueio";
     optBloqueio.UseVisualStyleBackColor = true;
     optBloqueio.CheckedChanged         += new System.EventHandler(optBloqueio_CheckedChanged);
     //
     // butLimpar
     //
     butLimpar.Location = new System.Drawing.Point(303, 431);
     butLimpar.Name     = "butLimpar";
     butLimpar.Size     = new System.Drawing.Size(97, 21);
     butLimpar.TabIndex = 74;
     butLimpar.Text     = "Limpar";
     butLimpar.UseVisualStyleBackColor = true;
     butLimpar.Click += new System.EventHandler(butLimpar_Click);
     //
     // butCancelar
     //
     butCancelar.Location = new System.Drawing.Point(303, 451);
     butCancelar.Name     = "butCancelar";
     butCancelar.Size     = new System.Drawing.Size(97, 21);
     butCancelar.TabIndex = 73;
     butCancelar.Text     = "Cancelar";
     butCancelar.UseVisualStyleBackColor = true;
     butCancelar.Click += new System.EventHandler(butCancelar_Click);
     //
     // butSalvar
     //
     butSalvar.Location = new System.Drawing.Point(303, 411);
     butSalvar.Name     = "butSalvar";
     butSalvar.Size     = new System.Drawing.Size(97, 21);
     butSalvar.TabIndex = 72;
     butSalvar.Text     = "Salvar";
     butSalvar.UseVisualStyleBackColor = true;
     butSalvar.Click += new System.EventHandler(butSalvar_Click);
     //
     // grpAzulejo
     //
     grpAzulejo.Controls.Add(scrlAzulejo);
     grpAzulejo.Location = new System.Drawing.Point(12, 12);
     grpAzulejo.Name     = "grpAzulejo";
     grpAzulejo.Size     = new System.Drawing.Size(389, 49);
     grpAzulejo.TabIndex = 75;
     grpAzulejo.TabStop  = false;
     grpAzulejo.Text     = "Azulejo: 1";
     //
     // scrlAzulejo
     //
     scrlAzulejo.LargeChange   = 1;
     scrlAzulejo.Location      = new System.Drawing.Point(9, 18);
     scrlAzulejo.Minimum       = 1;
     scrlAzulejo.Name          = "scrlAzulejo";
     scrlAzulejo.Size          = new System.Drawing.Size(374, 19);
     scrlAzulejo.TabIndex      = 16;
     scrlAzulejo.Value         = 1;
     scrlAzulejo.ValueChanged += new System.EventHandler(scrlAzulejo_ValueChanged);
     //
     // groupBox2
     //
     groupBox2.Controls.Add(optAtributos);
     groupBox2.Controls.Add(optBloqDirecional);
     groupBox2.Location = new System.Drawing.Point(303, 69);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(98, 66);
     groupBox2.TabIndex = 76;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Definir";
     //
     // optBloqDirecional
     //
     optBloqDirecional.BackColor = System.Drawing.Color.Transparent;
     optBloqDirecional.Location  = new System.Drawing.Point(6, 42);
     optBloqDirecional.Name      = "optBloqDirecional";
     optBloqDirecional.Size      = new System.Drawing.Size(91, 17);
     optBloqDirecional.TabIndex  = 76;
     optBloqDirecional.Text      = "Bloqueio Dire.";
     optBloqDirecional.UseVisualStyleBackColor = false;
     optBloqDirecional.CheckedChanged         += new System.EventHandler(optBloqDirecional_CheckedChanged);
     //
     // optAtributos
     //
     optAtributos.AutoSize = true;
     optAtributos.Checked  = true;
     optAtributos.Location = new System.Drawing.Point(6, 19);
     optAtributos.Name     = "optAtributos";
     optAtributos.Size     = new System.Drawing.Size(66, 17);
     optAtributos.TabIndex = 75;
     optAtributos.TabStop  = true;
     optAtributos.Text     = "Atributos";
     optAtributos.UseVisualStyleBackColor = true;
     optAtributos.CheckedChanged         += new System.EventHandler(optAtributos_CheckedChanged);
     //
     // Editor_Azulejos
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(413, 487);
     ControlBox          = false;
     Controls.Add(groupBox2);
     Controls.Add(butCancelar);
     Controls.Add(grpAzulejo);
     Controls.Add(butLimpar);
     Controls.Add(butSalvar);
     Controls.Add(grpAtributos);
     Controls.Add(scrlAzulejoX);
     Controls.Add(scrlAzulejoY);
     Controls.Add(picAzulejo);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Name            = "Editor_Azulejos";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "Editor de Azulejos";
     ((System.ComponentModel.ISupportInitialize)(picAzulejo)).EndInit();
     grpAtributos.ResumeLayout(false);
     grpAtributos.PerformLayout();
     grpAzulejo.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     ResumeLayout(false);
 }
Пример #15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Blue;
     this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.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.dataGridView1.BackgroundColor = System.Drawing.Color.White;
     this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSkyBlue;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridView1.EnableHeadersVisualStyles = false;
     this.dataGridView1.GridColor = System.Drawing.Color.LightSkyBlue;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size = new System.Drawing.Size(240, 107);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.Paint += new System.Windows.Forms.PaintEventHandler(this.dataGridView1_Paint);
     this.dataGridView1.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dataGridView1_ColumnWidthChanged);
     //
     // hScrollBar1
     //
     this.hScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.hScrollBar1.Location = new System.Drawing.Point(0, 133);
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(240, 17);
     this.hScrollBar1.TabIndex = 1;
     this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
     //
     // SumGridView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightSkyBlue;
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.dataGridView1);
     this.Name = "SumGridView";
     this.Size = new System.Drawing.Size(240, 150);
     this.Load += new System.EventHandler(this.UserControl1_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.SumGridView_Paint);
     this.SizeChanged += new System.EventHandler(this.SumGridView_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaveEditor));
     this.customWaveViewer1                   = new CommonUtils.GUI.CustomWaveViewer();
     this.openFileDialog                      = new System.Windows.Forms.OpenFileDialog();
     this.flowLayoutPanel1                    = new System.Windows.Forms.FlowLayoutPanel();
     this.lblZoomIn                           = new System.Windows.Forms.Label();
     this.lblZoomOut                          = new System.Windows.Forms.Label();
     this.lblZoomSelection                    = new System.Windows.Forms.Label();
     this.lblZoomInAmplitude                  = new System.Windows.Forms.Label();
     this.lblZoomOutAmplitude                 = new System.Windows.Forms.Label();
     this.lblIncreaseSelection                = new System.Windows.Forms.Label();
     this.lblDecreaseSelection                = new System.Windows.Forms.Label();
     this.lblFilename                         = new System.Windows.Forms.Label();
     this.hScrollBar                          = new System.Windows.Forms.HScrollBar();
     this.flowLayoutPanel2                    = new System.Windows.Forms.FlowLayoutPanel();
     this.lblZoomRatio                        = new System.Windows.Forms.Label();
     this.lblPlayPosition                     = new System.Windows.Forms.Label();
     this.lblDuration                         = new System.Windows.Forms.Label();
     this.lblSelection                        = new System.Windows.Forms.Label();
     this.lblSamplerate                       = new System.Windows.Forms.Label();
     this.lblChannels                         = new System.Windows.Forms.Label();
     this.lblBitdepth                         = new System.Windows.Forms.Label();
     this.toolTip1                            = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1                          = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.selectionGridLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sampleDisplayToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.samplesToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.secondsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.timeFormatToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.snapToZeroCrossingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialog1                     = new System.Windows.Forms.SaveFileDialog();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // customWaveViewer1
     //
     this.customWaveViewer1.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.customWaveViewer1.EndLoopSamplePosition = -1;
     this.customWaveViewer1.EndZoomSamplePosition = 0;
     this.customWaveViewer1.Location = new System.Drawing.Point(0, 44);
     this.customWaveViewer1.Name     = "customWaveViewer1";
     this.customWaveViewer1.PreviousStartZoomSamplePosition = 0;
     this.customWaveViewer1.SamplesPerPixel         = 128D;
     this.customWaveViewer1.Size                    = new System.Drawing.Size(654, 213);
     this.customWaveViewer1.SnapToZeroCrossing      = false;
     this.customWaveViewer1.StartLoopSamplePosition = 0;
     this.customWaveViewer1.StartZoomSamplePosition = 0;
     this.customWaveViewer1.TabIndex                = 0;
     this.customWaveViewer1.TimelineUnit            = CommonUtils.MathLib.FFT.TimelineUnit.Time;
     this.customWaveViewer1.WaveformDrawingHeight   = 183;
     this.customWaveViewer1.WaveformDrawingWidth    = 594;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.lblZoomIn);
     this.flowLayoutPanel1.Controls.Add(this.lblZoomOut);
     this.flowLayoutPanel1.Controls.Add(this.lblZoomSelection);
     this.flowLayoutPanel1.Controls.Add(this.lblZoomInAmplitude);
     this.flowLayoutPanel1.Controls.Add(this.lblZoomOutAmplitude);
     this.flowLayoutPanel1.Controls.Add(this.lblIncreaseSelection);
     this.flowLayoutPanel1.Controls.Add(this.lblDecreaseSelection);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 295);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(654, 20);
     this.flowLayoutPanel1.TabIndex = 10;
     //
     // lblZoomIn
     //
     this.lblZoomIn.Image    = ((System.Drawing.Image)(resources.GetObject("lblZoomIn.Image")));
     this.lblZoomIn.Location = new System.Drawing.Point(3, 0);
     this.lblZoomIn.Name     = "lblZoomIn";
     this.lblZoomIn.Size     = new System.Drawing.Size(16, 16);
     this.lblZoomIn.TabIndex = 0;
     this.toolTip1.SetToolTip(this.lblZoomIn, "Zoom In");
     this.lblZoomIn.Click += new System.EventHandler(this.LblZoomInClick);
     //
     // lblZoomOut
     //
     this.lblZoomOut.Image    = ((System.Drawing.Image)(resources.GetObject("lblZoomOut.Image")));
     this.lblZoomOut.Location = new System.Drawing.Point(25, 0);
     this.lblZoomOut.Name     = "lblZoomOut";
     this.lblZoomOut.Size     = new System.Drawing.Size(16, 16);
     this.lblZoomOut.TabIndex = 1;
     this.toolTip1.SetToolTip(this.lblZoomOut, "Zoom Out");
     this.lblZoomOut.Click += new System.EventHandler(this.LblZoomOutClick);
     //
     // lblZoomSelection
     //
     this.lblZoomSelection.Image    = ((System.Drawing.Image)(resources.GetObject("lblZoomSelection.Image")));
     this.lblZoomSelection.Location = new System.Drawing.Point(47, 0);
     this.lblZoomSelection.Name     = "lblZoomSelection";
     this.lblZoomSelection.Size     = new System.Drawing.Size(16, 16);
     this.lblZoomSelection.TabIndex = 2;
     this.toolTip1.SetToolTip(this.lblZoomSelection, "Zoom Selection");
     this.lblZoomSelection.Click += new System.EventHandler(this.LblZoomSelectionClick);
     //
     // lblZoomInAmplitude
     //
     this.lblZoomInAmplitude.Image    = ((System.Drawing.Image)(resources.GetObject("lblZoomInAmplitude.Image")));
     this.lblZoomInAmplitude.Location = new System.Drawing.Point(69, 0);
     this.lblZoomInAmplitude.Name     = "lblZoomInAmplitude";
     this.lblZoomInAmplitude.Size     = new System.Drawing.Size(16, 16);
     this.lblZoomInAmplitude.TabIndex = 3;
     this.toolTip1.SetToolTip(this.lblZoomInAmplitude, "Zoom In Amplitude");
     this.lblZoomInAmplitude.Click += new System.EventHandler(this.LblZoomInAmplitudeClick);
     //
     // lblZoomOutAmplitude
     //
     this.lblZoomOutAmplitude.Image    = ((System.Drawing.Image)(resources.GetObject("lblZoomOutAmplitude.Image")));
     this.lblZoomOutAmplitude.Location = new System.Drawing.Point(91, 0);
     this.lblZoomOutAmplitude.Name     = "lblZoomOutAmplitude";
     this.lblZoomOutAmplitude.Size     = new System.Drawing.Size(16, 16);
     this.lblZoomOutAmplitude.TabIndex = 4;
     this.toolTip1.SetToolTip(this.lblZoomOutAmplitude, "Zoom Out Amplitude");
     this.lblZoomOutAmplitude.Click += new System.EventHandler(this.LblZoomOutAmplitudeClick);
     //
     // lblIncreaseSelection
     //
     this.lblIncreaseSelection.Image    = ((System.Drawing.Image)(resources.GetObject("lblIncreaseSelection.Image")));
     this.lblIncreaseSelection.Location = new System.Drawing.Point(113, 0);
     this.lblIncreaseSelection.Name     = "lblIncreaseSelection";
     this.lblIncreaseSelection.Size     = new System.Drawing.Size(16, 16);
     this.lblIncreaseSelection.TabIndex = 5;
     this.toolTip1.SetToolTip(this.lblIncreaseSelection, "Increase Selection");
     this.lblIncreaseSelection.Click += new System.EventHandler(this.LblIncreaseSelectionClick);
     //
     // lblDecreaseSelection
     //
     this.lblDecreaseSelection.Image    = ((System.Drawing.Image)(resources.GetObject("lblDecreaseSelection.Image")));
     this.lblDecreaseSelection.Location = new System.Drawing.Point(135, 0);
     this.lblDecreaseSelection.Name     = "lblDecreaseSelection";
     this.lblDecreaseSelection.Size     = new System.Drawing.Size(16, 16);
     this.lblDecreaseSelection.TabIndex = 6;
     this.toolTip1.SetToolTip(this.lblDecreaseSelection, "Decrease Selection");
     this.lblDecreaseSelection.Click += new System.EventHandler(this.LblDecreaseSelectionClick);
     //
     // lblFilename
     //
     this.lblFilename.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblFilename.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFilename.Location  = new System.Drawing.Point(0, 24);
     this.lblFilename.Name      = "lblFilename";
     this.lblFilename.Size      = new System.Drawing.Size(654, 17);
     this.lblFilename.TabIndex  = 11;
     this.lblFilename.Text      = "No Filename";
     this.lblFilename.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // hScrollBar
     //
     this.hScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.hScrollBar.Location = new System.Drawing.Point(0, 256);
     this.hScrollBar.Name     = "hScrollBar";
     this.hScrollBar.Size     = new System.Drawing.Size(654, 16);
     this.hScrollBar.TabIndex = 12;
     this.hScrollBar.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.HScrollBarScroll);
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.lblZoomRatio);
     this.flowLayoutPanel2.Controls.Add(this.lblPlayPosition);
     this.flowLayoutPanel2.Controls.Add(this.lblDuration);
     this.flowLayoutPanel2.Controls.Add(this.lblSelection);
     this.flowLayoutPanel2.Controls.Add(this.lblSamplerate);
     this.flowLayoutPanel2.Controls.Add(this.lblChannels);
     this.flowLayoutPanel2.Controls.Add(this.lblBitdepth);
     this.flowLayoutPanel2.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel2.Location    = new System.Drawing.Point(0, 275);
     this.flowLayoutPanel2.Name        = "flowLayoutPanel2";
     this.flowLayoutPanel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.flowLayoutPanel2.Size        = new System.Drawing.Size(654, 20);
     this.flowLayoutPanel2.TabIndex    = 13;
     //
     // lblZoomRatio
     //
     this.lblZoomRatio.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblZoomRatio.Location    = new System.Drawing.Point(595, 0);
     this.lblZoomRatio.Name        = "lblZoomRatio";
     this.lblZoomRatio.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblZoomRatio.Size        = new System.Drawing.Size(56, 20);
     this.lblZoomRatio.TabIndex    = 6;
     this.lblZoomRatio.Text        = "Ratio";
     this.toolTip1.SetToolTip(this.lblZoomRatio, "Ratio");
     //
     // lblPlayPosition
     //
     this.lblPlayPosition.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblPlayPosition.Location    = new System.Drawing.Point(518, 0);
     this.lblPlayPosition.Name        = "lblPlayPosition";
     this.lblPlayPosition.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblPlayPosition.Size        = new System.Drawing.Size(71, 20);
     this.lblPlayPosition.TabIndex    = 5;
     this.lblPlayPosition.Text        = "Play Position";
     this.toolTip1.SetToolTip(this.lblPlayPosition, "Position. Click to Toggle Time Mode.");
     this.lblPlayPosition.Click += new System.EventHandler(this.LblPlayPositionClick);
     //
     // lblDuration
     //
     this.lblDuration.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDuration.Location    = new System.Drawing.Point(394, 0);
     this.lblDuration.Name        = "lblDuration";
     this.lblDuration.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDuration.Size        = new System.Drawing.Size(118, 20);
     this.lblDuration.TabIndex    = 4;
     this.lblDuration.Text        = "Duration";
     this.toolTip1.SetToolTip(this.lblDuration, "Duration. Click to Toggle Time Mode.");
     this.lblDuration.Click += new System.EventHandler(this.LblDurationClick);
     //
     // lblSelection
     //
     this.lblSelection.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSelection.Location    = new System.Drawing.Point(165, 0);
     this.lblSelection.Name        = "lblSelection";
     this.lblSelection.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSelection.Size        = new System.Drawing.Size(223, 20);
     this.lblSelection.TabIndex    = 3;
     this.lblSelection.Text        = "[Nothing Selected]";
     this.toolTip1.SetToolTip(this.lblSelection, "Selection. Click to Toggle Time Mode.");
     this.lblSelection.Click += new System.EventHandler(this.LblSelectionClick);
     //
     // lblSamplerate
     //
     this.lblSamplerate.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSamplerate.Location    = new System.Drawing.Point(99, 0);
     this.lblSamplerate.Name        = "lblSamplerate";
     this.lblSamplerate.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSamplerate.Size        = new System.Drawing.Size(60, 20);
     this.lblSamplerate.TabIndex    = 2;
     this.lblSamplerate.Text        = "Samplerate";
     this.toolTip1.SetToolTip(this.lblSamplerate, "Sample Rate");
     //
     // lblChannels
     //
     this.lblChannels.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblChannels.Location    = new System.Drawing.Point(48, 0);
     this.lblChannels.Name        = "lblChannels";
     this.lblChannels.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblChannels.Size        = new System.Drawing.Size(45, 20);
     this.lblChannels.TabIndex    = 1;
     this.lblChannels.Text        = "Channels";
     this.toolTip1.SetToolTip(this.lblChannels, "Channels");
     //
     // lblBitdepth
     //
     this.lblBitdepth.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblBitdepth.Location    = new System.Drawing.Point(5, 0);
     this.lblBitdepth.Name        = "lblBitdepth";
     this.lblBitdepth.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblBitdepth.Size        = new System.Drawing.Size(37, 20);
     this.lblBitdepth.TabIndex    = 0;
     this.lblBitdepth.Text        = "Bitdepth";
     this.toolTip1.SetToolTip(this.lblBitdepth, "Bit Depth");
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(654, 24);
     this.menuStrip1.TabIndex = 14;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Name         = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     this.newToolStripMenuItem.Text         = "New";
     this.newToolStripMenuItem.Click       += new System.EventHandler(this.NewToolStripMenuItemClick);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     this.openToolStripMenuItem.Text         = "Open...";
     this.openToolStripMenuItem.Click       += new System.EventHandler(this.OpenToolStripMenuItemClick);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     this.saveToolStripMenuItem.Text         = "Save";
     this.saveToolStripMenuItem.Click       += new System.EventHandler(this.SaveToolStripMenuItemClick);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.saveAsToolStripMenuItem.Text   = "Save As...";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItemClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(152, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.selectionGridLinesToolStripMenuItem,
         this.sampleDisplayToolStripMenuItem,
         this.snapToZeroCrossingToolStripMenuItem
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.optionsToolStripMenuItem.Text = "Options";
     //
     // selectionGridLinesToolStripMenuItem
     //
     this.selectionGridLinesToolStripMenuItem.Name   = "selectionGridLinesToolStripMenuItem";
     this.selectionGridLinesToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.selectionGridLinesToolStripMenuItem.Text   = "Selection grid lines";
     this.selectionGridLinesToolStripMenuItem.Click += new System.EventHandler(this.SelectionGridLinesToolStripMenuItemClick);
     //
     // sampleDisplayToolStripMenuItem
     //
     this.sampleDisplayToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.samplesToolStripMenuItem,
         this.secondsToolStripMenuItem,
         this.timeFormatToolStripMenuItem
     });
     this.sampleDisplayToolStripMenuItem.Name = "sampleDisplayToolStripMenuItem";
     this.sampleDisplayToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     this.sampleDisplayToolStripMenuItem.Text = "Sample display";
     //
     // samplesToolStripMenuItem
     //
     this.samplesToolStripMenuItem.Name   = "samplesToolStripMenuItem";
     this.samplesToolStripMenuItem.Size   = new System.Drawing.Size(140, 22);
     this.samplesToolStripMenuItem.Text   = "Samples";
     this.samplesToolStripMenuItem.Click += new System.EventHandler(this.SamplesToolStripMenuItemClick);
     //
     // secondsToolStripMenuItem
     //
     this.secondsToolStripMenuItem.Name   = "secondsToolStripMenuItem";
     this.secondsToolStripMenuItem.Size   = new System.Drawing.Size(140, 22);
     this.secondsToolStripMenuItem.Text   = "Seconds";
     this.secondsToolStripMenuItem.Click += new System.EventHandler(this.SecondsToolStripMenuItemClick);
     //
     // timeFormatToolStripMenuItem
     //
     this.timeFormatToolStripMenuItem.Checked    = true;
     this.timeFormatToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.timeFormatToolStripMenuItem.Name       = "timeFormatToolStripMenuItem";
     this.timeFormatToolStripMenuItem.Size       = new System.Drawing.Size(140, 22);
     this.timeFormatToolStripMenuItem.Text       = "Time format";
     this.timeFormatToolStripMenuItem.Click     += new System.EventHandler(this.TimeFormatToolStripMenuItemClick);
     //
     // snapToZeroCrossingToolStripMenuItem
     //
     this.snapToZeroCrossingToolStripMenuItem.Name   = "snapToZeroCrossingToolStripMenuItem";
     this.snapToZeroCrossingToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.snapToZeroCrossingToolStripMenuItem.Text   = "Snap to zero crossing";
     this.snapToZeroCrossingToolStripMenuItem.Click += new System.EventHandler(this.SnapToZeroCrossingToolStripMenuItemClick);
     //
     // WaveEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(654, 315);
     this.Controls.Add(this.flowLayoutPanel2);
     this.Controls.Add(this.hScrollBar);
     this.Controls.Add(this.lblFilename);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.customWaveViewer1);
     this.Controls.Add(this.menuStrip1);
     this.KeyPreview    = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "WaveEditor";
     this.Text          = "Wave Editor";
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #17
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotesEditor));
     this.scrl = new System.Windows.Forms.HScrollBar();
     this.btnPlay = new System.Windows.Forms.Button();
     this.udNotesOffset = new System.Windows.Forms.NumericUpDown();
     this.udFretsOffset = new System.Windows.Forms.NumericUpDown();
     this.lblTimer = new System.Windows.Forms.Label();
     this.lvw = new System.Windows.Forms.ListView();
     this.hdrGhName = new System.Windows.Forms.ColumnHeader();
     this.hdrGhOffset = new System.Windows.Forms.ColumnHeader();
     this.hdrGhButtons = new System.Windows.Forms.ColumnHeader();
     this.hdrGhStarPower = new System.Windows.Forms.ColumnHeader();
     this.hdrGhNotes = new System.Windows.Forms.ColumnHeader();
     this.img = new System.Windows.Forms.ImageList(this.components);
     this.gboNotes = new System.Windows.Forms.GroupBox();
     this.lblFps = new System.Windows.Forms.Label();
     this.chkGh3SustainClipping = new System.Windows.Forms.CheckBox();
     this.chkOffsetChecked = new System.Windows.Forms.CheckBox();
     this.lblNotesOffset = new System.Windows.Forms.Label();
     this.gboOptions = new System.Windows.Forms.GroupBox();
     this.lblOptHoPoInfo = new System.Windows.Forms.Label();
     this.lblOptHoPo = new System.Windows.Forms.Label();
     this.udHoPo = new System.Windows.Forms.NumericUpDown();
     this.lblOptOffsetInfo = new System.Windows.Forms.Label();
     this.lblOptOffset = new System.Windows.Forms.Label();
     this.ne = new Nanook.TheGhost.NotesEditorDisplay();
     ((System.ComponentModel.ISupportInitialize)(this.udNotesOffset)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udFretsOffset)).BeginInit();
     this.gboNotes.SuspendLayout();
     this.gboOptions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udHoPo)).BeginInit();
     this.SuspendLayout();
     //
     // scrl
     //
     this.scrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.scrl.Location = new System.Drawing.Point(0, 255);
     this.scrl.Name = "scrl";
     this.scrl.Size = new System.Drawing.Size(710, 19);
     this.scrl.TabIndex = 4;
     this.scrl.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrl_Scroll);
     //
     // btnPlay
     //
     this.btnPlay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPlay.Location = new System.Drawing.Point(242, 43);
     this.btnPlay.Name = "btnPlay";
     this.btnPlay.Size = new System.Drawing.Size(48, 23);
     this.btnPlay.TabIndex = 2;
     this.btnPlay.Text = "Play";
     this.btnPlay.UseVisualStyleBackColor = true;
     this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
     //
     // udNotesOffset
     //
     this.udNotesOffset.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.udNotesOffset.Location = new System.Drawing.Point(72, 18);
     this.udNotesOffset.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this.udNotesOffset.Minimum = new decimal(new int[] {
     100000,
     0,
     0,
     -2147483648});
     this.udNotesOffset.Name = "udNotesOffset";
     this.udNotesOffset.Size = new System.Drawing.Size(60, 20);
     this.udNotesOffset.TabIndex = 1;
     this.udNotesOffset.ValueChanged += new System.EventHandler(this.udNotesOffset_ValueChanged);
     //
     // udFretsOffset
     //
     this.udFretsOffset.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.udFretsOffset.Location = new System.Drawing.Point(72, 18);
     this.udFretsOffset.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this.udFretsOffset.Minimum = new decimal(new int[] {
     100000,
     0,
     0,
     -2147483648});
     this.udFretsOffset.Name = "udFretsOffset";
     this.udFretsOffset.Size = new System.Drawing.Size(60, 20);
     this.udFretsOffset.TabIndex = 1;
     this.udFretsOffset.ValueChanged += new System.EventHandler(this.udFretsOffset_ValueChanged);
     //
     // lblTimer
     //
     this.lblTimer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTimer.AutoEllipsis = true;
     this.lblTimer.Location = new System.Drawing.Point(66, 46);
     this.lblTimer.Name = "lblTimer";
     this.lblTimer.Size = new System.Drawing.Size(147, 18);
     this.lblTimer.TabIndex = 4;
     this.lblTimer.Text = "00000 / 00:00:00.000";
     this.lblTimer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvw
     //
     this.lvw.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.lvw.CheckBoxes = true;
     this.lvw.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.hdrGhName,
     this.hdrGhOffset,
     this.hdrGhButtons,
     this.hdrGhStarPower,
     this.hdrGhNotes});
     this.lvw.FullRowSelect = true;
     this.lvw.HideSelection = false;
     this.lvw.Location = new System.Drawing.Point(0, 0);
     this.lvw.MultiSelect = false;
     this.lvw.Name = "lvw";
     this.lvw.Size = new System.Drawing.Size(412, 170);
     this.lvw.SmallImageList = this.img;
     this.lvw.TabIndex = 0;
     this.lvw.UseCompatibleStateImageBehavior = false;
     this.lvw.View = System.Windows.Forms.View.Details;
     this.lvw.SelectedIndexChanged += new System.EventHandler(this.lvw_SelectedIndexChanged);
     //
     // hdrGhName
     //
     this.hdrGhName.Text = "Name";
     this.hdrGhName.Width = 172;
     //
     // hdrGhOffset
     //
     this.hdrGhOffset.Text = "Offset";
     this.hdrGhOffset.Width = 49;
     //
     // hdrGhButtons
     //
     this.hdrGhButtons.Text = "Buttons";
     this.hdrGhButtons.Width = 48;
     //
     // hdrGhStarPower
     //
     this.hdrGhStarPower.Text = "Star Power";
     this.hdrGhStarPower.Width = 48;
     //
     // hdrGhNotes
     //
     this.hdrGhNotes.Text = "Notes";
     this.hdrGhNotes.Width = 45;
     //
     // img
     //
     this.img.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("img.ImageStream")));
     this.img.TransparentColor = System.Drawing.Color.Transparent;
     this.img.Images.SetKeyName(0, "Easy.ico");
     this.img.Images.SetKeyName(1, "Medium.ico");
     this.img.Images.SetKeyName(2, "Hard.ico");
     this.img.Images.SetKeyName(3, "Expert.ico");
     //
     // gboNotes
     //
     this.gboNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.gboNotes.Controls.Add(this.lblFps);
     this.gboNotes.Controls.Add(this.chkOffsetChecked);
     this.gboNotes.Controls.Add(this.lblNotesOffset);
     this.gboNotes.Controls.Add(this.udNotesOffset);
     this.gboNotes.Controls.Add(this.lblTimer);
     this.gboNotes.Controls.Add(this.btnPlay);
     this.gboNotes.Location = new System.Drawing.Point(413, 98);
     this.gboNotes.Name = "gboNotes";
     this.gboNotes.Size = new System.Drawing.Size(296, 72);
     this.gboNotes.TabIndex = 2;
     this.gboNotes.TabStop = false;
     this.gboNotes.Text = "Notes Name";
     //
     // lblFps
     //
     this.lblFps.AutoSize = true;
     this.lblFps.Location = new System.Drawing.Point(5, 49);
     this.lblFps.Name = "lblFps";
     this.lblFps.Size = new System.Drawing.Size(54, 13);
     this.lblFps.TabIndex = 6;
     this.lblFps.Text = "FPS:  000";
     //
     // chkGh3SustainClipping
     //
     this.chkGh3SustainClipping.AutoSize = true;
     this.chkGh3SustainClipping.Checked = true;
     this.chkGh3SustainClipping.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkGh3SustainClipping.Location = new System.Drawing.Point(9, 68);
     this.chkGh3SustainClipping.Name = "chkGh3SustainClipping";
     this.chkGh3SustainClipping.Size = new System.Drawing.Size(129, 17);
     this.chkGh3SustainClipping.TabIndex = 5;
     this.chkGh3SustainClipping.Text = "GH 3 Sustain Clipping";
     this.chkGh3SustainClipping.UseVisualStyleBackColor = true;
     this.chkGh3SustainClipping.CheckedChanged += new System.EventHandler(this.chkGh3SustainClipping_CheckedChanged);
     //
     // chkOffsetChecked
     //
     this.chkOffsetChecked.AutoSize = true;
     this.chkOffsetChecked.Location = new System.Drawing.Point(152, 19);
     this.chkOffsetChecked.Name = "chkOffsetChecked";
     this.chkOffsetChecked.Size = new System.Drawing.Size(138, 17);
     this.chkOffsetChecked.TabIndex = 3;
     this.chkOffsetChecked.Text = "Apply to Checked Items";
     this.chkOffsetChecked.UseVisualStyleBackColor = true;
     //
     // lblNotesOffset
     //
     this.lblNotesOffset.AutoSize = true;
     this.lblNotesOffset.Location = new System.Drawing.Point(6, 22);
     this.lblNotesOffset.Name = "lblNotesOffset";
     this.lblNotesOffset.Size = new System.Drawing.Size(38, 13);
     this.lblNotesOffset.TabIndex = 0;
     this.lblNotesOffset.Text = "Offset:";
     //
     // gboOptions
     //
     this.gboOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gboOptions.Controls.Add(this.lblOptHoPoInfo);
     this.gboOptions.Controls.Add(this.chkGh3SustainClipping);
     this.gboOptions.Controls.Add(this.lblOptHoPo);
     this.gboOptions.Controls.Add(this.udHoPo);
     this.gboOptions.Controls.Add(this.lblOptOffsetInfo);
     this.gboOptions.Controls.Add(this.lblOptOffset);
     this.gboOptions.Controls.Add(this.udFretsOffset);
     this.gboOptions.Location = new System.Drawing.Point(413, 0);
     this.gboOptions.Name = "gboOptions";
     this.gboOptions.Size = new System.Drawing.Size(296, 92);
     this.gboOptions.TabIndex = 1;
     this.gboOptions.TabStop = false;
     this.gboOptions.Text = "Options";
     //
     // lblOptHoPoInfo
     //
     this.lblOptHoPoInfo.AutoSize = true;
     this.lblOptHoPoInfo.Location = new System.Drawing.Point(141, 47);
     this.lblOptHoPoInfo.Name = "lblOptHoPoInfo";
     this.lblOptHoPoInfo.Size = new System.Drawing.Size(146, 13);
     this.lblOptHoPoInfo.TabIndex = 9;
     this.lblOptHoPoInfo.Text = "2.95 is just under 1/3 of a fret";
     //
     // lblOptHoPo
     //
     this.lblOptHoPo.AutoSize = true;
     this.lblOptHoPo.Location = new System.Drawing.Point(6, 47);
     this.lblOptHoPo.Name = "lblOptHoPo";
     this.lblOptHoPo.Size = new System.Drawing.Size(55, 13);
     this.lblOptHoPo.TabIndex = 8;
     this.lblOptHoPo.Text = "H.O./P.O:";
     //
     // udHoPo
     //
     this.udHoPo.Location = new System.Drawing.Point(72, 43);
     this.udHoPo.Name = "udHoPo";
     this.udHoPo.Size = new System.Drawing.Size(60, 20);
     this.udHoPo.TabIndex = 7;
     this.udHoPo.ValueChanged += new System.EventHandler(this.udHoPo_ValueChanged);
     //
     // lblOptOffsetInfo
     //
     this.lblOptOffsetInfo.AutoSize = true;
     this.lblOptOffsetInfo.Location = new System.Drawing.Point(141, 21);
     this.lblOptOffsetInfo.Name = "lblOptOffsetInfo";
     this.lblOptOffsetInfo.Size = new System.Drawing.Size(132, 13);
     this.lblOptOffsetInfo.TabIndex = 2;
     this.lblOptOffsetInfo.Text = "Applies to Frets && Sections";
     //
     // lblOptOffset
     //
     this.lblOptOffset.AutoSize = true;
     this.lblOptOffset.Location = new System.Drawing.Point(3, 22);
     this.lblOptOffset.Name = "lblOptOffset";
     this.lblOptOffset.Size = new System.Drawing.Size(41, 13);
     this.lblOptOffset.TabIndex = 0;
     this.lblOptOffset.Text = " Offset:";
     //
     // ne
     //
     this.ne.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ne.BackColor = System.Drawing.Color.Black;
     this.ne.Location = new System.Drawing.Point(0, 171);
     this.ne.Name = "ne";
     this.ne.Size = new System.Drawing.Size(710, 84);
     this.ne.TabIndex = 3;
     //
     // NotesEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gboOptions);
     this.Controls.Add(this.gboNotes);
     this.Controls.Add(this.lvw);
     this.Controls.Add(this.scrl);
     this.Controls.Add(this.ne);
     this.MinimumSize = new System.Drawing.Size(400, 274);
     this.Name = "NotesEditor";
     this.Size = new System.Drawing.Size(710, 274);
     ((System.ComponentModel.ISupportInitialize)(this.udNotesOffset)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udFretsOffset)).EndInit();
     this.gboNotes.ResumeLayout(false);
     this.gboNotes.PerformLayout();
     this.gboOptions.ResumeLayout(false);
     this.gboOptions.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udHoPo)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
       this.txtPathWidth = new System.Windows.Forms.TextBox();
       this.lblPathWidth = new System.Windows.Forms.Label();
       this.cboDungeonType = new System.Windows.Forms.ComboBox();
       this.btnGenerate = new System.Windows.Forms.Button();
       this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
       this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
       this.label1 = new System.Windows.Forms.Label();
       this.txtWidth = new System.Windows.Forms.TextBox();
       this.label2 = new System.Windows.Forms.Label();
       this.txtHeight = new System.Windows.Forms.TextBox();
       this.lblTotalSize = new System.Windows.Forms.Label();
       this.cboTileSize = new System.Windows.Forms.ComboBox();
       this.lblTileSize = new System.Windows.Forms.Label();
       this.rdoWalls = new System.Windows.Forms.RadioButton();
       this.rdoDoors = new System.Windows.Forms.RadioButton();
       this.rdoTraps = new System.Windows.Forms.RadioButton();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
       this.SuspendLayout();
       //
       // 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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.pictureBox1.Location = new System.Drawing.Point(146, 4);
       this.pictureBox1.Name = "pictureBox1";
       this.pictureBox1.Size = new System.Drawing.Size(362, 314);
       this.pictureBox1.TabIndex = 0;
       this.pictureBox1.TabStop = false;
       this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.OnMainMapPaint);
       this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MouseDownHandler);
       this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMoveHandler);
       //
       // txtPathWidth
       //
       this.txtPathWidth.Location = new System.Drawing.Point(97, 31);
       this.txtPathWidth.Name = "txtPathWidth";
       this.txtPathWidth.Size = new System.Drawing.Size(43, 20);
       this.txtPathWidth.TabIndex = 10;
       this.txtPathWidth.Text = "5";
       this.txtPathWidth.TextChanged += new System.EventHandler(this.MazeParams_OnChange);
       this.txtPathWidth.Enter += new System.EventHandler(this.TextBox_OnEnter);
       //
       // lblPathWidth
       //
       this.lblPathWidth.Location = new System.Drawing.Point(3, 31);
       this.lblPathWidth.Name = "lblPathWidth";
       this.lblPathWidth.Size = new System.Drawing.Size(88, 20);
       this.lblPathWidth.TabIndex = 2;
       this.lblPathWidth.Text = "Path Width";
       this.lblPathWidth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // cboDungeonType
       //
       this.cboDungeonType.FormattingEnabled = true;
       this.cboDungeonType.Location = new System.Drawing.Point(3, 4);
       this.cboDungeonType.Name = "cboDungeonType";
       this.cboDungeonType.Size = new System.Drawing.Size(137, 21);
       this.cboDungeonType.Sorted = true;
       this.cboDungeonType.TabIndex = 0;
       //
       // btnGenerate
       //
       this.btnGenerate.Location = new System.Drawing.Point(3, 139);
       this.btnGenerate.Name = "btnGenerate";
       this.btnGenerate.Size = new System.Drawing.Size(137, 23);
       this.btnGenerate.TabIndex = 20;
       this.btnGenerate.Text = "Generate";
       this.btnGenerate.UseVisualStyleBackColor = true;
       this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
       //
       // hScrollBar1
       //
       this.hScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.hScrollBar1.Location = new System.Drawing.Point(146, 318);
       this.hScrollBar1.Name = "hScrollBar1";
       this.hScrollBar1.Size = new System.Drawing.Size(362, 15);
       this.hScrollBar1.TabIndex = 5;
       this.hScrollBar1.ValueChanged += new System.EventHandler(this.ScrollBar_ValueChanged);
       //
       // vScrollBar1
       //
       this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.vScrollBar1.Location = new System.Drawing.Point(508, 4);
       this.vScrollBar1.Name = "vScrollBar1";
       this.vScrollBar1.Size = new System.Drawing.Size(15, 314);
       this.vScrollBar1.TabIndex = 6;
       this.vScrollBar1.ValueChanged += new System.EventHandler(this.ScrollBar_ValueChanged);
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(3, 57);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(88, 20);
       this.label1.TabIndex = 8;
       this.label1.Text = "Width";
       this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtWidth
       //
       this.txtWidth.Location = new System.Drawing.Point(97, 57);
       this.txtWidth.Name = "txtWidth";
       this.txtWidth.Size = new System.Drawing.Size(43, 20);
       this.txtWidth.TabIndex = 11;
       this.txtWidth.Text = "15";
       this.txtWidth.TextChanged += new System.EventHandler(this.MazeParams_OnChange);
       this.txtWidth.Enter += new System.EventHandler(this.TextBox_OnEnter);
       //
       // label2
       //
       this.label2.Location = new System.Drawing.Point(3, 83);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(88, 20);
       this.label2.TabIndex = 10;
       this.label2.Text = "Height";
       this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtHeight
       //
       this.txtHeight.Location = new System.Drawing.Point(97, 83);
       this.txtHeight.Name = "txtHeight";
       this.txtHeight.Size = new System.Drawing.Size(43, 20);
       this.txtHeight.TabIndex = 12;
       this.txtHeight.Text = "15";
       this.txtHeight.TextChanged += new System.EventHandler(this.MazeParams_OnChange);
       this.txtHeight.Enter += new System.EventHandler(this.TextBox_OnEnter);
       //
       // lblTotalSize
       //
       this.lblTotalSize.Location = new System.Drawing.Point(3, 116);
       this.lblTotalSize.Name = "lblTotalSize";
       this.lblTotalSize.Size = new System.Drawing.Size(137, 20);
       this.lblTotalSize.TabIndex = 11;
       this.lblTotalSize.Text = "Total Cells";
       this.lblTotalSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // cboTileSize
       //
       this.cboTileSize.FormattingEnabled = true;
       this.cboTileSize.Items.AddRange(new object[] {
     "4",
     "8",
     "16",
     "32",
     "64"});
       this.cboTileSize.Location = new System.Drawing.Point(97, 168);
       this.cboTileSize.Name = "cboTileSize";
       this.cboTileSize.Size = new System.Drawing.Size(43, 21);
       this.cboTileSize.TabIndex = 30;
       this.cboTileSize.SelectedValueChanged += new System.EventHandler(this.TileSize_OnChange);
       //
       // lblTileSize
       //
       this.lblTileSize.Location = new System.Drawing.Point(3, 169);
       this.lblTileSize.Name = "lblTileSize";
       this.lblTileSize.Size = new System.Drawing.Size(88, 20);
       this.lblTileSize.TabIndex = 13;
       this.lblTileSize.Text = "Tile Size";
       this.lblTileSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // rdoWalls
       //
       this.rdoWalls.Checked = true;
       this.rdoWalls.Location = new System.Drawing.Point(6, 195);
       this.rdoWalls.Name = "rdoWalls";
       this.rdoWalls.Size = new System.Drawing.Size(134, 17);
       this.rdoWalls.TabIndex = 40;
       this.rdoWalls.TabStop = true;
       this.rdoWalls.Text = "Wall / Floor";
       this.rdoWalls.UseVisualStyleBackColor = true;
       //
       // rdoDoors
       //
       this.rdoDoors.Location = new System.Drawing.Point(6, 218);
       this.rdoDoors.Name = "rdoDoors";
       this.rdoDoors.Size = new System.Drawing.Size(134, 17);
       this.rdoDoors.TabIndex = 41;
       this.rdoDoors.Text = "Door / Wall";
       this.rdoDoors.UseVisualStyleBackColor = true;
       //
       // rdoTraps
       //
       this.rdoTraps.Location = new System.Drawing.Point(6, 241);
       this.rdoTraps.Name = "rdoTraps";
       this.rdoTraps.Size = new System.Drawing.Size(134, 17);
       this.rdoTraps.TabIndex = 42;
       this.rdoTraps.Text = "Trap / Floor";
       this.rdoTraps.UseVisualStyleBackColor = true;
       //
       // DmModuleDungeonGenerator
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.Controls.Add(this.rdoTraps);
       this.Controls.Add(this.rdoDoors);
       this.Controls.Add(this.rdoWalls);
       this.Controls.Add(this.lblTileSize);
       this.Controls.Add(this.cboTileSize);
       this.Controls.Add(this.lblTotalSize);
       this.Controls.Add(this.label2);
       this.Controls.Add(this.txtHeight);
       this.Controls.Add(this.label1);
       this.Controls.Add(this.txtWidth);
       this.Controls.Add(this.vScrollBar1);
       this.Controls.Add(this.hScrollBar1);
       this.Controls.Add(this.btnGenerate);
       this.Controls.Add(this.cboDungeonType);
       this.Controls.Add(this.lblPathWidth);
       this.Controls.Add(this.txtPathWidth);
       this.Controls.Add(this.pictureBox1);
       this.DoubleBuffered = true;
       this.Name = "DmModuleDungeonGenerator";
       this.Size = new System.Drawing.Size(523, 336);
       this.SizeChanged += new System.EventHandler(this.SizeChanged_Handler);
       this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDownHandler);
       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Пример #19
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.souborToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.otevřítToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.uložitToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.uložitToolStripMenuItem1           = new System.Windows.Forms.ToolStripMenuItem();
     this.zavřítToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.práceSObrázkemToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.blackWhiteToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.obrysyToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.odstínůŠediToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomInToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.kresleníPeremToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.jednoduchéOperaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.kopiePoPixeluToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4  = new System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.openFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton3    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.hScrollBar1         = new System.Windows.Forms.HScrollBar();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.souborToolStripMenuItem,
         this.práceSObrázkemToolStripMenuItem,
         this.jednoduchéOperaceToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(705, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // souborToolStripMenuItem
     //
     this.souborToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.otevřítToolStripMenuItem,
         this.uložitToolStripMenuItem,
         this.uložitToolStripMenuItem1,
         this.zavřítToolStripMenuItem
     });
     this.souborToolStripMenuItem.Name = "souborToolStripMenuItem";
     this.souborToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.souborToolStripMenuItem.Text = "&Soubor";
     //
     // otevřítToolStripMenuItem
     //
     this.otevřítToolStripMenuItem.Name   = "otevřítToolStripMenuItem";
     this.otevřítToolStripMenuItem.Size   = new System.Drawing.Size(110, 22);
     this.otevřítToolStripMenuItem.Text   = "&Otevřít";
     this.otevřítToolStripMenuItem.Click += new System.EventHandler(this.OtevřítToolStripMenuItemClick);
     //
     // uložitToolStripMenuItem
     //
     this.uložitToolStripMenuItem.Name = "uložitToolStripMenuItem";
     this.uložitToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
     this.uložitToolStripMenuItem.Text = "&Nový";
     //
     // uložitToolStripMenuItem1
     //
     this.uložitToolStripMenuItem1.Name = "uložitToolStripMenuItem1";
     this.uložitToolStripMenuItem1.Size = new System.Drawing.Size(110, 22);
     this.uložitToolStripMenuItem1.Text = "&Uložit";
     //
     // zavřítToolStripMenuItem
     //
     this.zavřítToolStripMenuItem.Name   = "zavřítToolStripMenuItem";
     this.zavřítToolStripMenuItem.Size   = new System.Drawing.Size(110, 22);
     this.zavřítToolStripMenuItem.Text   = "&Zavřít";
     this.zavřítToolStripMenuItem.Click += new System.EventHandler(this.ZavřítToolStripMenuItemClick);
     //
     // práceSObrázkemToolStripMenuItem
     //
     this.práceSObrázkemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.blackWhiteToolStripMenuItem,
         this.obrysyToolStripMenuItem,
         this.odstínůŠediToolStripMenuItem,
         this.zoomInToolStripMenuItem,
         this.kresleníPeremToolStripMenuItem
     });
     this.práceSObrázkemToolStripMenuItem.Name = "práceSObrázkemToolStripMenuItem";
     this.práceSObrázkemToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     this.práceSObrázkemToolStripMenuItem.Text = "Nástroje";
     //
     // blackWhiteToolStripMenuItem
     //
     this.blackWhiteToolStripMenuItem.Name   = "blackWhiteToolStripMenuItem";
     this.blackWhiteToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.blackWhiteToolStripMenuItem.Text   = "Black&White";
     this.blackWhiteToolStripMenuItem.Click += new System.EventHandler(this.BlackWhiteToolStripMenuItemClick);
     //
     // obrysyToolStripMenuItem
     //
     this.obrysyToolStripMenuItem.Name   = "obrysyToolStripMenuItem";
     this.obrysyToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.obrysyToolStripMenuItem.Text   = "Obrysy";
     this.obrysyToolStripMenuItem.Click += new System.EventHandler(this.ObrysyToolStripMenuItemClick);
     //
     // odstínůŠediToolStripMenuItem
     //
     this.odstínůŠediToolStripMenuItem.Name   = "odstínůŠediToolStripMenuItem";
     this.odstínůŠediToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.odstínůŠediToolStripMenuItem.Text   = "50 odstínů šedi";
     this.odstínůŠediToolStripMenuItem.Click += new System.EventHandler(this.OdstínůŠediToolStripMenuItemClick);
     //
     // zoomInToolStripMenuItem
     //
     this.zoomInToolStripMenuItem.Name   = "zoomInToolStripMenuItem";
     this.zoomInToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.zoomInToolStripMenuItem.Text   = "Zoom in";
     this.zoomInToolStripMenuItem.Click += new System.EventHandler(this.ZoomInToolStripMenuItemClick);
     //
     // kresleníPeremToolStripMenuItem
     //
     this.kresleníPeremToolStripMenuItem.Name   = "kresleníPeremToolStripMenuItem";
     this.kresleníPeremToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.kresleníPeremToolStripMenuItem.Text   = "Kreslení perem";
     this.kresleníPeremToolStripMenuItem.Click += new System.EventHandler(this.KresleníPeremToolStripMenuItemClick);
     //
     // jednoduchéOperaceToolStripMenuItem
     //
     this.jednoduchéOperaceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.kopiePoPixeluToolStripMenuItem
     });
     this.jednoduchéOperaceToolStripMenuItem.Name = "jednoduchéOperaceToolStripMenuItem";
     this.jednoduchéOperaceToolStripMenuItem.Size = new System.Drawing.Size(128, 20);
     this.jednoduchéOperaceToolStripMenuItem.Text = "Jednoduché operace";
     //
     // kopiePoPixeluToolStripMenuItem
     //
     this.kopiePoPixeluToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripMenuItem4
     });
     this.kopiePoPixeluToolStripMenuItem.Name   = "kopiePoPixeluToolStripMenuItem";
     this.kopiePoPixeluToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.kopiePoPixeluToolStripMenuItem.Text   = "Kopie po pixelu";
     this.kopiePoPixeluToolStripMenuItem.Click += new System.EventHandler(this.KopiePoPixeluToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(92, 22);
     this.toolStripMenuItem2.Text   = "90";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name   = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size   = new System.Drawing.Size(92, 22);
     this.toolStripMenuItem3.Text   = "180";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name   = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size   = new System.Drawing.Size(92, 22);
     this.toolStripMenuItem4.Text   = "270";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.ToolStripMenuItem4Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor  = System.Drawing.Color.White;
     this.pictureBox1.Location   = new System.Drawing.Point(12, 90);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new System.Drawing.Size(307, 296);
     this.pictureBox1.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex   = 1;
     this.pictureBox1.TabStop    = false;
     this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1MouseDown);
     this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox1MouseMove);
     this.pictureBox1.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.PictureBox1MouseUp);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toolStripButton3,
         this.toolStripButton1,
         this.toolStripSeparator1,
         this.toolStripButton4,
         this.toolStripButton2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(705, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(49, 22);
     this.toolStripLabel1.Text = "Zkratky:";
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text   = "Open file...";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "Save the project";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text   = "Dark mode";
     this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text   = "Exit";
     this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor   = System.Drawing.Color.White;
     this.pictureBox2.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Location    = new System.Drawing.Point(369, 90);
     this.pictureBox2.Name        = "pictureBox2";
     this.pictureBox2.Size        = new System.Drawing.Size(307, 296);
     this.pictureBox2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex    = 3;
     this.pictureBox2.TabStop     = false;
     this.pictureBox2.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.PictureBox2MouseDown);
     this.pictureBox2.MouseEnter += new System.EventHandler(this.PictureBox2MouseEnter);
     this.pictureBox2.MouseLeave += new System.EventHandler(this.PictureBox2MouseLeave);
     this.pictureBox2.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.PictureBox2MouseMove);
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location      = new System.Drawing.Point(456, 408);
     this.hScrollBar1.Maximum       = 255;
     this.hScrollBar1.Name          = "hScrollBar1";
     this.hScrollBar1.Size          = new System.Drawing.Size(171, 17);
     this.hScrollBar1.SmallChange   = 10;
     this.hScrollBar1.TabIndex      = 4;
     this.hScrollBar1.Value         = 125;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.HScrollBar1ValueChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLight;
     this.ClientSize          = new System.Drawing.Size(705, 484);
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "práce s rastry";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #20
0
		/// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.picEditArea = new System.Windows.Forms.PictureBox();
            this.mbMain = new System.Windows.Forms.MainMenu(this.components);
            this.mnuFile = new System.Windows.Forms.MenuItem();
            this.mnuFileNew = new System.Windows.Forms.MenuItem();
            this.mnuFileOpen = new System.Windows.Forms.MenuItem();
            this.mnuFileClose = new System.Windows.Forms.MenuItem();
            this.menuItem4 = new System.Windows.Forms.MenuItem();
            this.mnuFileSave = new System.Windows.Forms.MenuItem();
            this.menuItem6 = new System.Windows.Forms.MenuItem();
            this.mnuFileExit = new System.Windows.Forms.MenuItem();
            this.mnuSettings = new System.Windows.Forms.MenuItem();
            this.mnuZoom = new System.Windows.Forms.MenuItem();
            this.mnuZoomX1 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX2 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX4 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX8 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX16 = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.mnuCreateNewUser = new System.Windows.Forms.MenuItem();
            this.mnuHelp = new System.Windows.Forms.MenuItem();
            this.mnuHelpAbout = new System.Windows.Forms.MenuItem();
            this.tbMain = new System.Windows.Forms.ToolBar();
            this.tbbNew = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
            this.tbbOpen = new System.Windows.Forms.ToolBarButton();
            this.tbbSave = new System.Windows.Forms.ToolBarButton();
            this.tbbSeperator1 = new System.Windows.Forms.ToolBarButton();
            this.tbbHelp = new System.Windows.Forms.ToolBarButton();
            this.il16 = new System.Windows.Forms.ImageList(this.components);
            this.statusBar1 = new System.Windows.Forms.StatusBar();
            this.panelTools = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.picActiveTile = new System.Windows.Forms.PictureBox();
            this.panelTiles = new System.Windows.Forms.Panel();
            this.picTiles = new System.Windows.Forms.PictureBox();
            this.vscTiles = new System.Windows.Forms.VScrollBar();
            this.picEditSel = new System.Windows.Forms.PictureBox();
            this.vscMap = new System.Windows.Forms.VScrollBar();
            this.hscMap = new System.Windows.Forms.HScrollBar();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.picMap = new System.Windows.Forms.PictureBox();
            this.tmrLoad = new System.Windows.Forms.Timer(this.components);
            this.dlgLoadMap = new System.Windows.Forms.OpenFileDialog();
            this.dlgSaveMap = new System.Windows.Forms.SaveFileDialog();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.lblZoom = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).BeginInit();
            this.panelTools.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).BeginInit();
            this.panelTiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picTiles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
            this.SuspendLayout();
            // 
            // picEditArea
            // 
            this.picEditArea.BackColor = System.Drawing.Color.Gray;
            this.picEditArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picEditArea.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picEditArea.Location = new System.Drawing.Point(0, 0);
            this.picEditArea.Name = "picEditArea";
            this.picEditArea.Size = new System.Drawing.Size(1098, 593);
            this.picEditArea.TabIndex = 0;
            this.picEditArea.TabStop = false;
            this.picEditArea.Resize += new System.EventHandler(this.picEditArea_Resize);
            // 
            // mbMain
            // 
            this.mbMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuFile,
            this.mnuSettings,
            this.mnuHelp});
            // 
            // mnuFile
            // 
            this.mnuFile.Index = 0;
            this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuFileNew,
            this.mnuFileOpen,
            this.mnuFileClose,
            this.menuItem4,
            this.mnuFileSave,
            this.menuItem6,
            this.mnuFileExit});
            this.mnuFile.Text = "&File";
            // 
            // mnuFileNew
            // 
            this.mnuFileNew.Index = 0;
            this.mnuFileNew.Text = "&New";
            this.mnuFileNew.Click += new System.EventHandler(this.mnuFileNew_Click);
            // 
            // mnuFileOpen
            // 
            this.mnuFileOpen.Index = 1;
            this.mnuFileOpen.Text = "&Open";
            this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click);
            // 
            // mnuFileClose
            // 
            this.mnuFileClose.Index = 2;
            this.mnuFileClose.Text = "&Close";
            // 
            // menuItem4
            // 
            this.menuItem4.Index = 3;
            this.menuItem4.Text = "-";
            // 
            // mnuFileSave
            // 
            this.mnuFileSave.Index = 4;
            this.mnuFileSave.Text = "&Save";
            this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click);
            // 
            // menuItem6
            // 
            this.menuItem6.Index = 5;
            this.menuItem6.Text = "-";
            // 
            // mnuFileExit
            // 
            this.mnuFileExit.Index = 6;
            this.mnuFileExit.Text = "E&xit";
            this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
            // 
            // mnuSettings
            // 
            this.mnuSettings.Index = 1;
            this.mnuSettings.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuZoom,
            this.menuItem1,
            this.mnuCreateNewUser});
            this.mnuSettings.Text = "&Settings";
            // 
            // mnuZoom
            // 
            this.mnuZoom.Index = 0;
            this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuZoomX1,
            this.mnuZoomX2,
            this.mnuZoomX4,
            this.mnuZoomX8,
            this.mnuZoomX16});
            this.mnuZoom.Text = "&Zoom";
            // 
            // mnuZoomX1
            // 
            this.mnuZoomX1.Index = 0;
            this.mnuZoomX1.Text = "x 1";
            this.mnuZoomX1.Click += new System.EventHandler(this.mnuZoomX1_Click);
            // 
            // mnuZoomX2
            // 
            this.mnuZoomX2.Index = 1;
            this.mnuZoomX2.Text = "x 2";
            this.mnuZoomX2.Click += new System.EventHandler(this.mnuZoomX2_Click);
            // 
            // mnuZoomX4
            // 
            this.mnuZoomX4.Index = 2;
            this.mnuZoomX4.Text = "x 4";
            this.mnuZoomX4.Click += new System.EventHandler(this.mnuZoomX4_Click);
            // 
            // mnuZoomX8
            // 
            this.mnuZoomX8.Index = 3;
            this.mnuZoomX8.Text = "x 8";
            this.mnuZoomX8.Click += new System.EventHandler(this.mnuZoomX8_Click);
            // 
            // mnuZoomX16
            // 
            this.mnuZoomX16.Index = 4;
            this.mnuZoomX16.Text = "x 16";
            this.mnuZoomX16.Click += new System.EventHandler(this.mnuZoomX16_Click);
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 1;
            this.menuItem1.Text = "-";
            // 
            // mnuCreateNewUser
            // 
            this.mnuCreateNewUser.Index = 2;
            this.mnuCreateNewUser.Text = "Create a new admin";
            this.mnuCreateNewUser.Click += new System.EventHandler(this.mnuCreateNewUser_Click);
            // 
            // mnuHelp
            // 
            this.mnuHelp.Index = 2;
            this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuHelpAbout});
            this.mnuHelp.Text = "&Help";
            // 
            // mnuHelpAbout
            // 
            this.mnuHelpAbout.Index = 0;
            this.mnuHelpAbout.Text = "&About";
            this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
            // 
            // tbMain
            // 
            this.tbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.tbbNew,
            this.toolBarButton1,
            this.tbbOpen,
            this.tbbSave,
            this.tbbSeperator1,
            this.tbbHelp});
            this.tbMain.DropDownArrows = true;
            this.tbMain.ImageList = this.il16;
            this.tbMain.Location = new System.Drawing.Point(0, 0);
            this.tbMain.Name = "tbMain";
            this.tbMain.ShowToolTips = true;
            this.tbMain.Size = new System.Drawing.Size(1098, 28);
            this.tbMain.TabIndex = 1;
            this.tbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbMain_ButtonClick);
            // 
            // tbbNew
            // 
            this.tbbNew.ImageIndex = 2;
            this.tbbNew.Name = "tbbNew";
            // 
            // toolBarButton1
            // 
            this.toolBarButton1.Name = "toolBarButton1";
            this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            this.toolBarButton1.Text = "-";
            // 
            // tbbOpen
            // 
            this.tbbOpen.ImageIndex = 0;
            this.tbbOpen.Name = "tbbOpen";
            // 
            // tbbSave
            // 
            this.tbbSave.ImageIndex = 1;
            this.tbbSave.Name = "tbbSave";
            // 
            // tbbSeperator1
            // 
            this.tbbSeperator1.Name = "tbbSeperator1";
            this.tbbSeperator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            this.tbbSeperator1.Text = "-";
            // 
            // tbbHelp
            // 
            this.tbbHelp.ImageIndex = 3;
            this.tbbHelp.Name = "tbbHelp";
            // 
            // il16
            // 
            this.il16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il16.ImageStream")));
            this.il16.TransparentColor = System.Drawing.Color.Transparent;
            this.il16.Images.SetKeyName(0, "Open-icon.png");
            this.il16.Images.SetKeyName(1, "Save-icon.png");
            this.il16.Images.SetKeyName(2, "Files-New-File-icon.png");
            this.il16.Images.SetKeyName(3, "Help-icon.png");
            // 
            // statusBar1
            // 
            this.statusBar1.Location = new System.Drawing.Point(0, 571);
            this.statusBar1.Name = "statusBar1";
            this.statusBar1.Size = new System.Drawing.Size(1098, 22);
            this.statusBar1.TabIndex = 2;
            this.statusBar1.Text = "sbMain";
            // 
            // panelTools
            // 
            this.panelTools.Controls.Add(this.label1);
            this.panelTools.Controls.Add(this.picActiveTile);
            this.panelTools.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelTools.Location = new System.Drawing.Point(976, 28);
            this.panelTools.Name = "panelTools";
            this.panelTools.Size = new System.Drawing.Size(122, 543);
            this.panelTools.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(64, 16);
            this.label1.TabIndex = 3;
            this.label1.Text = "Active Tile";
            // 
            // picActiveTile
            // 
            this.picActiveTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picActiveTile.Location = new System.Drawing.Point(8, 27);
            this.picActiveTile.Name = "picActiveTile";
            this.picActiveTile.Size = new System.Drawing.Size(100, 100);
            this.picActiveTile.TabIndex = 2;
            this.picActiveTile.TabStop = false;
            this.picActiveTile.Paint += new System.Windows.Forms.PaintEventHandler(this.picActiveTile_Paint);
            // 
            // panelTiles
            // 
            this.panelTiles.Controls.Add(this.picTiles);
            this.panelTiles.Controls.Add(this.vscTiles);
            this.panelTiles.Controls.Add(this.picEditSel);
            this.panelTiles.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTiles.Location = new System.Drawing.Point(0, 437);
            this.panelTiles.Name = "panelTiles";
            this.panelTiles.Size = new System.Drawing.Size(976, 134);
            this.panelTiles.TabIndex = 4;
            // 
            // picTiles
            // 
            this.picTiles.BackColor = System.Drawing.Color.White;
            this.picTiles.Location = new System.Drawing.Point(16, 3);
            this.picTiles.Name = "picTiles";
            this.picTiles.Size = new System.Drawing.Size(943, 125);
            this.picTiles.TabIndex = 2;
            this.picTiles.TabStop = false;
            this.picTiles.Click += new System.EventHandler(this.picTiles_Click);
            this.picTiles.Paint += new System.Windows.Forms.PaintEventHandler(this.picTiles_Paint);
            this.picTiles.MouseLeave += new System.EventHandler(this.picTiles_MouseLeave);
            this.picTiles.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picTiles_MouseMove);
            // 
            // vscTiles
            // 
            this.vscTiles.Dock = System.Windows.Forms.DockStyle.Right;
            this.vscTiles.LargeChange = 15;
            this.vscTiles.Location = new System.Drawing.Point(959, 0);
            this.vscTiles.Maximum = 1950;
            this.vscTiles.Name = "vscTiles";
            this.vscTiles.Size = new System.Drawing.Size(17, 134);
            this.vscTiles.SmallChange = 5;
            this.vscTiles.TabIndex = 10;
            this.vscTiles.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vscTiles_Scroll);
            // 
            // picEditSel
            // 
            this.picEditSel.BackColor = System.Drawing.Color.White;
            this.picEditSel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picEditSel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picEditSel.Location = new System.Drawing.Point(0, 0);
            this.picEditSel.Name = "picEditSel";
            this.picEditSel.Size = new System.Drawing.Size(976, 134);
            this.picEditSel.TabIndex = 0;
            this.picEditSel.TabStop = false;
            // 
            // vscMap
            // 
            this.vscMap.Dock = System.Windows.Forms.DockStyle.Right;
            this.vscMap.LargeChange = 5;
            this.vscMap.Location = new System.Drawing.Point(959, 28);
            this.vscMap.Maximum = 300;
            this.vscMap.Name = "vscMap";
            this.vscMap.Size = new System.Drawing.Size(17, 409);
            this.vscMap.TabIndex = 6;
            this.vscMap.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vscMap_Scroll);
            // 
            // hscMap
            // 
            this.hscMap.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.hscMap.LargeChange = 5;
            this.hscMap.Location = new System.Drawing.Point(0, 420);
            this.hscMap.Name = "hscMap";
            this.hscMap.Size = new System.Drawing.Size(959, 17);
            this.hscMap.TabIndex = 7;
            this.hscMap.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hscMap_Scroll);
            // 
            // timer1
            // 
            this.timer1.Interval = 200;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // picMap
            // 
            this.picMap.BackColor = System.Drawing.Color.White;
            this.picMap.Location = new System.Drawing.Point(16, 40);
            this.picMap.Name = "picMap";
            this.picMap.Size = new System.Drawing.Size(540, 304);
            this.picMap.TabIndex = 8;
            this.picMap.TabStop = false;
            this.picMap.Visible = false;
            this.picMap.Click += new System.EventHandler(this.picMap_Click);
            this.picMap.Paint += new System.Windows.Forms.PaintEventHandler(this.picMap_Paint);
            this.picMap.MouseLeave += new System.EventHandler(this.picMap_MouseLeave);
            this.picMap.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseMove);
            // 
            // tmrLoad
            // 
            this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
            // 
            // comboBox1
            // 
            this.comboBox1.Location = new System.Drawing.Point(40, 328);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 21);
            this.comboBox1.TabIndex = 9;
            this.comboBox1.TabStop = false;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // lblZoom
            // 
            this.lblZoom.Location = new System.Drawing.Point(176, 336);
            this.lblZoom.Name = "lblZoom";
            this.lblZoom.Size = new System.Drawing.Size(40, 24);
            this.lblZoom.TabIndex = 10;
            this.lblZoom.Text = "Zoom:";
            this.lblZoom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // frmMain
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(1098, 593);
            this.Controls.Add(this.lblZoom);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.picMap);
            this.Controls.Add(this.hscMap);
            this.Controls.Add(this.vscMap);
            this.Controls.Add(this.panelTiles);
            this.Controls.Add(this.panelTools);
            this.Controls.Add(this.statusBar1);
            this.Controls.Add(this.tbMain);
            this.Controls.Add(this.picEditArea);
            this.Menu = this.mbMain;
            this.Name = "frmMain";
            this.Text = "Éditeur de monde Hugo Land";
            this.Load += new System.EventHandler(this.frmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).EndInit();
            this.panelTools.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).EndInit();
            this.panelTiles.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picTiles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.tamanho_arquivo    = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.progresso          = new System.Windows.Forms.ProgressBar();
     this.label2             = new System.Windows.Forms.Label();
     this.taxa_transf        = new System.Windows.Forms.HScrollBar();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.tempo_estimado     = new System.Windows.Forms.TextBox();
     this.tempo_restante     = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.label12            = new System.Windows.Forms.Label();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.Iniciar            = new System.Windows.Forms.Button();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.taxa_transferencia = new System.Windows.Forms.TextBox();
     this.label13            = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.pausar             = new System.Windows.Forms.Button();
     this.resetar            = new System.Windows.Forms.Button();
     this.label5             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // tamanho_arquivo
     //
     this.tamanho_arquivo.Location     = new System.Drawing.Point(128, 46);
     this.tamanho_arquivo.Name         = "tamanho_arquivo";
     this.tamanho_arquivo.Size         = new System.Drawing.Size(100, 20);
     this.tamanho_arquivo.TabIndex     = 0;
     this.tamanho_arquivo.TextChanged += new System.EventHandler(this.Tamanho_arquivoTextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(25, 46);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 33);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Tamanho do Arquivo";
     //
     // progresso
     //
     this.progresso.Location = new System.Drawing.Point(320, 46);
     this.progresso.Name     = "progresso";
     this.progresso.Size     = new System.Drawing.Size(100, 23);
     this.progresso.Step     = 1;
     this.progresso.TabIndex = 2;
     this.progresso.Click   += new System.EventHandler(this.ProgressoClick);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(338, 20);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 23);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Progresso";
     //
     // taxa_transf
     //
     this.taxa_transf.LargeChange = 1;
     this.taxa_transf.Location    = new System.Drawing.Point(128, 89);
     this.taxa_transf.Maximum     = 10;
     this.taxa_transf.Minimum     = 1;
     this.taxa_transf.Name        = "taxa_transf";
     this.taxa_transf.Size        = new System.Drawing.Size(100, 17);
     this.taxa_transf.TabIndex    = 4;
     this.taxa_transf.Value       = 1;
     this.taxa_transf.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.Taxa_transfScroll);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(25, 89);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 34);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Taxa de transferência";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(128, 106);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(43, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "0,1";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(225, 49);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(43, 20);
     this.label6.TabIndex = 8;
     this.label6.Text     = "Mb";
     //
     // tempo_estimado
     //
     this.tempo_estimado.Location     = new System.Drawing.Point(128, 172);
     this.tempo_estimado.Name         = "tempo_estimado";
     this.tempo_estimado.Size         = new System.Drawing.Size(100, 20);
     this.tempo_estimado.TabIndex     = 9;
     this.tempo_estimado.TextChanged += new System.EventHandler(this.Tempo_estimadoTextChanged);
     //
     // tempo_restante
     //
     this.tempo_restante.Location     = new System.Drawing.Point(128, 198);
     this.tempo_restante.Name         = "tempo_restante";
     this.tempo_restante.Size         = new System.Drawing.Size(100, 20);
     this.tempo_restante.TabIndex     = 10;
     this.tempo_restante.TextChanged += new System.EventHandler(this.Tempo_restanteTextChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(25, 198);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(100, 20);
     this.label8.TabIndex = 12;
     this.label8.Text     = "Tempo restante";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(225, 175);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(20, 20);
     this.label9.TabIndex = 13;
     this.label9.Text     = "s";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(225, 201);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(20, 20);
     this.label10.TabIndex = 14;
     this.label10.Text     = "s";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(320, 72);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(38, 18);
     this.label11.TabIndex = 17;
     this.label11.Text     = "0";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(390, 72);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(38, 18);
     this.label12.TabIndex = 18;
     this.label12.Text     = "100%";
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.Timer1Tick);
     //
     // Iniciar
     //
     this.Iniciar.BackColor = System.Drawing.Color.LawnGreen;
     this.Iniciar.Location  = new System.Drawing.Point(320, 146);
     this.Iniciar.Name      = "Iniciar";
     this.Iniciar.Size      = new System.Drawing.Size(75, 23);
     this.Iniciar.TabIndex  = 19;
     this.Iniciar.Text      = "Iniciar";
     this.Iniciar.UseVisualStyleBackColor = false;
     this.Iniciar.Click += new System.EventHandler(this.IniciarClick);
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(128, 146);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex     = 20;
     this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
     //
     // taxa_transferencia
     //
     this.taxa_transferencia.Location     = new System.Drawing.Point(236, 89);
     this.taxa_transferencia.Name         = "taxa_transferencia";
     this.taxa_transferencia.Size         = new System.Drawing.Size(32, 20);
     this.taxa_transferencia.TabIndex     = 21;
     this.taxa_transferencia.TextChanged += new System.EventHandler(this.Taxa_transferenciaTextChanged);
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(25, 149);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(100, 20);
     this.label13.TabIndex = 22;
     this.label13.Text     = "Mb Transferidos";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(25, 175);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(100, 23);
     this.label7.TabIndex = 23;
     this.label7.Text     = "Tempo estimado";
     //
     // pausar
     //
     this.pausar.BackColor = System.Drawing.Color.OrangeRed;
     this.pausar.Location  = new System.Drawing.Point(320, 170);
     this.pausar.Name      = "pausar";
     this.pausar.Size      = new System.Drawing.Size(75, 23);
     this.pausar.TabIndex  = 24;
     this.pausar.Text      = "Pausar";
     this.pausar.UseVisualStyleBackColor = false;
     this.pausar.Click += new System.EventHandler(this.PausarClick);
     //
     // resetar
     //
     this.resetar.Location = new System.Drawing.Point(320, 195);
     this.resetar.Name     = "resetar";
     this.resetar.Size     = new System.Drawing.Size(75, 23);
     this.resetar.TabIndex = 25;
     this.resetar.Text     = "Resetar";
     this.resetar.UseVisualStyleBackColor = true;
     this.resetar.Click += new System.EventHandler(this.ResetarClick);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(192, 106);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(38, 23);
     this.label5.TabIndex = 26;
     this.label5.Text     = "1mb/s";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(446, 251);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.resetar);
     this.Controls.Add(this.pausar);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.taxa_transferencia);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.Iniciar);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.tempo_restante);
     this.Controls.Add(this.tempo_estimado);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.taxa_transf);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.progresso);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tamanho_arquivo);
     this.Name = "MainForm";
     this.Text = "aula_28032018";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lstControls = new System.Windows.Forms.ListBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.scrlY = new System.Windows.Forms.VScrollBar();
     this.scrlX = new System.Windows.Forms.HScrollBar();
     this.widgetPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.grpSceneProperties = new System.Windows.Forms.GroupBox();
     this.lblHeight = new System.Windows.Forms.Label();
     this.lblWidth = new System.Windows.Forms.Label();
     this.txtHeight = new System.Windows.Forms.TextBox();
     this.txtWidth = new System.Windows.Forms.TextBox();
     this.guiDisplay = new Dominus_GUI_Editor.Controls.GUIDisplay();
     this.menuStrip1.SuspendLayout();
     this.grpSceneProperties.SuspendLayout();
     this.SuspendLayout();
     //
     // lstControls
     //
     this.lstControls.FormattingEnabled = true;
     this.lstControls.Items.AddRange(new object[] {
     "Button",
     "Textbox",
     "Label"});
     this.lstControls.Location = new System.Drawing.Point(12, 28);
     this.lstControls.Name = "lstControls";
     this.lstControls.Size = new System.Drawing.Size(162, 355);
     this.lstControls.TabIndex = 1;
     this.lstControls.SelectedIndexChanged += new System.EventHandler(this.lstControls_SelectedIndexChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1219, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.closeToolStripMenuItem,
     this.loadToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.newToolStripMenuItem.Text = "New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.closeToolStripMenuItem.Text = "Close";
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
     //
     // loadToolStripMenuItem
     //
     this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
     this.loadToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.loadToolStripMenuItem.Text = "Load";
     this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.saveAsToolStripMenuItem.Text = "Save As";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoToolStripMenuItem,
     this.redoToolStripMenuItem,
     this.deleteToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.undoToolStripMenuItem.Text = "Undo";
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.redoToolStripMenuItem.Text = "Redo";
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text = "About";
     //
     // scrlY
     //
     this.scrlY.Location = new System.Drawing.Point(992, 28);
     this.scrlY.Name = "scrlY";
     this.scrlY.Size = new System.Drawing.Size(17, 600);
     this.scrlY.TabIndex = 3;
     //
     // scrlX
     //
     this.scrlX.Location = new System.Drawing.Point(189, 631);
     this.scrlX.Name = "scrlX";
     this.scrlX.Size = new System.Drawing.Size(800, 17);
     this.scrlX.TabIndex = 4;
     //
     // widgetPropertyGrid
     //
     this.widgetPropertyGrid.Location = new System.Drawing.Point(1030, 28);
     this.widgetPropertyGrid.Name = "widgetPropertyGrid";
     this.widgetPropertyGrid.Size = new System.Drawing.Size(177, 600);
     this.widgetPropertyGrid.TabIndex = 6;
     //
     // grpSceneProperties
     //
     this.grpSceneProperties.Controls.Add(this.lblHeight);
     this.grpSceneProperties.Controls.Add(this.lblWidth);
     this.grpSceneProperties.Controls.Add(this.txtHeight);
     this.grpSceneProperties.Controls.Add(this.txtWidth);
     this.grpSceneProperties.Location = new System.Drawing.Point(12, 389);
     this.grpSceneProperties.Name = "grpSceneProperties";
     this.grpSceneProperties.Size = new System.Drawing.Size(162, 259);
     this.grpSceneProperties.TabIndex = 7;
     this.grpSceneProperties.TabStop = false;
     this.grpSceneProperties.Text = "Properties:";
     //
     // lblHeight
     //
     this.lblHeight.AutoSize = true;
     this.lblHeight.Location = new System.Drawing.Point(4, 58);
     this.lblHeight.Name = "lblHeight";
     this.lblHeight.Size = new System.Drawing.Size(41, 13);
     this.lblHeight.TabIndex = 3;
     this.lblHeight.Text = "Height:";
     //
     // lblWidth
     //
     this.lblWidth.AutoSize = true;
     this.lblWidth.Location = new System.Drawing.Point(4, 32);
     this.lblWidth.Name = "lblWidth";
     this.lblWidth.Size = new System.Drawing.Size(38, 13);
     this.lblWidth.TabIndex = 2;
     this.lblWidth.Text = "Width:";
     //
     // txtHeight
     //
     this.txtHeight.Location = new System.Drawing.Point(45, 55);
     this.txtHeight.Name = "txtHeight";
     this.txtHeight.ReadOnly = true;
     this.txtHeight.Size = new System.Drawing.Size(100, 20);
     this.txtHeight.TabIndex = 1;
     this.txtHeight.Text = "600";
     //
     // txtWidth
     //
     this.txtWidth.Location = new System.Drawing.Point(45, 29);
     this.txtWidth.Name = "txtWidth";
     this.txtWidth.ReadOnly = true;
     this.txtWidth.Size = new System.Drawing.Size(100, 20);
     this.txtWidth.TabIndex = 0;
     this.txtWidth.Text = "800";
     //
     // guiDisplay
     //
     this.guiDisplay.GUIHandler = null;
     this.guiDisplay.Location = new System.Drawing.Point(189, 28);
     this.guiDisplay.Name = "guiDisplay";
     this.guiDisplay.Size = new System.Drawing.Size(800, 600);
     this.guiDisplay.TabIndex = 5;
     this.guiDisplay.Text = "guiDisplay1";
     this.guiDisplay.Click += new System.EventHandler(this.guiDisplay_Click);
     this.guiDisplay.MouseClick += new System.Windows.Forms.MouseEventHandler(this.guiDisplay_MouseClick);
     this.guiDisplay.MouseDown += new System.Windows.Forms.MouseEventHandler(this.guiDisplay_MouseDown);
     this.guiDisplay.MouseMove += new System.Windows.Forms.MouseEventHandler(this.guiDisplay_MouseMove);
     this.guiDisplay.MouseUp += new System.Windows.Forms.MouseEventHandler(this.guiDisplay_MouseUp);
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1219, 657);
     this.Controls.Add(this.grpSceneProperties);
     this.Controls.Add(this.widgetPropertyGrid);
     this.Controls.Add(this.guiDisplay);
     this.Controls.Add(this.scrlX);
     this.Controls.Add(this.scrlY);
     this.Controls.Add(this.lstControls);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "frmMain";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.grpSceneProperties.ResumeLayout(false);
     this.grpSceneProperties.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #23
0
 /// <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.scrollBarV = new System.Windows.Forms.VScrollBar();
     this.scrollBarH = new System.Windows.Forms.HScrollBar();
     this.hScrollBarPanel = new System.Windows.Forms.Panel();
     this.displayContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.dummyItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.hScrollBarPanel.SuspendLayout();
     this.displayContextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // scrollBarV
     //
     this.scrollBarV.Dock = System.Windows.Forms.DockStyle.Right;
     this.scrollBarV.Location = new System.Drawing.Point(616, 0);
     this.scrollBarV.Name = "scrollBarV";
     this.scrollBarV.Size = new System.Drawing.Size(17, 453);
     this.scrollBarV.TabIndex = 3;
     //
     // scrollBarH
     //
     this.scrollBarH.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
     this.scrollBarH.Location = new System.Drawing.Point(0, 0);
     this.scrollBarH.Name = "scrollBarH";
     this.scrollBarH.Size = new System.Drawing.Size(616, 17);
     this.scrollBarH.TabIndex = 6;
     //
     // hScrollBarPanel
     //
     this.hScrollBarPanel.Controls.Add(this.scrollBarH);
     this.hScrollBarPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.hScrollBarPanel.Location = new System.Drawing.Point(0, 453);
     this.hScrollBarPanel.Name = "hScrollBarPanel";
     this.hScrollBarPanel.Size = new System.Drawing.Size(633, 17);
     this.hScrollBarPanel.TabIndex = 7;
     //
     // displayContextMenuStrip
     //
     this.displayContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.dummyItem});
     this.displayContextMenuStrip.Name = "contextMenuStrip1";
     this.displayContextMenuStrip.Size = new System.Drawing.Size(79, 26);
     this.displayContextMenuStrip.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.displayContextMenuStrip_Closed);
     this.displayContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.displayContextMenuStrip_Opening);
     //
     // dummyItem
     //
     this.dummyItem.Name = "dummyItem";
     this.dummyItem.Size = new System.Drawing.Size(78, 22);
     //
     // toolTip
     //
     this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     //
     // Display
     //
     this.AllowDrop = true;
     //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.scrollBarV);
     this.Controls.Add(this.hScrollBarPanel);
     this.DoubleBuffered = true;
     this.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Name = "Display";
     this.Size = new System.Drawing.Size(633, 470);
     this.hScrollBarPanel.ResumeLayout(false);
     this.displayContextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #24
0
 /// <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.zedGraphControl1 = new ZedGraph.ZedGraphControl();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.lbFirstDate = new System.Windows.Forms.Label();
     this.lbSecondDate = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.buttonZoomOut = new System.Windows.Forms.Button();
     this.buttonDisplayRaw = new System.Windows.Forms.Button();
     this.lbScrollTime = new System.Windows.Forms.Label();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // zedGraphControl1
     //
     this.zedGraphControl1.Enabled = false;
     this.zedGraphControl1.Location = new System.Drawing.Point(9, 27);
     this.zedGraphControl1.Name = "zedGraphControl1";
     this.zedGraphControl1.ScrollGrace = 0;
     this.zedGraphControl1.ScrollMaxX = 0;
     this.zedGraphControl1.ScrollMaxY = 0;
     this.zedGraphControl1.ScrollMaxY2 = 0;
     this.zedGraphControl1.ScrollMinX = 0;
     this.zedGraphControl1.ScrollMinY = 0;
     this.zedGraphControl1.ScrollMinY2 = 0;
     this.zedGraphControl1.Size = new System.Drawing.Size(404, 240);
     this.zedGraphControl1.TabIndex = 0;
     //
     // hScrollBar1
     //
     this.hScrollBar1.Enabled = false;
     this.hScrollBar1.LargeChange = 1;
     this.hScrollBar1.Location = new System.Drawing.Point(9, 364);
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(404, 40);
     this.hScrollBar1.TabIndex = 3;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.hScrollBar1_ValueChanged);
     //
     // lbFirstDate
     //
     this.lbFirstDate.AutoSize = true;
     this.lbFirstDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbFirstDate.Location = new System.Drawing.Point(12, 404);
     this.lbFirstDate.Name = "lbFirstDate";
     this.lbFirstDate.Size = new System.Drawing.Size(77, 18);
     this.lbFirstDate.TabIndex = 4;
     this.lbFirstDate.Text = "startDate";
     //
     // lbSecondDate
     //
     this.lbSecondDate.AutoSize = true;
     this.lbSecondDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbSecondDate.Location = new System.Drawing.Point(354, 404);
     this.lbSecondDate.Name = "lbSecondDate";
     this.lbSecondDate.Size = new System.Drawing.Size(70, 18);
     this.lbSecondDate.TabIndex = 5;
     this.lbSecondDate.Text = "endDate";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(531, 24);
     this.menuStrip1.TabIndex = 6;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.openToolStripMenuItem.Text = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Location = new System.Drawing.Point(207, 104);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(100, 50);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     //
     // groupBox1
     //
     this.groupBox1.Enabled = false;
     this.groupBox1.Location = new System.Drawing.Point(419, 27);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(104, 198);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop = false;
     //
     // buttonZoomOut
     //
     this.buttonZoomOut.Enabled = false;
     this.buttonZoomOut.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonZoomOut.Location = new System.Drawing.Point(432, 364);
     this.buttonZoomOut.Name = "buttonZoomOut";
     this.buttonZoomOut.Size = new System.Drawing.Size(87, 25);
     this.buttonZoomOut.TabIndex = 10;
     this.buttonZoomOut.Text = "Scan";
     this.buttonZoomOut.UseVisualStyleBackColor = true;
     this.buttonZoomOut.Click += new System.EventHandler(this.buttonZoomOut_Click);
     //
     // buttonDisplayRaw
     //
     this.buttonDisplayRaw.Enabled = false;
     this.buttonDisplayRaw.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonDisplayRaw.Location = new System.Drawing.Point(432, 364);
     this.buttonDisplayRaw.Name = "buttonDisplayRaw";
     this.buttonDisplayRaw.Size = new System.Drawing.Size(87, 25);
     this.buttonDisplayRaw.TabIndex = 10;
     this.buttonDisplayRaw.Text = "Display Raw";
     this.buttonDisplayRaw.UseVisualStyleBackColor = true;
     this.buttonDisplayRaw.Click += new System.EventHandler(this.buttonDisplayRaw_Click);
     //
     // lbScrollTime
     //
     this.lbScrollTime.AutoSize = true;
     this.lbScrollTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbScrollTime.Location = new System.Drawing.Point(171, 344);
     this.lbScrollTime.Name = "lbScrollTime";
     this.lbScrollTime.Size = new System.Drawing.Size(0, 16);
     this.lbScrollTime.TabIndex = 11;
     //
     // DataViewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(531, 510);
     this.Controls.Add(this.lbScrollTime);
     this.Controls.Add(this.buttonZoomOut);
     this.Controls.Add(this.buttonDisplayRaw);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.lbSecondDate);
     this.Controls.Add(this.lbFirstDate);
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.zedGraphControl1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "DataViewForm";
     this.Text = "Wockets Data Viewer Version 20130501";
     this.Load += new System.EventHandler(this.DataViewForm_Load);
     this.Resize += new System.EventHandler(this.DataViewForm_Resize);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #25
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 private void InitializeComponent()
 {
     this.components                    = new System.ComponentModel.Container();
     this.FlowLayoutPanel1              = new System.Windows.Forms.FlowLayoutPanel();
     this.Button2                       = new System.Windows.Forms.Button();
     this.Button3                       = new System.Windows.Forms.Button();
     this.Button4                       = new System.Windows.Forms.Button();
     this.wrapContentsCheckBox          = new System.Windows.Forms.CheckBox();
     this.flowTopDownBtn                = new System.Windows.Forms.RadioButton();
     this.flowBottomUpBtn               = new System.Windows.Forms.RadioButton();
     this.flowLeftToRight               = new System.Windows.Forms.RadioButton();
     this.flowRightToLeftBtn            = new System.Windows.Forms.RadioButton();
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.dateiToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.öffnenToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.neuToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.speichernToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.xmlToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.xMLNeuToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.xMLÖffnenToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.xMLEditierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ansichtToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog1               = new System.Windows.Forms.OpenFileDialog();
     this.listBox1                      = new System.Windows.Forms.ListBox();
     this.flowLayoutPanel2              = new System.Windows.Forms.Panel();
     this.contextMenuStrip1             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.itemLöschenToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.bildDrehenToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.alleLöschenToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.attrToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.clearItemToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.clearPlaneToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1                     = new System.Windows.Forms.GroupBox();
     this.btLast                = new System.Windows.Forms.Button();
     this.hScrollBar1           = new System.Windows.Forms.HScrollBar();
     this.tbDescr               = new System.Windows.Forms.TextBox();
     this.label13               = new System.Windows.Forms.Label();
     this.tbKarte               = new System.Windows.Forms.TextBox();
     this.label12               = new System.Windows.Forms.Label();
     this.tbZeit                = new System.Windows.Forms.TextBox();
     this.label11               = new System.Windows.Forms.Label();
     this.tbTitel               = new System.Windows.Forms.TextBox();
     this.label10               = new System.Windows.Forms.Label();
     this.tbID                  = new System.Windows.Forms.TextBox();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.label5                = new System.Windows.Forms.Label();
     this.tbFDescr              = new System.Windows.Forms.TextBox();
     this.tbPfad                = new System.Windows.Forms.TextBox();
     this.label2                = new System.Windows.Forms.Label();
     this.tbFTitel              = new System.Windows.Forms.TextBox();
     this.label3                = new System.Windows.Forms.Label();
     this.tbFName               = new System.Windows.Forms.TextBox();
     this.label4                = new System.Windows.Forms.Label();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.neueBilderSchiebenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // FlowLayoutPanel1
     //
     this.FlowLayoutPanel1.AutoScroll  = true;
     this.FlowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FlowLayoutPanel1.Location    = new System.Drawing.Point(253, 306);
     this.FlowLayoutPanel1.Name        = "FlowLayoutPanel1";
     this.FlowLayoutPanel1.Size        = new System.Drawing.Size(869, 189);
     this.FlowLayoutPanel1.TabIndex    = 0;
     //
     // Button2
     //
     this.Button2.Location = new System.Drawing.Point(84, 3);
     this.Button2.Name     = "Button2";
     this.Button2.Size     = new System.Drawing.Size(75, 23);
     this.Button2.TabIndex = 1;
     this.Button2.Text     = "Button2";
     //
     // Button3
     //
     this.Button3.Location = new System.Drawing.Point(3, 32);
     this.Button3.Name     = "Button3";
     this.Button3.Size     = new System.Drawing.Size(75, 23);
     this.Button3.TabIndex = 2;
     this.Button3.Text     = "Button3";
     //
     // Button4
     //
     this.Button4.Location = new System.Drawing.Point(84, 32);
     this.Button4.Name     = "Button4";
     this.Button4.Size     = new System.Drawing.Size(75, 23);
     this.Button4.TabIndex = 3;
     this.Button4.Text     = "Button4";
     //
     // wrapContentsCheckBox
     //
     this.wrapContentsCheckBox.Location        = new System.Drawing.Point(656, 513);
     this.wrapContentsCheckBox.Name            = "wrapContentsCheckBox";
     this.wrapContentsCheckBox.Size            = new System.Drawing.Size(87, 24);
     this.wrapContentsCheckBox.TabIndex        = 1;
     this.wrapContentsCheckBox.Text            = "Wrap";
     this.wrapContentsCheckBox.CheckedChanged += new System.EventHandler(this.wrapContentsCheckBox_CheckedChanged);
     //
     // flowTopDownBtn
     //
     this.flowTopDownBtn.Location        = new System.Drawing.Point(749, 513);
     this.flowTopDownBtn.Name            = "flowTopDownBtn";
     this.flowTopDownBtn.Size            = new System.Drawing.Size(104, 24);
     this.flowTopDownBtn.TabIndex        = 2;
     this.flowTopDownBtn.Text            = "Flow TopDown";
     this.flowTopDownBtn.CheckedChanged += new System.EventHandler(this.flowTopDownBtn_CheckedChanged);
     //
     // flowBottomUpBtn
     //
     this.flowBottomUpBtn.Location        = new System.Drawing.Point(916, 513);
     this.flowBottomUpBtn.Name            = "flowBottomUpBtn";
     this.flowBottomUpBtn.Size            = new System.Drawing.Size(104, 24);
     this.flowBottomUpBtn.TabIndex        = 3;
     this.flowBottomUpBtn.Text            = "Flow BottomUp";
     this.flowBottomUpBtn.CheckedChanged += new System.EventHandler(this.flowBottomUpBtn_CheckedChanged);
     //
     // flowLeftToRight
     //
     this.flowLeftToRight.Location        = new System.Drawing.Point(860, 513);
     this.flowLeftToRight.Name            = "flowLeftToRight";
     this.flowLeftToRight.Size            = new System.Drawing.Size(49, 24);
     this.flowLeftToRight.TabIndex        = 4;
     this.flowLeftToRight.Text            = "Flow LeftToRight";
     this.flowLeftToRight.CheckedChanged += new System.EventHandler(this.flowLeftToRight_CheckedChanged);
     //
     // flowRightToLeftBtn
     //
     this.flowRightToLeftBtn.Location        = new System.Drawing.Point(1027, 513);
     this.flowRightToLeftBtn.Name            = "flowRightToLeftBtn";
     this.flowRightToLeftBtn.Size            = new System.Drawing.Size(96, 24);
     this.flowRightToLeftBtn.TabIndex        = 5;
     this.flowRightToLeftBtn.Text            = "Flow RightToLeft";
     this.flowRightToLeftBtn.CheckedChanged += new System.EventHandler(this.flowRightToLeftBtn_CheckedChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dateiToolStripMenuItem,
         this.xmlToolStripMenuItem,
         this.ansichtToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(754, 24);
     this.menuStrip1.TabIndex = 6;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // dateiToolStripMenuItem
     //
     this.dateiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.öffnenToolStripMenuItem,
         this.neuToolStripMenuItem,
         this.speichernToolStripMenuItem
     });
     this.dateiToolStripMenuItem.Name = "dateiToolStripMenuItem";
     this.dateiToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.dateiToolStripMenuItem.Text = "Datei";
     //
     // öffnenToolStripMenuItem
     //
     this.öffnenToolStripMenuItem.Name   = "öffnenToolStripMenuItem";
     this.öffnenToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.öffnenToolStripMenuItem.Text   = "öffnen";
     this.öffnenToolStripMenuItem.Click += new System.EventHandler(this.oeffnen_Click);
     //
     // neuToolStripMenuItem
     //
     this.neuToolStripMenuItem.Name = "neuToolStripMenuItem";
     this.neuToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.neuToolStripMenuItem.Text = "neu";
     //
     // speichernToolStripMenuItem
     //
     this.speichernToolStripMenuItem.Name = "speichernToolStripMenuItem";
     this.speichernToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.speichernToolStripMenuItem.Text = "speichern";
     //
     // xmlToolStripMenuItem
     //
     this.xmlToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.xMLNeuToolStripMenuItem,
         this.xMLÖffnenToolStripMenuItem,
         this.xMLEditierenToolStripMenuItem
     });
     this.xmlToolStripMenuItem.Name = "xmlToolStripMenuItem";
     this.xmlToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
     this.xmlToolStripMenuItem.Text = "XML";
     //
     // xMLNeuToolStripMenuItem
     //
     this.xMLNeuToolStripMenuItem.Name = "xMLNeuToolStripMenuItem";
     this.xMLNeuToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     this.xMLNeuToolStripMenuItem.Text = "XML neu";
     //
     // xMLÖffnenToolStripMenuItem
     //
     this.xMLÖffnenToolStripMenuItem.Name   = "xMLÖffnenToolStripMenuItem";
     this.xMLÖffnenToolStripMenuItem.Size   = new System.Drawing.Size(147, 22);
     this.xMLÖffnenToolStripMenuItem.Text   = "XML öffnen";
     this.xMLÖffnenToolStripMenuItem.Click += new System.EventHandler(this.xmlOpen_Click);
     //
     // xMLEditierenToolStripMenuItem
     //
     this.xMLEditierenToolStripMenuItem.Name = "xMLEditierenToolStripMenuItem";
     this.xMLEditierenToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     this.xMLEditierenToolStripMenuItem.Text = "XML editieren";
     //
     // ansichtToolStripMenuItem
     //
     this.ansichtToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.neueBilderSchiebenToolStripMenuItem
     });
     this.ansichtToolStripMenuItem.Name = "ansichtToolStripMenuItem";
     this.ansichtToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
     this.ansichtToolStripMenuItem.Text = "Ansicht";
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(22, 27);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(221, 56);
     this.listBox1.TabIndex              = 7;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.selListbox);
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.AutoScroll       = true;
     this.flowLayoutPanel2.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.flowLayoutPanel2.ContextMenuStrip = this.contextMenuStrip1;
     this.flowLayoutPanel2.Location         = new System.Drawing.Point(253, 27);
     this.flowLayoutPanel2.Name             = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size             = new System.Drawing.Size(869, 266);
     this.flowLayoutPanel2.TabIndex         = 8;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.itemLöschenToolStripMenuItem,
         this.bildDrehenToolStripMenuItem,
         this.alleLöschenToolStripMenuItem,
         this.attrToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92);
     //
     // itemLöschenToolStripMenuItem
     //
     this.itemLöschenToolStripMenuItem.Name   = "itemLöschenToolStripMenuItem";
     this.itemLöschenToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.itemLöschenToolStripMenuItem.Text   = "Item löschen";
     this.itemLöschenToolStripMenuItem.Click += new System.EventHandler(this.itemloeschen_Click);
     //
     // bildDrehenToolStripMenuItem
     //
     this.bildDrehenToolStripMenuItem.Name = "bildDrehenToolStripMenuItem";
     this.bildDrehenToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.bildDrehenToolStripMenuItem.Text = "Bild drehen";
     //
     // alleLöschenToolStripMenuItem
     //
     this.alleLöschenToolStripMenuItem.Name   = "alleLöschenToolStripMenuItem";
     this.alleLöschenToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.alleLöschenToolStripMenuItem.Text   = "alle löschen";
     this.alleLöschenToolStripMenuItem.Click += new System.EventHandler(this.alleloeschen_Click);
     //
     // attrToolStripMenuItem
     //
     this.attrToolStripMenuItem.Name    = "attrToolStripMenuItem";
     this.attrToolStripMenuItem.Size    = new System.Drawing.Size(148, 22);
     this.attrToolStripMenuItem.Text    = "Eigenschaften";
     this.attrToolStripMenuItem.Visible = false;
     this.attrToolStripMenuItem.Click  += new System.EventHandler(this.att_Click);
     //
     // clearItemToolStripMenuItem
     //
     this.clearItemToolStripMenuItem.Name = "clearItemToolStripMenuItem";
     this.clearItemToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.clearItemToolStripMenuItem.Text = "Clear Item";
     //
     // clearPlaneToolStripMenuItem
     //
     this.clearPlaneToolStripMenuItem.Name = "clearPlaneToolStripMenuItem";
     this.clearPlaneToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.clearPlaneToolStripMenuItem.Text = "Clear Plane";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btLast);
     this.groupBox1.Controls.Add(this.hScrollBar1);
     this.groupBox1.Controls.Add(this.tbDescr);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.tbKarte);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.tbZeit);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.tbTitel);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbID);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(25, 96);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(218, 243);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Beschreibung Etappen:";
     //
     // btLast
     //
     this.btLast.Location = new System.Drawing.Point(180, 19);
     this.btLast.Name     = "btLast";
     this.btLast.Size     = new System.Drawing.Size(29, 20);
     this.btLast.TabIndex = 36;
     this.btLast.Text     = ">>";
     this.btLast.UseVisualStyleBackColor = true;
     this.btLast.Click += new System.EventHandler(this.btLast_Click);
     //
     // hScrollBar1
     //
     this.hScrollBar1.LargeChange = 5;
     this.hScrollBar1.Location    = new System.Drawing.Point(119, 18);
     this.hScrollBar1.Minimum     = 1;
     this.hScrollBar1.Name        = "hScrollBar1";
     this.hScrollBar1.ScaleScrollBarForDpiChange = false;
     this.hScrollBar1.Size          = new System.Drawing.Size(55, 20);
     this.hScrollBar1.TabIndex      = 35;
     this.hScrollBar1.Value         = 1;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.doScroll);
     //
     // tbDescr
     //
     this.tbDescr.Location  = new System.Drawing.Point(62, 118);
     this.tbDescr.Multiline = true;
     this.tbDescr.Name      = "tbDescr";
     this.tbDescr.Size      = new System.Drawing.Size(147, 119);
     this.tbDescr.TabIndex  = 34;
     this.tbDescr.Leave    += new System.EventHandler(this.textChanged);
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(9, 120);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(47, 20);
     this.label13.TabIndex  = 33;
     this.label13.Text      = "Text";
     this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbKarte
     //
     this.tbKarte.Location = new System.Drawing.Point(62, 92);
     this.tbKarte.Name     = "tbKarte";
     this.tbKarte.Size     = new System.Drawing.Size(147, 20);
     this.tbKarte.TabIndex = 32;
     this.tbKarte.Leave   += new System.EventHandler(this.textChanged);
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(9, 95);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(47, 20);
     this.label12.TabIndex  = 31;
     this.label12.Text      = "KarteID";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbZeit
     //
     this.tbZeit.Location = new System.Drawing.Point(62, 66);
     this.tbZeit.Name     = "tbZeit";
     this.tbZeit.Size     = new System.Drawing.Size(147, 20);
     this.tbZeit.TabIndex = 30;
     this.tbZeit.Leave   += new System.EventHandler(this.textChanged);
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(9, 68);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(47, 20);
     this.label11.TabIndex  = 29;
     this.label11.Text      = "Zeit";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbTitel
     //
     this.tbTitel.Location = new System.Drawing.Point(62, 40);
     this.tbTitel.Name     = "tbTitel";
     this.tbTitel.Size     = new System.Drawing.Size(147, 20);
     this.tbTitel.TabIndex = 28;
     this.tbTitel.Leave   += new System.EventHandler(this.textChanged);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(9, 42);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(47, 20);
     this.label10.TabIndex  = 27;
     this.label10.Text      = "Titel";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbID
     //
     this.tbID.Enabled  = false;
     this.tbID.Location = new System.Drawing.Point(62, 16);
     this.tbID.Name     = "tbID";
     this.tbID.Size     = new System.Drawing.Size(54, 20);
     this.tbID.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(9, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(47, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "ID";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.tbFDescr);
     this.groupBox2.Controls.Add(this.tbPfad);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.tbFTitel);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.tbFName);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Location = new System.Drawing.Point(25, 345);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(218, 171);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Beschreibung Fotos:";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(9, 100);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(47, 20);
     this.label5.TabIndex  = 34;
     this.label5.Text      = "Text";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbFDescr
     //
     this.tbFDescr.Location  = new System.Drawing.Point(62, 97);
     this.tbFDescr.Multiline = true;
     this.tbFDescr.Name      = "tbFDescr";
     this.tbFDescr.Size      = new System.Drawing.Size(147, 74);
     this.tbFDescr.TabIndex  = 35;
     //
     // tbPfad
     //
     this.tbPfad.Location  = new System.Drawing.Point(62, 19);
     this.tbPfad.Name      = "tbPfad";
     this.tbPfad.Size      = new System.Drawing.Size(147, 20);
     this.tbPfad.TabIndex  = 36;
     this.tbPfad.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 21);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(47, 18);
     this.label2.TabIndex  = 35;
     this.label2.Text      = "Pfad";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbFTitel
     //
     this.tbFTitel.Location = new System.Drawing.Point(62, 71);
     this.tbFTitel.Name     = "tbFTitel";
     this.tbFTitel.Size     = new System.Drawing.Size(147, 20);
     this.tbFTitel.TabIndex = 34;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 74);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(47, 18);
     this.label3.TabIndex  = 33;
     this.label3.Text      = "Titel";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbFName
     //
     this.tbFName.Location = new System.Drawing.Point(62, 45);
     this.tbFName.Name     = "tbFName";
     this.tbFName.Size     = new System.Drawing.Size(147, 20);
     this.tbFName.TabIndex = 32;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(9, 47);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(47, 18);
     this.label4.TabIndex  = 31;
     this.label4.Text      = "Name";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 388);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(754, 22);
     this.statusStrip1.TabIndex = 11;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // neueBilderSchiebenToolStripMenuItem
     //
     this.neueBilderSchiebenToolStripMenuItem.Name = "neueBilderSchiebenToolStripMenuItem";
     this.neueBilderSchiebenToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
     this.neueBilderSchiebenToolStripMenuItem.Text = "neue Bilder schieben";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(754, 410);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.flowLayoutPanel2);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.flowRightToLeftBtn);
     this.Controls.Add(this.flowLeftToRight);
     this.Controls.Add(this.flowBottomUpBtn);
     this.Controls.Add(this.flowTopDownBtn);
     this.Controls.Add(this.wrapContentsCheckBox);
     this.Controls.Add(this.FlowLayoutPanel1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "Beschreibung Etappen/Abschnitte/Phasen";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }//
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlotterDisplayEx));
     this.tb1 = new System.Windows.Forms.ToolBar();
     this.tbbSave = new System.Windows.Forms.ToolBarButton();
     this.tbbOpen = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator3 = new System.Windows.Forms.ToolBarButton();
     this.tbbPrint = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.imgList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lb_Position = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.hScrollBar2 = new System.Windows.Forms.HScrollBar();
     this.gPane = new RepetierHost.GraphLib.PlotterGraphPaneEx();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectGraphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tb1
     //
     this.tb1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tb1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSave,
     this.tbbOpen,
     this.tbbSeparator3,
     this.tbbPrint,
     this.toolBarButton2});
     this.tb1.ButtonSize = new System.Drawing.Size(16, 16);
     this.tb1.Divider = false;
     this.tb1.Dock = System.Windows.Forms.DockStyle.None;
     this.tb1.DropDownArrows = true;
     this.tb1.ImageList = this.imgList1;
     this.tb1.Location = new System.Drawing.Point(11, 5);
     this.tb1.Name = "tb1";
     this.tb1.ShowToolTips = true;
     this.tb1.Size = new System.Drawing.Size(80, 26);
     this.tb1.TabIndex = 1;
     this.tb1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tb1_ButtonClick);
     //
     // tbbSave
     //
     this.tbbSave.ImageIndex = 0;
     this.tbbSave.Name = "tbbSave";
     this.tbbSave.Tag = "play";
     //
     // tbbOpen
     //
     this.tbbOpen.ImageIndex = 1;
     this.tbbOpen.Name = "tbbOpen";
     this.tbbOpen.Tag = "stop";
     //
     // tbbSeparator3
     //
     this.tbbSeparator3.Name = "tbbSeparator3";
     this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbPrint
     //
     this.tbbPrint.ImageIndex = 3;
     this.tbbPrint.Name = "tbbPrint";
     this.tbbPrint.Tag = "print";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // imgList1
     //
     this.imgList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList1.ImageStream")));
     this.imgList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imgList1.Images.SetKeyName(0, "media-playback-start.png");
     this.imgList1.Images.SetKeyName(1, "media-playback-stop.png");
     this.imgList1.Images.SetKeyName(2, "media-playback-pause.png");
     this.imgList1.Images.SetKeyName(3, "printer.png");
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Panel1.Controls.Add(this.tb1);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.gPane);
     this.splitContainer1.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.SplitterDistance = 34;
     this.splitContainer1.TabIndex = 2;
     this.splitContainer1.TabStop = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.lb_Position);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.hScrollBar1);
     this.panel1.Controls.Add(this.hScrollBar2);
     this.panel1.Location = new System.Drawing.Point(99, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(496, 28);
     this.panel1.TabIndex = 7;
     //
     // lb_Position
     //
     this.lb_Position.AutoSize = true;
     this.lb_Position.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lb_Position.Location = new System.Drawing.Point(6, 8);
     this.lb_Position.Name = "lb_Position";
     this.lb_Position.Size = new System.Drawing.Size(44, 13);
     this.lb_Position.TabIndex = 3;
     this.lb_Position.Text = "Position";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location = new System.Drawing.Point(180, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(85, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Playback Speed";
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(57, 8);
     this.hScrollBar1.Maximum = 10000;
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(118, 13);
     this.hScrollBar1.TabIndex = 4;
     this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.OnScrollbarScroll);
     //
     // hScrollBar2
     //
     this.hScrollBar2.Location = new System.Drawing.Point(268, 8);
     this.hScrollBar2.Maximum = 10000;
     this.hScrollBar2.Name = "hScrollBar2";
     this.hScrollBar2.Size = new System.Drawing.Size(111, 13);
     this.hScrollBar2.TabIndex = 6;
     this.hScrollBar2.Value = 1;
     this.hScrollBar2.Scroll += new System.Windows.Forms.ScrollEventHandler(this.OnScrollBarSpeedScroll);
     //
     // gPane
     //
     this.gPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gPane.Location = new System.Drawing.Point(0, 0);
     this.gPane.Name = "gPane";
     this.gPane.Size = new System.Drawing.Size(598, 301);
     this.gPane.TabIndex = 1;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.selectGraphsToolStripMenuItem,
     this.toolStripSeparator1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(117, 32);
     //
     // selectGraphsToolStripMenuItem
     //
     this.selectGraphsToolStripMenuItem.Name = "selectGraphsToolStripMenuItem";
     this.selectGraphsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.selectGraphsToolStripMenuItem.Text = "Options";
     this.selectGraphsToolStripMenuItem.Click += new System.EventHandler(this.selectGraphsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // PlotterDisplayEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.Controls.Add(this.splitContainer1);
     this.Name = "PlotterDisplayEx";
     this.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.numericUpDown1  = new System.Windows.Forms.NumericUpDown();
     this.checkBox1       = new System.Windows.Forms.CheckBox();
     this.button1         = new System.Windows.Forms.Button();
     this.comboBox1       = new System.Windows.Forms.ComboBox();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.radioButton2    = new System.Windows.Forms.RadioButton();
     this.radioButton3    = new System.Windows.Forms.RadioButton();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.RHScrollBar     = new System.Windows.Forms.HScrollBar();
     this.label3          = new System.Windows.Forms.Label();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.label4          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     this.linkLabel1      = new System.Windows.Forms.LinkLabel();
     this.GHScrollBar     = new System.Windows.Forms.HScrollBar();
     this.BHScrollBar     = new System.Windows.Forms.HScrollBar();
     this.errorProvider1  = new System.Windows.Forms.ErrorProvider(this.components);
     this.Rlabel          = new System.Windows.Forms.Label();
     this.Glabel          = new System.Windows.Forms.Label();
     this.Blabel          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location    = new System.Drawing.Point(148, 90);
     this.dateTimePicker1.Name        = "dateTimePicker1";
     this.dateTimePicker1.Size        = new System.Drawing.Size(189, 20);
     this.dateTimePicker1.TabIndex    = 0;
     this.dateTimePicker1.Validating += new System.ComponentModel.CancelEventHandler(this.DateTimePicker1Validating);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 37);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Jméno";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Příjmení";
     //
     // textBox1
     //
     this.textBox1.Location    = new System.Drawing.Point(148, 34);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(140, 20);
     this.textBox1.TabIndex    = 3;
     this.textBox1.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating);
     //
     // textBox2
     //
     this.textBox2.Location    = new System.Drawing.Point(148, 60);
     this.textBox2.Name        = "textBox2";
     this.textBox2.Size        = new System.Drawing.Size(140, 20);
     this.textBox2.TabIndex    = 4;
     this.textBox2.Validating += new System.ComponentModel.CancelEventHandler(this.TextBox2Validating);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(147, 116);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         999999999,
         0,
         0,
         0
     });
     this.numericUpDown1.Name        = "numericUpDown1";
     this.numericUpDown1.Size        = new System.Drawing.Size(141, 20);
     this.numericUpDown1.TabIndex    = 5;
     this.numericUpDown1.Validating += new System.ComponentModel.CancelEventHandler(this.NumericUpDown1Validating);
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(23, 462);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(149, 24);
     this.checkBox1.TabIndex = 6;
     this.checkBox1.Text     = "Souhlasím s podmínkami";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.CheckBox1CheckedChanged);
     //
     // button1
     //
     this.button1.Enabled  = false;
     this.button1.Location = new System.Drawing.Point(62, 492);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(198, 34);
     this.button1.TabIndex = 7;
     this.button1.Text     = "Odeslat";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Odeslat_Click);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Afghánistán",
         "Albánie",
         "Alžírsko",
         "Andorra",
         "Angola",
         "Antigua a Barbuda",
         "Argentina",
         "Arménie",
         "Austrálie",
         "Ázerbájdžán",
         "Bahamy",
         "Bahrajn",
         "Bangladéš",
         "Barbados",
         "Belgie",
         "Belize",
         "Bělorusko",
         "Benin",
         "Bhútán",
         "Bolívie",
         "Bosna a Hercegovina",
         "Botswana",
         "Brazílie",
         "Brunej",
         "Bulharsko",
         "Burkina Faso",
         "Burundi",
         "Čad",
         "Černá Hora",
         "Česká republika",
         "Čína",
         "Dánsko",
         "Dominika",
         "Dominikánská republika",
         "Džibutsko",
         "Egypt",
         "Ekvádor",
         "Eritrea",
         "Estonsko",
         "Etiopie",
         "Fidži",
         "Filipíny",
         "Finsko",
         "Francie",
         "Gabon",
         "Gambie",
         "Ghana",
         "Grenada",
         "Gruzie",
         "Guatemala",
         "Guinea",
         "Guinea-Bissau",
         "Guyana",
         "Haiti",
         "Honduras",
         "Chile",
         "Chorvatsko",
         "Indie",
         "Indonésie",
         "Irák",
         "Írán",
         "Irsko",
         "Island",
         "Itálie",
         "Izrael",
         "Jamajka",
         "Japonsko",
         "Jemen",
         "Jihoafrická republika",
         "Jižní Korea",
         "Jižní Súdán",
         "Jordánsko",
         "Kambodža",
         "Kamerun",
         "Kanada",
         "Kapverdy",
         "Katar",
         "Kazachstán",
         "Keňa",
         "Kiribati",
         "Kolumbie",
         "Komory",
         "Konžská republika",
         "Konžská demokratická republika",
         "Kostarika",
         "Kuba",
         "Kuvajt",
         "Kypr",
         "Kyrgyzstán",
         "Laos",
         "Lesotho",
         "Libanon",
         "Libérie",
         "Libye",
         "Lichtenštejnsko",
         "Litva",
         "Lotyšsko",
         "Lucembursko",
         "Madagaskar",
         "Maďarsko",
         "Malajsie",
         "Malawi",
         "Maledivy",
         "Mali",
         "Malta",
         "Maroko",
         "Marshallovy ostrovy",
         "Mauricius",
         "Mauritánie",
         "Mexiko",
         "Mikronésie",
         "Moldavsko",
         "Monako",
         "Mongolsko",
         "Mosambik",
         "Myanmar (Barma)",
         "Namibie",
         "Nauru",
         "Německo",
         "Nepál",
         "Niger",
         "Nigérie",
         "Nikaragua",
         "Nizozemsko",
         "Norsko",
         "Nový Zéland",
         "Omán",
         "Pákistán",
         "Palau",
         "Palestina",
         "Panama",
         "Papua Nová Guinea",
         "Paraguay",
         "Peru",
         "Pobřeží slonoviny",
         "Polsko",
         "Portugalsko",
         "Rakousko",
         "Rovníková Guinea",
         "Rumunsko",
         "Rusko",
         "Rwanda",
         "Řecko",
         "Salvador",
         "Samoa",
         "San Marino",
         "Saúdská Arábie",
         "Senegal",
         "Severní Korea",
         "Severní Makedonie",
         "Seychely",
         "Sierra Leone",
         "Singapur",
         "Slovensko",
         "Slovinsko",
         "Somálsko",
         "Spojené arabské emiráty",
         "Spojené království (Velká Británie)",
         "Spojené státy americké",
         "Srbsko",
         "Srí Lanka",
         "Středoafrická republika",
         "Súdán",
         "Surinam",
         "Svatá Lucie",
         "Svatý Kryštof a Nevis",
         "Svatý Tomáš a Princův ostrov",
         "Svatý Vincenc a Grenadiny",
         "Svazijsko",
         "Sýrie",
         "Šalomounovy ostrovy",
         "Španělsko",
         "Švédsko",
         "Švýcarsko",
         "Tádžikistán",
         "Taiwan",
         "Tanzanie",
         "Thajsko",
         "Togo",
         "Tonga",
         "Trinidad a Tobago",
         "Tunisko",
         "Turecko",
         "Turkmenistán",
         "Tuvalu",
         "Uganda",
         "Ukrajina",
         "Uruguay",
         "Uzbekistán",
         "Vanuatu",
         "Vatikán",
         "Venezuela",
         "Vietnam",
         "Východní Timor",
         "Zambie",
         "Zimbabwe"
     });
     this.comboBox1.Location              = new System.Drawing.Point(146, 149);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(142, 21);
     this.comboBox1.TabIndex              = 8;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1SelectedIndexChanged);
     this.comboBox1.Validating           += new System.ComponentModel.CancelEventHandler(this.ComboBox1Validating);
     //
     // radioButton1
     //
     this.radioButton1.Location = new System.Drawing.Point(9, 19);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex = 9;
     this.radioButton1.Text     = "Muž";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(9, 40);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(104, 24);
     this.radioButton2.TabIndex = 10;
     this.radioButton2.Text     = "Žena";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.Checked  = true;
     this.radioButton3.Location = new System.Drawing.Point(9, 60);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(124, 24);
     this.radioButton3.TabIndex = 11;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "Jiné/Nechi uvádět";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Location    = new System.Drawing.Point(148, 177);
     this.groupBox1.Name        = "groupBox1";
     this.groupBox1.Size        = new System.Drawing.Size(140, 96);
     this.groupBox1.TabIndex    = 12;
     this.groupBox1.TabStop     = false;
     this.groupBox1.Text        = "Pohlaví";
     this.groupBox1.Validating += new System.ComponentModel.CancelEventHandler(this.GroupBox1Validating);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.pictureBox1.Location  = new System.Drawing.Point(409, 379);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(86, 79);
     this.pictureBox1.TabIndex  = 13;
     this.pictureBox1.TabStop   = false;
     //
     // RHScrollBar
     //
     this.RHScrollBar.Location      = new System.Drawing.Point(146, 389);
     this.RHScrollBar.Maximum       = 264;
     this.RHScrollBar.Name          = "RHScrollBar";
     this.RHScrollBar.Size          = new System.Drawing.Size(141, 17);
     this.RHScrollBar.TabIndex      = 15;
     this.RHScrollBar.ValueChanged += new System.EventHandler(this.HScrollBarValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(24, 90);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(83, 23);
     this.label3.TabIndex = 16;
     this.label3.Text     = "Datum narození";
     //
     // checkedListBox1
     //
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Items.AddRange(new object[] {
         "Fotbal",
         "Volejbal",
         "Floorball",
         "Golf",
         "Hokej",
         "Basketball",
         "Baseball",
         "Tenis",
         "Biatlon"
     });
     this.checkedListBox1.Location = new System.Drawing.Point(147, 279);
     this.checkedListBox1.Name     = "checkedListBox1";
     this.checkedListBox1.Size     = new System.Drawing.Size(134, 94);
     this.checkedListBox1.TabIndex = 17;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(24, 118);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(113, 23);
     this.label4.TabIndex = 18;
     this.label4.Text     = "Telefoní číslo (+420)";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(25, 148);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(113, 23);
     this.label5.TabIndex = 19;
     this.label5.Text     = "Oblíbená destinace";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(29, 279);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(83, 23);
     this.label6.TabIndex = 20;
     this.label6.Text     = "Oblíbený sport";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(24, 389);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(113, 23);
     this.label7.TabIndex = 21;
     this.label7.Text     = "Vaše oblíbená barva";
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(160, 466);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(100, 23);
     this.linkLabel1.TabIndex     = 22;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "smlouvy";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked);
     //
     // GHScrollBar
     //
     this.GHScrollBar.Location      = new System.Drawing.Point(147, 415);
     this.GHScrollBar.Maximum       = 264;
     this.GHScrollBar.Name          = "GHScrollBar";
     this.GHScrollBar.Size          = new System.Drawing.Size(140, 17);
     this.GHScrollBar.TabIndex      = 23;
     this.GHScrollBar.ValueChanged += new System.EventHandler(this.HScrollBarValueChanged);
     //
     // BHScrollBar
     //
     this.BHScrollBar.Location      = new System.Drawing.Point(147, 442);
     this.BHScrollBar.Maximum       = 264;
     this.BHScrollBar.Name          = "BHScrollBar";
     this.BHScrollBar.Size          = new System.Drawing.Size(140, 17);
     this.BHScrollBar.TabIndex      = 24;
     this.BHScrollBar.ValueChanged += new System.EventHandler(this.HScrollBarValueChanged);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // Rlabel
     //
     this.Rlabel.Location = new System.Drawing.Point(303, 396);
     this.Rlabel.Name     = "Rlabel";
     this.Rlabel.Size     = new System.Drawing.Size(63, 23);
     this.Rlabel.TabIndex = 25;
     this.Rlabel.Text     = "0";
     //
     // Glabel
     //
     this.Glabel.Location = new System.Drawing.Point(303, 419);
     this.Glabel.Name     = "Glabel";
     this.Glabel.Size     = new System.Drawing.Size(63, 23);
     this.Glabel.TabIndex = 26;
     this.Glabel.Text     = "0";
     //
     // Blabel
     //
     this.Blabel.Location = new System.Drawing.Point(303, 442);
     this.Blabel.Name     = "Blabel";
     this.Blabel.Size     = new System.Drawing.Size(63, 23);
     this.Blabel.TabIndex = 27;
     this.Blabel.Text     = "0";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(636, 587);
     this.Controls.Add(this.Blabel);
     this.Controls.Add(this.Glabel);
     this.Controls.Add(this.Rlabel);
     this.Controls.Add(this.BHScrollBar);
     this.Controls.Add(this.GHScrollBar);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.checkedListBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.RHScrollBar);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dateTimePicker1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "Prvky forms";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtInput_Window = new System.Windows.Forms.TextBox();
     this.Input_Data_label = new System.Windows.Forms.Label();
     this.H_Decimal_label = new System.Windows.Forms.Label();
     this.H_NoDecimals = new System.Windows.Forms.Button();
     this.H_1Decimal = new System.Windows.Forms.Button();
     this.H_2Decimals = new System.Windows.Forms.Button();
     this.H_3Decimals = new System.Windows.Forms.Button();
     this.V_Decimal_label = new System.Windows.Forms.Label();
     this.Number_of_Ticks = new System.Windows.Forms.HScrollBar();
     this.label5 = new System.Windows.Forms.Label();
     this.NumberofTicks_label = new System.Windows.Forms.Label();
     this.Tick_Interval_label = new System.Windows.Forms.Label();
     this.Tick_Interval_TextBox = new System.Windows.Forms.TextBox();
     this.Label_Start_label = new System.Windows.Forms.Label();
     this.Label_Stop_label = new System.Windows.Forms.Label();
     this.Label_Start_textBox = new System.Windows.Forms.TextBox();
     this.Label_Stop_textBox = new System.Windows.Forms.TextBox();
     this.Update_Histogram = new System.Windows.Forms.Button();
     this.Number_of_Bins_label = new System.Windows.Forms.Label();
     this.Number_of_Bins = new System.Windows.Forms.HScrollBar();
     this.LcL_textBox = new System.Windows.Forms.TextBox();
     this.LcL_label = new System.Windows.Forms.Label();
     this.UcL_textBox = new System.Windows.Forms.TextBox();
     this.UcL_label = new System.Windows.Forms.Label();
     this.V_3Decimals = new System.Windows.Forms.Button();
     this.V_2Decimals = new System.Windows.Forms.Button();
     this.V_1Decimals = new System.Windows.Forms.Button();
     this.V_0Decimals = new System.Windows.Forms.Button();
     this.ViewFullscreen = new System.Windows.Forms.Button();
     this.Input_Data_Button = new System.Windows.Forms.Button();
     this.HistoGram_pictureBox = new System.Windows.Forms.PictureBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.howToUseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DataTest = new System.Windows.Forms.ToolStripMenuItem();
     this.imageTesterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearTextFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.randomDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.setThemeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gibsonBlueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helloKittyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.vSUToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.barlabel = new System.Windows.Forms.Label();
     this.ticklabe = new System.Windows.Forms.Label();
     this.panelOptions1 = new System.Windows.Forms.Panel();
     this.panelOptions2 = new System.Windows.Forms.Panel();
     this.advancedOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.HistoGram_pictureBox)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.panelOptions1.SuspendLayout();
     this.panelOptions2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtInput_Window
     //
     this.txtInput_Window.Location = new System.Drawing.Point(8, 50);
     this.txtInput_Window.Multiline = true;
     this.txtInput_Window.Name = "txtInput_Window";
     this.txtInput_Window.Size = new System.Drawing.Size(156, 250);
     this.txtInput_Window.TabIndex = 2;
     //
     // Input_Data_label
     //
     this.Input_Data_label.AutoSize = true;
     this.Input_Data_label.Location = new System.Drawing.Point(5, 34);
     this.Input_Data_label.Name = "Input_Data_label";
     this.Input_Data_label.Size = new System.Drawing.Size(57, 13);
     this.Input_Data_label.TabIndex = 3;
     this.Input_Data_label.Text = "Input Data";
     //
     // H_Decimal_label
     //
     this.H_Decimal_label.AutoSize = true;
     this.H_Decimal_label.Location = new System.Drawing.Point(4, 9);
     this.H_Decimal_label.Name = "H_Decimal_label";
     this.H_Decimal_label.Size = new System.Drawing.Size(129, 13);
     this.H_Decimal_label.TabIndex = 6;
     this.H_Decimal_label.Text = "Horizonal Label Decimals:";
     //
     // H_NoDecimals
     //
     this.H_NoDecimals.Location = new System.Drawing.Point(134, 6);
     this.H_NoDecimals.Name = "H_NoDecimals";
     this.H_NoDecimals.Size = new System.Drawing.Size(23, 23);
     this.H_NoDecimals.TabIndex = 7;
     this.H_NoDecimals.Text = "0";
     this.H_NoDecimals.UseVisualStyleBackColor = true;
     this.H_NoDecimals.Click += new System.EventHandler(this.H_NoDecimals_Click);
     //
     // H_1Decimal
     //
     this.H_1Decimal.Location = new System.Drawing.Point(163, 6);
     this.H_1Decimal.Name = "H_1Decimal";
     this.H_1Decimal.Size = new System.Drawing.Size(23, 23);
     this.H_1Decimal.TabIndex = 8;
     this.H_1Decimal.Text = "1";
     this.H_1Decimal.UseVisualStyleBackColor = true;
     this.H_1Decimal.Click += new System.EventHandler(this.H_1Decimal_Click);
     //
     // H_2Decimals
     //
     this.H_2Decimals.Location = new System.Drawing.Point(193, 6);
     this.H_2Decimals.Name = "H_2Decimals";
     this.H_2Decimals.Size = new System.Drawing.Size(23, 23);
     this.H_2Decimals.TabIndex = 9;
     this.H_2Decimals.Text = "2";
     this.H_2Decimals.UseVisualStyleBackColor = true;
     this.H_2Decimals.Click += new System.EventHandler(this.H_2Decimals_Click);
     //
     // H_3Decimals
     //
     this.H_3Decimals.Location = new System.Drawing.Point(222, 6);
     this.H_3Decimals.Name = "H_3Decimals";
     this.H_3Decimals.Size = new System.Drawing.Size(23, 23);
     this.H_3Decimals.TabIndex = 10;
     this.H_3Decimals.Text = "3";
     this.H_3Decimals.UseVisualStyleBackColor = true;
     this.H_3Decimals.Click += new System.EventHandler(this.H_3Decimals_Click);
     //
     // V_Decimal_label
     //
     this.V_Decimal_label.AutoSize = true;
     this.V_Decimal_label.Location = new System.Drawing.Point(4, 36);
     this.V_Decimal_label.Name = "V_Decimal_label";
     this.V_Decimal_label.Size = new System.Drawing.Size(120, 13);
     this.V_Decimal_label.TabIndex = 11;
     this.V_Decimal_label.Text = "Vertical Label Decimals:";
     //
     // Number_of_Ticks
     //
     this.Number_of_Ticks.LargeChange = 1;
     this.Number_of_Ticks.Location = new System.Drawing.Point(277, 486);
     this.Number_of_Ticks.Maximum = 20;
     this.Number_of_Ticks.Minimum = 3;
     this.Number_of_Ticks.Name = "Number_of_Ticks";
     this.Number_of_Ticks.Size = new System.Drawing.Size(345, 17);
     this.Number_of_Ticks.TabIndex = 16;
     this.Number_of_Ticks.Value = 3;
     this.Number_of_Ticks.Scroll += new System.Windows.Forms.ScrollEventHandler(this.Number_of_Ticks_Scroll);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(6, 18);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(61, 16);
     this.label5.TabIndex = 17;
     this.label5.Text = "Options";
     this.label5.Click += new System.EventHandler(this.label5_Click);
     //
     // NumberofTicks_label
     //
     this.NumberofTicks_label.AutoSize = true;
     this.NumberofTicks_label.Location = new System.Drawing.Point(189, 486);
     this.NumberofTicks_label.Name = "NumberofTicks_label";
     this.NumberofTicks_label.Size = new System.Drawing.Size(85, 13);
     this.NumberofTicks_label.TabIndex = 18;
     this.NumberofTicks_label.Text = "Number of Ticks";
     //
     // Tick_Interval_label
     //
     this.Tick_Interval_label.AutoSize = true;
     this.Tick_Interval_label.Location = new System.Drawing.Point(6, 34);
     this.Tick_Interval_label.Name = "Tick_Interval_label";
     this.Tick_Interval_label.Size = new System.Drawing.Size(69, 13);
     this.Tick_Interval_label.TabIndex = 19;
     this.Tick_Interval_label.Text = "Tick Interval:";
     //
     // Tick_Interval_TextBox
     //
     this.Tick_Interval_TextBox.Location = new System.Drawing.Point(70, 28);
     this.Tick_Interval_TextBox.Name = "Tick_Interval_TextBox";
     this.Tick_Interval_TextBox.Size = new System.Drawing.Size(95, 20);
     this.Tick_Interval_TextBox.TabIndex = 20;
     this.Tick_Interval_TextBox.TextChanged += new System.EventHandler(this.Tick_Interval_TextBox_TextChanged_1);
     //
     // Label_Start_label
     //
     this.Label_Start_label.AutoSize = true;
     this.Label_Start_label.Location = new System.Drawing.Point(6, 104);
     this.Label_Start_label.Name = "Label_Start_label";
     this.Label_Start_label.Size = new System.Drawing.Size(61, 13);
     this.Label_Start_label.TabIndex = 22;
     this.Label_Start_label.Text = "Label Start:";
     //
     // Label_Stop_label
     //
     this.Label_Stop_label.AutoSize = true;
     this.Label_Stop_label.Location = new System.Drawing.Point(9, 130);
     this.Label_Stop_label.Name = "Label_Stop_label";
     this.Label_Stop_label.Size = new System.Drawing.Size(61, 13);
     this.Label_Stop_label.TabIndex = 23;
     this.Label_Stop_label.Text = "Label Stop:";
     //
     // Label_Start_textBox
     //
     this.Label_Start_textBox.Location = new System.Drawing.Point(67, 101);
     this.Label_Start_textBox.Name = "Label_Start_textBox";
     this.Label_Start_textBox.Size = new System.Drawing.Size(98, 20);
     this.Label_Start_textBox.TabIndex = 25;
     //
     // Label_Stop_textBox
     //
     this.Label_Stop_textBox.Location = new System.Drawing.Point(67, 124);
     this.Label_Stop_textBox.Name = "Label_Stop_textBox";
     this.Label_Stop_textBox.Size = new System.Drawing.Size(98, 20);
     this.Label_Stop_textBox.TabIndex = 26;
     //
     // Update_Histogram
     //
     this.Update_Histogram.Location = new System.Drawing.Point(26, 178);
     this.Update_Histogram.Name = "Update_Histogram";
     this.Update_Histogram.Size = new System.Drawing.Size(113, 23);
     this.Update_Histogram.TabIndex = 28;
     this.Update_Histogram.Text = "Update ";
     this.Update_Histogram.UseVisualStyleBackColor = true;
     this.Update_Histogram.Click += new System.EventHandler(this.Update_Histogram_Click);
     //
     // Number_of_Bins_label
     //
     this.Number_of_Bins_label.AutoSize = true;
     this.Number_of_Bins_label.Location = new System.Drawing.Point(189, 464);
     this.Number_of_Bins_label.Name = "Number_of_Bins_label";
     this.Number_of_Bins_label.Size = new System.Drawing.Size(79, 13);
     this.Number_of_Bins_label.TabIndex = 32;
     this.Number_of_Bins_label.Text = "Number of Bins";
     //
     // Number_of_Bins
     //
     this.Number_of_Bins.LargeChange = 1;
     this.Number_of_Bins.Location = new System.Drawing.Point(271, 460);
     this.Number_of_Bins.Maximum = 20;
     this.Number_of_Bins.Minimum = 3;
     this.Number_of_Bins.Name = "Number_of_Bins";
     this.Number_of_Bins.Size = new System.Drawing.Size(351, 17);
     this.Number_of_Bins.TabIndex = 31;
     this.Number_of_Bins.Value = 3;
     this.Number_of_Bins.Scroll += new System.Windows.Forms.ScrollEventHandler(this.Number_of_Bins_Scroll);
     //
     // LcL_textBox
     //
     this.LcL_textBox.Location = new System.Drawing.Point(101, 49);
     this.LcL_textBox.Name = "LcL_textBox";
     this.LcL_textBox.Size = new System.Drawing.Size(64, 20);
     this.LcL_textBox.TabIndex = 34;
     this.LcL_textBox.TextChanged += new System.EventHandler(this.LcL_textBox_TextChanged_1);
     //
     // LcL_label
     //
     this.LcL_label.AutoSize = true;
     this.LcL_label.Location = new System.Drawing.Point(6, 59);
     this.LcL_label.Name = "LcL_label";
     this.LcL_label.Size = new System.Drawing.Size(88, 13);
     this.LcL_label.TabIndex = 33;
     this.LcL_label.Text = "Lower Class Limit";
     //
     // UcL_textBox
     //
     this.UcL_textBox.Location = new System.Drawing.Point(92, 73);
     this.UcL_textBox.Name = "UcL_textBox";
     this.UcL_textBox.Size = new System.Drawing.Size(73, 20);
     this.UcL_textBox.TabIndex = 36;
     this.UcL_textBox.TextChanged += new System.EventHandler(this.UcL_textBox_TextChanged_1);
     //
     // UcL_label
     //
     this.UcL_label.AutoSize = true;
     this.UcL_label.Location = new System.Drawing.Point(6, 79);
     this.UcL_label.Name = "UcL_label";
     this.UcL_label.Size = new System.Drawing.Size(88, 13);
     this.UcL_label.TabIndex = 35;
     this.UcL_label.Text = "Upper Class Limit";
     //
     // V_3Decimals
     //
     this.V_3Decimals.Location = new System.Drawing.Point(222, 32);
     this.V_3Decimals.Name = "V_3Decimals";
     this.V_3Decimals.Size = new System.Drawing.Size(23, 23);
     this.V_3Decimals.TabIndex = 40;
     this.V_3Decimals.Text = "3";
     this.V_3Decimals.UseVisualStyleBackColor = true;
     this.V_3Decimals.Click += new System.EventHandler(this.V_3Decimals_Click);
     //
     // V_2Decimals
     //
     this.V_2Decimals.Location = new System.Drawing.Point(193, 32);
     this.V_2Decimals.Name = "V_2Decimals";
     this.V_2Decimals.Size = new System.Drawing.Size(23, 23);
     this.V_2Decimals.TabIndex = 39;
     this.V_2Decimals.Text = "2";
     this.V_2Decimals.UseVisualStyleBackColor = true;
     this.V_2Decimals.Click += new System.EventHandler(this.V_2Decimals_Click);
     //
     // V_1Decimals
     //
     this.V_1Decimals.Location = new System.Drawing.Point(163, 32);
     this.V_1Decimals.Name = "V_1Decimals";
     this.V_1Decimals.Size = new System.Drawing.Size(23, 23);
     this.V_1Decimals.TabIndex = 38;
     this.V_1Decimals.Text = "1";
     this.V_1Decimals.UseVisualStyleBackColor = true;
     this.V_1Decimals.Click += new System.EventHandler(this.V_1Decimals_Click);
     //
     // V_0Decimals
     //
     this.V_0Decimals.Location = new System.Drawing.Point(134, 32);
     this.V_0Decimals.Name = "V_0Decimals";
     this.V_0Decimals.Size = new System.Drawing.Size(23, 23);
     this.V_0Decimals.TabIndex = 37;
     this.V_0Decimals.Text = "0";
     this.V_0Decimals.UseVisualStyleBackColor = true;
     this.V_0Decimals.Click += new System.EventHandler(this.V_0Decimals_Click);
     //
     // ViewFullscreen
     //
     this.ViewFullscreen.Location = new System.Drawing.Point(86, 306);
     this.ViewFullscreen.Name = "ViewFullscreen";
     this.ViewFullscreen.Size = new System.Drawing.Size(78, 23);
     this.ViewFullscreen.TabIndex = 41;
     this.ViewFullscreen.Text = "Fullscreen";
     this.ViewFullscreen.UseVisualStyleBackColor = true;
     this.ViewFullscreen.Click += new System.EventHandler(this.ViewFullscreen_Click);
     //
     // Input_Data_Button
     //
     this.Input_Data_Button.Location = new System.Drawing.Point(8, 306);
     this.Input_Data_Button.Name = "Input_Data_Button";
     this.Input_Data_Button.Size = new System.Drawing.Size(72, 23);
     this.Input_Data_Button.TabIndex = 42;
     this.Input_Data_Button.Text = "Input Data";
     this.Input_Data_Button.UseVisualStyleBackColor = true;
     this.Input_Data_Button.Click += new System.EventHandler(this.Input_Data_Button_Click);
     //
     // HistoGram_pictureBox
     //
     this.HistoGram_pictureBox.BackgroundImage = global::HistogramGenerator.Properties.Resources.common_wombat_head;
     this.HistoGram_pictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.HistoGram_pictureBox.Location = new System.Drawing.Point(192, 15);
     this.HistoGram_pictureBox.Name = "HistoGram_pictureBox";
     this.HistoGram_pictureBox.Size = new System.Drawing.Size(577, 435);
     this.HistoGram_pictureBox.TabIndex = 43;
     this.HistoGram_pictureBox.TabStop = false;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.helpToolStripMenuItem,
     this.testToolStripMenuItem,
     this.optionsToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(784, 24);
     this.menuStrip1.TabIndex = 49;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.saveToolStripMenuItem,
     this.openToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuHighlight;
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.imageToolStripMenuItem,
     this.dataToolStripMenuItem});
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.saveToolStripMenuItem.Text = "Save";
     //
     // imageToolStripMenuItem
     //
     this.imageToolStripMenuItem.Name = "imageToolStripMenuItem";
     this.imageToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.imageToolStripMenuItem.Text = "Image";
     this.imageToolStripMenuItem.Click += new System.EventHandler(this.imageToolStripMenuItem_Click);
     //
     // dataToolStripMenuItem
     //
     this.dataToolStripMenuItem.Name = "dataToolStripMenuItem";
     this.dataToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.dataToolStripMenuItem.Text = "Data";
     this.dataToolStripMenuItem.Click += new System.EventHandler(this.dataToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.openToolStripMenuItem.Text = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem,
     this.howToUseToolStripMenuItem});
     this.helpToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuHighlight;
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.aboutToolStripMenuItem.Text = "About";
     //
     // howToUseToolStripMenuItem
     //
     this.howToUseToolStripMenuItem.Name = "howToUseToolStripMenuItem";
     this.howToUseToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.howToUseToolStripMenuItem.Text = "How to Use";
     //
     // testToolStripMenuItem
     //
     this.testToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.DataTest,
     this.imageTesterToolStripMenuItem});
     this.testToolStripMenuItem.Name = "testToolStripMenuItem";
     this.testToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.testToolStripMenuItem.Text = "Test";
     //
     // DataTest
     //
     this.DataTest.Name = "DataTest";
     this.DataTest.Size = new System.Drawing.Size(152, 22);
     this.DataTest.Text = "Data Tester";
     this.DataTest.Click += new System.EventHandler(this.DataTest_Click);
     //
     // imageTesterToolStripMenuItem
     //
     this.imageTesterToolStripMenuItem.Name = "imageTesterToolStripMenuItem";
     this.imageTesterToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.imageTesterToolStripMenuItem.Text = "Image Tester";
     this.imageTesterToolStripMenuItem.Click += new System.EventHandler(this.imageTesterToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.clearTextFieldToolStripMenuItem,
     this.randomDataToolStripMenuItem,
     this.viewReportToolStripMenuItem,
     this.setThemeToolStripMenuItem,
     this.advancedOptionsToolStripMenuItem});
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.optionsToolStripMenuItem.Text = "Options";
     //
     // clearTextFieldToolStripMenuItem
     //
     this.clearTextFieldToolStripMenuItem.Name = "clearTextFieldToolStripMenuItem";
     this.clearTextFieldToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.clearTextFieldToolStripMenuItem.Text = "Clear Text Field";
     this.clearTextFieldToolStripMenuItem.Click += new System.EventHandler(this.clearTextFieldToolStripMenuItem_Click);
     //
     // randomDataToolStripMenuItem
     //
     this.randomDataToolStripMenuItem.Name = "randomDataToolStripMenuItem";
     this.randomDataToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.randomDataToolStripMenuItem.Text = "Random Data";
     this.randomDataToolStripMenuItem.Click += new System.EventHandler(this.randomDataToolStripMenuItem_Click);
     //
     // viewReportToolStripMenuItem
     //
     this.viewReportToolStripMenuItem.Name = "viewReportToolStripMenuItem";
     this.viewReportToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.viewReportToolStripMenuItem.Text = "View Report";
     this.viewReportToolStripMenuItem.Click += new System.EventHandler(this.viewReportToolStripMenuItem_Click);
     //
     // setThemeToolStripMenuItem
     //
     this.setThemeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gibsonBlueToolStripMenuItem,
     this.helloKittyToolStripMenuItem,
     this.vSUToolStripMenuItem});
     this.setThemeToolStripMenuItem.Name = "setThemeToolStripMenuItem";
     this.setThemeToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.setThemeToolStripMenuItem.Text = "Set Theme";
     //
     // gibsonBlueToolStripMenuItem
     //
     this.gibsonBlueToolStripMenuItem.Name = "gibsonBlueToolStripMenuItem";
     this.gibsonBlueToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
     this.gibsonBlueToolStripMenuItem.Text = "Gibson Blue";
     this.gibsonBlueToolStripMenuItem.Click += new System.EventHandler(this.gibsonBlueToolStripMenuItem_Click);
     //
     // helloKittyToolStripMenuItem
     //
     this.helloKittyToolStripMenuItem.Name = "helloKittyToolStripMenuItem";
     this.helloKittyToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
     this.helloKittyToolStripMenuItem.Text = "Hello Kitty";
     this.helloKittyToolStripMenuItem.Click += new System.EventHandler(this.helloKittyToolStripMenuItem_Click);
     //
     // vSUToolStripMenuItem
     //
     this.vSUToolStripMenuItem.Name = "vSUToolStripMenuItem";
     this.vSUToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
     this.vSUToolStripMenuItem.Text = "VSU";
     this.vSUToolStripMenuItem.Click += new System.EventHandler(this.vSUToolStripMenuItem_Click);
     //
     // barlabel
     //
     this.barlabel.AutoSize = true;
     this.barlabel.Location = new System.Drawing.Point(631, 464);
     this.barlabel.Name = "barlabel";
     this.barlabel.Size = new System.Drawing.Size(41, 13);
     this.barlabel.TabIndex = 50;
     this.barlabel.Text = "Default";
     //
     // ticklabe
     //
     this.ticklabe.AutoSize = true;
     this.ticklabe.Location = new System.Drawing.Point(631, 486);
     this.ticklabe.Name = "ticklabe";
     this.ticklabe.Size = new System.Drawing.Size(13, 13);
     this.ticklabe.TabIndex = 51;
     this.ticklabe.Text = "6";
     //
     // panelOptions1
     //
     this.panelOptions1.Controls.Add(this.UcL_textBox);
     this.panelOptions1.Controls.Add(this.LcL_textBox);
     this.panelOptions1.Controls.Add(this.Label_Stop_textBox);
     this.panelOptions1.Controls.Add(this.Label_Start_textBox);
     this.panelOptions1.Controls.Add(this.Tick_Interval_TextBox);
     this.panelOptions1.Controls.Add(this.UcL_label);
     this.panelOptions1.Controls.Add(this.label5);
     this.panelOptions1.Controls.Add(this.Tick_Interval_label);
     this.panelOptions1.Controls.Add(this.Label_Start_label);
     this.panelOptions1.Controls.Add(this.Update_Histogram);
     this.panelOptions1.Controls.Add(this.Label_Stop_label);
     this.panelOptions1.Controls.Add(this.LcL_label);
     this.panelOptions1.Location = new System.Drawing.Point(6, 349);
     this.panelOptions1.Name = "panelOptions1";
     this.panelOptions1.Size = new System.Drawing.Size(180, 208);
     this.panelOptions1.TabIndex = 52;
     this.panelOptions1.Visible = false;
     //
     // panelOptions2
     //
     this.panelOptions2.Controls.Add(this.V_3Decimals);
     this.panelOptions2.Controls.Add(this.V_2Decimals);
     this.panelOptions2.Controls.Add(this.V_1Decimals);
     this.panelOptions2.Controls.Add(this.V_0Decimals);
     this.panelOptions2.Controls.Add(this.V_Decimal_label);
     this.panelOptions2.Controls.Add(this.H_3Decimals);
     this.panelOptions2.Controls.Add(this.H_2Decimals);
     this.panelOptions2.Controls.Add(this.H_1Decimal);
     this.panelOptions2.Controls.Add(this.H_NoDecimals);
     this.panelOptions2.Controls.Add(this.H_Decimal_label);
     this.panelOptions2.Location = new System.Drawing.Point(185, 501);
     this.panelOptions2.Name = "panelOptions2";
     this.panelOptions2.Size = new System.Drawing.Size(401, 63);
     this.panelOptions2.TabIndex = 53;
     this.panelOptions2.Visible = false;
     //
     // advancedOptionsToolStripMenuItem
     //
     this.advancedOptionsToolStripMenuItem.Name = "advancedOptionsToolStripMenuItem";
     this.advancedOptionsToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.advancedOptionsToolStripMenuItem.Text = "Advanced Options";
     this.advancedOptionsToolStripMenuItem.Click += new System.EventHandler(this.advancedOptionsToolStripMenuItem_Click);
     //
     // Gui
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(784, 564);
     this.Controls.Add(this.panelOptions2);
     this.Controls.Add(this.panelOptions1);
     this.Controls.Add(this.ticklabe);
     this.Controls.Add(this.barlabel);
     this.Controls.Add(this.HistoGram_pictureBox);
     this.Controls.Add(this.Input_Data_Button);
     this.Controls.Add(this.ViewFullscreen);
     this.Controls.Add(this.Number_of_Bins_label);
     this.Controls.Add(this.Number_of_Bins);
     this.Controls.Add(this.NumberofTicks_label);
     this.Controls.Add(this.Number_of_Ticks);
     this.Controls.Add(this.Input_Data_label);
     this.Controls.Add(this.txtInput_Window);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Gui";
     this.Text = "Fighting Wombats Histogram Generator";
     this.Load += new System.EventHandler(this.Gui_Load);
     ((System.ComponentModel.ISupportInitialize)(this.HistoGram_pictureBox)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panelOptions1.ResumeLayout(false);
     this.panelOptions1.PerformLayout();
     this.panelOptions2.ResumeLayout(false);
     this.panelOptions2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #29
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBox));
     this.label1        = new System.Windows.Forms.Label();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.hScrollBar1   = new System.Windows.Forms.HScrollBar();
     this.label2        = new System.Windows.Forms.Label();
     this.button1       = new System.Windows.Forms.Button();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.button2       = new System.Windows.Forms.Button();
     this.penButton     = new System.Windows.Forms.Button();
     this.FillButton    = new System.Windows.Forms.Button();
     this.RectButton    = new System.Windows.Forms.Button();
     this.EllipseButton = new System.Windows.Forms.Button();
     this.sprayButton   = new System.Windows.Forms.Button();
     this.menuStrip1    = new System.Windows.Forms.MenuStrip();
     this.novýObrázekToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uložitToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.ukončitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.checkBox1             = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label1.Location  = new System.Drawing.Point(12, 44);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(271, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Nastavení";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.hScrollBar1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(12, 182);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(259, 76);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Pero";
     //
     // hScrollBar1
     //
     this.hScrollBar1.LargeChange   = 1;
     this.hScrollBar1.Location      = new System.Drawing.Point(7, 44);
     this.hScrollBar1.Maximum       = 10;
     this.hScrollBar1.Minimum       = 1;
     this.hScrollBar1.Name          = "hScrollBar1";
     this.hScrollBar1.Size          = new System.Drawing.Size(246, 20);
     this.hScrollBar1.TabIndex      = 1;
     this.hScrollBar1.Value         = 1;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.HScrollBar1ValueChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(7, 20);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(246, 24);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Tloušťka pera: 1";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(7, 19);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(46, 23);
     this.button1.TabIndex  = 2;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Location = new System.Drawing.Point(19, 117);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(123, 56);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Barvy";
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.White;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.ForeColor = System.Drawing.Color.Black;
     this.button2.Location  = new System.Drawing.Point(71, 19);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(46, 23);
     this.button2.TabIndex  = 3;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // penButton
     //
     this.penButton.Image    = ((System.Drawing.Image)(resources.GetObject("penButton.Image")));
     this.penButton.Location = new System.Drawing.Point(12, 70);
     this.penButton.Name     = "penButton";
     this.penButton.Size     = new System.Drawing.Size(36, 36);
     this.penButton.TabIndex = 4;
     this.penButton.UseVisualStyleBackColor = true;
     this.penButton.Click += new System.EventHandler(this.PenButtonClick);
     //
     // FillButton
     //
     this.FillButton.Image    = ((System.Drawing.Image)(resources.GetObject("FillButton.Image")));
     this.FillButton.Location = new System.Drawing.Point(69, 70);
     this.FillButton.Name     = "FillButton";
     this.FillButton.Size     = new System.Drawing.Size(36, 36);
     this.FillButton.TabIndex = 5;
     this.FillButton.UseVisualStyleBackColor = true;
     this.FillButton.Click += new System.EventHandler(this.FillButtonClick);
     //
     // RectButton
     //
     this.RectButton.Image    = ((System.Drawing.Image)(resources.GetObject("RectButton.Image")));
     this.RectButton.Location = new System.Drawing.Point(126, 70);
     this.RectButton.Name     = "RectButton";
     this.RectButton.Size     = new System.Drawing.Size(36, 36);
     this.RectButton.TabIndex = 6;
     this.RectButton.UseVisualStyleBackColor = true;
     this.RectButton.Click += new System.EventHandler(this.RectButtonClick);
     //
     // EllipseButton
     //
     this.EllipseButton.Image    = ((System.Drawing.Image)(resources.GetObject("EllipseButton.Image")));
     this.EllipseButton.Location = new System.Drawing.Point(182, 70);
     this.EllipseButton.Name     = "EllipseButton";
     this.EllipseButton.Size     = new System.Drawing.Size(36, 36);
     this.EllipseButton.TabIndex = 7;
     this.EllipseButton.UseVisualStyleBackColor = true;
     this.EllipseButton.Click += new System.EventHandler(this.EllipseButtonClick);
     //
     // sprayButton
     //
     this.sprayButton.Image    = ((System.Drawing.Image)(resources.GetObject("sprayButton.Image")));
     this.sprayButton.Location = new System.Drawing.Point(235, 70);
     this.sprayButton.Name     = "sprayButton";
     this.sprayButton.Size     = new System.Drawing.Size(36, 36);
     this.sprayButton.TabIndex = 8;
     this.sprayButton.UseVisualStyleBackColor = true;
     this.sprayButton.Click += new System.EventHandler(this.SprayButtonClick);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.novýObrázekToolStripMenuItem,
         this.uložitToolStripMenuItem,
         this.ukončitToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(288, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // novýObrázekToolStripMenuItem
     //
     this.novýObrázekToolStripMenuItem.Name   = "novýObrázekToolStripMenuItem";
     this.novýObrázekToolStripMenuItem.Size   = new System.Drawing.Size(91, 20);
     this.novýObrázekToolStripMenuItem.Text   = "Nový obrázek";
     this.novýObrázekToolStripMenuItem.Click += new System.EventHandler(this.NovýObrázekToolStripMenuItemClick);
     //
     // uložitToolStripMenuItem
     //
     this.uložitToolStripMenuItem.Name   = "uložitToolStripMenuItem";
     this.uložitToolStripMenuItem.Size   = new System.Drawing.Size(49, 20);
     this.uložitToolStripMenuItem.Text   = "Uložit";
     this.uložitToolStripMenuItem.Click += new System.EventHandler(this.UložitToolStripMenuItemClick);
     //
     // ukončitToolStripMenuItem
     //
     this.ukončitToolStripMenuItem.Name   = "ukončitToolStripMenuItem";
     this.ukončitToolStripMenuItem.Size   = new System.Drawing.Size(60, 20);
     this.ukončitToolStripMenuItem.Text   = "Ukončit";
     this.ukončitToolStripMenuItem.Click += new System.EventHandler(this.UkončitToolStripMenuItemClick);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 263);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(288, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(119, 17);
     this.toolStripStatusLabel1.Text = "Vybraný nástroj: Pero";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(148, 135);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(123, 24);
     this.checkBox1.TabIndex = 11;
     this.checkBox1.Text     = "Vyplnit obrazce";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.CheckBox1CheckedChanged);
     //
     // ToolBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(288, 285);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.sprayButton);
     this.Controls.Add(this.EllipseButton);
     this.Controls.Add(this.RectButton);
     this.Controls.Add(this.FillButton);
     this.Controls.Add(this.penButton);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "ToolBox";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Panel nástrojů";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.ToolBoxFormClosed);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
     this.trackBar1   = new System.Windows.Forms.TrackBar();
     this.trackBar2   = new System.Windows.Forms.TrackBar();
     this.trackBar3   = new System.Windows.Forms.TrackBar();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
     this.SuspendLayout();
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(32, 56);
     this.hScrollBar1.Name     = "hScrollBar1";
     this.hScrollBar1.TabIndex = 0;
     //
     // vScrollBar1
     //
     this.vScrollBar1.Location = new System.Drawing.Point(160, 32);
     this.vScrollBar1.Name     = "vScrollBar1";
     this.vScrollBar1.TabIndex = 1;
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(216, 16);
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.TabIndex = 2;
     //
     // trackBar2
     //
     this.trackBar2.Location  = new System.Drawing.Point(216, 88);
     this.trackBar2.Name      = "trackBar2";
     this.trackBar2.TabIndex  = 2;
     this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
     //
     // trackBar3
     //
     this.trackBar3.Location  = new System.Drawing.Point(216, 48);
     this.trackBar3.Name      = "trackBar3";
     this.trackBar3.TabIndex  = 2;
     this.trackBar3.TickStyle = System.Windows.Forms.TickStyle.Both;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(352, 149);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.trackBar1,
         this.vScrollBar1,
         this.hScrollBar1,
         this.trackBar2,
         this.trackBar3
     });
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.rb_LeftLane        = new System.Windows.Forms.RadioButton();
     this.gb_my_car_pos      = new System.Windows.Forms.GroupBox();
     this.rb_RightLane       = new System.Windows.Forms.RadioButton();
     this.rb_MidLane         = new System.Windows.Forms.RadioButton();
     this.Lb_lane_line       = new System.Windows.Forms.Label();
     this.hsb_LeftLane       = new System.Windows.Forms.HScrollBar();
     this.hsb_MidLane        = new System.Windows.Forms.HScrollBar();
     this.label1             = new System.Windows.Forms.Label();
     this.hsb_RightLane      = new System.Windows.Forms.HScrollBar();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.tb_LeftLane_speed  = new System.Windows.Forms.TextBox();
     this.lbl_mph_ll         = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.tb_MidLane_speed   = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.tb_RightLane_speed = new System.Windows.Forms.TextBox();
     this.lbl_LeftLane_dist  = new System.Windows.Forms.Label();
     this.lbl_MidLane_dist   = new System.Windows.Forms.Label();
     this.lbl_RightLane_dist = new System.Windows.Forms.Label();
     this.gp_pred            = new System.Windows.Forms.GroupBox();
     this.bt_RightLane_pred  = new System.Windows.Forms.Button();
     this.bt_LeftLane_pred   = new System.Windows.Forms.Button();
     this.bt_MidLane_pred    = new System.Windows.Forms.Button();
     this.bt_get_pred        = new System.Windows.Forms.Button();
     this.bt_step            = new System.Windows.Forms.Button();
     this.label6             = new System.Windows.Forms.Label();
     this.tb_my_vel          = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.rtb_Pred_results   = new System.Windows.Forms.RichTextBox();
     this.bt_One_step_back   = new System.Windows.Forms.Button();
     this.tb_cost_w1         = new System.Windows.Forms.TextBox();
     this.tb_cost_w2         = new System.Windows.Forms.TextBox();
     this.tb_cost_w3         = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.gb_my_car_pos.SuspendLayout();
     this.gp_pred.SuspendLayout();
     this.SuspendLayout();
     //
     // rb_LeftLane
     //
     this.rb_LeftLane.Location = new System.Drawing.Point(25, 25);
     this.rb_LeftLane.Name     = "rb_LeftLane";
     this.rb_LeftLane.Size     = new System.Drawing.Size(21, 24);
     this.rb_LeftLane.TabIndex = 3;
     this.rb_LeftLane.UseVisualStyleBackColor = true;
     this.rb_LeftLane.CheckedChanged         += new System.EventHandler(this.Rb_LeftLaneCheckedChanged);
     //
     // gb_my_car_pos
     //
     this.gb_my_car_pos.Controls.Add(this.rb_RightLane);
     this.gb_my_car_pos.Controls.Add(this.rb_MidLane);
     this.gb_my_car_pos.Controls.Add(this.rb_LeftLane);
     this.gb_my_car_pos.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gb_my_car_pos.Location = new System.Drawing.Point(12, 12);
     this.gb_my_car_pos.Name     = "gb_my_car_pos";
     this.gb_my_car_pos.Size     = new System.Drawing.Size(74, 186);
     this.gb_my_car_pos.TabIndex = 4;
     this.gb_my_car_pos.TabStop  = false;
     this.gb_my_car_pos.Text     = "My pos";
     //
     // rb_RightLane
     //
     this.rb_RightLane.Location = new System.Drawing.Point(25, 138);
     this.rb_RightLane.Name     = "rb_RightLane";
     this.rb_RightLane.Size     = new System.Drawing.Size(21, 24);
     this.rb_RightLane.TabIndex = 5;
     this.rb_RightLane.UseVisualStyleBackColor = true;
     this.rb_RightLane.CheckedChanged         += new System.EventHandler(this.Rb_RightLaneCheckedChanged);
     //
     // rb_MidLane
     //
     this.rb_MidLane.Checked  = true;
     this.rb_MidLane.Location = new System.Drawing.Point(25, 81);
     this.rb_MidLane.Name     = "rb_MidLane";
     this.rb_MidLane.Size     = new System.Drawing.Size(21, 24);
     this.rb_MidLane.TabIndex = 4;
     this.rb_MidLane.TabStop  = true;
     this.rb_MidLane.UseVisualStyleBackColor = true;
     this.rb_MidLane.CheckedChanged         += new System.EventHandler(this.Rb_MidLaneCheckedChanged);
     //
     // Lb_lane_line
     //
     this.Lb_lane_line.Font     = new System.Drawing.Font("Microsoft Sans Serif", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lb_lane_line.Location = new System.Drawing.Point(209, 40);
     this.Lb_lane_line.Name     = "Lb_lane_line";
     this.Lb_lane_line.Size     = new System.Drawing.Size(411, 77);
     this.Lb_lane_line.TabIndex = 5;
     this.Lb_lane_line.Text     = "- - - - - - - - - - - - ";
     //
     // hsb_LeftLane
     //
     this.hsb_LeftLane.Location = new System.Drawing.Point(341, 34);
     this.hsb_LeftLane.Minimum  = 1;
     this.hsb_LeftLane.Name     = "hsb_LeftLane";
     this.hsb_LeftLane.Size     = new System.Drawing.Size(272, 30);
     this.hsb_LeftLane.TabIndex = 6;
     this.hsb_LeftLane.Value    = 99;
     this.hsb_LeftLane.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.HSB_Left_laneScroll);
     //
     // hsb_MidLane
     //
     this.hsb_MidLane.Location = new System.Drawing.Point(341, 87);
     this.hsb_MidLane.Minimum  = 1;
     this.hsb_MidLane.Name     = "hsb_MidLane";
     this.hsb_MidLane.Size     = new System.Drawing.Size(272, 30);
     this.hsb_MidLane.TabIndex = 8;
     this.hsb_MidLane.Value    = 99;
     this.hsb_MidLane.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.Hsb_mid_laneScroll);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(209, 93);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(411, 77);
     this.label1.TabIndex = 7;
     this.label1.Text     = "- - - - - - - - - - - - ";
     //
     // hsb_RightLane
     //
     this.hsb_RightLane.Location = new System.Drawing.Point(341, 140);
     this.hsb_RightLane.Minimum  = 1;
     this.hsb_RightLane.Name     = "hsb_RightLane";
     this.hsb_RightLane.Size     = new System.Drawing.Size(272, 30);
     this.hsb_RightLane.TabIndex = 10;
     this.hsb_RightLane.Value    = 99;
     this.hsb_RightLane.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.Hsb_right_laneScroll);
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(209, 145);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(404, 77);
     this.label2.TabIndex = 9;
     this.label2.Text     = "- - - - - - - - - - - - ";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(209, 3);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(435, 77);
     this.label3.TabIndex = 11;
     this.label3.Text     = "- - - - - - - - - - - - ";
     //
     // tb_LeftLane_speed
     //
     this.tb_LeftLane_speed.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_LeftLane_speed.Location     = new System.Drawing.Point(220, 38);
     this.tb_LeftLane_speed.Name         = "tb_LeftLane_speed";
     this.tb_LeftLane_speed.Size         = new System.Drawing.Size(62, 26);
     this.tb_LeftLane_speed.TabIndex     = 12;
     this.tb_LeftLane_speed.TextChanged += new System.EventHandler(this.Tb_Left_lane_speedTextChanged);
     //
     // lbl_mph_ll
     //
     this.lbl_mph_ll.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_mph_ll.Location = new System.Drawing.Point(281, 38);
     this.lbl_mph_ll.Name     = "lbl_mph_ll";
     this.lbl_mph_ll.Size     = new System.Drawing.Size(57, 23);
     this.lbl_mph_ll.TabIndex = 13;
     this.lbl_mph_ll.Text     = "mph";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(281, 100);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(50, 23);
     this.label4.TabIndex = 15;
     this.label4.Text     = "mph";
     //
     // tb_MidLane_speed
     //
     this.tb_MidLane_speed.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_MidLane_speed.Location     = new System.Drawing.Point(220, 97);
     this.tb_MidLane_speed.Name         = "tb_MidLane_speed";
     this.tb_MidLane_speed.Size         = new System.Drawing.Size(62, 26);
     this.tb_MidLane_speed.TabIndex     = 14;
     this.tb_MidLane_speed.TextChanged += new System.EventHandler(this.Tb_Mid_lane_speedTextChanged);
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(281, 148);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(57, 23);
     this.label5.TabIndex = 17;
     this.label5.Text     = "mph";
     //
     // tb_RightLane_speed
     //
     this.tb_RightLane_speed.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_RightLane_speed.Location     = new System.Drawing.Point(220, 145);
     this.tb_RightLane_speed.Name         = "tb_RightLane_speed";
     this.tb_RightLane_speed.Size         = new System.Drawing.Size(62, 26);
     this.tb_RightLane_speed.TabIndex     = 16;
     this.tb_RightLane_speed.TextChanged += new System.EventHandler(this.Tb_Right_lane_speedTextChanged);
     //
     // lbl_LeftLane_dist
     //
     this.lbl_LeftLane_dist.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_LeftLane_dist.Location = new System.Drawing.Point(626, 38);
     this.lbl_LeftLane_dist.Name     = "lbl_LeftLane_dist";
     this.lbl_LeftLane_dist.Size     = new System.Drawing.Size(57, 23);
     this.lbl_LeftLane_dist.TabIndex = 18;
     this.lbl_LeftLane_dist.Text     = "00 m";
     //
     // lbl_MidLane_dist
     //
     this.lbl_MidLane_dist.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_MidLane_dist.Location = new System.Drawing.Point(626, 87);
     this.lbl_MidLane_dist.Name     = "lbl_MidLane_dist";
     this.lbl_MidLane_dist.Size     = new System.Drawing.Size(57, 23);
     this.lbl_MidLane_dist.TabIndex = 19;
     this.lbl_MidLane_dist.Text     = "00 m";
     //
     // lbl_RightLane_dist
     //
     this.lbl_RightLane_dist.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_RightLane_dist.Location = new System.Drawing.Point(626, 145);
     this.lbl_RightLane_dist.Name     = "lbl_RightLane_dist";
     this.lbl_RightLane_dist.Size     = new System.Drawing.Size(57, 23);
     this.lbl_RightLane_dist.TabIndex = 20;
     this.lbl_RightLane_dist.Text     = "00 m";
     //
     // gp_pred
     //
     this.gp_pred.Controls.Add(this.bt_RightLane_pred);
     this.gp_pred.Controls.Add(this.bt_LeftLane_pred);
     this.gp_pred.Controls.Add(this.bt_MidLane_pred);
     this.gp_pred.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gp_pred.Location = new System.Drawing.Point(92, 12);
     this.gp_pred.Name     = "gp_pred";
     this.gp_pred.Size     = new System.Drawing.Size(111, 186);
     this.gp_pred.TabIndex = 6;
     this.gp_pred.TabStop  = false;
     this.gp_pred.Text     = "pred";
     //
     // bt_RightLane_pred
     //
     this.bt_RightLane_pred.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_RightLane_pred.Location = new System.Drawing.Point(3, 132);
     this.bt_RightLane_pred.Name     = "bt_RightLane_pred";
     this.bt_RightLane_pred.Size     = new System.Drawing.Size(102, 30);
     this.bt_RightLane_pred.TabIndex = 23;
     this.bt_RightLane_pred.Text     = "Right Lane";
     this.bt_RightLane_pred.UseVisualStyleBackColor = true;
     //
     // bt_LeftLane_pred
     //
     this.bt_LeftLane_pred.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_LeftLane_pred.Location = new System.Drawing.Point(3, 25);
     this.bt_LeftLane_pred.Name     = "bt_LeftLane_pred";
     this.bt_LeftLane_pred.Size     = new System.Drawing.Size(102, 30);
     this.bt_LeftLane_pred.TabIndex = 21;
     this.bt_LeftLane_pred.Text     = "Left Lane";
     this.bt_LeftLane_pred.UseVisualStyleBackColor = true;
     //
     // bt_MidLane_pred
     //
     this.bt_MidLane_pred.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_MidLane_pred.Location = new System.Drawing.Point(3, 83);
     this.bt_MidLane_pred.Name     = "bt_MidLane_pred";
     this.bt_MidLane_pred.Size     = new System.Drawing.Size(102, 30);
     this.bt_MidLane_pred.TabIndex = 22;
     this.bt_MidLane_pred.Text     = "Mid Lane";
     this.bt_MidLane_pred.UseVisualStyleBackColor = true;
     //
     // bt_get_pred
     //
     this.bt_get_pred.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_get_pred.Location = new System.Drawing.Point(686, 12);
     this.bt_get_pred.Name     = "bt_get_pred";
     this.bt_get_pred.Size     = new System.Drawing.Size(92, 68);
     this.bt_get_pred.TabIndex = 21;
     this.bt_get_pred.Text     = "Get Prediction";
     this.bt_get_pred.UseVisualStyleBackColor = true;
     this.bt_get_pred.Click += new System.EventHandler(this.Bt_get_predClick);
     //
     // bt_step
     //
     this.bt_step.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_step.Location = new System.Drawing.Point(686, 86);
     this.bt_step.Name     = "bt_step";
     this.bt_step.Size     = new System.Drawing.Size(92, 68);
     this.bt_step.TabIndex = 22;
     this.bt_step.Text     = "One Step";
     this.bt_step.UseVisualStyleBackColor = true;
     this.bt_step.Click += new System.EventHandler(this.Bt_stepClick);
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(140, 207);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(57, 23);
     this.label6.TabIndex = 24;
     this.label6.Text     = "mph";
     //
     // tb_my_vel
     //
     this.tb_my_vel.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_my_vel.Location     = new System.Drawing.Point(75, 204);
     this.tb_my_vel.Name         = "tb_my_vel";
     this.tb_my_vel.Size         = new System.Drawing.Size(62, 26);
     this.tb_my_vel.TabIndex     = 23;
     this.tb_my_vel.TextChanged += new System.EventHandler(this.Tb_my_velTextChanged);
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(12, 207);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(57, 23);
     this.label7.TabIndex = 25;
     this.label7.Text     = "My vel";
     //
     // rtb_Pred_results
     //
     this.rtb_Pred_results.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rtb_Pred_results.Location = new System.Drawing.Point(13, 234);
     this.rtb_Pred_results.Name     = "rtb_Pred_results";
     this.rtb_Pred_results.Size     = new System.Drawing.Size(765, 283);
     this.rtb_Pred_results.TabIndex = 26;
     this.rtb_Pred_results.Text     = "";
     //
     // bt_One_step_back
     //
     this.bt_One_step_back.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_One_step_back.Location = new System.Drawing.Point(686, 160);
     this.bt_One_step_back.Name     = "bt_One_step_back";
     this.bt_One_step_back.Size     = new System.Drawing.Size(92, 68);
     this.bt_One_step_back.TabIndex = 27;
     this.bt_One_step_back.Text     = "One Step Back";
     this.bt_One_step_back.UseVisualStyleBackColor = true;
     this.bt_One_step_back.Click += new System.EventHandler(this.Bt_One_step_backClick);
     //
     // tb_cost_w1
     //
     this.tb_cost_w1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_cost_w1.Location     = new System.Drawing.Point(313, 202);
     this.tb_cost_w1.Name         = "tb_cost_w1";
     this.tb_cost_w1.Size         = new System.Drawing.Size(62, 26);
     this.tb_cost_w1.TabIndex     = 28;
     this.tb_cost_w1.Text         = "1.0";
     this.tb_cost_w1.TextChanged += new System.EventHandler(this.Tb_cost_w1TextChanged);
     //
     // tb_cost_w2
     //
     this.tb_cost_w2.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_cost_w2.Location     = new System.Drawing.Point(381, 202);
     this.tb_cost_w2.Name         = "tb_cost_w2";
     this.tb_cost_w2.Size         = new System.Drawing.Size(62, 26);
     this.tb_cost_w2.TabIndex     = 29;
     this.tb_cost_w2.Text         = "1.0";
     this.tb_cost_w2.TextChanged += new System.EventHandler(this.Tb_cost_w2TextChanged);
     //
     // tb_cost_w3
     //
     this.tb_cost_w3.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_cost_w3.Location     = new System.Drawing.Point(449, 202);
     this.tb_cost_w3.Name         = "tb_cost_w3";
     this.tb_cost_w3.Size         = new System.Drawing.Size(62, 26);
     this.tb_cost_w3.TabIndex     = 30;
     this.tb_cost_w3.Text         = "1.0";
     this.tb_cost_w3.TextChanged += new System.EventHandler(this.Tb_cost_w3TextChanged);
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(238, 205);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(69, 23);
     this.label8.TabIndex = 31;
     this.label8.Text     = "weights";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(790, 529);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.tb_cost_w3);
     this.Controls.Add(this.tb_cost_w2);
     this.Controls.Add(this.tb_cost_w1);
     this.Controls.Add(this.bt_One_step_back);
     this.Controls.Add(this.rtb_Pred_results);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.tb_my_vel);
     this.Controls.Add(this.bt_step);
     this.Controls.Add(this.bt_get_pred);
     this.Controls.Add(this.gp_pred);
     this.Controls.Add(this.lbl_RightLane_dist);
     this.Controls.Add(this.lbl_MidLane_dist);
     this.Controls.Add(this.lbl_LeftLane_dist);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.tb_RightLane_speed);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tb_MidLane_speed);
     this.Controls.Add(this.lbl_mph_ll);
     this.Controls.Add(this.tb_LeftLane_speed);
     this.Controls.Add(this.hsb_RightLane);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.hsb_MidLane);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.hsb_LeftLane);
     this.Controls.Add(this.Lb_lane_line);
     this.Controls.Add(this.gb_my_car_pos);
     this.Controls.Add(this.label3);
     this.Name = "MainForm";
     this.Text = "Highway_decision_tester";
     this.gb_my_car_pos.ResumeLayout(false);
     this.gp_pred.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #32
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.hScrollBar1  = new System.Windows.Forms.HScrollBar();
     this.vScrollBar1  = new System.Windows.Forms.VScrollBar();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.button1      = new System.Windows.Forms.Button();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.button2      = new System.Windows.Forms.Button();
     this.button3      = new System.Windows.Forms.Button();
     this.timer1       = new System.Windows.Forms.Timer(this.components);
     this.button4      = new System.Windows.Forms.Button();
     this.button5      = new System.Windows.Forms.Button();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(29, 280);
     this.hScrollBar1.Name     = "hScrollBar1";
     this.hScrollBar1.Size     = new System.Drawing.Size(242, 13);
     this.hScrollBar1.TabIndex = 0;
     this.hScrollBar1.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.HScrollBar1Scroll);
     //
     // vScrollBar1
     //
     this.vScrollBar1.Location = new System.Drawing.Point(5, 50);
     this.vScrollBar1.Name     = "vScrollBar1";
     this.vScrollBar1.Size     = new System.Drawing.Size(17, 243);
     this.vScrollBar1.TabIndex = 1;
     this.vScrollBar1.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.VScrollBar1Scroll);
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(22, 53);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(260, 224);
     this.richTextBox1.TabIndex = 2;
     this.richTextBox1.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(22, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(217, 29);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Envie sua reclamação para a anhanguera prometemos não joga-la fora por 3 dias!!";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(226, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(56, 38);
     this.button1.TabIndex = 4;
     this.button1.Text     = "Enviar Opinião";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(299, 12);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(250, 23);
     this.progressBar1.TabIndex = 5;
     this.progressBar1.Click   += new System.EventHandler(this.ProgressBar1Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(299, 40);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 45);
     this.button2.TabIndex = 6;
     this.button2.Text     = "Aumentar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(474, 40);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 45);
     this.button3.TabIndex = 7;
     this.button3.Text     = "Diminuir";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.Timer1Tick);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(368, 112);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(111, 72);
     this.button4.TabIndex = 8;
     this.button4.Text     = "Disparar Timer";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(368, 190);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(111, 57);
     this.button5.TabIndex = 9;
     this.button5.Text     = "button5";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(357, 253);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(136, 20);
     this.textBox1.TabIndex     = 10;
     this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(862, 382);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.vScrollBar1);
     this.Controls.Add(this.hScrollBar1);
     this.Name        = "MainForm";
     this.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Text        = "Caixa de Opinião";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCalibrate = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.debug_btn = new System.Windows.Forms.Button();
     this.cameraFocusDropdown = new System.Windows.Forms.ComboBox();
     this.txtDebug = new System.Windows.Forms.TextBox();
     this.simpleOpenGlControl = new Sensor_Aware_PT.Forms.AntiAliasedGLControl();
     this.btnSynchronize = new System.Windows.Forms.Button();
     this.btnPause = new System.Windows.Forms.Button();
     this.hScrollTime = new System.Windows.Forms.HScrollBar();
     this.SuspendLayout();
     //
     // btnCalibrate
     //
     this.btnCalibrate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCalibrate.Image = global::Sensor_Aware_PT.Properties.Resources._32_settings;
     this.btnCalibrate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCalibrate.Location = new System.Drawing.Point(12, 12);
     this.btnCalibrate.Name = "btnCalibrate";
     this.btnCalibrate.Size = new System.Drawing.Size(125, 40);
     this.btnCalibrate.TabIndex = 3;
     this.btnCalibrate.Text = "Align to screen";
     this.btnCalibrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCalibrate.UseVisualStyleBackColor = true;
     this.btnCalibrate.Click += new System.EventHandler(this.btnCalibrate_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.label1.Location = new System.Drawing.Point(9, 67);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(180, 160);
     this.label1.TabIndex = 6;
     this.label1.Text = "Controls\r\n\r\nRotate X - Q, W\r\nRotate Y - A, S\r\nRotate Z - Z, X\r\n\r\nToggle BoundingB" +
     "ox - E\r\nToggle Wireframe - R";
     //
     // debug_btn
     //
     this.debug_btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.debug_btn.Location = new System.Drawing.Point(328, 29);
     this.debug_btn.Name = "debug_btn";
     this.debug_btn.Size = new System.Drawing.Size(75, 23);
     this.debug_btn.TabIndex = 8;
     this.debug_btn.Text = "debug_out";
     this.debug_btn.UseVisualStyleBackColor = true;
     this.debug_btn.Visible = false;
     this.debug_btn.Click += new System.EventHandler(this.button4_Click);
     //
     // cameraFocusDropdown
     //
     this.cameraFocusDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cameraFocusDropdown.Items.AddRange(new object[] {
     "Arms L",
     "Arms R",
     "Legs L",
     "Legs R",
     "Torso",
     "Hip",
     "Full Body"});
     this.cameraFocusDropdown.Location = new System.Drawing.Point(13, 241);
     this.cameraFocusDropdown.Name = "cameraFocusDropdown";
     this.cameraFocusDropdown.Size = new System.Drawing.Size(121, 21);
     this.cameraFocusDropdown.TabIndex = 9;
     this.cameraFocusDropdown.SelectedIndexChanged += new System.EventHandler(this.cameraFocusDropdown_SelectedIndexChanged);
     //
     // txtDebug
     //
     this.txtDebug.Location = new System.Drawing.Point(9, 289);
     this.txtDebug.Multiline = true;
     this.txtDebug.Name = "txtDebug";
     this.txtDebug.Size = new System.Drawing.Size(162, 91);
     this.txtDebug.TabIndex = 10;
     //
     // simpleOpenGlControl
     //
     this.simpleOpenGlControl.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.simpleOpenGlControl.BackColor = System.Drawing.Color.Black;
     this.simpleOpenGlControl.Location = new System.Drawing.Point(195, 67);
     this.simpleOpenGlControl.Name = "simpleOpenGlControl";
     this.simpleOpenGlControl.Size = new System.Drawing.Size(688, 479);
     this.simpleOpenGlControl.TabIndex = 7;
     this.simpleOpenGlControl.VSync = true;
     this.simpleOpenGlControl.Load += new System.EventHandler(this.simpleOpenGlControl_Load);
     this.simpleOpenGlControl.Scroll += new System.Windows.Forms.ScrollEventHandler(this.simpleOpenGlControl_Scroll);
     this.simpleOpenGlControl.SizeChanged += new System.EventHandler(this.simpleOpenGlControl_SizeChanged);
     this.simpleOpenGlControl.Paint += new System.Windows.Forms.PaintEventHandler(this.simpleOpenGlControl_Paint);
     this.simpleOpenGlControl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.simpleOpenGlControl_KeyDown);
     this.simpleOpenGlControl.KeyUp += new System.Windows.Forms.KeyEventHandler(this.simpleOpenGlControl_KeyUp);
     this.simpleOpenGlControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleOpenGlControl_MouseDown);
     this.simpleOpenGlControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.simpleOpenGlControl_MouseMove);
     this.simpleOpenGlControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.simpleOpenGlControl_MouseUp);
     this.simpleOpenGlControl.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.simpleOpenGlControl_MouseWheel);
     //
     // btnSynchronize
     //
     this.btnSynchronize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSynchronize.Image = global::Sensor_Aware_PT.Properties.Resources._32_refresh1;
     this.btnSynchronize.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSynchronize.Location = new System.Drawing.Point(143, 12);
     this.btnSynchronize.Name = "btnSynchronize";
     this.btnSynchronize.Size = new System.Drawing.Size(125, 40);
     this.btnSynchronize.TabIndex = 4;
     this.btnSynchronize.Text = "Resynchronize";
     this.btnSynchronize.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSynchronize.UseVisualStyleBackColor = true;
     this.btnSynchronize.Click += new System.EventHandler(this.btnSynchronize_Click);
     //
     // btnPause
     //
     this.btnPause.Location = new System.Drawing.Point(466, 46);
     this.btnPause.Name = "btnPause";
     this.btnPause.Size = new System.Drawing.Size(75, 23);
     this.btnPause.TabIndex = 12;
     this.btnPause.Text = "paus";
     this.btnPause.UseVisualStyleBackColor = true;
     this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
     //
     // hScrollTime
     //
     this.hScrollTime.Location = new System.Drawing.Point(459, 12);
     this.hScrollTime.Name = "hScrollTime";
     this.hScrollTime.Size = new System.Drawing.Size(182, 30);
     this.hScrollTime.TabIndex = 11;
     this.hScrollTime.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollTime_Scroll);
     //
     // LiveDataDisplayForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(895, 558);
     this.Controls.Add(this.btnPause);
     this.Controls.Add(this.hScrollTime);
     this.Controls.Add(this.txtDebug);
     this.Controls.Add(this.cameraFocusDropdown);
     this.Controls.Add(this.debug_btn);
     this.Controls.Add(this.simpleOpenGlControl);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSynchronize);
     this.Controls.Add(this.btnCalibrate);
     this.Name = "LiveDataDisplayForm";
     this.Text = "Sensor Aware PT Skeletal Viewer of Doom";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExperimentalForm_FormClosing);
     this.Load += new System.EventHandler(this.ExperimentalForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LiveDataDisplayForm_KeyDown);
     this.Resize += new System.EventHandler(this.LiveDataDisplayForm_Resize);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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();
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DXControl));
            this.ZoomSlider = new System.Windows.Forms.TrackBar();
            this.hScrollBar = new System.Windows.Forms.HScrollBar();
            this.vScrollBar = new System.Windows.Forms.VScrollBar();
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.comboBoxMaps = new System.Windows.Forms.ToolStripComboBox();
            this.labelCoords = new System.Windows.Forms.ToolStripLabel();
            this.labelObject = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabelRegion = new System.Windows.Forms.ToolStripLabel();
            this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mobnameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.copyLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.filterMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.zoomInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.zoomOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resetZoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.objectToolTip = new System.Windows.Forms.ToolTip(this.components);
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            ((System.ComponentModel.ISupportInitialize)(this.ZoomSlider)).BeginInit();
            this.toolStrip.SuspendLayout();
            this.contextMenuStrip.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
            // 
            // ZoomSlider
            // 
            this.ZoomSlider.BackColor = System.Drawing.SystemColors.Control;
            resources.ApplyResources(this.ZoomSlider, "ZoomSlider");
            this.ZoomSlider.LargeChange = 250;
            this.ZoomSlider.Maximum = 1000;
            this.ZoomSlider.Minimum = 50;
            this.ZoomSlider.Name = "ZoomSlider";
            this.ZoomSlider.SmallChange = 100;
            this.ZoomSlider.TabStop = false;
            this.ZoomSlider.TickFrequency = 250;
            this.ZoomSlider.TickStyle = System.Windows.Forms.TickStyle.None;
            this.ZoomSlider.Value = 100;
            this.ZoomSlider.Scroll += new System.EventHandler(this.Zoom_Scroll);
            // 
            // hScrollBar
            // 
            resources.ApplyResources(this.hScrollBar, "hScrollBar");
            this.hScrollBar.LargeChange = 0;
            this.hScrollBar.Maximum = 0;
            this.hScrollBar.Name = "hScrollBar";
            this.hScrollBar.SmallChange = 0;
            this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_Scroll);
            // 
            // vScrollBar
            // 
            resources.ApplyResources(this.vScrollBar, "vScrollBar");
            this.vScrollBar.LargeChange = 0;
            this.vScrollBar.Maximum = 0;
            this.vScrollBar.Name = "vScrollBar";
            this.vScrollBar.SmallChange = 0;
            this.vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar_Scroll);
            // 
            // toolStrip
            // 
            resources.ApplyResources(this.toolStrip, "toolStrip");
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.comboBoxMaps,
            this.labelCoords,
            this.labelObject,
            this.toolStripLabelRegion});
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Stretch = true;
            // 
            // comboBoxMaps
            // 
            this.comboBoxMaps.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.comboBoxMaps.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxMaps.DropDownWidth = 200;
            resources.ApplyResources(this.comboBoxMaps, "comboBoxMaps");
            this.comboBoxMaps.Name = "comboBoxMaps";
            this.comboBoxMaps.SelectedIndexChanged += new System.EventHandler(this.comboBoxMaps_SelectionChangeCommitted);
            // 
            // labelCoords
            // 
            resources.ApplyResources(this.labelCoords, "labelCoords");
            this.labelCoords.Name = "labelCoords";
            // 
            // labelObject
            // 
            this.labelObject.Name = "labelObject";
            resources.ApplyResources(this.labelObject, "labelObject");
            // 
            // toolStripLabelRegion
            // 
            this.toolStripLabelRegion.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabelRegion.Name = "toolStripLabelRegion";
            resources.ApplyResources(this.toolStripLabelRegion, "toolStripLabelRegion");
            this.toolStripLabelRegion.Text = global::DOL.Tools.QuestDesigner.Properties.Resources.lblRegion;
            // 
            // contextMenuStrip
            // 
            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mobnameToolStripMenuItem,
            this.toolStripSeparator3,
            this.copyLocationToolStripMenuItem,
            this.filterMenuItem,
            this.zoomToolStripMenuItem});
            this.contextMenuStrip.Name = "contextMenuStrip";
            resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
            // 
            // mobnameToolStripMenuItem
            // 
            this.mobnameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.importToolStripMenuItem});
            this.mobnameToolStripMenuItem.Name = "mobnameToolStripMenuItem";
            resources.ApplyResources(this.mobnameToolStripMenuItem, "mobnameToolStripMenuItem");
            // 
            // importToolStripMenuItem
            // 
            this.importToolStripMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.add;
            this.importToolStripMenuItem.Name = "importToolStripMenuItem";
            resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
            this.importToolStripMenuItem.Click += new System.EventHandler(this.importObjectToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
            // 
            // copyLocationToolStripMenuItem
            // 
            this.copyLocationToolStripMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.copy;
            this.copyLocationToolStripMenuItem.Name = "copyLocationToolStripMenuItem";
            resources.ApplyResources(this.copyLocationToolStripMenuItem, "copyLocationToolStripMenuItem");
            this.copyLocationToolStripMenuItem.Click += new System.EventHandler(this.copyLocationToolStripMenuItem_Click);
            // 
            // filterMenuItem
            // 
            this.filterMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.searchNPC;
            this.filterMenuItem.Name = "filterMenuItem";
            resources.ApplyResources(this.filterMenuItem, "filterMenuItem");
            // 
            // zoomToolStripMenuItem
            // 
            this.zoomToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.zoomInToolStripMenuItem,
            this.zoomOutToolStripMenuItem,
            toolStripSeparator1,
            this.resetZoomToolStripMenuItem});
            this.zoomToolStripMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.search;
            this.zoomToolStripMenuItem.Name = "zoomToolStripMenuItem";
            resources.ApplyResources(this.zoomToolStripMenuItem, "zoomToolStripMenuItem");
            // 
            // zoomInToolStripMenuItem
            // 
            this.zoomInToolStripMenuItem.Name = "zoomInToolStripMenuItem";
            resources.ApplyResources(this.zoomInToolStripMenuItem, "zoomInToolStripMenuItem");
            this.zoomInToolStripMenuItem.Click += new System.EventHandler(this.zoomInToolStripMenuItem_Click);
            // 
            // zoomOutToolStripMenuItem
            // 
            this.zoomOutToolStripMenuItem.Name = "zoomOutToolStripMenuItem";
            resources.ApplyResources(this.zoomOutToolStripMenuItem, "zoomOutToolStripMenuItem");
            this.zoomOutToolStripMenuItem.Click += new System.EventHandler(this.zoomOutToolStripMenuItem_Click);
            // 
            // resetZoomToolStripMenuItem
            // 
            this.resetZoomToolStripMenuItem.Name = "resetZoomToolStripMenuItem";
            resources.ApplyResources(this.resetZoomToolStripMenuItem, "resetZoomToolStripMenuItem");
            this.resetZoomToolStripMenuItem.Click += new System.EventHandler(this.resetZoomToolStripMenuItem_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.ZoomSlider);
            this.panel1.Controls.Add(this.toolStrip);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // DXControl
            // 
            this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
            this.Controls.Add(this.vScrollBar);
            this.Controls.Add(this.hScrollBar);
            this.Controls.Add(this.panel1);
            this.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this, "$this");
            this.Name = "DXControl";
            this.Load += new System.EventHandler(this.DXControl_Load);
            this.MouseLeave += new System.EventHandler(this.DXControl_MouseLeave);
            this.Click += new System.EventHandler(this.DXControl_Click);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DXControl_MouseMove);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DXControl_MouseDown);
            this.Resize += new System.EventHandler(this.DXControl_Resize);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.DXControl_MouseUp);
            this.MouseEnter += new System.EventHandler(this.DXControl_MouseEnter);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DXControl_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.ZoomSlider)).EndInit();
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.contextMenuStrip.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }
Пример #35
0
 public bool ShouldSerializeIndex(System.Windows.Forms.HScrollBar o)
 {
 }
Пример #36
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.picEditArea      = new System.Windows.Forms.PictureBox();
     this.mbMain           = new System.Windows.Forms.MainMenu(this.components);
     this.mnuFile          = new System.Windows.Forms.MenuItem();
     this.mnuFileNew       = new System.Windows.Forms.MenuItem();
     this.mnuFileOpen      = new System.Windows.Forms.MenuItem();
     this.mnuFileClose     = new System.Windows.Forms.MenuItem();
     this.menuItem4        = new System.Windows.Forms.MenuItem();
     this.mnuFileSave      = new System.Windows.Forms.MenuItem();
     this.menuItem6        = new System.Windows.Forms.MenuItem();
     this.mnuFileExit      = new System.Windows.Forms.MenuItem();
     this.mnuSettings      = new System.Windows.Forms.MenuItem();
     this.mnuZoom          = new System.Windows.Forms.MenuItem();
     this.mnuZoomX1        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX2        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX4        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX8        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX16       = new System.Windows.Forms.MenuItem();
     this.menuItem1        = new System.Windows.Forms.MenuItem();
     this.mnuCreateNewUser = new System.Windows.Forms.MenuItem();
     this.mnuHelp          = new System.Windows.Forms.MenuItem();
     this.mnuHelpAbout     = new System.Windows.Forms.MenuItem();
     this.tbMain           = new System.Windows.Forms.ToolBar();
     this.tbbNew           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1   = new System.Windows.Forms.ToolBarButton();
     this.tbbOpen          = new System.Windows.Forms.ToolBarButton();
     this.tbbSave          = new System.Windows.Forms.ToolBarButton();
     this.tbbSeperator1    = new System.Windows.Forms.ToolBarButton();
     this.tbbHelp          = new System.Windows.Forms.ToolBarButton();
     this.il16             = new System.Windows.Forms.ImageList(this.components);
     this.statusBar1       = new System.Windows.Forms.StatusBar();
     this.panelTools       = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.picActiveTile    = new System.Windows.Forms.PictureBox();
     this.panelTiles       = new System.Windows.Forms.Panel();
     this.picTiles         = new System.Windows.Forms.PictureBox();
     this.vscTiles         = new System.Windows.Forms.VScrollBar();
     this.picEditSel       = new System.Windows.Forms.PictureBox();
     this.vscMap           = new System.Windows.Forms.VScrollBar();
     this.hscMap           = new System.Windows.Forms.HScrollBar();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.picMap           = new System.Windows.Forms.PictureBox();
     this.tmrLoad          = new System.Windows.Forms.Timer(this.components);
     this.dlgLoadMap       = new System.Windows.Forms.OpenFileDialog();
     this.dlgSaveMap       = new System.Windows.Forms.SaveFileDialog();
     this.comboBox1        = new System.Windows.Forms.ComboBox();
     this.lblZoom          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).BeginInit();
     this.panelTools.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).BeginInit();
     this.panelTiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
     this.SuspendLayout();
     //
     // picEditArea
     //
     this.picEditArea.BackColor   = System.Drawing.Color.Gray;
     this.picEditArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditArea.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditArea.Location    = new System.Drawing.Point(0, 0);
     this.picEditArea.Name        = "picEditArea";
     this.picEditArea.Size        = new System.Drawing.Size(1098, 593);
     this.picEditArea.TabIndex    = 0;
     this.picEditArea.TabStop     = false;
     this.picEditArea.Resize     += new System.EventHandler(this.picEditArea_Resize);
     //
     // mbMain
     //
     this.mbMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFile,
         this.mnuSettings,
         this.mnuHelp
     });
     //
     // mnuFile
     //
     this.mnuFile.Index = 0;
     this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFileNew,
         this.mnuFileOpen,
         this.mnuFileClose,
         this.menuItem4,
         this.mnuFileSave,
         this.menuItem6,
         this.mnuFileExit
     });
     this.mnuFile.Text = "&File";
     //
     // mnuFileNew
     //
     this.mnuFileNew.Index  = 0;
     this.mnuFileNew.Text   = "&New";
     this.mnuFileNew.Click += new System.EventHandler(this.mnuFileNew_Click);
     //
     // mnuFileOpen
     //
     this.mnuFileOpen.Index  = 1;
     this.mnuFileOpen.Text   = "&Open";
     this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click);
     //
     // mnuFileClose
     //
     this.mnuFileClose.Index = 2;
     this.mnuFileClose.Text  = "&Close";
     //
     // menuItem4
     //
     this.menuItem4.Index = 3;
     this.menuItem4.Text  = "-";
     //
     // mnuFileSave
     //
     this.mnuFileSave.Index  = 4;
     this.mnuFileSave.Text   = "&Save";
     this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 5;
     this.menuItem6.Text  = "-";
     //
     // mnuFileExit
     //
     this.mnuFileExit.Index  = 6;
     this.mnuFileExit.Text   = "E&xit";
     this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
     //
     // mnuSettings
     //
     this.mnuSettings.Index = 1;
     this.mnuSettings.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoom,
         this.menuItem1,
         this.mnuCreateNewUser
     });
     this.mnuSettings.Text = "&Settings";
     //
     // mnuZoom
     //
     this.mnuZoom.Index = 0;
     this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoomX1,
         this.mnuZoomX2,
         this.mnuZoomX4,
         this.mnuZoomX8,
         this.mnuZoomX16
     });
     this.mnuZoom.Text = "&Zoom";
     //
     // mnuZoomX1
     //
     this.mnuZoomX1.Index  = 0;
     this.mnuZoomX1.Text   = "x 1";
     this.mnuZoomX1.Click += new System.EventHandler(this.mnuZoomX1_Click);
     //
     // mnuZoomX2
     //
     this.mnuZoomX2.Index  = 1;
     this.mnuZoomX2.Text   = "x 2";
     this.mnuZoomX2.Click += new System.EventHandler(this.mnuZoomX2_Click);
     //
     // mnuZoomX4
     //
     this.mnuZoomX4.Index  = 2;
     this.mnuZoomX4.Text   = "x 4";
     this.mnuZoomX4.Click += new System.EventHandler(this.mnuZoomX4_Click);
     //
     // mnuZoomX8
     //
     this.mnuZoomX8.Index  = 3;
     this.mnuZoomX8.Text   = "x 8";
     this.mnuZoomX8.Click += new System.EventHandler(this.mnuZoomX8_Click);
     //
     // mnuZoomX16
     //
     this.mnuZoomX16.Index  = 4;
     this.mnuZoomX16.Text   = "x 16";
     this.mnuZoomX16.Click += new System.EventHandler(this.mnuZoomX16_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.Text  = "-";
     //
     // mnuCreateNewUser
     //
     this.mnuCreateNewUser.Index  = 2;
     this.mnuCreateNewUser.Text   = "Create a new admin";
     this.mnuCreateNewUser.Click += new System.EventHandler(this.mnuCreateNewUser_Click);
     //
     // mnuHelp
     //
     this.mnuHelp.Index = 2;
     this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuHelpAbout
     });
     this.mnuHelp.Text = "&Help";
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Index  = 0;
     this.mnuHelpAbout.Text   = "&About";
     this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
     //
     // tbMain
     //
     this.tbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbNew,
         this.toolBarButton1,
         this.tbbOpen,
         this.tbbSave,
         this.tbbSeperator1,
         this.tbbHelp
     });
     this.tbMain.DropDownArrows = true;
     this.tbMain.ImageList      = this.il16;
     this.tbMain.Location       = new System.Drawing.Point(0, 0);
     this.tbMain.Name           = "tbMain";
     this.tbMain.ShowToolTips   = true;
     this.tbMain.Size           = new System.Drawing.Size(1098, 28);
     this.tbMain.TabIndex       = 1;
     this.tbMain.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbMain_ButtonClick);
     //
     // tbbNew
     //
     this.tbbNew.ImageIndex = 2;
     this.tbbNew.Name       = "tbbNew";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton1.Text  = "-";
     //
     // tbbOpen
     //
     this.tbbOpen.ImageIndex = 0;
     this.tbbOpen.Name       = "tbbOpen";
     //
     // tbbSave
     //
     this.tbbSave.ImageIndex = 1;
     this.tbbSave.Name       = "tbbSave";
     //
     // tbbSeperator1
     //
     this.tbbSeperator1.Name  = "tbbSeperator1";
     this.tbbSeperator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.tbbSeperator1.Text  = "-";
     //
     // tbbHelp
     //
     this.tbbHelp.ImageIndex = 3;
     this.tbbHelp.Name       = "tbbHelp";
     //
     // il16
     //
     this.il16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il16.ImageStream")));
     this.il16.TransparentColor = System.Drawing.Color.Transparent;
     this.il16.Images.SetKeyName(0, "Open-icon.png");
     this.il16.Images.SetKeyName(1, "Save-icon.png");
     this.il16.Images.SetKeyName(2, "Files-New-File-icon.png");
     this.il16.Images.SetKeyName(3, "Help-icon.png");
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 571);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(1098, 22);
     this.statusBar1.TabIndex = 2;
     this.statusBar1.Text     = "sbMain";
     //
     // panelTools
     //
     this.panelTools.Controls.Add(this.label1);
     this.panelTools.Controls.Add(this.picActiveTile);
     this.panelTools.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelTools.Location = new System.Drawing.Point(976, 28);
     this.panelTools.Name     = "panelTools";
     this.panelTools.Size     = new System.Drawing.Size(122, 543);
     this.panelTools.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Active Tile";
     //
     // picActiveTile
     //
     this.picActiveTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picActiveTile.Location    = new System.Drawing.Point(8, 27);
     this.picActiveTile.Name        = "picActiveTile";
     this.picActiveTile.Size        = new System.Drawing.Size(100, 100);
     this.picActiveTile.TabIndex    = 2;
     this.picActiveTile.TabStop     = false;
     this.picActiveTile.Paint      += new System.Windows.Forms.PaintEventHandler(this.picActiveTile_Paint);
     //
     // panelTiles
     //
     this.panelTiles.Controls.Add(this.picTiles);
     this.panelTiles.Controls.Add(this.vscTiles);
     this.panelTiles.Controls.Add(this.picEditSel);
     this.panelTiles.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelTiles.Location = new System.Drawing.Point(0, 437);
     this.panelTiles.Name     = "panelTiles";
     this.panelTiles.Size     = new System.Drawing.Size(976, 134);
     this.panelTiles.TabIndex = 4;
     //
     // picTiles
     //
     this.picTiles.BackColor   = System.Drawing.Color.White;
     this.picTiles.Location    = new System.Drawing.Point(16, 3);
     this.picTiles.Name        = "picTiles";
     this.picTiles.Size        = new System.Drawing.Size(943, 125);
     this.picTiles.TabIndex    = 2;
     this.picTiles.TabStop     = false;
     this.picTiles.Click      += new System.EventHandler(this.picTiles_Click);
     this.picTiles.Paint      += new System.Windows.Forms.PaintEventHandler(this.picTiles_Paint);
     this.picTiles.MouseLeave += new System.EventHandler(this.picTiles_MouseLeave);
     this.picTiles.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picTiles_MouseMove);
     //
     // vscTiles
     //
     this.vscTiles.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscTiles.LargeChange = 15;
     this.vscTiles.Location    = new System.Drawing.Point(959, 0);
     this.vscTiles.Maximum     = 1950;
     this.vscTiles.Name        = "vscTiles";
     this.vscTiles.Size        = new System.Drawing.Size(17, 134);
     this.vscTiles.SmallChange = 5;
     this.vscTiles.TabIndex    = 10;
     this.vscTiles.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscTiles_Scroll);
     //
     // picEditSel
     //
     this.picEditSel.BackColor   = System.Drawing.Color.White;
     this.picEditSel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditSel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditSel.Location    = new System.Drawing.Point(0, 0);
     this.picEditSel.Name        = "picEditSel";
     this.picEditSel.Size        = new System.Drawing.Size(976, 134);
     this.picEditSel.TabIndex    = 0;
     this.picEditSel.TabStop     = false;
     //
     // vscMap
     //
     this.vscMap.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscMap.LargeChange = 5;
     this.vscMap.Location    = new System.Drawing.Point(959, 28);
     this.vscMap.Maximum     = 300;
     this.vscMap.Name        = "vscMap";
     this.vscMap.Size        = new System.Drawing.Size(17, 409);
     this.vscMap.TabIndex    = 6;
     this.vscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscMap_Scroll);
     //
     // hscMap
     //
     this.hscMap.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.hscMap.LargeChange = 5;
     this.hscMap.Location    = new System.Drawing.Point(0, 420);
     this.hscMap.Name        = "hscMap";
     this.hscMap.Size        = new System.Drawing.Size(959, 17);
     this.hscMap.TabIndex    = 7;
     this.hscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscMap_Scroll);
     //
     // timer1
     //
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // picMap
     //
     this.picMap.BackColor   = System.Drawing.Color.White;
     this.picMap.Location    = new System.Drawing.Point(16, 40);
     this.picMap.Name        = "picMap";
     this.picMap.Size        = new System.Drawing.Size(540, 304);
     this.picMap.TabIndex    = 8;
     this.picMap.TabStop     = false;
     this.picMap.Visible     = false;
     this.picMap.Click      += new System.EventHandler(this.picMap_Click);
     this.picMap.Paint      += new System.Windows.Forms.PaintEventHandler(this.picMap_Paint);
     this.picMap.MouseLeave += new System.EventHandler(this.picMap_MouseLeave);
     this.picMap.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseMove);
     //
     // tmrLoad
     //
     this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
     //
     // comboBox1
     //
     this.comboBox1.Location              = new System.Drawing.Point(40, 328);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex              = 9;
     this.comboBox1.TabStop               = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // lblZoom
     //
     this.lblZoom.Location  = new System.Drawing.Point(176, 336);
     this.lblZoom.Name      = "lblZoom";
     this.lblZoom.Size      = new System.Drawing.Size(40, 24);
     this.lblZoom.TabIndex  = 10;
     this.lblZoom.Text      = "Zoom:";
     this.lblZoom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1098, 593);
     this.Controls.Add(this.lblZoom);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.picMap);
     this.Controls.Add(this.hscMap);
     this.Controls.Add(this.vscMap);
     this.Controls.Add(this.panelTiles);
     this.Controls.Add(this.panelTools);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.tbMain);
     this.Controls.Add(this.picEditArea);
     this.Menu  = this.mbMain;
     this.Name  = "frmMain";
     this.Text  = "Éditeur de monde Hugo Land";
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).EndInit();
     this.panelTools.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).EndInit();
     this.panelTiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #37
0
 public void ResetIndex(System.Windows.Forms.HScrollBar o)
 {
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.OpenButton = new System.Windows.Forms.Button();
     this.PlayButton = new System.Windows.Forms.Button();
     this.PauseButton = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.button7 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.StopButton = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.RecordButton = new System.Windows.Forms.Button();
     this.button9 = new System.Windows.Forms.Button();
     this.StatusLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // OpenButton
     //
     this.OpenButton.Location = new System.Drawing.Point(12, 12);
     this.OpenButton.Name = "OpenButton";
     this.OpenButton.Size = new System.Drawing.Size(75, 23);
     this.OpenButton.TabIndex = 0;
     this.OpenButton.Text = "open";
     this.OpenButton.UseVisualStyleBackColor = true;
     this.OpenButton.Click += new System.EventHandler(this.OpenButton_Click);
     //
     // PlayButton
     //
     this.PlayButton.Location = new System.Drawing.Point(13, 54);
     this.PlayButton.Name = "PlayButton";
     this.PlayButton.Size = new System.Drawing.Size(75, 23);
     this.PlayButton.TabIndex = 1;
     this.PlayButton.Text = "play";
     this.PlayButton.UseVisualStyleBackColor = true;
     this.PlayButton.Click += new System.EventHandler(this.PlayButton_Click);
     //
     // PauseButton
     //
     this.PauseButton.Location = new System.Drawing.Point(12, 95);
     this.PauseButton.Name = "PauseButton";
     this.PauseButton.Size = new System.Drawing.Size(75, 23);
     this.PauseButton.TabIndex = 2;
     this.PauseButton.Text = "pause";
     this.PauseButton.UseVisualStyleBackColor = true;
     this.PauseButton.Click += new System.EventHandler(this.button3_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(195, 37);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 3;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(93, 12);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 4;
     this.button4.Text = "总时间";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(94, 54);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 5;
     this.button5.Text = "静音";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(13, 142);
     this.hScrollBar1.Maximum = 1000;
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(262, 18);
     this.hScrollBar1.TabIndex = 6;
     this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(94, 95);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 8;
     this.button7.Text = "状态";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(20, 121);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(29, 12);
     this.label1.TabIndex = 9;
     this.label1.Text = "音量";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(20, 172);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 11;
     this.label2.Text = "位置";
     //
     // StopButton
     //
     this.StopButton.Location = new System.Drawing.Point(195, 65);
     this.StopButton.Name = "StopButton";
     this.StopButton.Size = new System.Drawing.Size(75, 23);
     this.StopButton.TabIndex = 12;
     this.StopButton.Text = "stop";
     this.StopButton.UseVisualStyleBackColor = true;
     this.StopButton.Click += new System.EventHandler(this.StopButton_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(22, 236);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 14;
     this.label3.Text = "速度";
     //
     // trackBar1
     //
     this.trackBar1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.trackBar1.Location = new System.Drawing.Point(13, 188);
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(248, 45);
     this.trackBar1.TabIndex = 15;
     this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.Both;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
     this.trackBar1.MouseHover += new System.EventHandler(this.trackBar1_MouseHover);
     this.trackBar1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBar1_MouseUp);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(24, 260);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(40, 21);
     this.numericUpDown1.TabIndex = 16;
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // RecordButton
     //
     this.RecordButton.Location = new System.Drawing.Point(341, 14);
     this.RecordButton.Name = "RecordButton";
     this.RecordButton.Size = new System.Drawing.Size(97, 65);
     this.RecordButton.TabIndex = 17;
     this.RecordButton.Text = "Record";
     this.RecordButton.UseVisualStyleBackColor = true;
     this.RecordButton.Click += new System.EventHandler(this.button8_Click);
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(207, 259);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(75, 23);
     this.button9.TabIndex = 18;
     this.button9.Text = "button9";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // StatusLabel
     //
     this.StatusLabel.AutoSize = true;
     this.StatusLabel.Location = new System.Drawing.Point(24, 301);
     this.StatusLabel.Name = "StatusLabel";
     this.StatusLabel.Size = new System.Drawing.Size(41, 12);
     this.StatusLabel.TabIndex = 19;
     this.StatusLabel.Text = "label4";
     //
     // PlayerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(463, 363);
     this.Controls.Add(this.StatusLabel);
     this.Controls.Add(this.button9);
     this.Controls.Add(this.RecordButton);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.StopButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.PauseButton);
     this.Controls.Add(this.PlayButton);
     this.Controls.Add(this.OpenButton);
     this.Name = "PlayerForm";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #39
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.picEditArea      = new System.Windows.Forms.PictureBox();
     this.mbMain           = new System.Windows.Forms.MainMenu(this.components);
     this.mnuFile          = new System.Windows.Forms.MenuItem();
     this.mnuFileNew       = new System.Windows.Forms.MenuItem();
     this.mnuFileOpen      = new System.Windows.Forms.MenuItem();
     this.mnuFileClose     = new System.Windows.Forms.MenuItem();
     this.menuItem4        = new System.Windows.Forms.MenuItem();
     this.mnuFileSave      = new System.Windows.Forms.MenuItem();
     this.menuItem6        = new System.Windows.Forms.MenuItem();
     this.mnuFileExit      = new System.Windows.Forms.MenuItem();
     this.mnuSettings      = new System.Windows.Forms.MenuItem();
     this.mnuZoom          = new System.Windows.Forms.MenuItem();
     this.mnuZoomX1        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX2        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX4        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX8        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX16       = new System.Windows.Forms.MenuItem();
     this.menuItem1        = new System.Windows.Forms.MenuItem();
     this.mnuCreateNewUser = new System.Windows.Forms.MenuItem();
     this.mnuUsers         = new System.Windows.Forms.MenuItem();
     this.mnuHelp          = new System.Windows.Forms.MenuItem();
     this.mnuHelpAbout     = new System.Windows.Forms.MenuItem();
     this.tbMain           = new System.Windows.Forms.ToolBar();
     this.tbbNew           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1   = new System.Windows.Forms.ToolBarButton();
     this.tbbOpen          = new System.Windows.Forms.ToolBarButton();
     this.tbbSave          = new System.Windows.Forms.ToolBarButton();
     this.tbbSeperator1    = new System.Windows.Forms.ToolBarButton();
     this.tbbHelp          = new System.Windows.Forms.ToolBarButton();
     this.il16             = new System.Windows.Forms.ImageList(this.components);
     this.statusBar1       = new System.Windows.Forms.StatusBar();
     this.panelTools       = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.picActiveTile    = new System.Windows.Forms.PictureBox();
     this.panelTiles       = new System.Windows.Forms.Panel();
     this.picTiles         = new System.Windows.Forms.PictureBox();
     this.vscTiles         = new System.Windows.Forms.VScrollBar();
     this.picEditSel       = new System.Windows.Forms.PictureBox();
     this.vscMap           = new System.Windows.Forms.VScrollBar();
     this.hscMap           = new System.Windows.Forms.HScrollBar();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.picMap           = new System.Windows.Forms.PictureBox();
     this.tmrLoad          = new System.Windows.Forms.Timer(this.components);
     this.dlgLoadMap       = new System.Windows.Forms.OpenFileDialog();
     this.dlgSaveMap       = new System.Windows.Forms.SaveFileDialog();
     this.cboZoom          = new System.Windows.Forms.ComboBox();
     this.lblZoom          = new System.Windows.Forms.Label();
     this.lblPv            = new System.Windows.Forms.Label();
     this.lblAttkMin       = new System.Windows.Forms.Label();
     this.lblAttkMax       = new System.Windows.Forms.Label();
     this.txtPv            = new System.Windows.Forms.TextBox();
     this.txtAttkMin       = new System.Windows.Forms.TextBox();
     this.txtAttkMax       = new System.Windows.Forms.TextBox();
     this.txtLevel         = new System.Windows.Forms.TextBox();
     this.lblLevel         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).BeginInit();
     this.panelTools.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).BeginInit();
     this.panelTiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
     this.SuspendLayout();
     //
     // picEditArea
     //
     this.picEditArea.BackColor   = System.Drawing.Color.Gray;
     this.picEditArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditArea.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditArea.Location    = new System.Drawing.Point(0, 0);
     this.picEditArea.Name        = "picEditArea";
     this.picEditArea.Size        = new System.Drawing.Size(925, 528);
     this.picEditArea.TabIndex    = 0;
     this.picEditArea.TabStop     = false;
     this.picEditArea.Resize     += new System.EventHandler(this.picEditArea_Resize);
     //
     // mbMain
     //
     this.mbMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFile,
         this.mnuSettings,
         this.mnuHelp
     });
     //
     // mnuFile
     //
     this.mnuFile.Index = 0;
     this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFileNew,
         this.mnuFileOpen,
         this.mnuFileClose,
         this.menuItem4,
         this.mnuFileSave,
         this.menuItem6,
         this.mnuFileExit
     });
     this.mnuFile.Text = "&File";
     //
     // mnuFileNew
     //
     this.mnuFileNew.Index  = 0;
     this.mnuFileNew.Text   = "&New";
     this.mnuFileNew.Click += new System.EventHandler(this.mnuFileNew_Click);
     //
     // mnuFileOpen
     //
     this.mnuFileOpen.Index  = 1;
     this.mnuFileOpen.Text   = "&Open";
     this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click);
     //
     // mnuFileClose
     //
     this.mnuFileClose.Index = 2;
     this.mnuFileClose.Text  = "&Close";
     //
     // menuItem4
     //
     this.menuItem4.Index = 3;
     this.menuItem4.Text  = "-";
     //
     // mnuFileSave
     //
     this.mnuFileSave.Index  = 4;
     this.mnuFileSave.Text   = "&Save";
     this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 5;
     this.menuItem6.Text  = "-";
     //
     // mnuFileExit
     //
     this.mnuFileExit.Index  = 6;
     this.mnuFileExit.Text   = "E&xit";
     this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
     //
     // mnuSettings
     //
     this.mnuSettings.Index = 1;
     this.mnuSettings.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoom,
         this.menuItem1,
         this.mnuCreateNewUser,
         this.mnuUsers
     });
     this.mnuSettings.Text = "&Settings";
     //
     // mnuZoom
     //
     this.mnuZoom.Index = 0;
     this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoomX1,
         this.mnuZoomX2,
         this.mnuZoomX4,
         this.mnuZoomX8,
         this.mnuZoomX16
     });
     this.mnuZoom.Text = "&Zoom";
     //
     // mnuZoomX1
     //
     this.mnuZoomX1.Index  = 0;
     this.mnuZoomX1.Text   = "x 1";
     this.mnuZoomX1.Click += new System.EventHandler(this.mnuZoomX1_Click);
     //
     // mnuZoomX2
     //
     this.mnuZoomX2.Index  = 1;
     this.mnuZoomX2.Text   = "x 2";
     this.mnuZoomX2.Click += new System.EventHandler(this.mnuZoomX2_Click);
     //
     // mnuZoomX4
     //
     this.mnuZoomX4.Index  = 2;
     this.mnuZoomX4.Text   = "x 4";
     this.mnuZoomX4.Click += new System.EventHandler(this.mnuZoomX4_Click);
     //
     // mnuZoomX8
     //
     this.mnuZoomX8.Index  = 3;
     this.mnuZoomX8.Text   = "x 8";
     this.mnuZoomX8.Click += new System.EventHandler(this.mnuZoomX8_Click);
     //
     // mnuZoomX16
     //
     this.mnuZoomX16.Index  = 4;
     this.mnuZoomX16.Text   = "x 16";
     this.mnuZoomX16.Click += new System.EventHandler(this.mnuZoomX16_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.Text  = "-";
     //
     // mnuCreateNewUser
     //
     this.mnuCreateNewUser.Index  = 2;
     this.mnuCreateNewUser.Text   = "Create a new user";
     this.mnuCreateNewUser.Click += new System.EventHandler(this.mnuCreateNewUser_Click);
     //
     // mnuUsers
     //
     this.mnuUsers.Index  = 3;
     this.mnuUsers.Text   = "Users menu";
     this.mnuUsers.Click += new System.EventHandler(this.mnuUsers_Click);
     //
     // mnuHelp
     //
     this.mnuHelp.Index = 2;
     this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuHelpAbout
     });
     this.mnuHelp.Text = "&Help";
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Index  = 0;
     this.mnuHelpAbout.Text   = "&About";
     this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
     //
     // tbMain
     //
     this.tbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbNew,
         this.toolBarButton1,
         this.tbbOpen,
         this.tbbSave,
         this.tbbSeperator1,
         this.tbbHelp
     });
     this.tbMain.DropDownArrows = true;
     this.tbMain.ImageList      = this.il16;
     this.tbMain.Location       = new System.Drawing.Point(0, 0);
     this.tbMain.Name           = "tbMain";
     this.tbMain.ShowToolTips   = true;
     this.tbMain.Size           = new System.Drawing.Size(925, 28);
     this.tbMain.TabIndex       = 1;
     this.tbMain.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbMain_ButtonClick);
     //
     // tbbNew
     //
     this.tbbNew.ImageIndex = 2;
     this.tbbNew.Name       = "tbbNew";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton1.Text  = "-";
     //
     // tbbOpen
     //
     this.tbbOpen.ImageIndex = 0;
     this.tbbOpen.Name       = "tbbOpen";
     //
     // tbbSave
     //
     this.tbbSave.ImageIndex = 1;
     this.tbbSave.Name       = "tbbSave";
     //
     // tbbSeperator1
     //
     this.tbbSeperator1.Name  = "tbbSeperator1";
     this.tbbSeperator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.tbbSeperator1.Text  = "-";
     //
     // tbbHelp
     //
     this.tbbHelp.ImageIndex = 3;
     this.tbbHelp.Name       = "tbbHelp";
     //
     // il16
     //
     this.il16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il16.ImageStream")));
     this.il16.TransparentColor = System.Drawing.Color.Transparent;
     this.il16.Images.SetKeyName(0, "Open-icon.png");
     this.il16.Images.SetKeyName(1, "Save-icon.png");
     this.il16.Images.SetKeyName(2, "Files-New-File-icon.png");
     this.il16.Images.SetKeyName(3, "Help-icon.png");
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 503);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(925, 25);
     this.statusBar1.TabIndex = 2;
     this.statusBar1.Text     = "sbMain";
     //
     // panelTools
     //
     this.panelTools.Controls.Add(this.txtLevel);
     this.panelTools.Controls.Add(this.lblLevel);
     this.panelTools.Controls.Add(this.txtAttkMax);
     this.panelTools.Controls.Add(this.txtAttkMin);
     this.panelTools.Controls.Add(this.txtPv);
     this.panelTools.Controls.Add(this.lblAttkMax);
     this.panelTools.Controls.Add(this.lblAttkMin);
     this.panelTools.Controls.Add(this.lblPv);
     this.panelTools.Controls.Add(this.label1);
     this.panelTools.Controls.Add(this.picActiveTile);
     this.panelTools.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelTools.Location = new System.Drawing.Point(774, 28);
     this.panelTools.Name     = "panelTools";
     this.panelTools.Size     = new System.Drawing.Size(151, 475);
     this.panelTools.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(76, 19);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Active Tile";
     //
     // picActiveTile
     //
     this.picActiveTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picActiveTile.Location    = new System.Drawing.Point(10, 31);
     this.picActiveTile.Name        = "picActiveTile";
     this.picActiveTile.Size        = new System.Drawing.Size(76, 74);
     this.picActiveTile.TabIndex    = 2;
     this.picActiveTile.TabStop     = false;
     this.picActiveTile.Paint      += new System.Windows.Forms.PaintEventHandler(this.picActiveTile_Paint);
     //
     // panelTiles
     //
     this.panelTiles.Controls.Add(this.picTiles);
     this.panelTiles.Controls.Add(this.vscTiles);
     this.panelTiles.Controls.Add(this.picEditSel);
     this.panelTiles.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelTiles.Location = new System.Drawing.Point(0, 348);
     this.panelTiles.Name     = "panelTiles";
     this.panelTiles.Size     = new System.Drawing.Size(774, 155);
     this.panelTiles.TabIndex = 4;
     //
     // picTiles
     //
     this.picTiles.BackColor   = System.Drawing.Color.White;
     this.picTiles.Location    = new System.Drawing.Point(19, 18);
     this.picTiles.Name        = "picTiles";
     this.picTiles.Size        = new System.Drawing.Size(471, 65);
     this.picTiles.TabIndex    = 2;
     this.picTiles.TabStop     = false;
     this.picTiles.Click      += new System.EventHandler(this.picTiles_Click);
     this.picTiles.Paint      += new System.Windows.Forms.PaintEventHandler(this.picTiles_Paint);
     this.picTiles.MouseLeave += new System.EventHandler(this.picTiles_MouseLeave);
     this.picTiles.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picTiles_MouseMove);
     //
     // vscTiles
     //
     this.vscTiles.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscTiles.LargeChange = 15;
     this.vscTiles.Location    = new System.Drawing.Point(754, 0);
     this.vscTiles.Maximum     = 395;
     this.vscTiles.Name        = "vscTiles";
     this.vscTiles.Size        = new System.Drawing.Size(20, 155);
     this.vscTiles.SmallChange = 5;
     this.vscTiles.TabIndex    = 10;
     this.vscTiles.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscTiles_Scroll);
     //
     // picEditSel
     //
     this.picEditSel.BackColor   = System.Drawing.Color.White;
     this.picEditSel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditSel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditSel.Location    = new System.Drawing.Point(0, 0);
     this.picEditSel.Name        = "picEditSel";
     this.picEditSel.Size        = new System.Drawing.Size(774, 155);
     this.picEditSel.TabIndex    = 0;
     this.picEditSel.TabStop     = false;
     //
     // vscMap
     //
     this.vscMap.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscMap.LargeChange = 1;
     this.vscMap.Location    = new System.Drawing.Point(754, 28);
     this.vscMap.Maximum     = 0;
     this.vscMap.Name        = "vscMap";
     this.vscMap.Size        = new System.Drawing.Size(20, 320);
     this.vscMap.TabIndex    = 6;
     this.vscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscMap_Scroll);
     //
     // hscMap
     //
     this.hscMap.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.hscMap.LargeChange = 1;
     this.hscMap.Location    = new System.Drawing.Point(0, 329);
     this.hscMap.Maximum     = 0;
     this.hscMap.Name        = "hscMap";
     this.hscMap.Size        = new System.Drawing.Size(754, 19);
     this.hscMap.TabIndex    = 7;
     this.hscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscMap_Scroll);
     //
     // timer1
     //
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // picMap
     //
     this.picMap.BackColor   = System.Drawing.Color.White;
     this.picMap.Location    = new System.Drawing.Point(0, 0);
     this.picMap.Name        = "picMap";
     this.picMap.Size        = new System.Drawing.Size(754, 326);
     this.picMap.TabIndex    = 8;
     this.picMap.TabStop     = false;
     this.picMap.Visible     = false;
     this.picMap.Click      += new System.EventHandler(this.picMap_Click);
     this.picMap.Paint      += new System.Windows.Forms.PaintEventHandler(this.picMap_Paint);
     this.picMap.MouseLeave += new System.EventHandler(this.picMap_MouseLeave);
     this.picMap.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseMove);
     //
     // tmrLoad
     //
     this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
     //
     // cboZoom
     //
     this.cboZoom.Location              = new System.Drawing.Point(48, 378);
     this.cboZoom.Name                  = "cboZoom";
     this.cboZoom.Size                  = new System.Drawing.Size(145, 24);
     this.cboZoom.TabIndex              = 9;
     this.cboZoom.TabStop               = false;
     this.cboZoom.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // lblZoom
     //
     this.lblZoom.Location  = new System.Drawing.Point(211, 388);
     this.lblZoom.Name      = "lblZoom";
     this.lblZoom.Size      = new System.Drawing.Size(48, 27);
     this.lblZoom.TabIndex  = 10;
     this.lblZoom.Text      = "Zoom:";
     this.lblZoom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPv
     //
     this.lblPv.AutoSize = true;
     this.lblPv.Location = new System.Drawing.Point(34, 256);
     this.lblPv.Name     = "lblPv";
     this.lblPv.Size     = new System.Drawing.Size(32, 17);
     this.lblPv.TabIndex = 4;
     this.lblPv.Text     = "Pv :";
     //
     // lblAttkMin
     //
     this.lblAttkMin.AutoSize = true;
     this.lblAttkMin.Location = new System.Drawing.Point(34, 335);
     this.lblAttkMin.Name     = "lblAttkMin";
     this.lblAttkMin.Size     = new System.Drawing.Size(85, 17);
     this.lblAttkMin.TabIndex = 5;
     this.lblAttkMin.Text     = "Attack min : ";
     //
     // lblAttkMax
     //
     this.lblAttkMax.AutoSize = true;
     this.lblAttkMax.Location = new System.Drawing.Point(34, 408);
     this.lblAttkMax.Name     = "lblAttkMax";
     this.lblAttkMax.Size     = new System.Drawing.Size(88, 17);
     this.lblAttkMax.TabIndex = 6;
     this.lblAttkMax.Text     = "Attack max : ";
     //
     // txtPv
     //
     this.txtPv.Location  = new System.Drawing.Point(25, 276);
     this.txtPv.Name      = "txtPv";
     this.txtPv.Size      = new System.Drawing.Size(100, 22);
     this.txtPv.TabIndex  = 7;
     this.txtPv.Text      = "0";
     this.txtPv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtAttkMin
     //
     this.txtAttkMin.Location  = new System.Drawing.Point(25, 355);
     this.txtAttkMin.Name      = "txtAttkMin";
     this.txtAttkMin.Size      = new System.Drawing.Size(100, 22);
     this.txtAttkMin.TabIndex  = 8;
     this.txtAttkMin.Text      = "0";
     this.txtAttkMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtAttkMax
     //
     this.txtAttkMax.Location  = new System.Drawing.Point(25, 428);
     this.txtAttkMax.Name      = "txtAttkMax";
     this.txtAttkMax.Size      = new System.Drawing.Size(100, 22);
     this.txtAttkMax.TabIndex  = 9;
     this.txtAttkMax.Text      = "0";
     this.txtAttkMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtLevel
     //
     this.txtLevel.Location  = new System.Drawing.Point(25, 205);
     this.txtLevel.Name      = "txtLevel";
     this.txtLevel.Size      = new System.Drawing.Size(100, 22);
     this.txtLevel.TabIndex  = 11;
     this.txtLevel.Text      = "0";
     this.txtLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lblLevel
     //
     this.lblLevel.AutoSize = true;
     this.lblLevel.Location = new System.Drawing.Point(34, 185);
     this.lblLevel.Name     = "lblLevel";
     this.lblLevel.Size     = new System.Drawing.Size(50, 17);
     this.lblLevel.TabIndex = 10;
     this.lblLevel.Text     = "Level :";
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(925, 528);
     this.Controls.Add(this.lblZoom);
     this.Controls.Add(this.cboZoom);
     this.Controls.Add(this.picMap);
     this.Controls.Add(this.hscMap);
     this.Controls.Add(this.vscMap);
     this.Controls.Add(this.panelTiles);
     this.Controls.Add(this.panelTools);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.tbMain);
     this.Controls.Add(this.picEditArea);
     this.Menu          = this.mbMain;
     this.Name          = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Éditeur de monde Hugo Land";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
     this.Load         += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).EndInit();
     this.panelTools.ResumeLayout(false);
     this.panelTools.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).EndInit();
     this.panelTiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #40
0
 public short GetIndex(System.Windows.Forms.HScrollBar o)
 {
 }
        //public Game1(IntPtr drawSurface, IntPtr drawSurface2, System.Windows.Forms.Form parentForm, System.Windows.Forms.PictureBox pictureBox )
        public Game1(IntPtr drawSurface, System.Windows.Forms.Form parentForm, System.Windows.Forms.PictureBox pictureBox )
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            #region Winforms setup
            this.drawSurface = drawSurface;
            //this.drawSurface2 = drawSurface2;
            this.parentForm = parentForm;
            this.pictureBox = pictureBox;

            graphics.PreparingDeviceSettings += new EventHandler<PreparingDeviceSettingsEventArgs>(graphics_PreparingDeviceSettings);

            Mouse.WindowHandle = drawSurface;

            vscroll = (System.Windows.Forms.VScrollBar)parentForm.Controls["vScrollBar1"];
            hscroll = (System.Windows.Forms.HScrollBar)parentForm.Controls["hScrollBar1"];

            gameForm = System.Windows.Forms.Control.FromHandle(this.Window.Handle);
            gameForm.VisibleChanged += new EventHandler(gameForm_VisibleChanged);
            gameForm.SizeChanged += new EventHandler(pictureBox_SizeChanged);
            #endregion

            parallaxEngine = new ParallaxManager(this);
        }
Пример #42
0
 public void SetIndex(System.Windows.Forms.HScrollBar o, short Index)
 {
 }
Пример #43
0
 /// <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();
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DXControl));
     this.ZoomSlider                    = new System.Windows.Forms.TrackBar();
     this.hScrollBar                    = new System.Windows.Forms.HScrollBar();
     this.vScrollBar                    = new System.Windows.Forms.VScrollBar();
     this.toolStrip                     = new System.Windows.Forms.ToolStrip();
     this.comboBoxMaps                  = new System.Windows.Forms.ToolStripComboBox();
     this.labelCoords                   = new System.Windows.Forms.ToolStripLabel();
     this.labelObject                   = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabelRegion          = new System.Windows.Forms.ToolStripLabel();
     this.contextMenuStrip              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mobnameToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.importToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3           = new System.Windows.Forms.ToolStripSeparator();
     this.copyLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.filterMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomInToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomOutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.resetZoomToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1         = new System.Windows.Forms.Panel();
     this.objectToolTip  = new System.Windows.Forms.ToolTip(this.components);
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.ZoomSlider)).BeginInit();
     this.toolStrip.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
     //
     // ZoomSlider
     //
     this.ZoomSlider.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.ZoomSlider, "ZoomSlider");
     this.ZoomSlider.LargeChange   = 250;
     this.ZoomSlider.Maximum       = 1000;
     this.ZoomSlider.Minimum       = 50;
     this.ZoomSlider.Name          = "ZoomSlider";
     this.ZoomSlider.SmallChange   = 100;
     this.ZoomSlider.TabStop       = false;
     this.ZoomSlider.TickFrequency = 250;
     this.ZoomSlider.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.ZoomSlider.Value         = 100;
     this.ZoomSlider.Scroll       += new System.EventHandler(this.Zoom_Scroll);
     //
     // hScrollBar
     //
     resources.ApplyResources(this.hScrollBar, "hScrollBar");
     this.hScrollBar.LargeChange = 0;
     this.hScrollBar.Maximum     = 0;
     this.hScrollBar.Name        = "hScrollBar";
     this.hScrollBar.SmallChange = 0;
     this.hScrollBar.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_Scroll);
     //
     // vScrollBar
     //
     resources.ApplyResources(this.vScrollBar, "vScrollBar");
     this.vScrollBar.LargeChange = 0;
     this.vScrollBar.Maximum     = 0;
     this.vScrollBar.Name        = "vScrollBar";
     this.vScrollBar.SmallChange = 0;
     this.vScrollBar.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar_Scroll);
     //
     // toolStrip
     //
     resources.ApplyResources(this.toolStrip, "toolStrip");
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.comboBoxMaps,
         this.labelCoords,
         this.labelObject,
         this.toolStripLabelRegion
     });
     this.toolStrip.Name    = "toolStrip";
     this.toolStrip.Stretch = true;
     //
     // comboBoxMaps
     //
     this.comboBoxMaps.Alignment     = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.comboBoxMaps.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxMaps.DropDownWidth = 200;
     resources.ApplyResources(this.comboBoxMaps, "comboBoxMaps");
     this.comboBoxMaps.Name = "comboBoxMaps";
     this.comboBoxMaps.SelectedIndexChanged += new System.EventHandler(this.comboBoxMaps_SelectionChangeCommitted);
     //
     // labelCoords
     //
     resources.ApplyResources(this.labelCoords, "labelCoords");
     this.labelCoords.Name = "labelCoords";
     //
     // labelObject
     //
     this.labelObject.Name = "labelObject";
     resources.ApplyResources(this.labelObject, "labelObject");
     //
     // toolStripLabelRegion
     //
     this.toolStripLabelRegion.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripLabelRegion.Name      = "toolStripLabelRegion";
     resources.ApplyResources(this.toolStripLabelRegion, "toolStripLabelRegion");
     this.toolStripLabelRegion.Text = global::DOL.Tools.QuestDesigner.Properties.Resources.lblRegion;
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mobnameToolStripMenuItem,
         this.toolStripSeparator3,
         this.copyLocationToolStripMenuItem,
         this.filterMenuItem,
         this.zoomToolStripMenuItem
     });
     this.contextMenuStrip.Name = "contextMenuStrip";
     resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
     //
     // mobnameToolStripMenuItem
     //
     this.mobnameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importToolStripMenuItem
     });
     this.mobnameToolStripMenuItem.Name = "mobnameToolStripMenuItem";
     resources.ApplyResources(this.mobnameToolStripMenuItem, "mobnameToolStripMenuItem");
     //
     // importToolStripMenuItem
     //
     this.importToolStripMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.add;
     this.importToolStripMenuItem.Name  = "importToolStripMenuItem";
     resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
     this.importToolStripMenuItem.Click += new System.EventHandler(this.importObjectToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
     //
     // copyLocationToolStripMenuItem
     //
     this.copyLocationToolStripMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.copy;
     this.copyLocationToolStripMenuItem.Name  = "copyLocationToolStripMenuItem";
     resources.ApplyResources(this.copyLocationToolStripMenuItem, "copyLocationToolStripMenuItem");
     this.copyLocationToolStripMenuItem.Click += new System.EventHandler(this.copyLocationToolStripMenuItem_Click);
     //
     // filterMenuItem
     //
     this.filterMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.searchNPC;
     this.filterMenuItem.Name  = "filterMenuItem";
     resources.ApplyResources(this.filterMenuItem, "filterMenuItem");
     //
     // zoomToolStripMenuItem
     //
     this.zoomToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.zoomInToolStripMenuItem,
         this.zoomOutToolStripMenuItem,
         toolStripSeparator1,
         this.resetZoomToolStripMenuItem
     });
     this.zoomToolStripMenuItem.Image = global::DOL.Tools.QuestDesigner.Properties.Resources.search;
     this.zoomToolStripMenuItem.Name  = "zoomToolStripMenuItem";
     resources.ApplyResources(this.zoomToolStripMenuItem, "zoomToolStripMenuItem");
     //
     // zoomInToolStripMenuItem
     //
     this.zoomInToolStripMenuItem.Name = "zoomInToolStripMenuItem";
     resources.ApplyResources(this.zoomInToolStripMenuItem, "zoomInToolStripMenuItem");
     this.zoomInToolStripMenuItem.Click += new System.EventHandler(this.zoomInToolStripMenuItem_Click);
     //
     // zoomOutToolStripMenuItem
     //
     this.zoomOutToolStripMenuItem.Name = "zoomOutToolStripMenuItem";
     resources.ApplyResources(this.zoomOutToolStripMenuItem, "zoomOutToolStripMenuItem");
     this.zoomOutToolStripMenuItem.Click += new System.EventHandler(this.zoomOutToolStripMenuItem_Click);
     //
     // resetZoomToolStripMenuItem
     //
     this.resetZoomToolStripMenuItem.Name = "resetZoomToolStripMenuItem";
     resources.ApplyResources(this.resetZoomToolStripMenuItem, "resetZoomToolStripMenuItem");
     this.resetZoomToolStripMenuItem.Click += new System.EventHandler(this.resetZoomToolStripMenuItem_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ZoomSlider);
     this.panel1.Controls.Add(this.toolStrip);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // DXControl
     //
     this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.Controls.Add(this.vScrollBar);
     this.Controls.Add(this.hScrollBar);
     this.Controls.Add(this.panel1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     resources.ApplyResources(this, "$this");
     this.Name        = "DXControl";
     this.Load       += new System.EventHandler(this.DXControl_Load);
     this.MouseLeave += new System.EventHandler(this.DXControl_MouseLeave);
     this.Click      += new System.EventHandler(this.DXControl_Click);
     this.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.DXControl_MouseMove);
     this.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.DXControl_MouseDown);
     this.Resize     += new System.EventHandler(this.DXControl_Resize);
     this.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.DXControl_MouseUp);
     this.MouseEnter += new System.EventHandler(this.DXControl_MouseEnter);
     this.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.DXControl_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.ZoomSlider)).EndInit();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.contextMenuStrip.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }