/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPicInterferenceTable));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(804, 577);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // InterferenceTableForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(804, 577);
     this.Controls.Add(this.pictureBox1);
     this.Name = "FrmPicInterferenceTable";
     this.Text = "过盈查询表";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.slideControl = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.slideControl)).BeginInit();
     this.SuspendLayout();
     //
     // slideControl
     //
     this.slideControl.Location = new System.Drawing.Point(10, 1);
     this.slideControl.Name = "slideControl";
     this.slideControl.Size = new System.Drawing.Size(10, 20);
     this.slideControl.TabIndex = 0;
     this.slideControl.TabStop = false;
     this.slideControl.Paint += new System.Windows.Forms.PaintEventHandler(this.slideControl_Paint);
     this.slideControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.slideControl_MouseDown);
     this.slideControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.slideControl_MouseMove);
     this.slideControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.slideControl_MouseUp);
     //
     // Slider
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.slideControl);
     this.MaximumSize = new System.Drawing.Size(1000, 22);
     this.MinimumSize = new System.Drawing.Size(100, 22);
     this.Name = "Slider";
     this.Size = new System.Drawing.Size(100, 22);
     ((System.ComponentModel.ISupportInitialize)(this.slideControl)).EndInit();
     this.ResumeLayout(false);
 }
示例#3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
            SuspendLayout();
            // 
            // pictureBox1
            // 
            pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            pictureBox1.Location = new System.Drawing.Point(12, 12);
            pictureBox1.Name = "pictureBox1";
            pictureBox1.Size = new System.Drawing.Size(1024, 512);
            pictureBox1.TabIndex = 0;
            pictureBox1.TabStop = false;
            // 
            // Form1
            // 
            AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            ClientSize = new System.Drawing.Size(1051, 533);
            Controls.Add(pictureBox1);
            Name = "Form1";
            Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
            ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.renderMapAgainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mapImage = new System.Windows.Forms.PictureBox();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapImage)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.renderMapAgainToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(284, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // renderMapAgainToolStripMenuItem
     //
     this.renderMapAgainToolStripMenuItem.Name = "renderMapAgainToolStripMenuItem";
     this.renderMapAgainToolStripMenuItem.Size = new System.Drawing.Size(117, 20);
     this.renderMapAgainToolStripMenuItem.Text = "Render Map Again";
     this.renderMapAgainToolStripMenuItem.Click += new System.EventHandler(this.renderMapAgainToolStripMenuItem_Click);
     //
     // mapImage
     //
     this.mapImage.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.mapImage.Location = new System.Drawing.Point(0, 27);
     this.mapImage.Name = "mapImage";
     this.mapImage.Size = new System.Drawing.Size(284, 235);
     this.mapImage.TabIndex = 1;
     this.mapImage.TabStop = false;
     this.mapImage.DoubleClick += new System.EventHandler(this.mapImage_DoubleClick);
     this.mapImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapImage_MouseDown);
     //
     // MapViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.mapImage);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location = new System.Drawing.Point(50, 50);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MapViewer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Map Viewer";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
0
        public ConvexHullSolver(System.Drawing.Graphics g, System.Windows.Forms.PictureBox pictureBoxView)
        {
            this.g = g;
            this.pictureBoxView = pictureBoxView;

            testPen = new Pen(Color.Red, 1);
        }
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を 
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(100, 100);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     //
     // UcArea
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pictureBox1);
     this.Name = "UcArea";
     this.Size = new System.Drawing.Size(100, 100);
     this.SizeChanged += new System.EventHandler(this.UsercontrolArea_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
示例#7
0
		/// <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();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureBox1.Image = global::Paint.Core.Properties.Resources.SplashImage;
			this.pictureBox1.Location = new System.Drawing.Point(0, 0);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(300, 220);
			this.pictureBox1.TabIndex = 0;
			this.pictureBox1.TabStop = false;
			// 
			// SplashForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackColor = System.Drawing.Color.White;
			this.ClientSize = new System.Drawing.Size(300, 220);
			this.Controls.Add(this.pictureBox1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
			this.Name = "SplashForm";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "SplashForm";
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.pictureBox = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox
     //
     this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox.Location = new System.Drawing.Point(0, 0);
     this.pictureBox.Name = "pictureBox";
     this.pictureBox.Size = new System.Drawing.Size(384, 518);
     this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox.TabIndex = 0;
     this.pictureBox.TabStop = false;
     this.pictureBox.Click += new System.EventHandler(this.pictureBox_Click);
     //
     // ArtPopup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(384, 518);
     this.Controls.Add(this.pictureBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "ArtPopup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Art";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.picShow = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.picShow)).BeginInit();
     this.SuspendLayout();
     //
     // picShow
     //
     this.picShow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picShow.Location = new System.Drawing.Point(12, 12);
     this.picShow.Name = "picShow";
     this.picShow.Size = new System.Drawing.Size(776, 576);
     this.picShow.TabIndex = 0;
     this.picShow.TabStop = false;
     this.picShow.DoubleClick += new System.EventHandler(this.picShow_DoubleClick);
     //
     // FormImage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(800, 600);
     this.Controls.Add(this.picShow);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "FormImage";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "放大显示图像";
     this.Load += new System.EventHandler(this.FormImage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.picShow)).EndInit();
     this.ResumeLayout(false);
 }
示例#10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayMap));
     this.MapPBox = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.MapPBox)).BeginInit();
     this.SuspendLayout();
     //
     // MapPBox
     //
     resources.ApplyResources(this.MapPBox, "MapPBox");
     this.MapPBox.Name = "MapPBox";
     this.MapPBox.TabStop = false;
     this.MapPBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MapPBox_MouseClick);
     this.MapPBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MapPBox_MouseDown);
     this.MapPBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MapPBox_MouseMove);
     this.MapPBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MapPBox_MouseUp);
     //
     // DisplayMap
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.MapPBox);
     this.Name = "DisplayMap";
     this.ShowIcon = false;
     this.Load += new System.EventHandler(this.DisplayMap_Load);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DisplayMap_MouseMove);
     this.Resize += new System.EventHandler(this.DisplayMap_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.MapPBox)).EndInit();
     this.ResumeLayout(false);
 }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.overlay = new System.Windows.Forms.PictureBox();
     this.btnStart = new System.Windows.Forms.Button();
     this.strip = new System.Windows.Forms.StatusStrip();
     this.status = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.overlay)).BeginInit();
     this.strip.SuspendLayout();
     this.SuspendLayout();
     //
     // overlay
     //
     this.overlay.Location = new System.Drawing.Point(13, 13);
     this.overlay.Name = "overlay";
     this.overlay.Size = new System.Drawing.Size(640, 480);
     this.overlay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.overlay.TabIndex = 0;
     this.overlay.TabStop = false;
     //
     // btnStart
     //
     this.btnStart.Location = new System.Drawing.Point(660, 13);
     this.btnStart.Name = "btnStart";
     this.btnStart.Size = new System.Drawing.Size(130, 49);
     this.btnStart.TabIndex = 1;
     this.btnStart.Text = "Start Tracking";
     this.btnStart.UseVisualStyleBackColor = true;
     this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
     //
     // strip
     //
     this.strip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.status});
     this.strip.Location = new System.Drawing.Point(0, 507);
     this.strip.Name = "strip";
     this.strip.Size = new System.Drawing.Size(802, 22);
     this.strip.TabIndex = 2;
     this.strip.Text = "statusStrip1";
     //
     // status
     //
     this.status.Name = "status";
     this.status.Size = new System.Drawing.Size(0, 17);
     //
     // frmTrackMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(802, 529);
     this.Controls.Add(this.strip);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.overlay);
     this.Name = "frmTrackMain";
     this.Text = "CMT Tracking Host Test";
     ((System.ComponentModel.ISupportInitialize)(this.overlay)).EndInit();
     this.strip.ResumeLayout(false);
     this.strip.PerformLayout();
     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.canvas = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.canvas)).BeginInit();
            this.SuspendLayout();
            // 
            // canvas
            // 
            this.canvas.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.canvas.Location = new System.Drawing.Point(0, 0);
            this.canvas.Name = "canvas";
            this.canvas.Size = new System.Drawing.Size(624, 441);
            this.canvas.TabIndex = 0;
            this.canvas.TabStop = false;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Black;
            this.ClientSize = new System.Drawing.Size(624, 441);
            this.Controls.Add(this.canvas);
            this.Name = "MainForm";
            this.Text = "OpenMario";
            ((System.ComponentModel.ISupportInitialize)(this.canvas)).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();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage = global::Endogine.Editors.Properties.Resources.ColorPickerBg_png;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(147, 144);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
     this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
     this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
     this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
     //
     // ColorPickerPainter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pictureBox1);
     this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.Name = "ColorPickerPainter";
     this.Size = new System.Drawing.Size(147, 144);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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()
 {
     this.pbDisplay = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pbDisplay)).BeginInit();
     this.SuspendLayout();
     //
     // pbDisplay
     //
     this.pbDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pbDisplay.Location = new System.Drawing.Point(0, 0);
     this.pbDisplay.Name = "pbDisplay";
     this.pbDisplay.Size = new System.Drawing.Size(284, 262);
     this.pbDisplay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pbDisplay.TabIndex = 0;
     this.pbDisplay.TabStop = false;
     //
     // DicomQuickDisplayForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.pbDisplay);
     this.MinimizeBox = false;
     this.Name = "DicomQuickDisplayForm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "DICOM Image Display";
     ((System.ComponentModel.ISupportInitialize)(this.pbDisplay)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MagnifiedImageForm));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = global::PDFAsystent.Properties.Resources.load_test;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(460, 532);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // MagnifiedImageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(460, 532);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "MagnifiedImageForm";
     this.Text = "PDF Asystent - Powiększenie";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPicTemperatureFactor));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(624, 100);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // FrmPicTemperatureFactor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(624, 100);
     this.Controls.Add(this.pictureBox1);
     this.Name = "FrmPicTemperatureFactor";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "温度因数";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(422, 326);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     //
     // FMV
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(422, 326);
     this.Controls.Add(this.pictureBox1);
     this.Name = "FMV";
     this.Text = "FMV";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FMV_FormClosing);
     this.Load += new System.EventHandler(this.FMV_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.imgVideo = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.imgVideo)).BeginInit();
     this.SuspendLayout();
     //
     // imgVideo
     //
     this.imgVideo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.imgVideo.Location = new System.Drawing.Point(12, 12);
     this.imgVideo.Name = "imgVideo";
     this.imgVideo.Size = new System.Drawing.Size(205, 162);
     this.imgVideo.TabIndex = 2;
     this.imgVideo.TabStop = false;
     //
     // WebForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 266);
     this.Controls.Add(this.imgVideo);
     this.Name = "WebForm";
     this.Opacity = 0D;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = "WebForm";
     this.Load += new System.EventHandler(this.WebForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.imgVideo)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.pictureBox_Photo = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Photo)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox_Photo
     //
     this.pictureBox_Photo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox_Photo.ErrorImage = global::VipSoft.Properties.Resources.nophoto;
     this.pictureBox_Photo.Image = global::VipSoft.Properties.Resources.nophoto;
     this.pictureBox_Photo.ImageLocation = "";
     this.pictureBox_Photo.InitialImage = global::VipSoft.Properties.Resources.nophoto;
     this.pictureBox_Photo.Location = new System.Drawing.Point(0, 0);
     this.pictureBox_Photo.Margin = new System.Windows.Forms.Padding(0);
     this.pictureBox_Photo.Name = "pictureBox_Photo";
     this.pictureBox_Photo.Size = new System.Drawing.Size(152, 153);
     this.pictureBox_Photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox_Photo.TabIndex = 0;
     this.pictureBox_Photo.TabStop = false;
     //
     // MemberPhoto
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.pictureBox_Photo);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name = "MemberPhoto";
     this.Size = new System.Drawing.Size(152, 153);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Photo)).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.mandelbrotPb = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.mandelbrotPb)).BeginInit();
     this.SuspendLayout();
     //
     // mandelbrotPb
     //
     this.mandelbrotPb.BackColor = System.Drawing.Color.Black;
     this.mandelbrotPb.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mandelbrotPb.Location = new System.Drawing.Point(0, 0);
     this.mandelbrotPb.Name = "mandelbrotPb";
     this.mandelbrotPb.Size = new System.Drawing.Size(512, 512);
     this.mandelbrotPb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.mandelbrotPb.TabIndex = 0;
     this.mandelbrotPb.TabStop = false;
     this.mandelbrotPb.VisibleChanged += new System.EventHandler(this.mandelbrotPb_VisibleChanged);
     this.mandelbrotPb.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mandelbrotPb_MouseClick);
     this.mandelbrotPb.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.mandelbrotPb_MouseDoubleClick);
     this.mandelbrotPb.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mandelbrotPb_MouseDown);
     this.mandelbrotPb.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mandelbrotPb_MouseMove);
     this.mandelbrotPb.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mandelbrotPb_MouseUp);
     this.mandelbrotPb.Resize += new System.EventHandler(this.mandelbrotPb_Resize);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(512, 512);
     this.Controls.Add(this.mandelbrotPb);
     this.Name = "MainForm";
     this.Text = "Mandelbrot Fractals";
     ((System.ComponentModel.ISupportInitialize)(this.mandelbrotPb)).EndInit();
     this.ResumeLayout(false);
 }
示例#21
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"];

        }
		/// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureBox1.Location = new System.Drawing.Point(0, 0);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(484, 261);
			this.pictureBox1.TabIndex = 0;
			this.pictureBox1.TabStop = false;
			this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBox1Paint);
			this.pictureBox1.Resize += new System.EventHandler(this.PictureBox1Resize);
			// 
			// WaveFormView
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(484, 261);
			this.Controls.Add(this.pictureBox1);
			this.DoubleBuffered = true;
			this.MinimumSize = new System.Drawing.Size(500, 300);
			this.Name = "WaveFormView";
			this.Text = "Show Waveform";
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
			this.ResumeLayout(false);

		}
示例#23
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel_Title = new System.Windows.Forms.Panel();
     this.panel_Close = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panel_Title.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel_Title
     //
     this.panel_Title.BackColor = System.Drawing.Color.MediumBlue;
     this.panel_Title.BackgroundImage = global::MagnetismForm.Properties.Resources._1;
     this.panel_Title.Controls.Add(this.panel_Close);
     this.panel_Title.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel_Title.Location = new System.Drawing.Point(0, 0);
     this.panel_Title.Name = "panel_Title";
     this.panel_Title.Size = new System.Drawing.Size(290, 31);
     this.panel_Title.TabIndex = 0;
     this.panel_Title.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Title_MouseMove);
     this.panel_Title.Click += new System.EventHandler(this.panel_Title_Click);
     this.panel_Title.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_Title_MouseDown);
     this.panel_Title.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Title_MouseUp);
     //
     // panel_Close
     //
     this.panel_Close.BackColor = System.Drawing.Color.Red;
     this.panel_Close.BackgroundImage = global::MagnetismForm.Properties.Resources.Close;
     this.panel_Close.Location = new System.Drawing.Point(270, 5);
     this.panel_Close.Name = "panel_Close";
     this.panel_Close.Size = new System.Drawing.Size(18, 18);
     this.panel_Close.TabIndex = 0;
     this.panel_Close.Click += new System.EventHandler(this.panel_Close_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::MagnetismForm.Properties.Resources._4;
     this.pictureBox1.Location = new System.Drawing.Point(0, 31);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(290, 89);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // Frm_Play
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(290, 120);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.panel_Title);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "Frm_Play";
     this.Text = "主窗体";
     this.Load += new System.EventHandler(this.Frm_Play_Load);
     this.Shown += new System.EventHandler(this.Frm_Play_Shown);
     this.panel_Title.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
示例#24
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = global::CartoonForm.Properties.Resources._03;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(377, 276);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(377, 276);
     this.Controls.Add(this.pictureBox1);
     this.Name = "Form1";
     this.Text = "动画显示窗体";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(82, 103);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(100, 50);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // ImageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "ImageForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Map Image";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
示例#26
0
文件: Chart.cs 项目: RoyChase/CSTherm
        public void GetGraph(Stream outputstream, DateTime from)
        {
            ObjectCache cache = MemoryCache.Default;
            Bitmap bm = cache["graph"] as Bitmap;

            if (bm == null)
            {
                bm = DrawGraph(from);
            }

            if (!System.Diagnostics.Debugger.IsAttached)
                bm.Save(outputstream, System.Drawing.Imaging.ImageFormat.Jpeg);
            else
            {
                System.Windows.Forms.Form f = new System.Windows.Forms.Form();
                f.Height = 610;
                f.Width = 810;
                System.Windows.Forms.PictureBox pb = new System.Windows.Forms.PictureBox();
                pb.Top = 1;
                pb.Left = 1;
                pb.Width = 800;
                pb.Height = 600;
                pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
                pb.Visible = true;
                f.Controls.Add(pb);

                pb.Image = bm;

                System.Windows.Forms.Application.Run(f);
            }
        }
示例#27
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // Substrate
     //
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.pictureBox1);
     this.DoubleBuffered = true;
     this.MaximizeBox = false;
     this.Name = "Substrate";
     this.Text = "Substrate";
     this.Resize += new System.EventHandler(this.Substrate_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
示例#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.pictureBox = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox
     //
     this.pictureBox.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.pictureBox.BackColor = System.Drawing.Color.Black;
     this.pictureBox.Location = new System.Drawing.Point(12, 12);
     this.pictureBox.Name = "pictureBox";
     this.pictureBox.Size = new System.Drawing.Size(863, 442);
     this.pictureBox.TabIndex = 8;
     this.pictureBox.TabStop = false;
     this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.imageBox_MouseDown);
     this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseMove);
     this.pictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.imageBox_MouseUp);
     //
     // ImageZoomMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(887, 466);
     this.Controls.Add(this.pictureBox);
     this.Name = "ImageZoomMainForm";
     this.Text = "Image Pan Zoom";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ImageZoomMainForm_FormClosed);
     this.Load += new System.EventHandler(this.ImageZoomMainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).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.pbVisor = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pbVisor)).BeginInit();
     this.SuspendLayout();
     //
     // pbVisor
     //
     this.pbVisor.Location = new System.Drawing.Point(-2, -1);
     this.pbVisor.Name = "pbVisor";
     this.pbVisor.Size = new System.Drawing.Size(1188, 700);
     this.pbVisor.TabIndex = 0;
     this.pbVisor.TabStop = false;
     this.pbVisor.Click += new System.EventHandler(this.pbVisor_Click);
     //
     // frmVisorImagen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(1187, 694);
     this.Controls.Add(this.pbVisor);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmVisorImagen";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmVisorImagen";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmVisorImagen_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pbVisor)).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.colourFrameButton = new System.Windows.Forms.RadioButton();
     this.depthFrameButton = new System.Windows.Forms.RadioButton();
     this.frameImage = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.frameImage)).BeginInit();
     this.SuspendLayout();
     //
     // colourFrameButton
     //
     this.colourFrameButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.colourFrameButton.AutoSize = true;
     this.colourFrameButton.BackColor = System.Drawing.Color.Transparent;
     this.colourFrameButton.Location = new System.Drawing.Point(433, 419);
     this.colourFrameButton.Name = "colourFrameButton";
     this.colourFrameButton.Size = new System.Drawing.Size(55, 17);
     this.colourFrameButton.TabIndex = 5;
     this.colourFrameButton.Text = "Colour";
     this.colourFrameButton.UseVisualStyleBackColor = false;
     this.colourFrameButton.CheckedChanged += new System.EventHandler(this.colourFrameButton_CheckedChanged);
     //
     // depthFrameButton
     //
     this.depthFrameButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.depthFrameButton.AutoSize = true;
     this.depthFrameButton.BackColor = System.Drawing.Color.Transparent;
     this.depthFrameButton.Checked = true;
     this.depthFrameButton.Location = new System.Drawing.Point(373, 419);
     this.depthFrameButton.Name = "depthFrameButton";
     this.depthFrameButton.Size = new System.Drawing.Size(54, 17);
     this.depthFrameButton.TabIndex = 4;
     this.depthFrameButton.TabStop = true;
     this.depthFrameButton.Text = "Depth";
     this.depthFrameButton.UseVisualStyleBackColor = false;
     this.depthFrameButton.CheckedChanged += new System.EventHandler(this.depthFrameButton_CheckedChanged);
     //
     // frameImage
     //
     this.frameImage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.frameImage.Location = new System.Drawing.Point(0, 0);
     this.frameImage.Name = "frameImage";
     this.frameImage.Size = new System.Drawing.Size(492, 439);
     this.frameImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.frameImage.TabIndex = 3;
     this.frameImage.TabStop = false;
     //
     // KinectCamera
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.colourFrameButton);
     this.Controls.Add(this.depthFrameButton);
     this.Controls.Add(this.frameImage);
     this.Name = "KinectCamera";
     this.Size = new System.Drawing.Size(492, 439);
     ((System.ComponentModel.ISupportInitialize)(this.frameImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues1  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues2  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues3  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues4  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues10 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues5  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues6  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues7  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues8  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues9  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.kryptonPanel1     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonLabel1     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.kryptonPanel2     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonLinkLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLinkLabel();
     this.kryptonButton2    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton1    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1            = new System.Windows.Forms.Panel();
     this.kryptonPanel3     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNavigator1 = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.kryptonPage1      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.krtbDescription   = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
     this.kryptonLabel4     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ktbEMailAddress   = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel3     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPage2      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
     this.kryptonPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).BeginInit();
     this.kryptonNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).BeginInit();
     this.kryptonPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Dock           = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel1.Location       = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name           = "kryptonPanel1";
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlCustom1;
     this.kryptonPanel1.Size           = new System.Drawing.Size(794, 100);
     this.kryptonPanel1.TabIndex       = 0;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonLabel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(694, 100);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex                      = 1;
     popupPositionValues1.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues1.PlacementTarget             = null;
     this.kryptonLabel1.ToolTipValues.ToolTipPosition = popupPositionValues1;
     this.kryptonLabel1.Values.Text                   = "{0} has encountered a problem, and needs to close. \r\nWe apologise for the inconve" +
                                                        "nience that this may have caused.";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Right;
     this.pictureBox1.Image     = global::ExtendedControls.Properties.Resources.Error_Report_48_x_48;
     this.pictureBox1.Location  = new System.Drawing.Point(694, 0);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(100, 100);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonLinkLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonButton2);
     this.kryptonPanel2.Controls.Add(this.kryptonButton1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 702);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(794, 62);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kryptonLinkLabel1
     //
     this.kryptonLinkLabel1.Location = new System.Drawing.Point(11, 19);
     this.kryptonLinkLabel1.Name     = "kryptonLinkLabel1";
     this.kryptonLinkLabel1.Size     = new System.Drawing.Size(103, 24);
     this.kryptonLinkLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLinkLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLinkLabel1.TabIndex         = 2;
     popupPositionValues2.PlacementRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues2.PlacementTarget    = null;
     this.kryptonLinkLabel1.ToolTipValues.ToolTipPosition = popupPositionValues2;
     this.kryptonLinkLabel1.Values.Text = "&Privacy Policy";
     //
     // kryptonButton2
     //
     this.kryptonButton2.Location = new System.Drawing.Point(504, 15);
     this.kryptonButton2.Name     = "kryptonButton2";
     this.kryptonButton2.Size     = new System.Drawing.Size(182, 35);
     this.kryptonButton2.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.TabIndex                      = 1;
     popupPositionValues3.PlacementRectangle           = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues3.PlacementTarget              = null;
     this.kryptonButton2.ToolTipValues.ToolTipPosition = popupPositionValues3;
     this.kryptonButton2.Values.Text                   = "Send R&eport && Close";
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(692, 15);
     this.kryptonButton1.Name     = "kryptonButton1";
     this.kryptonButton1.Size     = new System.Drawing.Size(90, 35);
     this.kryptonButton1.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.TabIndex                      = 0;
     popupPositionValues4.PlacementRectangle           = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues4.PlacementTarget              = null;
     this.kryptonButton1.ToolTipValues.ToolTipPosition = popupPositionValues4;
     this.kryptonButton1.Values.Text                   = "&Cancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 699);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(794, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonPanel3
     //
     this.kryptonPanel3.Controls.Add(this.kryptonNavigator1);
     this.kryptonPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel3.Location = new System.Drawing.Point(0, 100);
     this.kryptonPanel3.Name     = "kryptonPanel3";
     this.kryptonPanel3.Size     = new System.Drawing.Size(794, 599);
     this.kryptonPanel3.TabIndex = 3;
     //
     // kryptonNavigator1
     //
     this.kryptonNavigator1.Bar.TabBorderStyle        = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote;
     this.kryptonNavigator1.Button.CloseButtonAction  = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
     this.kryptonNavigator1.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
     this.kryptonNavigator1.Location = new System.Drawing.Point(11, 20);
     this.kryptonNavigator1.Name     = "kryptonNavigator1";
     this.kryptonNavigator1.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.kryptonPage1,
         this.kryptonPage2
     });
     this.kryptonNavigator1.SelectedIndex                 = 1;
     this.kryptonNavigator1.Size                          = new System.Drawing.Size(771, 561);
     this.kryptonNavigator1.TabIndex                      = 0;
     this.kryptonNavigator1.Text                          = "kryptonNavigator1";
     popupPositionValues10.PlacementRectangle             = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues10.PlacementTarget                = null;
     this.kryptonNavigator1.ToolTipValues.ToolTipPosition = popupPositionValues10;
     //
     // kryptonPage1
     //
     this.kryptonPage1.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage1.Controls.Add(this.krtbDescription);
     this.kryptonPage1.Controls.Add(this.kryptonLabel4);
     this.kryptonPage1.Controls.Add(this.ktbEMailAddress);
     this.kryptonPage1.Controls.Add(this.kryptonLabel3);
     this.kryptonPage1.Controls.Add(this.kryptonLabel2);
     this.kryptonPage1.Flags          = 65534;
     this.kryptonPage1.LastVisibleSet = true;
     this.kryptonPage1.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage1.Name           = "kryptonPage1";
     this.kryptonPage1.Size           = new System.Drawing.Size(769, 530);
     this.kryptonPage1.Text           = "kryptonPage1";
     this.kryptonPage1.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage1.UniqueName     = "e785ffa321ae493da8cc7176dd254426";
     //
     // krtbDescription
     //
     this.krtbDescription.Location   = new System.Drawing.Point(19, 296);
     this.krtbDescription.MaxLength  = 250;
     this.krtbDescription.Name       = "krtbDescription";
     this.krtbDescription.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.krtbDescription.Size       = new System.Drawing.Size(732, 223);
     this.krtbDescription.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krtbDescription.TabIndex                      = 9;
     this.krtbDescription.Text                          = "";
     popupPositionValues5.PlacementRectangle            = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues5.PlacementTarget               = null;
     this.krtbDescription.ToolTipValues.ToolTipPosition = popupPositionValues5;
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(19, 266);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(221, 24);
     this.kryptonLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex                      = 8;
     popupPositionValues6.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues6.PlacementTarget             = null;
     this.kryptonLabel4.ToolTipValues.ToolTipPosition = popupPositionValues6;
     this.kryptonLabel4.Values.Text                   = "Your e-mail address (optional):";
     //
     // ktbEMailAddress
     //
     this.ktbEMailAddress.Location  = new System.Drawing.Point(19, 229);
     this.ktbEMailAddress.MaxLength = 50;
     this.ktbEMailAddress.Name      = "ktbEMailAddress";
     this.ktbEMailAddress.Size      = new System.Drawing.Size(732, 27);
     this.ktbEMailAddress.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktbEMailAddress.TabIndex                      = 7;
     popupPositionValues7.PlacementRectangle            = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues7.PlacementTarget               = null;
     this.ktbEMailAddress.ToolTipValues.ToolTipPosition = popupPositionValues7;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(19, 199);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(221, 24);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex                      = 6;
     popupPositionValues8.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues8.PlacementTarget             = null;
     this.kryptonLabel3.ToolTipValues.ToolTipPosition = popupPositionValues8;
     this.kryptonLabel3.Values.Text                   = "Your e-mail address (optional):";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(19, 13);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(738, 164);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex                      = 5;
     popupPositionValues9.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues9.PlacementTarget             = null;
     this.kryptonLabel2.ToolTipValues.ToolTipPosition = popupPositionValues9;
     this.kryptonLabel2.Values.Text                   = resources.GetString("kryptonLabel2.Values.Text");
     //
     // kryptonPage2
     //
     this.kryptonPage2.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage2.Flags          = 65534;
     this.kryptonPage2.LastVisibleSet = true;
     this.kryptonPage2.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage2.Name           = "kryptonPage2";
     this.kryptonPage2.Size           = new System.Drawing.Size(769, 530);
     this.kryptonPage2.Text           = "kryptonPage2";
     this.kryptonPage2.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage2.UniqueName     = "22073fe462004e44ace939648bbb9bfa";
     //
     // MainWindow
     //
     this.ClientSize = new System.Drawing.Size(794, 764);
     this.Controls.Add(this.kryptonPanel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MainWindow";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "{0) Error";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
     this.kryptonPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).EndInit();
     this.kryptonNavigator1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).EndInit();
     this.kryptonPage1.ResumeLayout(false);
     this.kryptonPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).EndInit();
     this.ResumeLayout(false);
 }
示例#32
0
 public CurierCar(PictureBox pic, Point des)
 {
     picture     = pic;
     destination = des;
 }
 /// <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.ProcessListView = new System.Windows.Forms.ListView();
     this._processName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._portnum = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.endProcessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.LoadingImage = new System.Windows.Forms.PictureBox();
     this.LoadingTextLabel = new System.Windows.Forms.Label();
     this.LoadingPanel = new System.Windows.Forms.Panel();
     this._PID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.refreshProcessesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.refreshProcesssesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RefreshButton = new System.Windows.Forms.Button();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LoadingImage)).BeginInit();
     this.LoadingPanel.SuspendLayout();
     this.contextMenuStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // ProcessListView
     //
     this.ProcessListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this._processName,
     this._portnum,
     this._PID});
     this.ProcessListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ProcessListView.Location = new System.Drawing.Point(0, 0);
     this.ProcessListView.Name = "ProcessListView";
     this.ProcessListView.Size = new System.Drawing.Size(739, 164);
     this.ProcessListView.TabIndex = 0;
     this.ProcessListView.UseCompatibleStateImageBehavior = false;
     this.ProcessListView.View = System.Windows.Forms.View.Details;
     this.ProcessListView.SelectedIndexChanged += new System.EventHandler(this.ProcessListView_SelectedIndexChanged);
     this.ProcessListView.DoubleClick += new System.EventHandler(this.refreshProcessesToolStripMenuItem_Click);
     this.ProcessListView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ProcessListView_MouseClick);
     //
     // _processName
     //
     this._processName.Text = "Process Name";
     this._processName.Width = 93;
     //
     // _portnum
     //
     this._portnum.Text = "Port Number Used";
     this._portnum.Width = 125;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.endProcessToolStripMenuItem,
     this.refreshProcessesToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(168, 48);
     //
     // endProcessToolStripMenuItem
     //
     this.endProcessToolStripMenuItem.Name = "endProcessToolStripMenuItem";
     this.endProcessToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.endProcessToolStripMenuItem.Text = "End Process";
     this.endProcessToolStripMenuItem.Click += new System.EventHandler(this.endProcessToolStripMenuItem_Click);
     //
     // LoadingImage
     //
     this.LoadingImage.Image = global::PortWizard.Properties.Resources.loading;
     this.LoadingImage.Location = new System.Drawing.Point(40, 18);
     this.LoadingImage.Name = "LoadingImage";
     this.LoadingImage.Size = new System.Drawing.Size(49, 50);
     this.LoadingImage.TabIndex = 2;
     this.LoadingImage.TabStop = false;
     //
     // LoadingTextLabel
     //
     this.LoadingTextLabel.AutoSize = true;
     this.LoadingTextLabel.Location = new System.Drawing.Point(6, 77);
     this.LoadingTextLabel.Name = "LoadingTextLabel";
     this.LoadingTextLabel.Size = new System.Drawing.Size(126, 13);
     this.LoadingTextLabel.TabIndex = 3;
     this.LoadingTextLabel.Text = "Now scanning processes";
     //
     // LoadingPanel
     //
     this.LoadingPanel.Controls.Add(this.LoadingImage);
     this.LoadingPanel.Controls.Add(this.LoadingTextLabel);
     this.LoadingPanel.Location = new System.Drawing.Point(589, 64);
     this.LoadingPanel.Name = "LoadingPanel";
     this.LoadingPanel.Size = new System.Drawing.Size(138, 100);
     this.LoadingPanel.TabIndex = 4;
     //
     // _PID
     //
     this._PID.Text = "PID";
     //
     // refreshProcessesToolStripMenuItem
     //
     this.refreshProcessesToolStripMenuItem.Name = "refreshProcessesToolStripMenuItem";
     this.refreshProcessesToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.refreshProcessesToolStripMenuItem.Text = "Refresh Processes";
     this.refreshProcessesToolStripMenuItem.Click += new System.EventHandler(this.refreshProcessesToolStripMenuItem_Click);
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.refreshProcesssesToolStripMenuItem});
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(168, 26);
     //
     // refreshProcesssesToolStripMenuItem
     //
     this.refreshProcesssesToolStripMenuItem.Name = "refreshProcesssesToolStripMenuItem";
     this.refreshProcesssesToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.refreshProcesssesToolStripMenuItem.Text = "Refresh Processes";
     this.refreshProcesssesToolStripMenuItem.Click += new System.EventHandler(this.refreshProcessesToolStripMenuItem_Click);
     //
     // RefreshButton
     //
     this.RefreshButton.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.RefreshButton.Location = new System.Drawing.Point(0, 102);
     this.RefreshButton.Name = "RefreshButton";
     this.RefreshButton.Size = new System.Drawing.Size(739, 62);
     this.RefreshButton.TabIndex = 6;
     this.RefreshButton.Text = "Refresh";
     this.RefreshButton.UseVisualStyleBackColor = true;
     this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(739, 164);
     this.Controls.Add(this.RefreshButton);
     this.Controls.Add(this.ProcessListView);
     this.Controls.Add(this.LoadingPanel);
     this.Name = "Form1";
     this.Text = "PortWizard";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Resize += new System.EventHandler(this.Form1_Resize);
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.LoadingImage)).EndInit();
     this.LoadingPanel.ResumeLayout(false);
     this.LoadingPanel.PerformLayout();
     this.contextMenuStrip2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelBody             = new System.Windows.Forms.Panel();
     this.splitContainer        = new System.Windows.Forms.SplitContainer();
     this.labelCourseName       = new System.Windows.Forms.Label();
     this.buttonAddCourse       = new System.Windows.Forms.Button();
     this.labelCourseFee        = new System.Windows.Forms.Label();
     this.textBoxFee            = new System.Windows.Forms.TextBox();
     this.textBoxCourseName     = new System.Windows.Forms.TextBox();
     this.buttonSelectCourse    = new System.Windows.Forms.Button();
     this.textBoxEditCourseName = new System.Windows.Forms.TextBox();
     this.buttonEditCourse      = new System.Windows.Forms.Button();
     this.buttonDeleteCourse    = new System.Windows.Forms.Button();
     this.textBoxEditFee        = new System.Windows.Forms.TextBox();
     this.labelEditCourseFee    = new System.Windows.Forms.Label();
     this.labelName             = new System.Windows.Forms.Label();
     this.textBoxCourseId       = new System.Windows.Forms.TextBox();
     this.pictureBoxCourses     = new System.Windows.Forms.PictureBox();
     this.panelBody.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCourses)).BeginInit();
     this.SuspendLayout();
     //
     // panelBody
     //
     this.panelBody.BackColor = System.Drawing.Color.White;
     this.panelBody.Controls.Add(this.splitContainer);
     this.panelBody.Controls.Add(this.pictureBoxCourses);
     this.panelBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelBody.Location = new System.Drawing.Point(0, 0);
     this.panelBody.Name     = "panelBody";
     this.panelBody.Size     = new System.Drawing.Size(500, 400);
     this.panelBody.TabIndex = 0;
     //
     // splitContainer
     //
     this.splitContainer.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer.IsSplitterFixed = true;
     this.splitContainer.Location        = new System.Drawing.Point(0, 115);
     this.splitContainer.Name            = "splitContainer";
     this.splitContainer.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.labelCourseName);
     this.splitContainer.Panel1.Controls.Add(this.buttonAddCourse);
     this.splitContainer.Panel1.Controls.Add(this.labelCourseFee);
     this.splitContainer.Panel1.Controls.Add(this.textBoxFee);
     this.splitContainer.Panel1.Controls.Add(this.textBoxCourseName);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.buttonSelectCourse);
     this.splitContainer.Panel2.Controls.Add(this.textBoxEditCourseName);
     this.splitContainer.Panel2.Controls.Add(this.buttonEditCourse);
     this.splitContainer.Panel2.Controls.Add(this.buttonDeleteCourse);
     this.splitContainer.Panel2.Controls.Add(this.textBoxEditFee);
     this.splitContainer.Panel2.Controls.Add(this.labelEditCourseFee);
     this.splitContainer.Panel2.Controls.Add(this.labelName);
     this.splitContainer.Panel2.Controls.Add(this.textBoxCourseId);
     this.splitContainer.Size             = new System.Drawing.Size(500, 285);
     this.splitContainer.SplitterDistance = 125;
     this.splitContainer.SplitterWidth    = 5;
     this.splitContainer.TabIndex         = 6;
     //
     // labelCourseName
     //
     this.labelCourseName.AutoSize = true;
     this.labelCourseName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelCourseName.Location = new System.Drawing.Point(30, 30);
     this.labelCourseName.Name     = "labelCourseName";
     this.labelCourseName.Size     = new System.Drawing.Size(122, 20);
     this.labelCourseName.TabIndex = 0;
     this.labelCourseName.Text     = "Course Name:";
     //
     // button_AddCourse
     //
     this.buttonAddCourse.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.buttonAddCourse.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonAddCourse.Location = new System.Drawing.Point(310, 65);
     this.buttonAddCourse.Name     = "button_AddCourse";
     this.buttonAddCourse.Size     = new System.Drawing.Size(145, 30);
     this.buttonAddCourse.TabIndex = 3;
     this.buttonAddCourse.Text     = "Add New Course";
     this.buttonAddCourse.UseVisualStyleBackColor = true;
     this.buttonAddCourse.Click += new System.EventHandler(this.ButtonAddCourse_Click);
     //
     // labelCourseFee
     //
     this.labelCourseFee.AutoSize = true;
     this.labelCourseFee.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelCourseFee.Location = new System.Drawing.Point(30, 75);
     this.labelCourseFee.Name     = "labelCourseFee";
     this.labelCourseFee.Size     = new System.Drawing.Size(107, 20);
     this.labelCourseFee.TabIndex = 2;
     this.labelCourseFee.Text     = "Course Fee:";
     //
     // textBox_Fee
     //
     this.textBoxFee.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBoxFee.Location = new System.Drawing.Point(170, 73);
     this.textBoxFee.Name     = "textBox_Fee";
     this.textBoxFee.Size     = new System.Drawing.Size(100, 22);
     this.textBoxFee.TabIndex = 2;
     //
     // textBox_CourseName
     //
     this.textBoxCourseName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBoxCourseName.Location = new System.Drawing.Point(170, 28);
     this.textBoxCourseName.Name     = "textBox_CourseName";
     this.textBoxCourseName.Size     = new System.Drawing.Size(285, 22);
     this.textBoxCourseName.TabIndex = 1;
     //
     // button_SelectCours
     //
     this.buttonSelectCourse.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.buttonSelectCourse.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonSelectCourse.Location = new System.Drawing.Point(34, 23);
     this.buttonSelectCourse.Name     = "button_SelectCours";
     this.buttonSelectCourse.Size     = new System.Drawing.Size(120, 25);
     this.buttonSelectCourse.TabIndex = 9;
     this.buttonSelectCourse.Text     = "Select Course";
     this.buttonSelectCourse.UseVisualStyleBackColor = true;
     this.buttonSelectCourse.Click += new System.EventHandler(this.ButtonSelectCours_Click);
     //
     // textBox_EditCourseName
     //
     this.textBoxEditCourseName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBoxEditCourseName.Location = new System.Drawing.Point(190, 63);
     this.textBoxEditCourseName.Name     = "textBox_EditCourseName";
     this.textBoxEditCourseName.Size     = new System.Drawing.Size(265, 22);
     this.textBoxEditCourseName.TabIndex = 6;
     //
     // button_EditCourse
     //
     this.buttonEditCourse.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.buttonEditCourse.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonEditCourse.Location = new System.Drawing.Point(335, 100);
     this.buttonEditCourse.Name     = "button_EditCourse";
     this.buttonEditCourse.Size     = new System.Drawing.Size(120, 25);
     this.buttonEditCourse.TabIndex = 8;
     this.buttonEditCourse.Text     = "Edit Course";
     this.buttonEditCourse.UseVisualStyleBackColor = true;
     this.buttonEditCourse.Click += new System.EventHandler(this.ButtonEditCourse_Click);
     //
     // button_DeleteCourse
     //
     this.buttonDeleteCourse.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.buttonDeleteCourse.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonDeleteCourse.Location = new System.Drawing.Point(325, 20);
     this.buttonDeleteCourse.Name     = "button_DeleteCourse";
     this.buttonDeleteCourse.Size     = new System.Drawing.Size(130, 25);
     this.buttonDeleteCourse.TabIndex = 5;
     this.buttonDeleteCourse.Text     = "Delete Course";
     this.buttonDeleteCourse.UseVisualStyleBackColor = true;
     this.buttonDeleteCourse.Click += new System.EventHandler(this.ButtonDeleteCourse_Click);
     //
     // textBox_EditFee
     //
     this.textBoxEditFee.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBoxEditFee.Location = new System.Drawing.Point(190, 103);
     this.textBoxEditFee.Name     = "textBox_EditFee";
     this.textBoxEditFee.Size     = new System.Drawing.Size(100, 22);
     this.textBoxEditFee.TabIndex = 7;
     //
     // labelEditCourseFee
     //
     this.labelEditCourseFee.AutoSize = true;
     this.labelEditCourseFee.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelEditCourseFee.Location = new System.Drawing.Point(30, 105);
     this.labelEditCourseFee.Name     = "labelEditCourseFee";
     this.labelEditCourseFee.Size     = new System.Drawing.Size(107, 20);
     this.labelEditCourseFee.TabIndex = 8;
     this.labelEditCourseFee.Text     = "Course Fee:";
     //
     // labelName
     //
     this.labelName.AutoSize = true;
     this.labelName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelName.Location = new System.Drawing.Point(30, 65);
     this.labelName.Name     = "labelName";
     this.labelName.Size     = new System.Drawing.Size(122, 20);
     this.labelName.TabIndex = 6;
     this.labelName.Text     = "Course Name:";
     //
     // textBox_CourseId
     //
     this.textBoxCourseId.Enabled  = false;
     this.textBoxCourseId.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBoxCourseId.Location = new System.Drawing.Point(190, 23);
     this.textBoxCourseId.Name     = "textBox_CourseId";
     this.textBoxCourseId.Size     = new System.Drawing.Size(80, 22);
     this.textBoxCourseId.TabIndex = 4;
     //
     // pictureBoxCourses
     //
     this.pictureBoxCourses.Image    = global::CollegeManagementSystem.Properties.Resources.course_overview;
     this.pictureBoxCourses.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxCourses.Name     = "pictureBoxCourses";
     this.pictureBoxCourses.Size     = new System.Drawing.Size(500, 115);
     this.pictureBoxCourses.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxCourses.TabIndex = 1;
     this.pictureBoxCourses.TabStop  = false;
     //
     // Form_Courses
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(500, 400);
     this.Controls.Add(this.panelBody);
     this.Name          = "Form_Courses";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Add/Remove Courses";
     this.panelBody.ResumeLayout(false);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel1.PerformLayout();
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     this.splitContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCourses)).EndInit();
     this.ResumeLayout(false);
 }
示例#35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAccTrans));
     this.lvAccTrans = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.gbAccTrans = new System.Windows.Forms.GroupBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.btnClose = new System.Windows.Forms.Button();
     this.gbAccTrans.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // lvAccTrans
     //
     this.lvAccTrans.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4});
     this.lvAccTrans.FullRowSelect = true;
     this.lvAccTrans.GridLines = true;
     this.lvAccTrans.Location = new System.Drawing.Point(6, 19);
     this.lvAccTrans.MultiSelect = false;
     this.lvAccTrans.Name = "lvAccTrans";
     this.lvAccTrans.Size = new System.Drawing.Size(514, 180);
     this.lvAccTrans.TabIndex = 0;
     this.lvAccTrans.UseCompatibleStateImageBehavior = false;
     this.lvAccTrans.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "ID";
     this.columnHeader1.Width = 162;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Issued Date";
     this.columnHeader2.Width = 89;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Return Date";
     this.columnHeader3.Width = 95;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Item";
     this.columnHeader4.Width = 162;
     //
     // gbAccTrans
     //
     this.gbAccTrans.Controls.Add(this.lvAccTrans);
     this.gbAccTrans.Location = new System.Drawing.Point(12, 111);
     this.gbAccTrans.Name = "gbAccTrans";
     this.gbAccTrans.Size = new System.Drawing.Size(526, 210);
     this.gbAccTrans.TabIndex = 1;
     this.gbAccTrans.TabStop = false;
     this.gbAccTrans.Text = "Account Transactions - ";
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::LIT.Properties.Resources.LogoNew;
     this.pictureBox1.Location = new System.Drawing.Point(-2, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(556, 115);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     //
     // btnClose
     //
     this.btnClose.Image = global::LIT.Properties.Resources.cross;
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location = new System.Drawing.Point(435, 327);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(103, 23);
     this.btnClose.TabIndex = 2;
     this.btnClose.Text = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     //
     // frmAccTrans
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(550, 356);
     this.Controls.Add(this.gbAccTrans);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnClose);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmAccTrans";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "LIT Rental - Account Transactions";
     this.Load += new System.EventHandler(this.frmAccTrans_Load);
     this.gbAccTrans.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#36
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(ItemsPanel));
     this.groupBoxItems       = new System.Windows.Forms.GroupBox();
     this.pictureBox15        = new System.Windows.Forms.PictureBox();
     this.num_MaxUpGrade      = new System.Windows.Forms.NumericUpDown();
     this.pictureBox11        = new System.Windows.Forms.PictureBox();
     this.pictureBox12        = new System.Windows.Forms.PictureBox();
     this.pictureBox13        = new System.Windows.Forms.PictureBox();
     this.pictureBox14        = new System.Windows.Forms.PictureBox();
     this.num_MaxMetalCoat    = new System.Windows.Forms.NumericUpDown();
     this.num_MaxKingsRock    = new System.Windows.Forms.NumericUpDown();
     this.num_MaxSunStone     = new System.Windows.Forms.NumericUpDown();
     this.num_MaxDragonScale  = new System.Windows.Forms.NumericUpDown();
     this.pictureBoxNana      = new System.Windows.Forms.PictureBox();
     this.num_MaxNanabBerries = new System.Windows.Forms.NumericUpDown();
     this.pictureBoxPina      = new System.Windows.Forms.PictureBox();
     this.num_MaxPinapBerries = new System.Windows.Forms.NumericUpDown();
     this.pictureBox9         = new System.Windows.Forms.PictureBox();
     this.pictureBox10        = new System.Windows.Forms.PictureBox();
     this.pictureBox5         = new System.Windows.Forms.PictureBox();
     this.pictureBox6         = new System.Windows.Forms.PictureBox();
     this.pictureBox7         = new System.Windows.Forms.PictureBox();
     this.pictureBox8         = new System.Windows.Forms.PictureBox();
     this.pictureBox3         = new System.Windows.Forms.PictureBox();
     this.pictureBox4         = new System.Windows.Forms.PictureBox();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.text_TotalItemCount = new System.Windows.Forms.TextBox();
     this.label31             = new System.Windows.Forms.Label();
     this.num_MaxTopRevives   = new System.Windows.Forms.NumericUpDown();
     this.num_MaxTopPotions   = new System.Windows.Forms.NumericUpDown();
     this.num_MaxBerries      = new System.Windows.Forms.NumericUpDown();
     this.num_MaxHyperPotions = new System.Windows.Forms.NumericUpDown();
     this.num_MaxSuperPotions = new System.Windows.Forms.NumericUpDown();
     this.num_MaxPotions      = new System.Windows.Forms.NumericUpDown();
     this.num_MaxRevives      = new System.Windows.Forms.NumericUpDown();
     this.num_MaxUltraballs   = new System.Windows.Forms.NumericUpDown();
     this.num_MaxGreatballs   = new System.Windows.Forms.NumericUpDown();
     this.num_MaxPokeballs    = new System.Windows.Forms.NumericUpDown();
     this.btnRealoadItems     = new System.Windows.Forms.Button();
     this.ItemsListView       = new System.Windows.Forms.ListView();
     this.chItem   = new System.Windows.Forms.ColumnHeader();
     this.chCount  = new System.Windows.Forms.ColumnHeader();
     this.chUnseen = new System.Windows.Forms.ColumnHeader();
     this.chID     = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStripItems    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.recycleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.useToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.imageListItems           = new System.Windows.Forms.ImageList(this.components);
     this.label1     = new System.Windows.Forms.Label();
     this.lblCount   = new System.Windows.Forms.Label();
     this.btnCopy    = new System.Windows.Forms.Button();
     this.btnDiscard = new System.Windows.Forms.Button();
     this.buttonUSe  = new System.Windows.Forms.Button();
     this.groupBoxItems.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxUpGrade)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxMetalCoat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxKingsRock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxSunStone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxDragonScale)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNana)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxNanabBerries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPina)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxPinapBerries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopRevives)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopPotions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxBerries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxHyperPotions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxSuperPotions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxPotions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxRevives)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxUltraballs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxGreatballs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxPokeballs)).BeginInit();
     this.contextMenuStripItems.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxItems
     //
     this.groupBoxItems.Controls.Add(this.pictureBox15);
     this.groupBoxItems.Controls.Add(this.num_MaxUpGrade);
     this.groupBoxItems.Controls.Add(this.pictureBox11);
     this.groupBoxItems.Controls.Add(this.pictureBox12);
     this.groupBoxItems.Controls.Add(this.pictureBox13);
     this.groupBoxItems.Controls.Add(this.pictureBox14);
     this.groupBoxItems.Controls.Add(this.num_MaxMetalCoat);
     this.groupBoxItems.Controls.Add(this.num_MaxKingsRock);
     this.groupBoxItems.Controls.Add(this.num_MaxSunStone);
     this.groupBoxItems.Controls.Add(this.num_MaxDragonScale);
     this.groupBoxItems.Controls.Add(this.pictureBoxNana);
     this.groupBoxItems.Controls.Add(this.num_MaxNanabBerries);
     this.groupBoxItems.Controls.Add(this.pictureBoxPina);
     this.groupBoxItems.Controls.Add(this.num_MaxPinapBerries);
     this.groupBoxItems.Controls.Add(this.pictureBox9);
     this.groupBoxItems.Controls.Add(this.pictureBox10);
     this.groupBoxItems.Controls.Add(this.pictureBox5);
     this.groupBoxItems.Controls.Add(this.pictureBox6);
     this.groupBoxItems.Controls.Add(this.pictureBox7);
     this.groupBoxItems.Controls.Add(this.pictureBox8);
     this.groupBoxItems.Controls.Add(this.pictureBox3);
     this.groupBoxItems.Controls.Add(this.pictureBox4);
     this.groupBoxItems.Controls.Add(this.pictureBox2);
     this.groupBoxItems.Controls.Add(this.pictureBox1);
     this.groupBoxItems.Controls.Add(this.text_TotalItemCount);
     this.groupBoxItems.Controls.Add(this.label31);
     this.groupBoxItems.Controls.Add(this.num_MaxTopRevives);
     this.groupBoxItems.Controls.Add(this.num_MaxTopPotions);
     this.groupBoxItems.Controls.Add(this.num_MaxBerries);
     this.groupBoxItems.Controls.Add(this.num_MaxHyperPotions);
     this.groupBoxItems.Controls.Add(this.num_MaxSuperPotions);
     this.groupBoxItems.Controls.Add(this.num_MaxPotions);
     this.groupBoxItems.Controls.Add(this.num_MaxRevives);
     this.groupBoxItems.Controls.Add(this.num_MaxUltraballs);
     this.groupBoxItems.Controls.Add(this.num_MaxGreatballs);
     this.groupBoxItems.Controls.Add(this.num_MaxPokeballs);
     this.groupBoxItems.Location = new System.Drawing.Point(5, 5);
     this.groupBoxItems.Margin   = new System.Windows.Forms.Padding(5);
     this.groupBoxItems.Name     = "groupBoxItems";
     this.groupBoxItems.Padding  = new System.Windows.Forms.Padding(5);
     this.groupBoxItems.Size     = new System.Drawing.Size(233, 465);
     this.groupBoxItems.TabIndex = 80;
     this.groupBoxItems.TabStop  = false;
     this.groupBoxItems.Text     = "Items - Maximun Values";
     //
     // pictureBox15
     //
     this.pictureBox15.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
     this.pictureBox15.Location = new System.Drawing.Point(17, 397);
     this.pictureBox15.Name     = "pictureBox15";
     this.pictureBox15.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox15.TabIndex = 51;
     this.pictureBox15.TabStop  = false;
     //
     // num_MaxUpGrade
     //
     this.num_MaxUpGrade.Location = new System.Drawing.Point(58, 414);
     this.num_MaxUpGrade.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxUpGrade.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxUpGrade.Name          = "num_MaxUpGrade";
     this.num_MaxUpGrade.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxUpGrade.TabIndex      = 50;
     this.num_MaxUpGrade.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // pictureBox11
     //
     this.pictureBox11.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
     this.pictureBox11.Location = new System.Drawing.Point(123, 354);
     this.pictureBox11.Name     = "pictureBox11";
     this.pictureBox11.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox11.TabIndex = 49;
     this.pictureBox11.TabStop  = false;
     //
     // pictureBox12
     //
     this.pictureBox12.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image")));
     this.pictureBox12.Location = new System.Drawing.Point(17, 354);
     this.pictureBox12.Name     = "pictureBox12";
     this.pictureBox12.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox12.TabIndex = 48;
     this.pictureBox12.TabStop  = false;
     //
     // pictureBox13
     //
     this.pictureBox13.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
     this.pictureBox13.Location = new System.Drawing.Point(123, 309);
     this.pictureBox13.Name     = "pictureBox13";
     this.pictureBox13.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox13.TabIndex = 47;
     this.pictureBox13.TabStop  = false;
     //
     // pictureBox14
     //
     this.pictureBox14.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
     this.pictureBox14.Location = new System.Drawing.Point(17, 309);
     this.pictureBox14.Name     = "pictureBox14";
     this.pictureBox14.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox14.TabIndex = 46;
     this.pictureBox14.TabStop  = false;
     //
     // num_MaxMetalCoat
     //
     this.num_MaxMetalCoat.Location = new System.Drawing.Point(165, 371);
     this.num_MaxMetalCoat.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxMetalCoat.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxMetalCoat.Name          = "num_MaxMetalCoat";
     this.num_MaxMetalCoat.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxMetalCoat.TabIndex      = 45;
     this.num_MaxMetalCoat.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxKingsRock
     //
     this.num_MaxKingsRock.Location = new System.Drawing.Point(58, 371);
     this.num_MaxKingsRock.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxKingsRock.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxKingsRock.Name          = "num_MaxKingsRock";
     this.num_MaxKingsRock.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxKingsRock.TabIndex      = 44;
     this.num_MaxKingsRock.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxSunStone
     //
     this.num_MaxSunStone.Location = new System.Drawing.Point(165, 326);
     this.num_MaxSunStone.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxSunStone.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxSunStone.Name          = "num_MaxSunStone";
     this.num_MaxSunStone.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxSunStone.TabIndex      = 43;
     this.num_MaxSunStone.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxDragonScale
     //
     this.num_MaxDragonScale.Location = new System.Drawing.Point(58, 326);
     this.num_MaxDragonScale.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxDragonScale.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxDragonScale.Name          = "num_MaxDragonScale";
     this.num_MaxDragonScale.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxDragonScale.TabIndex      = 42;
     this.num_MaxDragonScale.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // pictureBoxNana
     //
     this.pictureBoxNana.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBoxNana.Image")));
     this.pictureBoxNana.Location = new System.Drawing.Point(123, 112);
     this.pictureBoxNana.Name     = "pictureBoxNana";
     this.pictureBoxNana.Size     = new System.Drawing.Size(41, 37);
     this.pictureBoxNana.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxNana.TabIndex = 41;
     this.pictureBoxNana.TabStop  = false;
     //
     // num_MaxNanabBerries
     //
     this.num_MaxNanabBerries.Location = new System.Drawing.Point(165, 129);
     this.num_MaxNanabBerries.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxNanabBerries.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxNanabBerries.Name          = "num_MaxNanabBerries";
     this.num_MaxNanabBerries.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxNanabBerries.TabIndex      = 40;
     this.num_MaxNanabBerries.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // pictureBoxPina
     //
     this.pictureBoxPina.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBoxPina.Image")));
     this.pictureBoxPina.Location = new System.Drawing.Point(17, 112);
     this.pictureBoxPina.Name     = "pictureBoxPina";
     this.pictureBoxPina.Size     = new System.Drawing.Size(41, 37);
     this.pictureBoxPina.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxPina.TabIndex = 38;
     this.pictureBoxPina.TabStop  = false;
     //
     // num_MaxPinapBerries
     //
     this.num_MaxPinapBerries.Location = new System.Drawing.Point(58, 129);
     this.num_MaxPinapBerries.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxPinapBerries.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxPinapBerries.Name          = "num_MaxPinapBerries";
     this.num_MaxPinapBerries.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxPinapBerries.TabIndex      = 37;
     this.num_MaxPinapBerries.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // pictureBox9
     //
     this.pictureBox9.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
     this.pictureBox9.Location = new System.Drawing.Point(123, 68);
     this.pictureBox9.Name     = "pictureBox9";
     this.pictureBox9.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox9.TabIndex = 35;
     this.pictureBox9.TabStop  = false;
     //
     // pictureBox10
     //
     this.pictureBox10.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
     this.pictureBox10.Location = new System.Drawing.Point(123, 260);
     this.pictureBox10.Name     = "pictureBox10";
     this.pictureBox10.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox10.TabIndex = 34;
     this.pictureBox10.TabStop  = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
     this.pictureBox5.Location = new System.Drawing.Point(17, 260);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox5.TabIndex = 33;
     this.pictureBox5.TabStop  = false;
     //
     // pictureBox6
     //
     this.pictureBox6.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
     this.pictureBox6.Location = new System.Drawing.Point(123, 215);
     this.pictureBox6.Name     = "pictureBox6";
     this.pictureBox6.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox6.TabIndex = 32;
     this.pictureBox6.TabStop  = false;
     //
     // pictureBox7
     //
     this.pictureBox7.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
     this.pictureBox7.Location = new System.Drawing.Point(17, 215);
     this.pictureBox7.Name     = "pictureBox7";
     this.pictureBox7.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox7.TabIndex = 31;
     this.pictureBox7.TabStop  = false;
     //
     // pictureBox8
     //
     this.pictureBox8.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
     this.pictureBox8.Location = new System.Drawing.Point(123, 163);
     this.pictureBox8.Name     = "pictureBox8";
     this.pictureBox8.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox8.TabIndex = 30;
     this.pictureBox8.TabStop  = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(16, 163);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex = 29;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(16, 67);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex = 28;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(123, 23);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 27;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(16, 22);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(41, 37);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 26;
     this.pictureBox1.TabStop  = false;
     //
     // text_TotalItemCount
     //
     this.text_TotalItemCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.text_TotalItemCount.Location    = new System.Drawing.Point(156, 442);
     this.text_TotalItemCount.Margin      = new System.Windows.Forms.Padding(5);
     this.text_TotalItemCount.Name        = "text_TotalItemCount";
     this.text_TotalItemCount.ReadOnly    = true;
     this.text_TotalItemCount.Size        = new System.Drawing.Size(63, 13);
     this.text_TotalItemCount.TabIndex    = 23;
     this.text_TotalItemCount.TabStop     = false;
     //
     // label31
     //
     this.label31.AutoSize  = true;
     this.label31.Location  = new System.Drawing.Point(87, 442);
     this.label31.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label31.Name      = "label31";
     this.label31.Size      = new System.Drawing.Size(65, 13);
     this.label31.TabIndex  = 22;
     this.label31.Text      = "Total Count:";
     this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // num_MaxTopRevives
     //
     this.num_MaxTopRevives.Location = new System.Drawing.Point(165, 180);
     this.num_MaxTopRevives.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxTopRevives.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxTopRevives.Name          = "num_MaxTopRevives";
     this.num_MaxTopRevives.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxTopRevives.TabIndex      = 20;
     this.num_MaxTopRevives.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxTopPotions
     //
     this.num_MaxTopPotions.Location = new System.Drawing.Point(165, 277);
     this.num_MaxTopPotions.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxTopPotions.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxTopPotions.Name          = "num_MaxTopPotions";
     this.num_MaxTopPotions.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxTopPotions.TabIndex      = 24;
     this.num_MaxTopPotions.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxBerries
     //
     this.num_MaxBerries.Location = new System.Drawing.Point(164, 85);
     this.num_MaxBerries.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxBerries.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxBerries.Name          = "num_MaxBerries";
     this.num_MaxBerries.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxBerries.TabIndex      = 25;
     this.num_MaxBerries.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxHyperPotions
     //
     this.num_MaxHyperPotions.Location = new System.Drawing.Point(58, 277);
     this.num_MaxHyperPotions.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxHyperPotions.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxHyperPotions.Name          = "num_MaxHyperPotions";
     this.num_MaxHyperPotions.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxHyperPotions.TabIndex      = 23;
     this.num_MaxHyperPotions.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxSuperPotions
     //
     this.num_MaxSuperPotions.Location = new System.Drawing.Point(165, 232);
     this.num_MaxSuperPotions.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxSuperPotions.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxSuperPotions.Name          = "num_MaxSuperPotions";
     this.num_MaxSuperPotions.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxSuperPotions.TabIndex      = 22;
     this.num_MaxSuperPotions.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxPotions
     //
     this.num_MaxPotions.Location = new System.Drawing.Point(58, 232);
     this.num_MaxPotions.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxPotions.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxPotions.Name          = "num_MaxPotions";
     this.num_MaxPotions.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxPotions.TabIndex      = 21;
     this.num_MaxPotions.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxRevives
     //
     this.num_MaxRevives.Location = new System.Drawing.Point(58, 180);
     this.num_MaxRevives.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxRevives.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxRevives.Name          = "num_MaxRevives";
     this.num_MaxRevives.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxRevives.TabIndex      = 19;
     this.num_MaxRevives.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxUltraballs
     //
     this.num_MaxUltraballs.Location = new System.Drawing.Point(58, 84);
     this.num_MaxUltraballs.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxUltraballs.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxUltraballs.Name          = "num_MaxUltraballs";
     this.num_MaxUltraballs.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxUltraballs.TabIndex      = 17;
     this.num_MaxUltraballs.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxGreatballs
     //
     this.num_MaxGreatballs.Location = new System.Drawing.Point(165, 40);
     this.num_MaxGreatballs.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxGreatballs.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxGreatballs.Name          = "num_MaxGreatballs";
     this.num_MaxGreatballs.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxGreatballs.TabIndex      = 16;
     this.num_MaxGreatballs.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // num_MaxPokeballs
     //
     this.num_MaxPokeballs.Location = new System.Drawing.Point(58, 39);
     this.num_MaxPokeballs.Margin   = new System.Windows.Forms.Padding(5);
     this.num_MaxPokeballs.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.num_MaxPokeballs.Name          = "num_MaxPokeballs";
     this.num_MaxPokeballs.Size          = new System.Drawing.Size(52, 20);
     this.num_MaxPokeballs.TabIndex      = 15;
     this.num_MaxPokeballs.ValueChanged += new System.EventHandler(this.num_Max);
     //
     // btnRealoadItems
     //
     this.btnRealoadItems.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRealoadItems.Location = new System.Drawing.Point(583, 478);
     this.btnRealoadItems.Margin   = new System.Windows.Forms.Padding(2);
     this.btnRealoadItems.Name     = "btnRealoadItems";
     this.btnRealoadItems.Size     = new System.Drawing.Size(69, 29);
     this.btnRealoadItems.TabIndex = 79;
     this.btnRealoadItems.Text     = "Reload";
     this.btnRealoadItems.UseVisualStyleBackColor = true;
     this.btnRealoadItems.Click += new System.EventHandler(this.BtnRealoadItemsClick);
     //
     // ItemsListView
     //
     this.ItemsListView.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.ItemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chItem,
         this.chCount,
         this.chUnseen,
         this.chID
     });
     this.ItemsListView.ContextMenuStrip = this.contextMenuStripItems;
     this.ItemsListView.FullRowSelect    = true;
     this.ItemsListView.GridLines        = true;
     this.ItemsListView.LargeImageList   = this.imageListItems;
     this.ItemsListView.Location         = new System.Drawing.Point(245, 14);
     this.ItemsListView.Margin           = new System.Windows.Forms.Padding(4);
     this.ItemsListView.Name             = "ItemsListView";
     this.ItemsListView.Size             = new System.Drawing.Size(407, 446);
     this.ItemsListView.SmallImageList   = this.imageListItems;
     this.ItemsListView.TabIndex         = 78;
     this.ItemsListView.UseCompatibleStateImageBehavior = false;
     this.ItemsListView.View         = System.Windows.Forms.View.Details;
     this.ItemsListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ItemsListView_ColumnClick);
     //
     // chItem
     //
     this.chItem.Text  = "Item";
     this.chItem.Width = 160;
     //
     // chCount
     //
     this.chCount.Text = "Count";
     //
     // chUnseen
     //
     this.chUnseen.Text = "Unseen";
     //
     // chID
     //
     this.chID.Text  = "#";
     this.chID.Width = 40;
     //
     // contextMenuStripItems
     //
     this.contextMenuStripItems.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStripItems.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.recycleToolStripMenuItem,
         this.useToolStripMenuItem
     });
     this.contextMenuStripItems.Name = "contextMenuStrip1";
     this.contextMenuStripItems.Size = new System.Drawing.Size(115, 48);
     //
     // recycleToolStripMenuItem
     //
     this.recycleToolStripMenuItem.Name   = "recycleToolStripMenuItem";
     this.recycleToolStripMenuItem.Size   = new System.Drawing.Size(114, 22);
     this.recycleToolStripMenuItem.Text   = "Recycle";
     this.recycleToolStripMenuItem.Click += new System.EventHandler(this.RecycleToolStripMenuItemClick);
     //
     // useToolStripMenuItem
     //
     this.useToolStripMenuItem.Name   = "useToolStripMenuItem";
     this.useToolStripMenuItem.Size   = new System.Drawing.Size(114, 22);
     this.useToolStripMenuItem.Text   = "Use";
     this.useToolStripMenuItem.Click += new System.EventHandler(this.useToolStripMenuItem_Click);
     //
     // imageListItems
     //
     this.imageListItems.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListItems.ImageStream")));
     this.imageListItems.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListItems.Images.SetKeyName(0, "incenseOrdinary");
     this.imageListItems.Images.SetKeyName(1, "hyperpotion");
     this.imageListItems.Images.SetKeyName(2, "pokeball");
     this.imageListItems.Images.SetKeyName(3, "potion");
     this.imageListItems.Images.SetKeyName(4, "revive");
     this.imageListItems.Images.SetKeyName(5, "greatball");
     this.imageListItems.Images.SetKeyName(6, "superpotion");
     this.imageListItems.Images.SetKeyName(7, "ultraball");
     this.imageListItems.Images.SetKeyName(8, "incubatorbasic");
     this.imageListItems.Images.SetKeyName(9, "incubatorbasicunlimited");
     this.imageListItems.Images.SetKeyName(10, "razzberry");
     this.imageListItems.Images.SetKeyName(11, "troydisk");
     this.imageListItems.Images.SetKeyName(12, "luckyegg");
     this.imageListItems.Images.SetKeyName(13, "maxrevive");
     this.imageListItems.Images.SetKeyName(14, "maxpotion");
     this.imageListItems.Images.SetKeyName(15, "pinapberry");
     this.imageListItems.Images.SetKeyName(16, "nanabberry");
     this.imageListItems.Images.SetKeyName(17, "dragonscale");
     this.imageListItems.Images.SetKeyName(18, "kingsrock");
     this.imageListItems.Images.SetKeyName(19, "metalcoat");
     this.imageListItems.Images.SetKeyName(20, "sunstone");
     this.imageListItems.Images.SetKeyName(21, "upgrade");
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(245, 464);
     this.label1.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(65, 13);
     this.label1.TabIndex  = 81;
     this.label1.Text      = "Total Count:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCount
     //
     this.lblCount.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblCount.AutoSize  = true;
     this.lblCount.Location  = new System.Drawing.Point(309, 464);
     this.lblCount.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblCount.Name      = "lblCount";
     this.lblCount.Size      = new System.Drawing.Size(13, 13);
     this.lblCount.TabIndex  = 82;
     this.lblCount.Text      = "0";
     this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnCopy
     //
     this.btnCopy.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCopy.Location = new System.Drawing.Point(6, 477);
     this.btnCopy.Margin   = new System.Windows.Forms.Padding(2);
     this.btnCopy.Name     = "btnCopy";
     this.btnCopy.Size     = new System.Drawing.Size(116, 29);
     this.btnCopy.TabIndex = 83;
     this.btnCopy.Text     = "Adjust to Current Values";
     this.btnCopy.UseVisualStyleBackColor = true;
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // btnDiscard
     //
     this.btnDiscard.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDiscard.Location = new System.Drawing.Point(128, 477);
     this.btnDiscard.Margin   = new System.Windows.Forms.Padding(2);
     this.btnDiscard.Name     = "btnDiscard";
     this.btnDiscard.Size     = new System.Drawing.Size(89, 29);
     this.btnDiscard.TabIndex = 84;
     this.btnDiscard.Text     = "Discard Excess";
     this.btnDiscard.UseVisualStyleBackColor = true;
     this.btnDiscard.Click += new System.EventHandler(this.btnDiscard_Click);
     //
     // buttonUSe
     //
     this.buttonUSe.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonUSe.Location = new System.Drawing.Point(510, 478);
     this.buttonUSe.Margin   = new System.Windows.Forms.Padding(2);
     this.buttonUSe.Name     = "buttonUSe";
     this.buttonUSe.Size     = new System.Drawing.Size(69, 29);
     this.buttonUSe.TabIndex = 85;
     this.buttonUSe.Text     = "Use Item";
     this.buttonUSe.UseVisualStyleBackColor = true;
     this.buttonUSe.Click += new System.EventHandler(this.useToolStripMenuItem_Click);
     //
     // ItemsPanel
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.buttonUSe);
     this.Controls.Add(this.btnDiscard);
     this.Controls.Add(this.btnCopy);
     this.Controls.Add(this.lblCount);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBoxItems);
     this.Controls.Add(this.btnRealoadItems);
     this.Controls.Add(this.ItemsListView);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "ItemsPanel";
     this.Size   = new System.Drawing.Size(662, 514);
     this.groupBoxItems.ResumeLayout(false);
     this.groupBoxItems.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxUpGrade)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxMetalCoat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxKingsRock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxSunStone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxDragonScale)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNana)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxNanabBerries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPina)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxPinapBerries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopRevives)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopPotions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxBerries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxHyperPotions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxSuperPotions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxPotions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxRevives)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxUltraballs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxGreatballs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_MaxPokeballs)).EndInit();
     this.contextMenuStripItems.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomPaletteColours));
     this.kryptonPanel1                    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnOk                           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktbHexadecimal                   = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1                    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnUtiliseAsBaseColour          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSaveColour                   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1                           = new System.Windows.Forms.Panel();
     this.kryptonPanel2                    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.klstCustomColourSelector         = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.pbxColourPreview                 = new System.Windows.Forms.PictureBox();
     this.kcmbNormalTextSystemColours      = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel22                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcmbNormalTextColour             = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel21                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnGenerateNormalTextBlueValue  = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumBlueChannelValue             = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel4                    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnGenerateNormalTextGreenValue = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumGreenChannelValue            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel3                    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnGenerateNormalTextRedValue   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumRedChannelValue              = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel2                    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxColourPreview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextSystemColours)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextColour)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnUtiliseAsBaseColour);
     this.kryptonPanel1.Controls.Add(this.kbtnSaveColour);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.ktbHexadecimal);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 341);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1027, 50);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kbtnOk
     //
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.Location     = new System.Drawing.Point(983, 8);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(32, 30);
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 101;
     this.kbtnOk.Values.Text = "&Ok";
     //
     // ktbHexadecimal
     //
     this.ktbHexadecimal.Hint      = "#000000";
     this.ktbHexadecimal.Location  = new System.Drawing.Point(534, 9);
     this.ktbHexadecimal.MaxLength = 7;
     this.ktbHexadecimal.Name      = "ktbHexadecimal";
     this.ktbHexadecimal.Size      = new System.Drawing.Size(176, 29);
     this.ktbHexadecimal.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktbHexadecimal.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktbHexadecimal.TabIndex  = 85;
     this.ktbHexadecimal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(356, 11);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(172, 26);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 84;
     this.kryptonLabel1.Values.Text = "Hexadecimal Colour:";
     //
     // kbtnUtiliseAsBaseColour
     //
     this.kbtnUtiliseAsBaseColour.AutoSize     = true;
     this.kbtnUtiliseAsBaseColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnUtiliseAsBaseColour.Location     = new System.Drawing.Point(183, 8);
     this.kbtnUtiliseAsBaseColour.Name         = "kbtnUtiliseAsBaseColour";
     this.kbtnUtiliseAsBaseColour.Size         = new System.Drawing.Size(167, 30);
     this.kbtnUtiliseAsBaseColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnUtiliseAsBaseColour.TabIndex    = 103;
     this.kbtnUtiliseAsBaseColour.Values.Text = "Utilise as Base &Colour";
     //
     // kbtnSaveColour
     //
     this.kbtnSaveColour.AutoSize     = true;
     this.kbtnSaveColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSaveColour.Enabled      = false;
     this.kbtnSaveColour.Location     = new System.Drawing.Point(12, 8);
     this.kbtnSaveColour.Name         = "kbtnSaveColour";
     this.kbtnSaveColour.Size         = new System.Drawing.Size(165, 30);
     this.kbtnSaveColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveColour.TabIndex    = 102;
     this.kbtnSaveColour.Values.Text = "Save &Selected Colour";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 338);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1027, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.klstCustomColourSelector);
     this.kryptonPanel2.Controls.Add(this.pbxColourPreview);
     this.kryptonPanel2.Controls.Add(this.kcmbNormalTextSystemColours);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel22);
     this.kryptonPanel2.Controls.Add(this.kcmbNormalTextColour);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel21);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateNormalTextBlueValue);
     this.kryptonPanel2.Controls.Add(this.knumBlueChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateNormalTextGreenValue);
     this.kryptonPanel2.Controls.Add(this.knumGreenChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateNormalTextRedValue);
     this.kryptonPanel2.Controls.Add(this.knumRedChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(1027, 338);
     this.kryptonPanel2.TabIndex = 4;
     //
     // klstCustomColourSelector
     //
     this.klstCustomColourSelector.HorizontalScrollbar = true;
     this.klstCustomColourSelector.Location            = new System.Drawing.Point(12, 12);
     this.klstCustomColourSelector.Name   = "klstCustomColourSelector";
     this.klstCustomColourSelector.Size   = new System.Drawing.Size(335, 257);
     this.klstCustomColourSelector.Sorted = true;
     this.klstCustomColourSelector.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klstCustomColourSelector.TabIndex = 156;
     //
     // pbxColourPreview
     //
     this.pbxColourPreview.BackColor   = System.Drawing.Color.Transparent;
     this.pbxColourPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pbxColourPreview.Location    = new System.Drawing.Point(353, 12);
     this.pbxColourPreview.Name        = "pbxColourPreview";
     this.pbxColourPreview.Size        = new System.Drawing.Size(650, 180);
     this.pbxColourPreview.TabIndex    = 155;
     this.pbxColourPreview.TabStop     = false;
     //
     // kcmbNormalTextSystemColours
     //
     this.kcmbNormalTextSystemColours.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbNormalTextSystemColours.DropDownWidth  = 173;
     this.kcmbNormalTextSystemColours.IntegralHeight = false;
     this.kcmbNormalTextSystemColours.Location       = new System.Drawing.Point(830, 215);
     this.kcmbNormalTextSystemColours.Name           = "kcmbNormalTextSystemColours";
     this.kcmbNormalTextSystemColours.Size           = new System.Drawing.Size(173, 27);
     this.kcmbNormalTextSystemColours.StateCommon.ComboBox.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbNormalTextSystemColours.StateCommon.ComboBox.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcmbNormalTextSystemColours.TabIndex = 154;
     //
     // kryptonLabel22
     //
     this.kryptonLabel22.Location = new System.Drawing.Point(688, 216);
     this.kryptonLabel22.Name     = "kryptonLabel22";
     this.kryptonLabel22.Size     = new System.Drawing.Size(136, 26);
     this.kryptonLabel22.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel22.TabIndex    = 153;
     this.kryptonLabel22.Values.Text = "System Colours:";
     //
     // kcmbNormalTextColour
     //
     this.kcmbNormalTextColour.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbNormalTextColour.DropDownWidth  = 173;
     this.kcmbNormalTextColour.IntegralHeight = false;
     this.kcmbNormalTextColour.Location       = new System.Drawing.Point(509, 215);
     this.kcmbNormalTextColour.Name           = "kcmbNormalTextColour";
     this.kcmbNormalTextColour.Size           = new System.Drawing.Size(173, 27);
     this.kcmbNormalTextColour.StateCommon.ComboBox.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbNormalTextColour.StateCommon.ComboBox.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcmbNormalTextColour.TabIndex = 152;
     //
     // kryptonLabel21
     //
     this.kryptonLabel21.Location = new System.Drawing.Point(353, 216);
     this.kryptonLabel21.Name     = "kryptonLabel21";
     this.kryptonLabel21.Size     = new System.Drawing.Size(150, 26);
     this.kryptonLabel21.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel21.TabIndex    = 151;
     this.kryptonLabel21.Values.Text = "Standard Colours:";
     //
     // kbtnGenerateNormalTextBlueValue
     //
     this.kbtnGenerateNormalTextBlueValue.AutoSize     = true;
     this.kbtnGenerateNormalTextBlueValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateNormalTextBlueValue.Location     = new System.Drawing.Point(843, 282);
     this.kbtnGenerateNormalTextBlueValue.Name         = "kbtnGenerateNormalTextBlueValue";
     this.kbtnGenerateNormalTextBlueValue.Size         = new System.Drawing.Size(114, 30);
     this.kbtnGenerateNormalTextBlueValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateNormalTextBlueValue.TabIndex    = 150;
     this.kbtnGenerateNormalTextBlueValue.Values.Text = "Generate &Blue";
     //
     // knumBlueChannelValue
     //
     this.knumBlueChannelValue.Location = new System.Drawing.Point(717, 282);
     this.knumBlueChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBlueChannelValue.Name = "knumBlueChannelValue";
     this.knumBlueChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBlueChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knumBlueChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumBlueChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBlueChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBlueChannelValue.TabIndex = 149;
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(649, 284);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(50, 26);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 148;
     this.kryptonLabel4.Values.Text = "Blue:";
     //
     // kbtnGenerateNormalTextGreenValue
     //
     this.kbtnGenerateNormalTextGreenValue.AutoSize     = true;
     this.kbtnGenerateNormalTextGreenValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateNormalTextGreenValue.Location     = new System.Drawing.Point(517, 284);
     this.kbtnGenerateNormalTextGreenValue.Name         = "kbtnGenerateNormalTextGreenValue";
     this.kbtnGenerateNormalTextGreenValue.Size         = new System.Drawing.Size(126, 30);
     this.kbtnGenerateNormalTextGreenValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateNormalTextGreenValue.TabIndex    = 147;
     this.kbtnGenerateNormalTextGreenValue.Values.Text = "Generate &Green";
     //
     // knumGreenChannelValue
     //
     this.knumGreenChannelValue.Location = new System.Drawing.Point(391, 284);
     this.knumGreenChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumGreenChannelValue.Name = "knumGreenChannelValue";
     this.knumGreenChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumGreenChannelValue.StateCommon.Back.Color1   = System.Drawing.Color.Lime;
     this.knumGreenChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumGreenChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumGreenChannelValue.TabIndex = 146;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(323, 284);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 145;
     this.kryptonLabel3.Values.Text = "Green:";
     //
     // kbtnGenerateNormalTextRedValue
     //
     this.kbtnGenerateNormalTextRedValue.AutoSize     = true;
     this.kbtnGenerateNormalTextRedValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateNormalTextRedValue.Location     = new System.Drawing.Point(206, 284);
     this.kbtnGenerateNormalTextRedValue.Name         = "kbtnGenerateNormalTextRedValue";
     this.kbtnGenerateNormalTextRedValue.Size         = new System.Drawing.Size(111, 30);
     this.kbtnGenerateNormalTextRedValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateNormalTextRedValue.TabIndex    = 144;
     this.kbtnGenerateNormalTextRedValue.Values.Text = "Generate &Red";
     //
     // knumRedChannelValue
     //
     this.knumRedChannelValue.Location = new System.Drawing.Point(80, 283);
     this.knumRedChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumRedChannelValue.Name = "knumRedChannelValue";
     this.knumRedChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumRedChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knumRedChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumRedChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumRedChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumRedChannelValue.TabIndex = 143;
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(12, 284);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(46, 26);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 142;
     this.kryptonLabel2.Values.Text = "Red:";
     //
     // CustomPaletteColours
     //
     this.ClientSize = new System.Drawing.Size(1027, 391);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CustomPaletteColours";
     this.ShowInTaskbar   = false;
     this.Text            = "Define Custom Palette Colours";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxColourPreview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextSystemColours)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextColour)).EndInit();
     this.ResumeLayout(false);
 }
示例#38
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(Cliente));
     this.c             = new System.Windows.Forms.TextBox();
     this.lbCant        = new System.Windows.Forms.Label();
     this.tbApellido    = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.tbEditionBook = new System.Windows.Forms.TextBox();
     this.tbNPages      = new System.Windows.Forms.TextBox();
     this.tbEditorial   = new System.Windows.Forms.TextBox();
     this.tbAuthor      = new System.Windows.Forms.TextBox();
     this.tbISBN        = new System.Windows.Forms.TextBox();
     this.tbNameBook    = new System.Windows.Forms.TextBox();
     this.label11       = new System.Windows.Forms.Label();
     this.label12       = new System.Windows.Forms.Label();
     this.label14       = new System.Windows.Forms.Label();
     this.label15       = new System.Windows.Forms.Label();
     this.label16       = new System.Windows.Forms.Label();
     this.label18       = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.btnAddBook    = new System.Windows.Forms.Button();
     this.pBoxSalir     = new System.Windows.Forms.PictureBox();
     this.btnLimpiar    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pBoxSalir)).BeginInit();
     this.SuspendLayout();
     //
     // c
     //
     this.c.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.c.Location = new System.Drawing.Point(139, 236);
     this.c.Name     = "c";
     this.c.Size     = new System.Drawing.Size(292, 20);
     this.c.TabIndex = 97;
     //
     // lbCant
     //
     this.lbCant.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbCant.Location = new System.Drawing.Point(16, 233);
     this.lbCant.Name     = "lbCant";
     this.lbCant.Size     = new System.Drawing.Size(108, 23);
     this.lbCant.TabIndex = 96;
     this.lbCant.Text     = "Email:";
     //
     // tbApellido
     //
     this.tbApellido.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbApellido.Location = new System.Drawing.Point(138, 197);
     this.tbApellido.Name     = "tbApellido";
     this.tbApellido.Size     = new System.Drawing.Size(292, 20);
     this.tbApellido.TabIndex = 95;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 194);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(116, 23);
     this.label1.TabIndex = 94;
     this.label1.Text     = "CURP:";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(27, 30);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(265, 47);
     this.label2.TabIndex = 93;
     this.label2.Text     = "Datos del Cliente:";
     //
     // tbEditionBook
     //
     this.tbEditionBook.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbEditionBook.Location = new System.Drawing.Point(138, 430);
     this.tbEditionBook.Name     = "tbEditionBook";
     this.tbEditionBook.Size     = new System.Drawing.Size(292, 20);
     this.tbEditionBook.TabIndex = 88;
     //
     // tbNPages
     //
     this.tbNPages.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbNPages.Location = new System.Drawing.Point(137, 390);
     this.tbNPages.Name     = "tbNPages";
     this.tbNPages.Size     = new System.Drawing.Size(292, 20);
     this.tbNPages.TabIndex = 87;
     //
     // tbEditorial
     //
     this.tbEditorial.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbEditorial.Location = new System.Drawing.Point(138, 355);
     this.tbEditorial.Name     = "tbEditorial";
     this.tbEditorial.Size     = new System.Drawing.Size(292, 20);
     this.tbEditorial.TabIndex = 89;
     //
     // tbAuthor
     //
     this.tbAuthor.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbAuthor.Location = new System.Drawing.Point(139, 158);
     this.tbAuthor.Name     = "tbAuthor";
     this.tbAuthor.Size     = new System.Drawing.Size(292, 20);
     this.tbAuthor.TabIndex = 91;
     //
     // tbISBN
     //
     this.tbISBN.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbISBN.Location = new System.Drawing.Point(139, 119);
     this.tbISBN.Name     = "tbISBN";
     this.tbISBN.Size     = new System.Drawing.Size(292, 20);
     this.tbISBN.TabIndex = 92;
     //
     // tbNameBook
     //
     this.tbNameBook.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbNameBook.Location = new System.Drawing.Point(138, 80);
     this.tbNameBook.Name     = "tbNameBook";
     this.tbNameBook.Size     = new System.Drawing.Size(292, 20);
     this.tbNameBook.TabIndex = 90;
     //
     // label11
     //
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(14, 427);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(116, 23);
     this.label11.TabIndex = 85;
     this.label11.Text     = "Código Postal:";
     //
     // label12
     //
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(14, 390);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(78, 23);
     this.label12.TabIndex = 86;
     this.label12.Text     = "Número:";
     //
     // label14
     //
     this.label14.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(15, 355);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(84, 23);
     this.label14.TabIndex = 84;
     this.label14.Text     = "Calle:";
     //
     // label15
     //
     this.label15.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(16, 158);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(116, 23);
     this.label15.TabIndex = 82;
     this.label15.Text     = "Apellido M:";
     //
     // label16
     //
     this.label16.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(16, 119);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(93, 23);
     this.label16.TabIndex = 81;
     this.label16.Text     = "Apellido P:";
     //
     // label18
     //
     this.label18.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(15, 80);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(116, 23);
     this.label18.TabIndex = 83;
     this.label18.Text     = "Nombre:";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(14, 299);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(265, 47);
     this.label3.TabIndex = 101;
     this.label3.Text     = "Domicilio:";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(640, 30);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(265, 47);
     this.label4.TabIndex = 102;
     this.label4.Text     = "Cuenta:";
     //
     // textBox1
     //
     this.textBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(578, 120);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(292, 20);
     this.textBox1.TabIndex = 106;
     this.textBox1.UseSystemPasswordChar = true;
     //
     // textBox2
     //
     this.textBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(577, 80);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(292, 20);
     this.textBox2.TabIndex = 105;
     //
     // 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(473, 116);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(99, 23);
     this.label5.TabIndex = 103;
     this.label5.Text     = "Contraseña:";
     //
     // 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(473, 80);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(97, 23);
     this.label6.TabIndex = 104;
     this.label6.Text     = "Usuario:";
     //
     // btnAddBook
     //
     this.btnAddBook.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(112)))), ((int)(((byte)(114)))));
     this.btnAddBook.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnAddBook.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnAddBook.FlatAppearance.BorderSize = 0;
     this.btnAddBook.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnAddBook.Font       = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddBook.ForeColor  = System.Drawing.Color.White;
     this.btnAddBook.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAddBook.Location   = new System.Drawing.Point(640, 289);
     this.btnAddBook.Name       = "btnAddBook";
     this.btnAddBook.Size       = new System.Drawing.Size(229, 57);
     this.btnAddBook.TabIndex   = 107;
     this.btnAddBook.Text       = "Añadir";
     this.btnAddBook.UseVisualStyleBackColor = false;
     this.btnAddBook.Click += new System.EventHandler(this.BtnAddBookClick);
     //
     // pBoxSalir
     //
     this.pBoxSalir.Image    = ((System.Drawing.Image)(resources.GetObject("pBoxSalir.Image")));
     this.pBoxSalir.Location = new System.Drawing.Point(780, 460);
     this.pBoxSalir.Name     = "pBoxSalir";
     this.pBoxSalir.Size     = new System.Drawing.Size(100, 50);
     this.pBoxSalir.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pBoxSalir.TabIndex = 113;
     this.pBoxSalir.TabStop  = false;
     this.pBoxSalir.Click   += new System.EventHandler(this.PBoxSalirClick);
     //
     // btnLimpiar
     //
     this.btnLimpiar.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(112)))), ((int)(((byte)(114)))));
     this.btnLimpiar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnLimpiar.FlatAppearance.BorderSize = 0;
     this.btnLimpiar.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnLimpiar.Font       = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLimpiar.ForeColor  = System.Drawing.Color.White;
     this.btnLimpiar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnLimpiar.Location   = new System.Drawing.Point(640, 194);
     this.btnLimpiar.Name       = "btnLimpiar";
     this.btnLimpiar.Size       = new System.Drawing.Size(229, 57);
     this.btnLimpiar.TabIndex   = 114;
     this.btnLimpiar.Text       = "Limpiar";
     this.btnLimpiar.UseVisualStyleBackColor = false;
     this.btnLimpiar.Click += new System.EventHandler(this.BtnLimpiarClick);
     //
     // Cliente
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnLimpiar);
     this.Controls.Add(this.pBoxSalir);
     this.Controls.Add(this.btnAddBook);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.c);
     this.Controls.Add(this.lbCant);
     this.Controls.Add(this.tbApellido);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbEditionBook);
     this.Controls.Add(this.tbNPages);
     this.Controls.Add(this.tbEditorial);
     this.Controls.Add(this.tbAuthor);
     this.Controls.Add(this.tbISBN);
     this.Controls.Add(this.tbNameBook);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.label18);
     this.Name = "Cliente";
     this.Size = new System.Drawing.Size(908, 529);
     ((System.ComponentModel.ISupportInitialize)(this.pBoxSalir)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#39
0
        public Plot(string position, string time, int page, int compteur, int selected, System.Windows.Forms.PictureBox pictureBox, System.Drawing.Image saveimage)
        {
            Stream stream;

            _position = position;
            _time     = time;
            _selected = selected;
            _page     = page;
            _compteur = compteur;
            if (_compteur == 0 && _page == 0 && _selected != (-1)) //suppression de l'ancien fichier de travail
            {
                stream = new FileStream("Work", FileMode.Create);

                /*StreamWriter sw2 = new StreamWriter(stream);
                 * for (int i = 0; i < 72; i++)
                 *  sw2.Write('\n');*/
            }
            else
            {
                stream = new FileStream("Work", FileMode.Open);
            }
            StreamWriter sw = new StreamWriter(stream);
            StreamReader sr = new StreamReader(stream);
            string       vaisseau;
            string       text;

            switch (selected)      // ICI AJOUTER LES NOUVEAUX VAISSEAUX/BONUS
            {
            case 1:
                vaisseau = "drone";
                break;

            case 2:
                vaisseau = "rapidshooter";
                break;

            case 3:
                vaisseau = "blasterer";
                break;

            case 4:
                vaisseau = "kamikaze";
                break;

            case 5:
                vaisseau = "vie";
                break;

            case 6:
                vaisseau = "baseWeapon";
                break;

            case 7:
                vaisseau = "vie";
                break;

            case 8:
                vaisseau = "BC";
                break;

            case 9:
                vaisseau = "support";
                break;

            case 10:
                vaisseau = "targeter";
                break;

            case 11:
                vaisseau = "zebra";
                break;

            case 12:
                vaisseau = "energie";
                break;

            case 13:
                vaisseau = "score";
                break;

            default:
                vaisseau = "drone";
                break;
            }
            if (_selected >= 0)
            {
                if (((page == 0)) || ((selected == 0) && (page == 0)))
                {
                    if (_compteur == 0)
                    {
                        for (int i = 0; i < Convert.ToInt16(_position); i++)
                        {
                            sw.Write("\n");
                        }

                        for (int i = Convert.ToInt16(_position); i < 72; i++)
                        {
                            if (i == 71)
                            {
                                sw.Write("");
                            }
                            else
                            {
                                sw.Write("\n");
                            }
                        }

                        _compteur++;
                    }
                }
                else     // on démarre de la fin du fichier pour une nouvelle page
                {
                    string   texttest      = sr.ReadToEnd();
                    string[] texttestArray = texttest.Split('\n');
                    if (texttestArray.Length < 72 * (page + 1))
                    {
                        if (_compteur == 0)
                        {
                            for (int i = 0; i < Convert.ToInt16(_position); i++)
                            {
                                sw.Write("\n");
                            }

                            for (int i = Convert.ToInt16(_position); i < 72; i++)
                            {
                                if (i == 73)
                                {
                                    sw.Write("");
                                }
                                else
                                {
                                    sw.Write("\n");
                                }
                            }

                            _compteur++;
                        }
                    }
                }
            }
            sw.Close();
            stream.Close();
            Stream       stream_int = new FileStream("Work", FileMode.Open);
            StreamReader sr_int     = new StreamReader(stream_int);

            text = sr_int.ReadToEnd();
            string[] textArray = text.Split('\n');
            sr_int.Close();
            stream_int.Close();

            Stream       stream_new = new FileStream("Work", FileMode.Open);
            StreamReader sr_new     = new StreamReader(stream_new);

            string type = "";

            if ((selected == 6) || (selected == 7) || (selected == 12) || (selected == 13))
            {
                type = "bonus";
            }
            else
            {
                type = "vaisseau";
            }

            if ((selected == 0) && (compteur != 0))
            {
                textArray[Convert.ToInt16(_position) + page * 72 - 1 + 9 * ((((Convert.ToInt32(_time) - 400) % 3200) / (400)))] = ("                                                                                                                       ");    // epic bug de buffer confirmed by nurelin, xavier, et lecuyer, don't try to guess why.
            }
            else if ((selected < 20) && (selected > 0))
            {
                textArray[Convert.ToInt16(_position) + page * 72 - 1 + 9 * ((((Convert.ToInt32(_time) - 400) % 3200) / (400)))] = (type + ";" + vaisseau + ":" + position + " " + time);
            }
            StreamWriter sw_new = new StreamWriter(stream_new);

            for (int i = 0; i < textArray.Length; i++)
            {
                if (i == textArray.Length - 1)
                {
                    sw_new.Write(textArray[i]);
                }
                else
                {
                    sw_new.Write(textArray[i] + '\n');
                }
            }
            sw_new.Close();
            stream_new.Close();

            pictureBox.Image = saveimage;
        }
示例#40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.Image1                       = new System.Windows.Forms.PictureBox();
     this.Label2                       = new System.Windows.Forms.Label();
     this.GridPrincipal                = new System.Windows.Forms.DataGridView();
     this.GTIN                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_NOME           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_UNIDADE        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_VALOR_VENDA    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_QTD_ESTOQUE    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_IPPT           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_IAT            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_ECF_ICMS_ST    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_CODIGO_INTERNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_ESTOQUE_MIN    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_ESTOQUE_MAX    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Panel1                       = new System.Windows.Forms.Panel();
     this.EditLocaliza                 = new System.Windows.Forms.TextBox();
     this.SpeedButton1                 = new System.Windows.Forms.Button();
     this.Label1                       = new System.Windows.Forms.Label();
     this.botaoConfirma                = new System.Windows.Forms.Button();
     this.botaoCancela                 = new System.Windows.Forms.Button();
     this.pictureBox1                  = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridPrincipal)).BeginInit();
     this.Panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Image1
     //
     this.Image1.Image    = global::NFCe.Properties.Resources.botaoPesquisa;
     this.Image1.Location = new System.Drawing.Point(9, 296);
     this.Image1.Name     = "Image1";
     this.Image1.Size     = new System.Drawing.Size(48, 48);
     this.Image1.TabIndex = 0;
     this.Image1.TabStop  = false;
     //
     // Label2
     //
     this.Label2.AutoSize  = true;
     this.Label2.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.Label2.ForeColor = System.Drawing.Color.Black;
     this.Label2.Location  = new System.Drawing.Point(68, 320);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(0, 13);
     this.Label2.TabIndex  = 1;
     //
     // GridPrincipal
     //
     this.GridPrincipal.AllowUserToAddRows    = false;
     this.GridPrincipal.AllowUserToDeleteRows = false;
     this.GridPrincipal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.GTIN,
         this.GridPrincipal_NOME,
         this.GridPrincipal_UNIDADE,
         this.GridPrincipal_VALOR_VENDA,
         this.GridPrincipal_QTD_ESTOQUE,
         this.GridPrincipal_IPPT,
         this.GridPrincipal_IAT,
         this.GridPrincipal_ECF_ICMS_ST,
         this.GridPrincipal_CODIGO_INTERNO,
         this.GridPrincipal_ESTOQUE_MIN,
         this.GridPrincipal_ESTOQUE_MAX
     });
     this.GridPrincipal.Font     = new System.Drawing.Font("Tahoma", 8F);
     this.GridPrincipal.Location = new System.Drawing.Point(68, 10);
     this.GridPrincipal.Name     = "GridPrincipal";
     this.GridPrincipal.ReadOnly = true;
     this.GridPrincipal.Size     = new System.Drawing.Size(613, 231);
     this.GridPrincipal.TabIndex = 1;
     this.GridPrincipal.Text     = "Select columns";
     this.GridPrincipal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GridPrincipal_KeyDown);
     //
     // GTIN
     //
     this.GTIN.DataPropertyName = "GTIN";
     this.GTIN.HeaderText       = "GTIN";
     this.GTIN.Name             = "GTIN";
     this.GTIN.ReadOnly         = true;
     this.GTIN.Width            = 110;
     //
     // GridPrincipal_NOME
     //
     this.GridPrincipal_NOME.DataPropertyName = "Nome";
     this.GridPrincipal_NOME.HeaderText       = "Descrição da Mercadoria ou Serviço";
     this.GridPrincipal_NOME.Name             = "GridPrincipal_NOME";
     this.GridPrincipal_NOME.ReadOnly         = true;
     this.GridPrincipal_NOME.Width            = 300;
     //
     // GridPrincipal_UNIDADE
     //
     this.GridPrincipal_UNIDADE.DataPropertyName = "UnidadeProduto";
     this.GridPrincipal_UNIDADE.HeaderText       = "Unidade";
     this.GridPrincipal_UNIDADE.Name             = "GridPrincipal_UNIDADE";
     this.GridPrincipal_UNIDADE.ReadOnly         = true;
     //
     // GridPrincipal_VALOR_VENDA
     //
     this.GridPrincipal_VALOR_VENDA.DataPropertyName = "ValorVenda";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.GridPrincipal_VALOR_VENDA.DefaultCellStyle = dataGridViewCellStyle1;
     this.GridPrincipal_VALOR_VENDA.HeaderText       = "Valor Unitário";
     this.GridPrincipal_VALOR_VENDA.Name             = "GridPrincipal_VALOR_VENDA";
     this.GridPrincipal_VALOR_VENDA.ReadOnly         = true;
     //
     // GridPrincipal_QTD_ESTOQUE
     //
     this.GridPrincipal_QTD_ESTOQUE.DataPropertyName = "QtdeEstoque";
     this.GridPrincipal_QTD_ESTOQUE.HeaderText       = "Qtde. Estoque";
     this.GridPrincipal_QTD_ESTOQUE.Name             = "GridPrincipal_QTD_ESTOQUE";
     this.GridPrincipal_QTD_ESTOQUE.ReadOnly         = true;
     //
     // GridPrincipal_IPPT
     //
     this.GridPrincipal_IPPT.DataPropertyName = "IPPT";
     this.GridPrincipal_IPPT.HeaderText       = "IPPT";
     this.GridPrincipal_IPPT.Name             = "GridPrincipal_IPPT";
     this.GridPrincipal_IPPT.ReadOnly         = true;
     //
     // GridPrincipal_IAT
     //
     this.GridPrincipal_IAT.DataPropertyName = "IAT";
     this.GridPrincipal_IAT.HeaderText       = "IAT";
     this.GridPrincipal_IAT.Name             = "GridPrincipal_IAT";
     this.GridPrincipal_IAT.ReadOnly         = true;
     //
     // GridPrincipal_ECF_ICMS_ST
     //
     this.GridPrincipal_ECF_ICMS_ST.DataPropertyName = "ECFICMS";
     this.GridPrincipal_ECF_ICMS_ST.HeaderText       = "Situação Tributária";
     this.GridPrincipal_ECF_ICMS_ST.Name             = "GridPrincipal_ECF_ICMS_ST";
     this.GridPrincipal_ECF_ICMS_ST.ReadOnly         = true;
     //
     // GridPrincipal_CODIGO_INTERNO
     //
     this.GridPrincipal_CODIGO_INTERNO.DataPropertyName = "CodigoInterno";
     this.GridPrincipal_CODIGO_INTERNO.HeaderText       = "Código Interno";
     this.GridPrincipal_CODIGO_INTERNO.Name             = "GridPrincipal_CODIGO_INTERNO";
     this.GridPrincipal_CODIGO_INTERNO.ReadOnly         = true;
     //
     // GridPrincipal_ESTOQUE_MIN
     //
     this.GridPrincipal_ESTOQUE_MIN.DataPropertyName = "EstoqueMinimo";
     this.GridPrincipal_ESTOQUE_MIN.HeaderText       = "Estoque Mínimo";
     this.GridPrincipal_ESTOQUE_MIN.Name             = "GridPrincipal_ESTOQUE_MIN";
     this.GridPrincipal_ESTOQUE_MIN.ReadOnly         = true;
     //
     // GridPrincipal_ESTOQUE_MAX
     //
     this.GridPrincipal_ESTOQUE_MAX.DataPropertyName = "EstoqueMaximo";
     this.GridPrincipal_ESTOQUE_MAX.HeaderText       = "Estoque Máximo";
     this.GridPrincipal_ESTOQUE_MAX.Name             = "GridPrincipal_ESTOQUE_MAX";
     this.GridPrincipal_ESTOQUE_MAX.ReadOnly         = true;
     //
     // Panel1
     //
     this.Panel1.BackColor = System.Drawing.SystemColors.ControlDark;
     this.Panel1.Controls.Add(this.EditLocaliza);
     this.Panel1.Controls.Add(this.SpeedButton1);
     this.Panel1.Controls.Add(this.Label1);
     this.Panel1.Location = new System.Drawing.Point(68, 247);
     this.Panel1.Name     = "Panel1";
     this.Panel1.Size     = new System.Drawing.Size(613, 58);
     this.Panel1.TabIndex = 0;
     //
     // EditLocaliza
     //
     this.EditLocaliza.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.EditLocaliza.Location        = new System.Drawing.Point(10, 27);
     this.EditLocaliza.Name            = "EditLocaliza";
     this.EditLocaliza.Size            = new System.Drawing.Size(485, 20);
     this.EditLocaliza.TabIndex        = 0;
     //
     // SpeedButton1
     //
     this.SpeedButton1.BackColor = System.Drawing.Color.White;
     this.SpeedButton1.Location  = new System.Drawing.Point(497, 27);
     this.SpeedButton1.Name      = "SpeedButton1";
     this.SpeedButton1.Size      = new System.Drawing.Size(105, 21);
     this.SpeedButton1.TabIndex  = 5;
     this.SpeedButton1.Text      = "Localiza (F2)";
     this.SpeedButton1.UseVisualStyleBackColor = false;
     this.SpeedButton1.Click += new System.EventHandler(this.SpeedButton1_Click);
     //
     // Label1
     //
     this.Label1.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.Label1.ForeColor = System.Drawing.Color.Black;
     this.Label1.Location  = new System.Drawing.Point(7, 11);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(79, 13);
     this.Label1.TabIndex  = 4;
     this.Label1.Text      = "Procura por:";
     //
     // botaoConfirma
     //
     this.botaoConfirma.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.botaoConfirma.ForeColor         = System.Drawing.Color.Black;
     this.botaoConfirma.Image             = global::NFCe.Properties.Resources.confirmar16;
     this.botaoConfirma.Location          = new System.Drawing.Point(429, 317);
     this.botaoConfirma.Name              = "botaoConfirma";
     this.botaoConfirma.Size              = new System.Drawing.Size(120, 25);
     this.botaoConfirma.TabIndex          = 3;
     this.botaoConfirma.Text              = "&Confirma (F12)";
     this.botaoConfirma.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.botaoConfirma.Click            += new System.EventHandler(this.botaoConfirma_Click);
     //
     // botaoCancela
     //
     this.botaoCancela.DialogResult      = System.Windows.Forms.DialogResult.Cancel;
     this.botaoCancela.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.botaoCancela.ForeColor         = System.Drawing.Color.Black;
     this.botaoCancela.Image             = global::NFCe.Properties.Resources.cancelar16;
     this.botaoCancela.Location          = new System.Drawing.Point(561, 317);
     this.botaoCancela.Name              = "botaoCancela";
     this.botaoCancela.Size              = new System.Drawing.Size(120, 25);
     this.botaoCancela.TabIndex          = 4;
     this.botaoCancela.Text              = "Ca&ncela (ESC)";
     this.botaoCancela.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.botaoCancela.Click            += new System.EventHandler(this.botaoCancela_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Image    = global::NFCe.Properties.Resources.body;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 351);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 29;
     this.pictureBox1.TabStop  = false;
     //
     // ImportaProduto
     //
     this.ClientSize = new System.Drawing.Size(692, 351);
     this.Controls.Add(this.botaoConfirma);
     this.Controls.Add(this.botaoCancela);
     this.Controls.Add(this.Image1);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.GridPrincipal);
     this.Controls.Add(this.Panel1);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.Location        = new System.Drawing.Point(226, 359);
     this.Name            = "ImportaProduto";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Localiza Produto";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FImportaProduto_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridPrincipal)).EndInit();
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.PictureBox pictureBox1;
     this.okButton         = new System.Windows.Forms.Button();
     this.labelCompanyName = new System.Windows.Forms.Label();
     this.labelCopyright   = new System.Windows.Forms.Label();
     this.labelVersion     = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     pictureBox1           = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     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)));
     pictureBox1.ErrorImage   = global::MicrosoftWindowsManagerBrowser.Properties.Resources.Internet___IE;
     pictureBox1.Image        = global::MicrosoftWindowsManagerBrowser.Properties.Resources.Internet_IE;
     pictureBox1.InitialImage = global::MicrosoftWindowsManagerBrowser.Properties.Resources.Internet___IE;
     pictureBox1.Location     = new System.Drawing.Point(12, 216);
     pictureBox1.Name         = "pictureBox1";
     pictureBox1.Size         = new System.Drawing.Size(180, 112);
     pictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     pictureBox1.TabIndex     = 57;
     pictureBox1.TabStop      = false;
     //
     // okButton
     //
     this.okButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.okButton.Font         = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.okButton.Location     = new System.Drawing.Point(214, 227);
     this.okButton.Name         = "okButton";
     this.okButton.Size         = new System.Drawing.Size(144, 101);
     this.okButton.TabIndex     = 58;
     this.okButton.Text         = "&OK";
     this.okButton.Click       += new System.EventHandler(this.okButton_Click_2);
     //
     // labelCompanyName
     //
     this.labelCompanyName.Location  = new System.Drawing.Point(9, 140);
     this.labelCompanyName.Name      = "labelCompanyName";
     this.labelCompanyName.Size      = new System.Drawing.Size(338, 29);
     this.labelCompanyName.TabIndex  = 56;
     this.labelCompanyName.Text      = "Company Name";
     this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     this.labelCopyright.Location  = new System.Drawing.Point(9, 110);
     this.labelCopyright.Name      = "labelCopyright";
     this.labelCopyright.Size      = new System.Drawing.Size(338, 30);
     this.labelCopyright.TabIndex  = 55;
     this.labelCopyright.Text      = "Copyright";
     this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.Location  = new System.Drawing.Point(9, 85);
     this.labelVersion.Name      = "labelVersion";
     this.labelVersion.Size      = new System.Drawing.Size(338, 25);
     this.labelVersion.TabIndex  = 54;
     this.labelVersion.Text      = "Version";
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.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.label2.Font      = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label2.Location  = new System.Drawing.Point(-18, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(406, 43);
     this.label2.TabIndex  = 53;
     this.label2.Text      = "BY : Mohammed Osama Mohamed";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // About
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ClientSize            = new System.Drawing.Size(370, 340);
     this.Controls.Add(this.okButton);
     this.Controls.Add(pictureBox1);
     this.Controls.Add(this.labelCompanyName);
     this.Controls.Add(this.labelCopyright);
     this.Controls.Add(this.labelVersion);
     this.Controls.Add(this.label2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "About";
     this.Padding         = new System.Windows.Forms.Padding(9);
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.About_Load);
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
示例#42
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressForm));
     this.EtiquetaNombreOperacion  = new Lui.Forms.Label();
     this.EtiquetaDescripcion      = new Lui.Forms.Label();
     this.ProgressBar              = new System.Windows.Forms.ProgressBar();
     this.PictureBox1              = new System.Windows.Forms.PictureBox();
     this.EtiquetaEstado           = new Lui.Forms.Label();
     this.BotonCancelar            = new Lui.Forms.LinkLabel();
     this.EtiquetaOtrasOperaciones = new Lui.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // EtiquetaNombreOperacion
     //
     this.EtiquetaNombreOperacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaNombreOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.EtiquetaNombreOperacion.Location  = new System.Drawing.Point(104, 24);
     this.EtiquetaNombreOperacion.Name      = "EtiquetaNombreOperacion";
     this.EtiquetaNombreOperacion.Size      = new System.Drawing.Size(392, 44);
     this.EtiquetaNombreOperacion.TabIndex  = 0;
     this.EtiquetaNombreOperacion.Text      = "Procesando...";
     this.EtiquetaNombreOperacion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.EtiquetaNombreOperacion.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
     //
     // EtiquetaDescripcion
     //
     this.EtiquetaDescripcion.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.EtiquetaDescripcion.Location = new System.Drawing.Point(104, 108);
     this.EtiquetaDescripcion.Name     = "EtiquetaDescripcion";
     this.EtiquetaDescripcion.Size     = new System.Drawing.Size(392, 78);
     this.EtiquetaDescripcion.TabIndex = 2;
     this.EtiquetaDescripcion.Text     = "Por favor aguarde mientras se completan las operaciones.";
     //
     // ProgressBar
     //
     this.ProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.ProgressBar.Location = new System.Drawing.Point(104, 240);
     this.ProgressBar.Name     = "ProgressBar";
     this.ProgressBar.Size     = new System.Drawing.Size(392, 20);
     this.ProgressBar.Style    = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.ProgressBar.TabIndex = 3;
     //
     // PictureBox1
     //
     this.PictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
     this.PictureBox1.Location = new System.Drawing.Point(24, 24);
     this.PictureBox1.Name     = "PictureBox1";
     this.PictureBox1.Size     = new System.Drawing.Size(64, 64);
     this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.PictureBox1.TabIndex = 5;
     this.PictureBox1.TabStop  = false;
     //
     // EtiquetaEstado
     //
     this.EtiquetaEstado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaEstado.Location = new System.Drawing.Point(104, 196);
     this.EtiquetaEstado.Name     = "EtiquetaEstado";
     this.EtiquetaEstado.Size     = new System.Drawing.Size(392, 44);
     this.EtiquetaEstado.TabIndex = 0;
     //
     // BotonCancelar
     //
     this.BotonCancelar.ActiveLinkColor = System.Drawing.Color.RoyalBlue;
     this.BotonCancelar.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BotonCancelar.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.BotonCancelar.LinkBehavior    = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.BotonCancelar.Location        = new System.Drawing.Point(407, 168);
     this.BotonCancelar.Name            = "BotonCancelar";
     this.BotonCancelar.Size            = new System.Drawing.Size(89, 20);
     this.BotonCancelar.TabIndex        = 0;
     this.BotonCancelar.TabStop         = true;
     this.BotonCancelar.Text            = "Cancelar";
     this.BotonCancelar.TextAlign       = System.Drawing.ContentAlignment.MiddleRight;
     this.BotonCancelar.Visible         = false;
     this.BotonCancelar.LinkClicked    += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.BotonCancelar_LinkClicked);
     //
     // EtiquetaOtrasOperaciones
     //
     this.EtiquetaOtrasOperaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaOtrasOperaciones.Location = new System.Drawing.Point(104, 72);
     this.EtiquetaOtrasOperaciones.Name     = "EtiquetaOtrasOperaciones";
     this.EtiquetaOtrasOperaciones.Size     = new System.Drawing.Size(392, 32);
     this.EtiquetaOtrasOperaciones.TabIndex = 6;
     //
     // ProgressForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(521, 292);
     this.ControlBox          = false;
     this.Controls.Add(this.EtiquetaOtrasOperaciones);
     this.Controls.Add(this.BotonCancelar);
     this.Controls.Add(this.ProgressBar);
     this.Controls.Add(this.EtiquetaEstado);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.EtiquetaDescripcion);
     this.Controls.Add(this.EtiquetaNombreOperacion);
     this.Cursor          = System.Windows.Forms.Cursors.WaitCursor;
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ProgressForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Progreso";
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard));
     System.Windows.Forms.PictureBox pictureBox1;
     this.label1          = new System.Windows.Forms.Label();
     this.panel2          = new System.Windows.Forms.Panel();
     this.panel3          = new System.Windows.Forms.Panel();
     this.button10        = new System.Windows.Forms.Button();
     this.button9         = new System.Windows.Forms.Button();
     this.timer1          = new System.Windows.Forms.Timer(this.components);
     this.time_lbl        = new System.Windows.Forms.Label();
     this.printSummary1   = new VotersInfomationSystem.PrintSummary();
     this.printLeader1    = new VotersInfomationSystem.PrintLeader();
     this.printVoters1    = new VotersInfomationSystem.PrintVoters();
     this.addCoor1        = new VotersInfomationSystem.AddCoor();
     this.addLeader1      = new VotersInfomationSystem.AddLeader();
     this.dashUserConrol1 = new VotersInfomationSystem.DashUserConrol();
     this.addVoters1      = new VotersInfomationSystem.AddVoters();
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.button3         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     this.button5         = new System.Windows.Forms.Button();
     this.button7         = new System.Windows.Forms.Button();
     this.sidepanel       = new System.Windows.Forms.Panel();
     this.button6         = new System.Windows.Forms.Button();
     this.button8         = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.lblusername     = new System.Windows.Forms.Label();
     this.panel4          = new System.Windows.Forms.Panel();
     this.label3          = new System.Windows.Forms.Label();
     this.panel1          = new System.Windows.Forms.Panel();
     this.linkLabel1      = new System.Windows.Forms.LinkLabel();
     pictureBox1          = new System.Windows.Forms.PictureBox();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Mistral", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(701, 44);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(203, 22);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "VOTERS INFORMATION SYSTEM";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(81)))), ((int)(((byte)(0)))));
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(228, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1372, 14);
     this.panel2.TabIndex = 1;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(81)))), ((int)(((byte)(0)))));
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location  = new System.Drawing.Point(0, 0);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(1372, 14);
     this.panel3.TabIndex  = 2;
     this.panel3.Paint    += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // button10
     //
     this.button10.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button10.FlatAppearance.BorderSize = 0;
     this.button10.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button10.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button10.ForeColor               = System.Drawing.Color.White;
     this.button10.Image                   = ((System.Drawing.Image)(resources.GetObject("button10.Image")));
     this.button10.Location                = new System.Drawing.Point(1547, 16);
     this.button10.Name                    = "button10";
     this.button10.Size                    = new System.Drawing.Size(43, 36);
     this.button10.TabIndex                = 12;
     this.button10.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button10.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button10.UseVisualStyleBackColor = true;
     this.button10.Click                  += new System.EventHandler(this.button10_Click);
     //
     // button9
     //
     this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button9.FlatAppearance.BorderSize = 0;
     this.button9.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button9.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button9.ForeColor               = System.Drawing.Color.White;
     this.button9.Image                   = ((System.Drawing.Image)(resources.GetObject("button9.Image")));
     this.button9.Location                = new System.Drawing.Point(1502, 16);
     this.button9.Name                    = "button9";
     this.button9.Size                    = new System.Drawing.Size(43, 36);
     this.button9.TabIndex                = 21;
     this.button9.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button9.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click                  += new System.EventHandler(this.button9_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // time_lbl
     //
     this.time_lbl.AutoSize  = true;
     this.time_lbl.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.time_lbl.ForeColor = System.Drawing.Color.White;
     this.time_lbl.Location  = new System.Drawing.Point(1145, 42);
     this.time_lbl.Name      = "time_lbl";
     this.time_lbl.Size      = new System.Drawing.Size(0, 23);
     this.time_lbl.TabIndex  = 23;
     //
     // printSummary1
     //
     this.printSummary1.BackColor = System.Drawing.Color.White;
     this.printSummary1.Location  = new System.Drawing.Point(228, 90);
     this.printSummary1.Name      = "printSummary1";
     this.printSummary1.Size      = new System.Drawing.Size(1280, 743);
     this.printSummary1.TabIndex  = 19;
     this.printSummary1.Load     += new System.EventHandler(this.printSummary1_Load);
     //
     // printLeader1
     //
     this.printLeader1.BackColor = System.Drawing.Color.White;
     this.printLeader1.Location  = new System.Drawing.Point(228, 90);
     this.printLeader1.Name      = "printLeader1";
     this.printLeader1.Size      = new System.Drawing.Size(1280, 743);
     this.printLeader1.TabIndex  = 18;
     //
     // printVoters1
     //
     this.printVoters1.BackColor = System.Drawing.Color.White;
     this.printVoters1.Location  = new System.Drawing.Point(228, 90);
     this.printVoters1.Name      = "printVoters1";
     this.printVoters1.Size      = new System.Drawing.Size(1280, 743);
     this.printVoters1.TabIndex  = 17;
     //
     // addCoor1
     //
     this.addCoor1.BackColor = System.Drawing.Color.White;
     this.addCoor1.Location  = new System.Drawing.Point(228, 91);
     this.addCoor1.Name      = "addCoor1";
     this.addCoor1.Size      = new System.Drawing.Size(1280, 743);
     this.addCoor1.TabIndex  = 16;
     //
     // addLeader1
     //
     this.addLeader1.BackColor = System.Drawing.Color.White;
     this.addLeader1.Location  = new System.Drawing.Point(228, 90);
     this.addLeader1.Name      = "addLeader1";
     this.addLeader1.Size      = new System.Drawing.Size(1280, 743);
     this.addLeader1.TabIndex  = 15;
     //
     // dashUserConrol1
     //
     this.dashUserConrol1.BackColor   = System.Drawing.Color.White;
     this.dashUserConrol1.Location    = new System.Drawing.Point(228, 90);
     this.dashUserConrol1.Name        = "dashUserConrol1";
     this.dashUserConrol1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.dashUserConrol1.Size        = new System.Drawing.Size(1280, 743);
     this.dashUserConrol1.TabIndex    = 13;
     //
     // addVoters1
     //
     this.addVoters1.BackColor = System.Drawing.Color.White;
     this.addVoters1.Location  = new System.Drawing.Point(228, 91);
     this.addVoters1.Name      = "addVoters1";
     this.addVoters1.Size      = new System.Drawing.Size(1280, 743);
     this.addVoters1.TabIndex  = 24;
     //
     // button1
     //
     this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor               = System.Drawing.Color.White;
     this.button1.Image                   = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location                = new System.Drawing.Point(28, 140);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(160, 60);
     this.button1.TabIndex                = 2;
     this.button1.Text                    = "  DASHBOARD";
     this.button1.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button2.FlatAppearance.BorderSize = 0;
     this.button2.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor               = System.Drawing.Color.White;
     this.button2.Image                   = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.Location                = new System.Drawing.Point(28, 197);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(160, 60);
     this.button2.TabIndex                = 3;
     this.button2.Text                    = "   ADD VOTERS";
     this.button2.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button2.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click                  += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button3.FlatAppearance.BorderSize = 0;
     this.button3.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.ForeColor               = System.Drawing.Color.White;
     this.button3.Image                   = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
     this.button3.Location                = new System.Drawing.Point(28, 254);
     this.button3.Name                    = "button3";
     this.button3.Size                    = new System.Drawing.Size(160, 60);
     this.button3.TabIndex                = 4;
     this.button3.Text                    = "     ADD LEADER";
     this.button3.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button3.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click                  += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button4.FlatAppearance.BorderSize = 0;
     this.button4.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.ForeColor               = System.Drawing.Color.White;
     this.button4.Image                   = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
     this.button4.Location                = new System.Drawing.Point(33, 309);
     this.button4.Name                    = "button4";
     this.button4.Size                    = new System.Drawing.Size(177, 60);
     this.button4.TabIndex                = 5;
     this.button4.Text                    = "ADD COORDINATOR";
     this.button4.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button4.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click                  += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button5.FlatAppearance.BorderSize = 0;
     this.button5.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button5.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.ForeColor               = System.Drawing.Color.White;
     this.button5.Image                   = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
     this.button5.Location                = new System.Drawing.Point(28, 375);
     this.button5.Name                    = "button5";
     this.button5.Size                    = new System.Drawing.Size(160, 60);
     this.button5.TabIndex                = 6;
     this.button5.Text                    = " PRINT VOTERS";
     this.button5.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button5.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click                  += new System.EventHandler(this.button5_Click);
     //
     // button7
     //
     this.button7.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button7.FlatAppearance.BorderSize = 0;
     this.button7.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button7.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button7.ForeColor               = System.Drawing.Color.White;
     this.button7.Image                   = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
     this.button7.Location                = new System.Drawing.Point(28, 441);
     this.button7.Name                    = "button7";
     this.button7.Size                    = new System.Drawing.Size(173, 60);
     this.button7.TabIndex                = 8;
     this.button7.Text                    = " PRINT LEADER";
     this.button7.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button7.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click                  += new System.EventHandler(this.button7_Click);
     //
     // pictureBox1
     //
     pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     pictureBox1.Location = new System.Drawing.Point(76, 16);
     pictureBox1.Name     = "pictureBox1";
     pictureBox1.Size     = new System.Drawing.Size(92, 74);
     pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     pictureBox1.TabIndex = 2;
     pictureBox1.TabStop  = false;
     //
     // sidepanel
     //
     this.sidepanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(81)))), ((int)(((byte)(0)))));
     this.sidepanel.Location  = new System.Drawing.Point(3, 151);
     this.sidepanel.Name      = "sidepanel";
     this.sidepanel.Size      = new System.Drawing.Size(10, 65);
     this.sidepanel.TabIndex  = 13;
     //
     // button6
     //
     this.button6.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button6.FlatAppearance.BorderSize = 0;
     this.button6.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button6.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button6.ForeColor               = System.Drawing.Color.White;
     this.button6.Image                   = ((System.Drawing.Image)(resources.GetObject("button6.Image")));
     this.button6.Location                = new System.Drawing.Point(33, 507);
     this.button6.Name                    = "button6";
     this.button6.Size                    = new System.Drawing.Size(173, 60);
     this.button6.TabIndex                = 14;
     this.button6.Text                    = " PRINT SUMMARY";
     this.button6.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button6.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click                  += new System.EventHandler(this.button6_Click);
     //
     // button8
     //
     this.button8.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button8.FlatAppearance.BorderSize = 0;
     this.button8.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button8.Font                    = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button8.ForeColor               = System.Drawing.Color.White;
     this.button8.Image                   = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
     this.button8.Location                = new System.Drawing.Point(76, 687);
     this.button8.Name                    = "button8";
     this.button8.Size                    = new System.Drawing.Size(60, 64);
     this.button8.TabIndex                = 13;
     this.button8.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button8.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click                  += new System.EventHandler(this.button8_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(81)))), ((int)(((byte)(0)))));
     this.label2.Location  = new System.Drawing.Point(11, 877);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(204, 15);
     this.label2.TabIndex  = 20;
     this.label2.Text      = "Copyright 2019 Panat Developement";
     //
     // lblusername
     //
     this.lblusername.AutoSize  = true;
     this.lblusername.Font      = new System.Drawing.Font("Century Gothic", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblusername.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lblusername.Location  = new System.Drawing.Point(82, 113);
     this.lblusername.Name      = "lblusername";
     this.lblusername.Size      = new System.Drawing.Size(0, 23);
     this.lblusername.TabIndex  = 25;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(81)))), ((int)(((byte)(0)))));
     this.panel4.Location  = new System.Drawing.Point(3, 0);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(225, 14);
     this.panel4.TabIndex  = 20;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(12, 114);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(70, 23);
     this.label3.TabIndex  = 26;
     this.label3.Text      = "Hello!!!";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.linkLabel1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.lblusername);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.button8);
     this.panel1.Controls.Add(this.button6);
     this.panel1.Controls.Add(this.sidepanel);
     this.panel1.Controls.Add(pictureBox1);
     this.panel1.Controls.Add(this.button7);
     this.panel1.Controls.Add(this.button5);
     this.panel1.Controls.Add(this.button4);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(228, 900);
     this.panel1.TabIndex = 0;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Font         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.LinkColor    = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(81)))), ((int)(((byte)(0)))));
     this.linkLabel1.Location     = new System.Drawing.Point(73, 754);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(72, 19);
     this.linkLabel1.TabIndex     = 27;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "LOGOUT";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(38)))));
     this.ClientSize          = new System.Drawing.Size(1600, 900);
     this.Controls.Add(this.time_lbl);
     this.Controls.Add(this.button9);
     this.Controls.Add(this.printSummary1);
     this.Controls.Add(this.printLeader1);
     this.Controls.Add(this.printVoters1);
     this.Controls.Add(this.addCoor1);
     this.Controls.Add(this.addLeader1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dashUserConrol1);
     this.Controls.Add(this.button10);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.addVoters1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Dashboard";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "DashBoard";
     this.Load           += new System.EventHandler(this.Dashboard_Load);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#44
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.toolTip1   = new System.Windows.Forms.ToolTip(this.components);
     this.Label1     = new System.Windows.Forms.Label();
     this.Timer1     = new System.Windows.Forms.Timer(this.components);
     this.Image1     = new System.Windows.Forms.PictureBox();
     this.label3     = new System.Windows.Forms.Label();
     this.Label2     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).BeginInit();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.BackColor = System.Drawing.Color.White;
     this.Label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.Color.Gray;
     this.Label1.Location  = new System.Drawing.Point(82, 24);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(266, 41);
     this.Label1.TabIndex  = 2;
     this.Label1.Text      = "%Appname %V";
     //
     // Timer1
     //
     this.Timer1.Enabled  = true;
     this.Timer1.Interval = 1000;
     this.Timer1.Tick    += new System.EventHandler(this.Timer1Timer);
     //
     // Image1
     //
     this.Image1.Image    = global::Judoplaner2.Properties.Resources.logo;
     this.Image1.Location = new System.Drawing.Point(12, 12);
     this.Image1.Name     = "Image1";
     this.Image1.Size     = new System.Drawing.Size(64, 64);
     this.Image1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Image1.TabIndex = 3;
     this.Image1.TabStop  = false;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(10, 10);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(340, 70);
     this.label3.TabIndex  = 5;
     //
     // Label2
     //
     this.Label2.BackColor = System.Drawing.Color.White;
     this.Label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label2.Location  = new System.Drawing.Point(20, 0);
     this.Label2.Name      = "Label2";
     this.Label2.Padding   = new System.Windows.Forms.Padding(0, 0, 0, 3);
     this.Label2.Size      = new System.Drawing.Size(320, 90);
     this.Label2.TabIndex  = 4;
     this.Label2.Text      = "loading...";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // TLoadForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.Black;
     this.ClientSize    = new System.Drawing.Size(360, 90);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Image1);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.label3);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location        = new System.Drawing.Point(525, 425);
     this.Name            = "TLoadForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "LoadForm";
     this.Load           += new System.EventHandler(this.FormCreate);
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).EndInit();
     this.ResumeLayout(false);
 }
示例#45
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(StartPageWindow));
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.gridRecentFiles     = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.kryptonLabel2       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.buttonLoad          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.buttonCreate        = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPanel2       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.buttonDelete        = new System.Windows.Forms.ToolStripButton();
     this.buttonHide          = new System.Windows.Forms.ToolStripButton();
     this.ColumnName          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnOpened        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnAction        = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewButtonColumn();
     this.ColumnStartPractice = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewButtonColumn();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecentFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonPanel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Controls.Add(this.buttonLoad);
     this.kryptonPanel1.Controls.Add(this.buttonCreate);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1004, 548);
     this.kryptonPanel1.TabIndex = 0;
     //
     // gridRecentFiles
     //
     this.gridRecentFiles.AllowUserToAddRows       = false;
     this.gridRecentFiles.AllowUserToDeleteRows    = false;
     this.gridRecentFiles.AllowUserToOrderColumns  = true;
     this.gridRecentFiles.AllowUserToResizeColumns = false;
     this.gridRecentFiles.AllowUserToResizeRows    = false;
     this.gridRecentFiles.ColumnHeadersHeight      = 25;
     this.gridRecentFiles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColumnName,
         this.ColumnOpened,
         this.ColumnAction,
         this.ColumnStartPractice
     });
     this.gridRecentFiles.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.gridRecentFiles.Location                = new System.Drawing.Point(0, 25);
     this.gridRecentFiles.MultiSelect             = false;
     this.gridRecentFiles.Name                    = "gridRecentFiles";
     this.gridRecentFiles.ReadOnly                = true;
     this.gridRecentFiles.RowHeadersVisible       = false;
     this.gridRecentFiles.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.gridRecentFiles.RowTemplate.Height      = 27;
     this.gridRecentFiles.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridRecentFiles.Size                    = new System.Drawing.Size(980, 361);
     this.gridRecentFiles.TabIndex                = 10;
     this.gridRecentFiles.CellContentClick       += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridRecentFilesCellContentClick);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(12, 128);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(94, 16);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.kryptonLabel2.TabIndex    = 9;
     this.kryptonLabel2.Values.Text = "Выберите тему";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::VocabularyTest.Addons.StartPage.Images.accessories_dictionary;
     this.pictureBox1.Location  = new System.Drawing.Point(860, 12);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(132, 132);
     this.pictureBox1.TabIndex  = 8;
     this.pictureBox1.TabStop   = false;
     //
     // buttonLoad
     //
     this.buttonLoad.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.buttonLoad.Location     = new System.Drawing.Point(12, 78);
     this.buttonLoad.Name         = "buttonLoad";
     this.buttonLoad.Size         = new System.Drawing.Size(227, 25);
     this.buttonLoad.TabIndex     = 7;
     this.buttonLoad.Values.Image = ((System.Drawing.Image)(resources.GetObject("buttonLoad.Values.Image")));
     this.buttonLoad.Values.Text  = "Загрузить новые словари";
     this.buttonLoad.Click       += new System.EventHandler(this.ButtonLoadClick);
     //
     // buttonCreate
     //
     this.buttonCreate.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCreate.Location     = new System.Drawing.Point(12, 47);
     this.buttonCreate.Name         = "buttonCreate";
     this.buttonCreate.Size         = new System.Drawing.Size(227, 25);
     this.buttonCreate.TabIndex     = 5;
     this.buttonCreate.Values.Image = ((System.Drawing.Image)(resources.GetObject("buttonCreate.Values.Image")));
     this.buttonCreate.Values.Text  = "Создать новый словарь";
     this.buttonCreate.Click       += new System.EventHandler(this.ButtonCreateClick);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle  = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel1.Location    = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(296, 29);
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "Тренировка словарного запаса";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.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.kryptonPanel2.Controls.Add(this.gridRecentFiles);
     this.kryptonPanel2.Controls.Add(this.toolStrip1);
     this.kryptonPanel2.Location = new System.Drawing.Point(12, 150);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(980, 386);
     this.kryptonPanel2.TabIndex = 11;
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonDelete,
         this.buttonHide
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(980, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // buttonDelete
     //
     this.buttonDelete.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.buttonDelete.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonDelete.Image")));
     this.buttonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonDelete.Name   = "buttonDelete";
     this.buttonDelete.Size   = new System.Drawing.Size(84, 22);
     this.buttonDelete.Text   = "Удалить тему";
     this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
     //
     // buttonHide
     //
     this.buttonHide.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.buttonHide.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonHide.Image")));
     this.buttonHide.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonHide.Name   = "buttonHide";
     this.buttonHide.Size   = new System.Drawing.Size(52, 22);
     this.buttonHide.Text   = "Скрыть";
     this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click);
     //
     // ColumnName
     //
     this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnName.HeaderText   = "Наименование";
     this.ColumnName.Name         = "ColumnName";
     this.ColumnName.ReadOnly     = true;
     //
     // ColumnOpened
     //
     this.ColumnOpened.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.ColumnOpened.HeaderText   = "Дата изменения";
     this.ColumnOpened.Name         = "ColumnOpened";
     this.ColumnOpened.ReadOnly     = true;
     this.ColumnOpened.Width        = 124;
     //
     // ColumnAction
     //
     this.ColumnAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnAction.HeaderText   = "";
     this.ColumnAction.Name         = "ColumnAction";
     this.ColumnAction.ReadOnly     = true;
     this.ColumnAction.Text         = "";
     this.ColumnAction.Width        = 7;
     //
     // ColumnStartPractice
     //
     this.ColumnStartPractice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnStartPractice.HeaderText   = "";
     this.ColumnStartPractice.Name         = "ColumnStartPractice";
     this.ColumnStartPractice.ReadOnly     = true;
     this.ColumnStartPractice.Width        = 7;
     //
     // StartPageWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1004, 548);
     this.CloseButton         = false;
     this.DockAreas           = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
     this.HideOnClose         = true;
     this.Controls.Add(this.kryptonPanel1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "StartPageWindow";
     this.Text = "Главная";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecentFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     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.components = new System.ComponentModel.Container();
     this.pakagename = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.slidePic = new System.Windows.Forms.PictureBox();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.fname_txt = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.ID_combo = new System.Windows.Forms.ComboBox();
     this.circularButton1 = new InventorySystem.supportiveClasses.CircularButton();
     ((System.ComponentModel.ISupportInitialize)(this.slidePic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // pakagename
     //
     this.pakagename.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.pakagename.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.pakagename.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pakagename.ForeColor = System.Drawing.Color.White;
     this.pakagename.HintForeColor = System.Drawing.Color.Empty;
     this.pakagename.HintText = "";
     this.pakagename.isPassword = false;
     this.pakagename.LineFocusedColor = System.Drawing.Color.Blue;
     this.pakagename.LineIdleColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     this.pakagename.LineMouseHoverColor = System.Drawing.Color.Blue;
     this.pakagename.LineThickness = 4;
     this.pakagename.Location = new System.Drawing.Point(440, 6);
     this.pakagename.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.pakagename.Name = "pakagename";
     this.pakagename.Size = new System.Drawing.Size(568, 47);
     this.pakagename.TabIndex = 0;
     this.pakagename.Text = "bunifuMaterialTextbox1";
     this.pakagename.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 2000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // slidePic
     //
     this.slidePic.Image = global::InventorySystem.Properties.Resources.RB;
     this.slidePic.Location = new System.Drawing.Point(79, 186);
     this.slidePic.Name = "slidePic";
     this.slidePic.Size = new System.Drawing.Size(802, 535);
     this.slidePic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.slidePic.TabIndex = 1;
     this.slidePic.TabStop = false;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(171)))), ((int)(((byte)(68)))));
     this.bunifuImageButton1.Image = global::InventorySystem.Properties.Resources.kisspng_brand_logo_black_and_white_triangle_arrow_symbol_5a76c6d1df2c13_8388288415177335859141;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location = new System.Drawing.Point(13, 24);
     this.bunifuImageButton1.Name = "bunifuImageButton1";
     this.bunifuImageButton1.Size = new System.Drawing.Size(71, 29);
     this.bunifuImageButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex = 2;
     this.bunifuImageButton1.TabStop = false;
     this.bunifuImageButton1.Zoom = 10;
     this.bunifuImageButton1.Click += new System.EventHandler(this.bunifuImageButton1_Click_1);
     //
     // fname_txt
     //
     this.fname_txt.AutoSize = true;
     this.fname_txt.BackColor = System.Drawing.Color.White;
     this.fname_txt.ForeColor = System.Drawing.Color.Black;
     this.fname_txt.Location = new System.Drawing.Point(1284, 122);
     this.fname_txt.Name = "fname_txt";
     this.fname_txt.Size = new System.Drawing.Size(36, 13);
     this.fname_txt.TabIndex = 12;
     this.fname_txt.Text = "CusID";
     //
     // ID_combo
     //
     this.ID_combo.FormattingEnabled = true;
     this.ID_combo.Location = new System.Drawing.Point(1287, 169);
     this.ID_combo.Name = "ID_combo";
     this.ID_combo.Size = new System.Drawing.Size(172, 21);
     this.ID_combo.TabIndex = 13;
     this.ID_combo.SelectedIndexChanged += new System.EventHandler(this.ID_combo_SelectedIndexChanged_1);
     //
     // circularButton1
     //
     this.circularButton1.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.circularButton1.AllowDrop = true;
     this.circularButton1.Location = new System.Drawing.Point(1101, 403);
     this.circularButton1.Name = "circularButton1";
     this.circularButton1.Size = new System.Drawing.Size(75, 23);
     this.circularButton1.TabIndex = 14;
     this.circularButton1.Text = "circularButton1";
     this.circularButton1.UseVisualStyleBackColor = true;
     this.circularButton1.Click += new System.EventHandler(this.circularButton1_Click);
     //
     // package_wedd_1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.circularButton1);
     this.Controls.Add(this.ID_combo);
     this.Controls.Add(this.fname_txt);
     this.Controls.Add(this.bunifuImageButton1);
     this.Controls.Add(this.slidePic);
     this.Controls.Add(this.pakagename);
     this.Name = "package_wedd_1";
     this.Size = new System.Drawing.Size(1489, 816);
     ((System.ComponentModel.ISupportInitialize)(this.slidePic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.pictureBox = new System.Windows.Forms.PictureBox();
     this.okButton = new System.Windows.Forms.Button();
     this.diagramGroupBox = new System.Windows.Forms.GroupBox();
     this.gridGroupBox = new System.Windows.Forms.GroupBox();
     this.clearAllButton = new System.Windows.Forms.Button();
     this.selectAllButton = new System.Windows.Forms.Button();
     this.dataGridView = new System.Windows.Forms.DataGridView();
     this.typeComboBox = new System.Windows.Forms.ComboBox();
     this.typeLabel = new System.Windows.Forms.Label();
     this.cancelButton = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.diagramGroupBox.SuspendLayout();
     this.gridGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox
     //
     this.pictureBox.BackColor = System.Drawing.SystemColors.ControlText;
     this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox.Location = new System.Drawing.Point(6, 19);
     this.pictureBox.Name = "pictureBox";
     this.pictureBox.Size = new System.Drawing.Size(419, 296);
     this.pictureBox.TabIndex = 0;
     this.pictureBox.TabStop = false;
     this.pictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox_Paint);
     //
     // okButton
     //
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location = new System.Drawing.Point(271, 524);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 6;
     this.okButton.Text = "&OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // diagramGroupBox
     //
     this.diagramGroupBox.Controls.Add(this.pictureBox);
     this.diagramGroupBox.ForeColor = System.Drawing.Color.Black;
     this.diagramGroupBox.Location = new System.Drawing.Point(12, 12);
     this.diagramGroupBox.Name = "diagramGroupBox";
     this.diagramGroupBox.Size = new System.Drawing.Size(431, 321);
     this.diagramGroupBox.TabIndex = 2;
     this.diagramGroupBox.TabStop = false;
     this.diagramGroupBox.Text = "Slabs Diagram (Analytical Model)";
     //
     // gridGroupBox
     //
     this.gridGroupBox.Controls.Add(this.clearAllButton);
     this.gridGroupBox.Controls.Add(this.selectAllButton);
     this.gridGroupBox.Controls.Add(this.dataGridView);
     this.gridGroupBox.ForeColor = System.Drawing.Color.Black;
     this.gridGroupBox.Location = new System.Drawing.Point(12, 339);
     this.gridGroupBox.Name = "gridGroupBox";
     this.gridGroupBox.Size = new System.Drawing.Size(431, 160);
     this.gridGroupBox.TabIndex = 3;
     this.gridGroupBox.TabStop = false;
     this.gridGroupBox.Text = "Regular Slabs";
     //
     // clearAllButton
     //
     this.clearAllButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.clearAllButton.Location = new System.Drawing.Point(350, 62);
     this.clearAllButton.Name = "clearAllButton";
     this.clearAllButton.Size = new System.Drawing.Size(75, 23);
     this.clearAllButton.TabIndex = 2;
     this.clearAllButton.Text = "&Clear All";
     this.clearAllButton.UseVisualStyleBackColor = true;
     this.clearAllButton.Click += new System.EventHandler(this.clearAllButton_Click);
     //
     // selectAllButton
     //
     this.selectAllButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.selectAllButton.Location = new System.Drawing.Point(349, 19);
     this.selectAllButton.Name = "selectAllButton";
     this.selectAllButton.Size = new System.Drawing.Size(75, 23);
     this.selectAllButton.TabIndex = 1;
     this.selectAllButton.Text = "&Select All";
     this.selectAllButton.UseVisualStyleBackColor = true;
     this.selectAllButton.Click += new System.EventHandler(this.selectAllButton_Click);
     //
     // dataGridView
     //
     this.dataGridView.AllowUserToResizeRows = false;
     this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Window;
     this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridView.Location = new System.Drawing.Point(6, 19);
     this.dataGridView.Name = "dataGridView";
     this.dataGridView.RowHeadersWidth = 30;
     this.dataGridView.Size = new System.Drawing.Size(337, 133);
     this.dataGridView.TabIndex = 0;
     this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
     this.dataGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridView_CurrentCellDirtyStateChanged);
     this.dataGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellValueChanged);
     //
     // typeComboBox
     //
     this.typeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.typeComboBox.FormattingEnabled = true;
     this.typeComboBox.Location = new System.Drawing.Point(18, 525);
     this.typeComboBox.Name = "typeComboBox";
     this.typeComboBox.Size = new System.Drawing.Size(181, 21);
     this.typeComboBox.TabIndex = 4;
     this.typeComboBox.SelectedIndexChanged += new System.EventHandler(this.typeComboBox_SelectedIndexChanged);
     //
     // typeLabel
     //
     this.typeLabel.AutoSize = true;
     this.typeLabel.ForeColor = System.Drawing.Color.Black;
     this.typeLabel.Location = new System.Drawing.Point(15, 505);
     this.typeLabel.Name = "typeLabel";
     this.typeLabel.Size = new System.Drawing.Size(149, 13);
     this.typeLabel.TabIndex = 5;
     this.typeLabel.Text = "Select Foundation Slab Types";
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(362, 524);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex = 0;
     this.cancelButton.Text = "&Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // FoundationSlabForm
     //
     this.AcceptButton = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(455, 566);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.typeLabel);
     this.Controls.Add(this.typeComboBox);
     this.Controls.Add(this.gridGroupBox);
     this.Controls.Add(this.diagramGroupBox);
     this.Controls.Add(this.okButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FoundationSlabForm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Foundation Slab";
     this.Load += new System.EventHandler(this.FoundationSlabForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     this.diagramGroupBox.ResumeLayout(false);
     this.gridGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonAboutWindow));
     this.kryptonPanel1     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox    = new System.Windows.Forms.PictureBox();
     this.klblProductName   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblVersion       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblCopyright     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblCompanyName   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.krtbDescription   = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
     this.kbtnOk            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.tableLayoutPanel1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(587, 416);
     this.kryptonPanel1.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
     this.tableLayoutPanel1.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.klblProductName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.klblVersion, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.klblCopyright, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.klblCompanyName, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.krtbDescription, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.kbtnOk, 1, 5);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(563, 392);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // logoPictureBox
     //
     this.logoPictureBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.logoPictureBox.Image    = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name     = "logoPictureBox";
     this.tableLayoutPanel1.SetRowSpan(this.logoPictureBox, 6);
     this.logoPictureBox.Size     = new System.Drawing.Size(179, 386);
     this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.logoPictureBox.TabIndex = 13;
     this.logoPictureBox.TabStop  = false;
     //
     // klblProductName
     //
     this.klblProductName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblProductName.Location = new System.Drawing.Point(188, 3);
     this.klblProductName.Name     = "klblProductName";
     this.klblProductName.Size     = new System.Drawing.Size(372, 43);
     this.klblProductName.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblProductName.TabIndex    = 14;
     this.klblProductName.Values.Text = "{PRODUCT-NAME}";
     //
     // klblVersion
     //
     this.klblVersion.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblVersion.Location = new System.Drawing.Point(188, 52);
     this.klblVersion.Name     = "klblVersion";
     this.klblVersion.Size     = new System.Drawing.Size(372, 43);
     this.klblVersion.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblVersion.TabIndex    = 15;
     this.klblVersion.Values.Text = "{VERSION}";
     //
     // klblCopyright
     //
     this.klblCopyright.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblCopyright.Location = new System.Drawing.Point(188, 101);
     this.klblCopyright.Name     = "klblCopyright";
     this.klblCopyright.Size     = new System.Drawing.Size(372, 43);
     this.klblCopyright.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCopyright.TabIndex    = 16;
     this.klblCopyright.Values.Text = "{COPYRIGHT}";
     //
     // klblCompanyName
     //
     this.klblCompanyName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblCompanyName.Location = new System.Drawing.Point(188, 150);
     this.klblCompanyName.Name     = "klblCompanyName";
     this.klblCompanyName.Size     = new System.Drawing.Size(372, 43);
     this.klblCompanyName.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCompanyName.TabIndex    = 17;
     this.klblCompanyName.Values.Text = "{COMPANY-NAME}";
     //
     // krtbDescription
     //
     this.krtbDescription.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.krtbDescription.Location = new System.Drawing.Point(188, 199);
     this.krtbDescription.Name     = "krtbDescription";
     this.krtbDescription.ReadOnly = true;
     this.krtbDescription.Size     = new System.Drawing.Size(372, 141);
     this.krtbDescription.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krtbDescription.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.krtbDescription.TabIndex = 18;
     this.krtbDescription.Text     = "{DESCRIPTION}";
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.Location = new System.Drawing.Point(472, 364);
     this.kbtnOk.Name     = "kbtnOk";
     this.kbtnOk.Size     = new System.Drawing.Size(90, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 21;
     this.kbtnOk.Values.Text = "&Ok";
     //
     // KryptonAboutWindow
     //
     this.ClientSize = new System.Drawing.Size(587, 416);
     this.Controls.Add(this.kryptonPanel1);
     this.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonAboutWindow";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About {0}";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
示例#49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
     this.tableLayoutPanel   = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox     = new System.Windows.Forms.PictureBox();
     this.labelProductName   = new ScalingLabel();
     this.labelVersion       = new ScalingLabel();
     this.labelCopyright     = new ScalingLabel();
     this.textBoxDescription = new ScalingTextBox();
     this.buttonOK           = new ScalingButton();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
     this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
     this.tableLayoutPanel.Controls.Add(this.buttonOK, 1, 5);
     this.tableLayoutPanel.Location = new System.Drawing.Point(9, 32);
     this.tableLayoutPanel.Name     = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 6;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.730769F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.923077F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 61.05769F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.Size     = new System.Drawing.Size(568, 416);
     this.tableLayoutPanel.TabIndex = 0;
     //
     // logoPictureBox
     //
     this.logoPictureBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.logoPictureBox.Image    = Resources.NewAboutGraphic;
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name     = "logoPictureBox";
     this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
     this.logoPictureBox.Size     = new System.Drawing.Size(181, 410);
     this.logoPictureBox.TabIndex = 12;
     this.logoPictureBox.TabStop  = false;
     //
     // labelProductName
     //
     this.labelProductName.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.labelProductName.Font        = Program.GetFontAlbertusMTLight(11.25F);
     this.labelProductName.ForeColor   = System.Drawing.Color.White;
     this.labelProductName.Location    = new System.Drawing.Point(193, 0);
     this.labelProductName.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelProductName.Name        = "labelProductName";
     this.labelProductName.Size        = new System.Drawing.Size(372, 17);
     this.labelProductName.TabIndex    = 19;
     this.labelProductName.Text        = "Product Name";
     this.labelProductName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.labelVersion.Font        = Program.GetFontAlbertusMTLight(11.25F);
     this.labelVersion.ForeColor   = System.Drawing.Color.White;
     this.labelVersion.Location    = new System.Drawing.Point(193, 41);
     this.labelVersion.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelVersion.Name        = "labelVersion";
     this.labelVersion.Size        = new System.Drawing.Size(372, 17);
     this.labelVersion.TabIndex    = 0;
     this.labelVersion.Text        = "Version";
     this.labelVersion.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     this.labelCopyright.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.labelCopyright.Font        = Program.GetFontAlbertusMTLight(11.25F);
     this.labelCopyright.ForeColor   = System.Drawing.Color.White;
     this.labelCopyright.Location    = new System.Drawing.Point(193, 82);
     this.labelCopyright.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCopyright.Name        = "labelCopyright";
     this.labelCopyright.Size        = new System.Drawing.Size(372, 17);
     this.labelCopyright.TabIndex    = 21;
     this.labelCopyright.Text        = "Copyright";
     this.labelCopyright.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxDescription
     //
     this.textBoxDescription.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(41)))), ((int)(((byte)(31)))));
     this.textBoxDescription.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDescription.Font       = Program.GetFontAlbertusMTLight(9.75F);
     this.textBoxDescription.ForeColor  = System.Drawing.Color.White;
     this.textBoxDescription.Location   = new System.Drawing.Point(193, 121);
     this.textBoxDescription.Margin     = new System.Windows.Forms.Padding(6, 3, 3, 3);
     this.textBoxDescription.Multiline  = true;
     this.textBoxDescription.Name       = "textBoxDescription";
     this.textBoxDescription.ReadOnly   = true;
     this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxDescription.Size       = new System.Drawing.Size(372, 248);
     this.textBoxDescription.TabIndex   = 23;
     this.textBoxDescription.TabStop    = false;
     this.textBoxDescription.Text       = "Description";
     //
     // buttonOK
     //
     this.buttonOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.BackColor    = System.Drawing.Color.Transparent;
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonOK.DownBitmap   = Resources.MainButtonDown;
     this.buttonOK.FlatAppearance.BorderSize         = 0;
     this.buttonOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.buttonOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.buttonOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.buttonOK.Font                    = Program.GetFontAlbertusMTLight(12F);
     this.buttonOK.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.buttonOK.Image                   = ((System.Drawing.Image)(resources.GetObject("buttonOK.Image")));
     this.buttonOK.Location                = new System.Drawing.Point(428, 383);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.OverBitmap              = Resources.MainButtonOver;
     this.buttonOK.Size                    = new System.Drawing.Size(137, 30);
     this.buttonOK.SizeToGraphic           = false;
     this.buttonOK.TabIndex                = 24;
     this.buttonOK.Text                    = "&OK";
     this.buttonOK.UpBitmap                = Resources.MainButtonUp;
     this.buttonOK.UseCustomGraphic        = true;
     this.buttonOK.UseVisualStyleBackColor = false;
     //
     // AboutBox
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(41)))), ((int)(((byte)(31)))));
     this.ClientSize          = new System.Drawing.Size(589, 460);
     this.Controls.Add(this.tableLayoutPanel);
     this.DrawCustomBorder = true;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "AboutBox";
     this.Padding          = new System.Windows.Forms.Padding(9);
     this.ShowIcon         = false;
     this.ShowInTaskbar    = false;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "AboutBox";
     this.TopMost          = true;
     this.Controls.SetChildIndex(this.tableLayoutPanel, 0);
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
     this.thanksTimer = new System.Windows.Forms.Timer(this.components);
     this.okButton = new System.Windows.Forms.Button();
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox = new System.Windows.Forms.PictureBox();
     this._NO_TRANSLATE_labelCopyright = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_labelVersionInfo = new System.Windows.Forms.Label();
     this.pictureDonate = new System.Windows.Forms.PictureBox();
     this._NO_TRANSLATE_labelProductName = new System.Windows.Forms.Label();
     this.textBoxDescription = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.thanksTo = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_thanksToTicker = new System.Windows.Forms.Label();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDonate)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // thanksTimer
     //
     this.thanksTimer.Interval = 1000;
     this.thanksTimer.Tick += new System.EventHandler(this.thanksTimer_Tick);
     //
     // okButton
     //
     this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.okButton.Location = new System.Drawing.Point(470, 275);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 25);
     this.okButton.TabIndex = 24;
     this.okButton.Text = "&OK";
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
     this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel.Controls.Add(this._NO_TRANSLATE_labelCopyright, 1, 2);
     this.tableLayoutPanel.Controls.Add(this._NO_TRANSLATE_labelVersionInfo, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.pictureDonate, 1, 0);
     this.tableLayoutPanel.Controls.Add(this._NO_TRANSLATE_labelProductName, 1, 3);
     this.tableLayoutPanel.Controls.Add(this.okButton, 1, 6);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 5);
     this.tableLayoutPanel.Controls.Add(this.tableLayoutPanel1, 1, 4);
     this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 6;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.39607F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.44382F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.44382F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.590759F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.930693F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 46.52388F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.304775F));
     this.tableLayoutPanel.Size = new System.Drawing.Size(548, 303);
     this.tableLayoutPanel.TabIndex = 0;
     //
     // logoPictureBox
     //
     this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.logoPictureBox.Image = global::GitUI.Properties.Resources.git_extensions_logo_final_128;
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name = "logoPictureBox";
     this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 7);
     this.logoPictureBox.Size = new System.Drawing.Size(158, 297);
     this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.logoPictureBox.TabIndex = 12;
     this.logoPictureBox.TabStop = false;
     //
     // _NO_TRANSLATE_labelCopyright
     //
     this._NO_TRANSLATE_labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
     this._NO_TRANSLATE_labelCopyright.Location = new System.Drawing.Point(164, 65);
     this._NO_TRANSLATE_labelCopyright.Margin = new System.Windows.Forms.Padding(0);
     this._NO_TRANSLATE_labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this._NO_TRANSLATE_labelCopyright.Name = "_NO_TRANSLATE_labelCopyright";
     this._NO_TRANSLATE_labelCopyright.Size = new System.Drawing.Size(384, 17);
     this._NO_TRANSLATE_labelCopyright.TabIndex = 21;
     this._NO_TRANSLATE_labelCopyright.Text = "Henk Westhuis ([email protected])";
     this._NO_TRANSLATE_labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _NO_TRANSLATE_labelVersionInfo
     //
     this._NO_TRANSLATE_labelVersionInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this._NO_TRANSLATE_labelVersionInfo.Location = new System.Drawing.Point(164, 43);
     this._NO_TRANSLATE_labelVersionInfo.Margin = new System.Windows.Forms.Padding(0);
     this._NO_TRANSLATE_labelVersionInfo.MaximumSize = new System.Drawing.Size(0, 17);
     this._NO_TRANSLATE_labelVersionInfo.Name = "_NO_TRANSLATE_labelVersionInfo";
     this._NO_TRANSLATE_labelVersionInfo.Size = new System.Drawing.Size(384, 17);
     this._NO_TRANSLATE_labelVersionInfo.TabIndex = 0;
     this._NO_TRANSLATE_labelVersionInfo.Text = "Version ";
     this._NO_TRANSLATE_labelVersionInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureDonate
     //
     this.pictureDonate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureDonate.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pictureDonate.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureDonate.Image = global::GitUI.Properties.Resources.Donate;
     this.pictureDonate.Location = new System.Drawing.Point(447, 3);
     this.pictureDonate.Name = "pictureDonate";
     this.pictureDonate.Size = new System.Drawing.Size(98, 37);
     this.pictureDonate.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureDonate.TabIndex = 25;
     this.pictureDonate.TabStop = false;
     this.pictureDonate.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // _NO_TRANSLATE_labelProductName
     //
     this._NO_TRANSLATE_labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
     this._NO_TRANSLATE_labelProductName.Location = new System.Drawing.Point(164, 87);
     this._NO_TRANSLATE_labelProductName.Margin = new System.Windows.Forms.Padding(0);
     this._NO_TRANSLATE_labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this._NO_TRANSLATE_labelProductName.Name = "_NO_TRANSLATE_labelProductName";
     this._NO_TRANSLATE_labelProductName.Size = new System.Drawing.Size(384, 17);
     this._NO_TRANSLATE_labelProductName.TabIndex = 19;
     this._NO_TRANSLATE_labelProductName.Text = "Git Extensions";
     this._NO_TRANSLATE_labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxDescription
     //
     this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDescription.Location = new System.Drawing.Point(170, 134);
     this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name = "textBoxDescription";
     this.textBoxDescription.ReadOnly = true;
     this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxDescription.Size = new System.Drawing.Size(375, 135);
     this.textBoxDescription.TabIndex = 23;
     this.textBoxDescription.TabStop = false;
     this.textBoxDescription.Text = resources.GetString("textBoxDescription.Text");
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.thanksTo, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this._NO_TRANSLATE_thanksToTicker, 1, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(164, 110);
     this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(384, 21);
     this.tableLayoutPanel1.TabIndex = 26;
     //
     // thanksTo
     //
     this.thanksTo.AutoSize = true;
     this.thanksTo.Location = new System.Drawing.Point(0, 0);
     this.thanksTo.Margin = new System.Windows.Forms.Padding(0);
     this.thanksTo.Name = "thanksTo";
     this.thanksTo.Size = new System.Drawing.Size(58, 13);
     this.thanksTo.TabIndex = 27;
     this.thanksTo.Text = "Thanks to:";
     this.thanksTo.Click += new System.EventHandler(this._NO_TRANSLATE_thanksToTicker_Click);
     //
     // _NO_TRANSLATE_thanksToTicker
     //
     this._NO_TRANSLATE_thanksToTicker.AutoEllipsis = true;
     this._NO_TRANSLATE_thanksToTicker.Cursor = System.Windows.Forms.Cursors.Hand;
     this._NO_TRANSLATE_thanksToTicker.Dock = System.Windows.Forms.DockStyle.Fill;
     this._NO_TRANSLATE_thanksToTicker.Location = new System.Drawing.Point(78, 0);
     this._NO_TRANSLATE_thanksToTicker.Name = "_NO_TRANSLATE_thanksToTicker";
     this._NO_TRANSLATE_thanksToTicker.Size = new System.Drawing.Size(303, 21);
     this._NO_TRANSLATE_thanksToTicker.TabIndex = 28;
     this._NO_TRANSLATE_thanksToTicker.Click += new System.EventHandler(this._NO_TRANSLATE_thanksToTicker_Click);
     //
     // AboutBox
     //
     this.AcceptButton = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(548, 303);
     this.Controls.Add(this.tableLayoutPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AboutBox";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "About";
     this.Load += new System.EventHandler(this.AboutBox_Load);
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDonate)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#51
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(frm_user_login));
     this.lblmessage     = new System.Windows.Forms.Label();
     this.cmdlogin       = new System.Windows.Forms.Button();
     this.txtpassword    = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.lblcurrentuser = new System.Windows.Forms.Label();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.pictureBox2    = new System.Windows.Forms.PictureBox();
     this.label2         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // lblmessage
     //
     this.lblmessage.Font      = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblmessage.Location  = new System.Drawing.Point(71, 253);
     this.lblmessage.Name      = "lblmessage";
     this.lblmessage.Size      = new System.Drawing.Size(491, 37);
     this.lblmessage.TabIndex  = 17;
     this.lblmessage.Text      = "[ message ]";
     this.lblmessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblmessage.Visible   = false;
     //
     // cmdlogin
     //
     this.cmdlogin.BackColor = System.Drawing.Color.SteelBlue;
     this.cmdlogin.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.cmdlogin.FlatAppearance.BorderSize = 0;
     this.cmdlogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdlogin.Font      = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdlogin.ForeColor = System.Drawing.Color.White;
     this.cmdlogin.Location  = new System.Drawing.Point(240, 218);
     this.cmdlogin.Name      = "cmdlogin";
     this.cmdlogin.Size      = new System.Drawing.Size(156, 33);
     this.cmdlogin.TabIndex  = 16;
     this.cmdlogin.Text      = "Log In";
     this.cmdlogin.UseVisualStyleBackColor = false;
     this.cmdlogin.Click += new System.EventHandler(this.CmdloginClick);
     //
     // txtpassword
     //
     this.txtpassword.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.txtpassword.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.txtpassword.CharacterCasing       = System.Windows.Forms.CharacterCasing.Upper;
     this.txtpassword.Font                  = new System.Drawing.Font("Trebuchet MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtpassword.ForeColor             = System.Drawing.Color.Black;
     this.txtpassword.Location              = new System.Drawing.Point(180, 154);
     this.txtpassword.Name                  = "txtpassword";
     this.txtpassword.Size                  = new System.Drawing.Size(282, 34);
     this.txtpassword.TabIndex              = 13;
     this.txtpassword.Text                  = "LALIBERTAD105";
     this.txtpassword.TextAlign             = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtpassword.UseSystemPasswordChar = true;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label1.Location  = new System.Drawing.Point(143, 138);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(352, 15);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "Access Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblcurrentuser
     //
     this.lblcurrentuser.BackColor = System.Drawing.Color.Black;
     this.lblcurrentuser.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblcurrentuser.Font      = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblcurrentuser.ForeColor = System.Drawing.Color.White;
     this.lblcurrentuser.Location  = new System.Drawing.Point(0, 0);
     this.lblcurrentuser.Name      = "lblcurrentuser";
     this.lblcurrentuser.Size      = new System.Drawing.Size(636, 39);
     this.lblcurrentuser.TabIndex  = 18;
     this.lblcurrentuser.Text      = "ENTER ACCESS CODE";
     this.lblcurrentuser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(274, 49);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(84, 81);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 19;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(299, 293);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 24;
     this.pictureBox2.TabStop  = false;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(157, 326);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(315, 23);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "facebook.com/rcsoftsolutions";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frm_user_login
     //
     this.AcceptButton        = this.cmdlogin;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(636, 354);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.lblmessage);
     this.Controls.Add(this.lblcurrentuser);
     this.Controls.Add(this.cmdlogin);
     this.Controls.Add(this.txtpassword);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frm_user_login";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = " ";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Frm_user_loginFormClosed);
     this.Load           += new System.EventHandler(this.Frm_user_loginLoad);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#52
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(AddressEditor));
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.availablebox    = new System.Windows.Forms.TextBox();
     this.label11         = new System.Windows.Forms.Label();
     this.emailbox        = new System.Windows.Forms.TextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.directnumberbox = new System.Windows.Forms.TextBox();
     this.label5          = new System.Windows.Forms.Label();
     this.phonenumberbox  = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.contactnamebox  = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.zipcodebox      = new System.Windows.Forms.TextBox();
     this.label8          = new System.Windows.Forms.Label();
     this.citynamebox     = new System.Windows.Forms.TextBox();
     this.label7          = new System.Windows.Forms.Label();
     this.addressbox      = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.dataGridView1   = new System.Windows.Forms.DataGridView();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.companyname     = new System.Windows.Forms.Label();
     this.label9          = new System.Windows.Forms.Label();
     this.getinfobtn      = new System.Windows.Forms.Button();
     this.addressidbox    = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.updatebtn       = new System.Windows.Forms.Button();
     this.exitbtn         = new System.Windows.Forms.Button();
     this.deletebtn       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Enabled      = false;
     this.pictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
     this.pictureBox1.Location     = new System.Drawing.Point(532, 12);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(140, 99);
     this.pictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex     = 15;
     this.pictureBox1.TabStop      = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.availablebox);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.emailbox);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.directnumberbox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.phonenumberbox);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.contactnamebox);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.groupBox2.Location = new System.Drawing.Point(12, 157);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(341, 207);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Kontaktinformation";
     //
     // availablebox
     //
     this.availablebox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.availablebox.Location    = new System.Drawing.Point(135, 167);
     this.availablebox.Name        = "availablebox";
     this.availablebox.Size        = new System.Drawing.Size(200, 29);
     this.availablebox.TabIndex    = 3;
     //
     // label11
     //
     this.label11.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label11.Location  = new System.Drawing.Point(6, 167);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(124, 29);
     this.label11.TabIndex  = 2;
     this.label11.Text      = "Træffetid";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // emailbox
     //
     this.emailbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.emailbox.Location    = new System.Drawing.Point(135, 132);
     this.emailbox.Name        = "emailbox";
     this.emailbox.Size        = new System.Drawing.Size(200, 29);
     this.emailbox.TabIndex    = 3;
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label6.Location  = new System.Drawing.Point(6, 132);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(124, 29);
     this.label6.TabIndex  = 2;
     this.label6.Text      = "Email";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // directnumberbox
     //
     this.directnumberbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.directnumberbox.Location    = new System.Drawing.Point(135, 98);
     this.directnumberbox.Name        = "directnumberbox";
     this.directnumberbox.Size        = new System.Drawing.Size(200, 29);
     this.directnumberbox.TabIndex    = 2;
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label5.Location  = new System.Drawing.Point(6, 98);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(124, 29);
     this.label5.TabIndex  = 3;
     this.label5.Text      = "Direkte nummer";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // phonenumberbox
     //
     this.phonenumberbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.phonenumberbox.Location    = new System.Drawing.Point(135, 63);
     this.phonenumberbox.Name        = "phonenumberbox";
     this.phonenumberbox.Size        = new System.Drawing.Size(200, 29);
     this.phonenumberbox.TabIndex    = 1;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label4.Location  = new System.Drawing.Point(6, 63);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(124, 29);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "Telefonnummer";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // contactnamebox
     //
     this.contactnamebox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.contactnamebox.Location    = new System.Drawing.Point(135, 28);
     this.contactnamebox.Name        = "contactnamebox";
     this.contactnamebox.Size        = new System.Drawing.Size(200, 29);
     this.contactnamebox.TabIndex    = 0;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label3.Location  = new System.Drawing.Point(6, 28);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(124, 29);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Kontaktperson";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.zipcodebox);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.citynamebox);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.addressbox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(321, 139);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Adresse Information";
     //
     // zipcodebox
     //
     this.zipcodebox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.zipcodebox.Location    = new System.Drawing.Point(115, 98);
     this.zipcodebox.Name        = "zipcodebox";
     this.zipcodebox.Size        = new System.Drawing.Size(200, 29);
     this.zipcodebox.TabIndex    = 2;
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label8.Location  = new System.Drawing.Point(6, 98);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(104, 29);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "Postnummer";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // citynamebox
     //
     this.citynamebox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.citynamebox.Location    = new System.Drawing.Point(115, 63);
     this.citynamebox.Name        = "citynamebox";
     this.citynamebox.Size        = new System.Drawing.Size(200, 29);
     this.citynamebox.TabIndex    = 1;
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label7.Location  = new System.Drawing.Point(6, 63);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(104, 29);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "By";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // addressbox
     //
     this.addressbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.addressbox.Location    = new System.Drawing.Point(115, 28);
     this.addressbox.Name        = "addressbox";
     this.addressbox.Size        = new System.Drawing.Size(200, 29);
     this.addressbox.TabIndex    = 0;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.label1.Location  = new System.Drawing.Point(6, 28);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 29);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Adresse";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(13, 370);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(659, 184);
     this.dataGridView1.TabIndex = 18;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.companyname);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.getinfobtn);
     this.groupBox3.Controls.Add(this.addressidbox);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.groupBox3.Location = new System.Drawing.Point(339, 12);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(189, 149);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Firma Information";
     //
     // companyname
     //
     this.companyname.BackColor = System.Drawing.SystemColors.Control;
     this.companyname.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Underline);
     this.companyname.ForeColor = System.Drawing.Color.Blue;
     this.companyname.Location  = new System.Drawing.Point(58, 62);
     this.companyname.Name      = "companyname";
     this.companyname.Size      = new System.Drawing.Size(123, 23);
     this.companyname.TabIndex  = 3;
     this.companyname.Text      = "Virksomhed A/S";
     this.companyname.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label9
     //
     this.label9.Font     = new System.Drawing.Font("Segoe UI", 12F);
     this.label9.Location = new System.Drawing.Point(7, 63);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(53, 23);
     this.label9.TabIndex = 3;
     this.label9.Text     = "Firma:";
     //
     // getinfobtn
     //
     this.getinfobtn.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.getinfobtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.getinfobtn.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.getinfobtn.Location  = new System.Drawing.Point(117, 99);
     this.getinfobtn.Name      = "getinfobtn";
     this.getinfobtn.Size      = new System.Drawing.Size(64, 40);
     this.getinfobtn.TabIndex  = 1;
     this.getinfobtn.Text      = "Hent";
     this.getinfobtn.UseVisualStyleBackColor = false;
     this.getinfobtn.Click += new System.EventHandler(this.GetinfobtnClick);
     //
     // addressidbox
     //
     this.addressidbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.addressidbox.Location    = new System.Drawing.Point(97, 26);
     this.addressidbox.Name        = "addressidbox";
     this.addressidbox.Size        = new System.Drawing.Size(84, 29);
     this.addressidbox.TabIndex    = 0;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 12F);
     this.label2.Location = new System.Drawing.Point(7, 28);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 23);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Adresse ID";
     //
     // updatebtn
     //
     this.updatebtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.updatebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.updatebtn.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.updatebtn.Location  = new System.Drawing.Point(387, 255);
     this.updatebtn.Name      = "updatebtn";
     this.updatebtn.Size      = new System.Drawing.Size(120, 65);
     this.updatebtn.TabIndex  = 4;
     this.updatebtn.Text      = "&Opdater Adresse";
     this.updatebtn.UseVisualStyleBackColor = false;
     this.updatebtn.Click += new System.EventHandler(this.UpdatebtnClick);
     //
     // exitbtn
     //
     this.exitbtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.exitbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.exitbtn.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.exitbtn.Location  = new System.Drawing.Point(552, 299);
     this.exitbtn.Name      = "exitbtn";
     this.exitbtn.Size      = new System.Drawing.Size(120, 65);
     this.exitbtn.TabIndex  = 5;
     this.exitbtn.Text      = "Afslut";
     this.exitbtn.UseVisualStyleBackColor = false;
     this.exitbtn.Click += new System.EventHandler(this.ExitbtnClick);
     //
     // deletebtn
     //
     this.deletebtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.deletebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.deletebtn.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.deletebtn.Location  = new System.Drawing.Point(387, 173);
     this.deletebtn.Name      = "deletebtn";
     this.deletebtn.Size      = new System.Drawing.Size(120, 65);
     this.deletebtn.TabIndex  = 3;
     this.deletebtn.Text      = "&Fjern Adresse";
     this.deletebtn.UseVisualStyleBackColor = false;
     this.deletebtn.Click += new System.EventHandler(this.DeletebtnClick);
     //
     // AddressEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(684, 566);
     this.Controls.Add(this.exitbtn);
     this.Controls.Add(this.deletebtn);
     this.Controls.Add(this.updatebtn);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "AddressEditor";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "AddressEditor";
     this.Load           += new System.EventHandler(this.AddressEditorLoad);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#53
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(CadastroUsuario));
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.textBox2    = new System.Windows.Forms.TextBox();
     this.textBox3    = new System.Windows.Forms.TextBox();
     this.button1     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button3     = new System.Windows.Forms.Button();
     this.panel1      = new System.Windows.Forms.Panel();
     this.panel2      = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.button4     = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(91, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Área de Atuação";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(3, 36);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(91, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Nome Completo";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 71);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(91, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Senha";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(3, 98);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(91, 23);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Confirmar Senha";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(100, 6);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(307, 21);
     this.comboBox1.TabIndex = 4;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(100, 33);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(307, 20);
     this.textBox1.TabIndex = 5;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(100, 68);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(307, 20);
     this.textBox2.TabIndex = 6;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(100, 95);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(307, 20);
     this.textBox3.TabIndex = 7;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(134, 152);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(141, 26);
     this.button1.TabIndex = 8;
     this.button1.Text     = "Cadastrar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(281, 152);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(126, 26);
     this.button2.TabIndex = 9;
     this.button2.Text     = "Limpar";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(3, 152);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(125, 26);
     this.button3.TabIndex = 10;
     this.button3.Text     = "Voltar";
     this.button3.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Location = new System.Drawing.Point(172, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(419, 181);
     this.panel1.TabIndex = 11;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Controls.Add(this.button4);
     this.panel2.Location = new System.Drawing.Point(12, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(154, 178);
     this.panel2.TabIndex = 12;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 9);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(148, 139);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(0, 154);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(148, 23);
     this.button4.TabIndex = 0;
     this.button4.Text     = "Importar Foto";
     this.button4.UseVisualStyleBackColor = true;
     //
     // CadastroUsuario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(603, 206);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CadastroUsuario";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "CadastroUsuario";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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()
 {
     System.Windows.Forms.PictureBox pictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.reportesToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.carteleraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.peliculasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.salasToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.generosToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.usuariosToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.ayudaToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.formatoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.idiomasToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.proyecToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     pictureBox1.BackColor = System.Drawing.Color.Transparent;
     pictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     pictureBox1.Location  = new System.Drawing.Point(767, 709);
     pictureBox1.Name      = "pictureBox1";
     pictureBox1.Size      = new System.Drawing.Size(105, 35);
     pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     pictureBox1.TabIndex  = 7;
     pictureBox1.TabStop   = false;
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.reportesToolStripMenuItem,
         this.carteleraToolStripMenuItem,
         this.usuariosToolStripMenuItem,
         this.ayudaToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(884, 28);
     this.menuStrip1.TabIndex = 10;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // reportesToolStripMenuItem
     //
     this.reportesToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("reportesToolStripMenuItem.Image")));
     this.reportesToolStripMenuItem.Name   = "reportesToolStripMenuItem";
     this.reportesToolStripMenuItem.Size   = new System.Drawing.Size(85, 24);
     this.reportesToolStripMenuItem.Text   = "Reportes";
     this.reportesToolStripMenuItem.Click += new System.EventHandler(this.reportesToolStripMenuItem_Click_1);
     //
     // carteleraToolStripMenuItem
     //
     this.carteleraToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.peliculasToolStripMenuItem,
         this.salasToolStripMenuItem,
         this.generosToolStripMenuItem,
         this.formatoToolStripMenuItem,
         this.idiomasToolStripMenuItem,
         this.proyecToolStripMenuItem
     });
     this.carteleraToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("carteleraToolStripMenuItem.Image")));
     this.carteleraToolStripMenuItem.Name   = "carteleraToolStripMenuItem";
     this.carteleraToolStripMenuItem.Size   = new System.Drawing.Size(86, 24);
     this.carteleraToolStripMenuItem.Text   = "Cartelera";
     this.carteleraToolStripMenuItem.Click += new System.EventHandler(this.carteleraToolStripMenuItem_Click_1);
     //
     // peliculasToolStripMenuItem
     //
     this.peliculasToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("peliculasToolStripMenuItem.Image")));
     this.peliculasToolStripMenuItem.Name   = "peliculasToolStripMenuItem";
     this.peliculasToolStripMenuItem.Size   = new System.Drawing.Size(156, 26);
     this.peliculasToolStripMenuItem.Text   = "Peliculas";
     this.peliculasToolStripMenuItem.Click += new System.EventHandler(this.peliculasToolStripMenuItem_Click_1);
     //
     // salasToolStripMenuItem
     //
     this.salasToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("salasToolStripMenuItem.Image")));
     this.salasToolStripMenuItem.Name   = "salasToolStripMenuItem";
     this.salasToolStripMenuItem.Size   = new System.Drawing.Size(156, 26);
     this.salasToolStripMenuItem.Text   = "Salas";
     this.salasToolStripMenuItem.Click += new System.EventHandler(this.salasToolStripMenuItem_Click_1);
     //
     // generosToolStripMenuItem
     //
     this.generosToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("generosToolStripMenuItem.Image")));
     this.generosToolStripMenuItem.Name   = "generosToolStripMenuItem";
     this.generosToolStripMenuItem.Size   = new System.Drawing.Size(156, 26);
     this.generosToolStripMenuItem.Text   = "Generos";
     this.generosToolStripMenuItem.Click += new System.EventHandler(this.generosToolStripMenuItem_Click_1);
     //
     // usuariosToolStripMenuItem
     //
     this.usuariosToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("usuariosToolStripMenuItem.Image")));
     this.usuariosToolStripMenuItem.Name   = "usuariosToolStripMenuItem";
     this.usuariosToolStripMenuItem.Size   = new System.Drawing.Size(84, 24);
     this.usuariosToolStripMenuItem.Text   = "Usuarios";
     this.usuariosToolStripMenuItem.Click += new System.EventHandler(this.usuariosToolStripMenuItem_Click_1);
     //
     // ayudaToolStripMenuItem
     //
     this.ayudaToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("ayudaToolStripMenuItem.Image")));
     this.ayudaToolStripMenuItem.Name   = "ayudaToolStripMenuItem";
     this.ayudaToolStripMenuItem.Size   = new System.Drawing.Size(73, 24);
     this.ayudaToolStripMenuItem.Text   = "Ayuda";
     this.ayudaToolStripMenuItem.Click += new System.EventHandler(this.ayudaToolStripMenuItem_Click_1);
     //
     // formatoToolStripMenuItem
     //
     this.formatoToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("formatoToolStripMenuItem.Image")));
     this.formatoToolStripMenuItem.Name   = "formatoToolStripMenuItem";
     this.formatoToolStripMenuItem.Size   = new System.Drawing.Size(156, 26);
     this.formatoToolStripMenuItem.Text   = "Formatos";
     this.formatoToolStripMenuItem.Click += new System.EventHandler(this.formatoToolStripMenuItem_Click);
     //
     // idiomasToolStripMenuItem
     //
     this.idiomasToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("idiomasToolStripMenuItem.Image")));
     this.idiomasToolStripMenuItem.Name   = "idiomasToolStripMenuItem";
     this.idiomasToolStripMenuItem.Size   = new System.Drawing.Size(156, 26);
     this.idiomasToolStripMenuItem.Text   = "Idiomas";
     this.idiomasToolStripMenuItem.Click += new System.EventHandler(this.idiomasToolStripMenuItem_Click);
     //
     // proyecToolStripMenuItem
     //
     this.proyecToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("proyecToolStripMenuItem.Image")));
     this.proyecToolStripMenuItem.Name   = "proyecToolStripMenuItem";
     this.proyecToolStripMenuItem.Size   = new System.Drawing.Size(156, 26);
     this.proyecToolStripMenuItem.Text   = "Proyecciones";
     this.proyecToolStripMenuItem.Click += new System.EventHandler(this.proyecToolStripMenuItem_Click);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlDarkDark;
     this.ClientSize          = new System.Drawing.Size(884, 756);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(pictureBox1);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name           = "Main";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Menu";
     this.Load          += new System.EventHandler(this.Main_Load);
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#55
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(AboutForm));
     this.label1      = new System.Windows.Forms.Label();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.linkLabel1  = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(23, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(185, 85);
     this.label1.TabIndex = 0;
     this.label1.Text     = "TSearch version 0.3 final 07.2020\r\n\r\nCopyright © NKarpov 2016-2020\r\n\r\ne-mail: t17" +
                            "*****@*****.**";
     //
     // textBox1
     //
     this.textBox1.Location   = new System.Drawing.Point(12, 148);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ReadOnly   = true;
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(407, 115);
     this.textBox1.TabIndex   = 1;
     this.textBox1.TabStop    = false;
     this.textBox1.Text       = resources.GetString("textBox1.Text");
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(23, 106);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(205, 32);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Cassia .NET library by danports";
     //
     // pictureBox1
     //
     this.pictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.ImageLocation = "";
     this.pictureBox1.InitialImage  = null;
     this.pictureBox1.Location      = new System.Drawing.Point(214, 9);
     this.pictureBox1.Name          = "pictureBox1";
     this.pictureBox1.Size          = new System.Drawing.Size(194, 129);
     this.pictureBox1.SizeMode      = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex      = 3;
     this.pictureBox1.TabStop       = false;
     //
     // linkLabel1
     //
     this.linkLabel1.Location = new System.Drawing.Point(23, 122);
     this.linkLabel1.Name     = "linkLabel1";
     this.linkLabel1.Size     = new System.Drawing.Size(185, 20);
     this.linkLabel1.TabIndex = 4;
     this.linkLabel1.TabStop  = true;
     this.linkLabel1.Text     = "https://github.com/danports/cassia";
     this.linkLabel1.Click   += new System.EventHandler(this.LinkLabel1Click);
     //
     // AboutForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(431, 275);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AboutForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "О программе";
     this.Deactivate     += new System.EventHandler(this.AboutFormDeactivate);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
       this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
       this.logoPictureBox = new System.Windows.Forms.PictureBox();
       this.labelProductName = new System.Windows.Forms.Label();
       this.labelVersion = new System.Windows.Forms.Label();
       this.textBoxDescription = new System.Windows.Forms.TextBox();
       this.okButton = new System.Windows.Forms.Button();
       this.tableLayoutPanel.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
       this.SuspendLayout();
       //
       // tableLayoutPanel
       //
       this.tableLayoutPanel.ColumnCount = 2;
       this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.34146F));
       this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.65854F));
       this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
       this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
       this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
       this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
       this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
       this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
       this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
       this.tableLayoutPanel.Name = "tableLayoutPanel";
       this.tableLayoutPanel.RowCount = 6;
       this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
       this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
       this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
       this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.331179F));
       this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 54.44265F));
       this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
       this.tableLayoutPanel.Size = new System.Drawing.Size(1025, 248);
       this.tableLayoutPanel.TabIndex = 0;
       //
       // logoPictureBox
       //
       this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
       this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
       this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
       this.logoPictureBox.Name = "logoPictureBox";
       this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
       this.logoPictureBox.Size = new System.Drawing.Size(222, 242);
       this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
       this.logoPictureBox.TabIndex = 12;
       this.logoPictureBox.TabStop = false;
       //
       // labelProductName
       //
       this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
       this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.labelProductName.Location = new System.Drawing.Point(234, 0);
       this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
       this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
       this.labelProductName.Name = "labelProductName";
       this.labelProductName.Size = new System.Drawing.Size(788, 17);
       this.labelProductName.TabIndex = 19;
       this.labelProductName.Text = "PICES Commander  (Plankton Imaging Classification and Evaluation System)";
       this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // labelVersion
       //
       this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
       this.labelVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.labelVersion.Location = new System.Drawing.Point(234, 24);
       this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
       this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
       this.labelVersion.Name = "labelVersion";
       this.labelVersion.Size = new System.Drawing.Size(788, 17);
       this.labelVersion.TabIndex = 0;
       this.labelVersion.Text = "Version 1.02   April-02-2013";
       this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       this.labelVersion.Click += new System.EventHandler(this.labelVersion_Click);
       //
       // textBoxDescription
       //
       this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
       this.textBoxDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.textBoxDescription.Location = new System.Drawing.Point(234, 88);
       this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
       this.textBoxDescription.Multiline = true;
       this.textBoxDescription.Name = "textBoxDescription";
       this.textBoxDescription.ReadOnly = true;
       this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.textBoxDescription.Size = new System.Drawing.Size(788, 129);
       this.textBoxDescription.TabIndex = 23;
       this.textBoxDescription.TabStop = false;
       this.textBoxDescription.Text = resources.GetString("textBoxDescription.Text");
       //
       // okButton
       //
       this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.okButton.Location = new System.Drawing.Point(947, 223);
       this.okButton.Name = "okButton";
       this.okButton.Size = new System.Drawing.Size(75, 22);
       this.okButton.TabIndex = 24;
       this.okButton.Text = "&OK";
       //
       // AboutBox
       //
       this.AcceptButton = this.okButton;
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(1043, 266);
       this.Controls.Add(this.tableLayoutPanel);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "AboutBox";
       this.Padding = new System.Windows.Forms.Padding(9);
       this.ShowIcon = false;
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "AboutBox";
       this.tableLayoutPanel.ResumeLayout(false);
       this.tableLayoutPanel.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetupControl));
     this.DatabaseCreatedCheckBox       = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.InstallDatabaseSchemaButton   = new System.Windows.Forms.Label();
     this.InstallProjectTemplatesButton = new System.Windows.Forms.Label();
     this.ConfigureButton       = new System.Windows.Forms.Label();
     this.CancelButton          = new System.Windows.Forms.Button();
     this.InfoLabel3            = new System.Windows.Forms.Label();
     this.InfoLabel2            = new System.Windows.Forms.Label();
     this.InfoLabel             = new System.Windows.Forms.Label();
     this.ClickHere             = new System.Windows.Forms.PictureBox();
     this.ViewPDFButton         = new System.Windows.Forms.Button();
     this.ViewWordButton        = new System.Windows.Forms.Button();
     this.UsersGuideLabel       = new System.Windows.Forms.Label();
     this.InstallDotNet5Label   = new System.Windows.Forms.Label();
     this.FrameworkLabel        = new System.Windows.Forms.Label();
     this.UninstallDotNet5Label = new System.Windows.Forms.Label();
     this.UninstallDotNet6Label = new System.Windows.Forms.Label();
     this.InstallDotNet6Label   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ClickHere)).BeginInit();
     this.SuspendLayout();
     //
     // DatabaseCreatedCheckBox
     //
     this.DatabaseCreatedCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.DatabaseCreatedCheckBox.CheckBoxHorizontalOffSet = 0;
     this.DatabaseCreatedCheckBox.CheckBoxVerticalOffSet   = 4;
     this.DatabaseCreatedCheckBox.CheckChangedListener     = null;
     this.DatabaseCreatedCheckBox.Checked    = false;
     this.DatabaseCreatedCheckBox.Editable   = true;
     this.DatabaseCreatedCheckBox.Font       = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseCreatedCheckBox.LabelColor = System.Drawing.Color.GhostWhite;
     this.DatabaseCreatedCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseCreatedCheckBox.LabelText  = "DataTier.Net.Database Has Been Created:";
     this.DatabaseCreatedCheckBox.LabelWidth = 412;
     this.DatabaseCreatedCheckBox.Location   = new System.Drawing.Point(314, 29);
     this.DatabaseCreatedCheckBox.Name       = "DatabaseCreatedCheckBox";
     this.DatabaseCreatedCheckBox.Size       = new System.Drawing.Size(440, 32);
     this.DatabaseCreatedCheckBox.TabIndex   = 0;
     //
     // InstallDatabaseSchemaButton
     //
     this.InstallDatabaseSchemaButton.Enabled     = false;
     this.InstallDatabaseSchemaButton.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallDatabaseSchemaButton.ForeColor   = System.Drawing.Color.DarkGray;
     this.InstallDatabaseSchemaButton.Location    = new System.Drawing.Point(314, 70);
     this.InstallDatabaseSchemaButton.Name        = "InstallDatabaseSchemaButton";
     this.InstallDatabaseSchemaButton.Size        = new System.Drawing.Size(400, 28);
     this.InstallDatabaseSchemaButton.TabIndex    = 110;
     this.InstallDatabaseSchemaButton.Text        = "DataTier.Net.Database.Schema.sql";
     this.InstallDatabaseSchemaButton.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallDatabaseSchemaButton.Click      += new System.EventHandler(this.InstallDatabaseSchemaButton_Click);
     this.InstallDatabaseSchemaButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.InstallDatabaseSchemaButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // InstallProjectTemplatesButton
     //
     this.InstallProjectTemplatesButton.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallProjectTemplatesButton.ForeColor   = System.Drawing.Color.GhostWhite;
     this.InstallProjectTemplatesButton.Location    = new System.Drawing.Point(480, 142);
     this.InstallProjectTemplatesButton.Name        = "InstallProjectTemplatesButton";
     this.InstallProjectTemplatesButton.Size        = new System.Drawing.Size(248, 53);
     this.InstallProjectTemplatesButton.TabIndex    = 111;
     this.InstallProjectTemplatesButton.Text        = "Install DataTier.Net Project Templates.vsix";
     this.InstallProjectTemplatesButton.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallProjectTemplatesButton.Click      += new System.EventHandler(this.InstallProjectTemplatesButton_Click);
     this.InstallProjectTemplatesButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.InstallProjectTemplatesButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     this.InstallProjectTemplatesButton.MouseHover += new System.EventHandler(this.InstallProjectTemplatesButton_MouseHover);
     //
     // ConfigureButton
     //
     this.ConfigureButton.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConfigureButton.ForeColor   = System.Drawing.Color.GhostWhite;
     this.ConfigureButton.Location    = new System.Drawing.Point(394, 358);
     this.ConfigureButton.Name        = "ConfigureButton";
     this.ConfigureButton.Size        = new System.Drawing.Size(240, 53);
     this.ConfigureButton.TabIndex    = 112;
     this.ConfigureButton.Text        = "Build Connectionstring && Setup App.config";
     this.ConfigureButton.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.ConfigureButton.Click      += new System.EventHandler(this.ConfigureButton_Click);
     this.ConfigureButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ConfigureButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     this.ConfigureButton.MouseHover += new System.EventHandler(this.ConfigureButton_MouseHover);
     //
     // CancelButton
     //
     this.CancelButton.BackColor                         = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.CancelButton.FlatAppearance.BorderSize         = 0;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font      = new System.Drawing.Font("Verdana", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelButton.ForeColor = System.Drawing.Color.Black;
     this.CancelButton.Location  = new System.Drawing.Point(967, 664);
     this.CancelButton.Name      = "CancelButton";
     this.CancelButton.Size      = new System.Drawing.Size(88, 40);
     this.CancelButton.TabIndex  = 113;
     this.CancelButton.Text      = "Cancel";
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click      += new System.EventHandler(this.CancelButton_Click);
     this.CancelButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.CancelButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // InfoLabel3
     //
     this.InfoLabel3.Font      = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InfoLabel3.ForeColor = System.Drawing.Color.LemonChiffon;
     this.InfoLabel3.Location  = new System.Drawing.Point(767, 361);
     this.InfoLabel3.Name      = "InfoLabel3";
     this.InfoLabel3.Size      = new System.Drawing.Size(278, 47);
     this.InfoLabel3.TabIndex  = 114;
     this.InfoLabel3.Text      = "Build and install a connectionstring and you are done!";
     this.InfoLabel3.Visible   = false;
     //
     // InfoLabel2
     //
     this.InfoLabel2.Font      = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InfoLabel2.ForeColor = System.Drawing.Color.LemonChiffon;
     this.InfoLabel2.Location  = new System.Drawing.Point(767, 141);
     this.InfoLabel2.Name      = "InfoLabel2";
     this.InfoLabel2.Size      = new System.Drawing.Size(278, 119);
     this.InfoLabel2.TabIndex  = 115;
     this.InfoLabel2.Text      = "Install the DataTier.Net Project Templates for .Net Framework into Visual Studio " +
                                 "2017 or 2019 or both.\r\n\r\nFor Visual Studio 2022, install .Net5 or .Net6 project " +
                                 "templates.";
     this.InfoLabel2.Visible = false;
     //
     // InfoLabel
     //
     this.InfoLabel.Font      = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InfoLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.InfoLabel.Location  = new System.Drawing.Point(767, 13);
     this.InfoLabel.Name      = "InfoLabel";
     this.InfoLabel.Size      = new System.Drawing.Size(299, 95);
     this.InfoLabel.TabIndex  = 117;
     this.InfoLabel.Text      = "Create a new database in SQL Server Management Studio named DataTier.Net.Database" +
                                ", then check this box.";
     this.InfoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ClickHere
     //
     this.ClickHere.BackgroundImage       = global::DataTierClient.Properties.Resources.Click_Here_Orange_Transparent1;
     this.ClickHere.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClickHere.Location = new System.Drawing.Point(188, 83);
     this.ClickHere.Name     = "ClickHere";
     this.ClickHere.Size     = new System.Drawing.Size(150, 64);
     this.ClickHere.TabIndex = 118;
     this.ClickHere.TabStop  = false;
     this.ClickHere.Visible  = false;
     //
     // ViewPDFButton
     //
     this.ViewPDFButton.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("ViewPDFButton.BackgroundImage")));
     this.ViewPDFButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ViewPDFButton.FlatAppearance.BorderSize         = 0;
     this.ViewPDFButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.ViewPDFButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ViewPDFButton.Location  = new System.Drawing.Point(144, 343);
     this.ViewPDFButton.Name      = "ViewPDFButton";
     this.ViewPDFButton.Size      = new System.Drawing.Size(64, 64);
     this.ViewPDFButton.TabIndex  = 120;
     this.ViewPDFButton.UseVisualStyleBackColor = true;
     this.ViewPDFButton.Click      += new System.EventHandler(this.ViewPDFButton_Click);
     this.ViewPDFButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ViewPDFButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // ViewWordButton
     //
     this.ViewWordButton.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("ViewWordButton.BackgroundImage")));
     this.ViewWordButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ViewWordButton.FlatAppearance.BorderSize         = 0;
     this.ViewWordButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.ViewWordButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ViewWordButton.Location  = new System.Drawing.Point(56, 343);
     this.ViewWordButton.Name      = "ViewWordButton";
     this.ViewWordButton.Size      = new System.Drawing.Size(64, 64);
     this.ViewWordButton.TabIndex  = 119;
     this.ViewWordButton.UseVisualStyleBackColor = true;
     this.ViewWordButton.Click      += new System.EventHandler(this.ViewWordButton_Click);
     this.ViewWordButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ViewWordButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // UsersGuideLabel
     //
     this.UsersGuideLabel.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UsersGuideLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.UsersGuideLabel.Location  = new System.Drawing.Point(42, 415);
     this.UsersGuideLabel.Name      = "UsersGuideLabel";
     this.UsersGuideLabel.Size      = new System.Drawing.Size(195, 17);
     this.UsersGuideLabel.TabIndex  = 121;
     this.UsersGuideLabel.Text      = "DataTier.Net Quick Start";
     //
     // InstallDotNet5Label
     //
     this.InstallDotNet5Label.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallDotNet5Label.ForeColor   = System.Drawing.Color.GhostWhite;
     this.InstallDotNet5Label.Location    = new System.Drawing.Point(318, 204);
     this.InstallDotNet5Label.Name        = "InstallDotNet5Label";
     this.InstallDotNet5Label.Size        = new System.Drawing.Size(436, 26);
     this.InstallDotNet5Label.TabIndex    = 122;
     this.InstallDotNet5Label.Text        = "Install .Net 5 Project Templates\r\n\r\n\r\n\r\n";
     this.InstallDotNet5Label.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallDotNet5Label.Click      += new System.EventHandler(this.DotNet5Label_Click);
     this.InstallDotNet5Label.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.InstallDotNet5Label.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // FrameworkLabel
     //
     this.FrameworkLabel.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FrameworkLabel.ForeColor = System.Drawing.Color.GhostWhite;
     this.FrameworkLabel.Location  = new System.Drawing.Point(345, 142);
     this.FrameworkLabel.Name      = "FrameworkLabel";
     this.FrameworkLabel.Size      = new System.Drawing.Size(125, 53);
     this.FrameworkLabel.TabIndex  = 123;
     this.FrameworkLabel.Text      = ".Net Framework:";
     this.FrameworkLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // UninstallDotNet5Label
     //
     this.UninstallDotNet5Label.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UninstallDotNet5Label.ForeColor   = System.Drawing.Color.GhostWhite;
     this.UninstallDotNet5Label.Location    = new System.Drawing.Point(318, 230);
     this.UninstallDotNet5Label.Name        = "UninstallDotNet5Label";
     this.UninstallDotNet5Label.Size        = new System.Drawing.Size(436, 35);
     this.UninstallDotNet5Label.TabIndex    = 124;
     this.UninstallDotNet5Label.Text        = "Uninstall .Net 5 Project Templates\r\n\r\n\r\n\r\n\r\n";
     this.UninstallDotNet5Label.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.UninstallDotNet5Label.Click      += new System.EventHandler(this.UninstallDotNet5Label_Click);
     this.UninstallDotNet5Label.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.UninstallDotNet5Label.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // UninstallDotNet6Label
     //
     this.UninstallDotNet6Label.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UninstallDotNet6Label.ForeColor = System.Drawing.Color.GhostWhite;
     this.UninstallDotNet6Label.Location  = new System.Drawing.Point(318, 289);
     this.UninstallDotNet6Label.Name      = "UninstallDotNet6Label";
     this.UninstallDotNet6Label.Size      = new System.Drawing.Size(436, 35);
     this.UninstallDotNet6Label.TabIndex  = 126;
     this.UninstallDotNet6Label.Text      = "Uninstall .Net 6 Project Templates\r\n\r\n\r\n\r\n\r\n";
     this.UninstallDotNet6Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.UninstallDotNet6Label.Click    += new System.EventHandler(this.UninstallDotNet6Label_Click);
     //
     // InstallDotNet6Label
     //
     this.InstallDotNet6Label.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallDotNet6Label.ForeColor = System.Drawing.Color.GhostWhite;
     this.InstallDotNet6Label.Location  = new System.Drawing.Point(318, 263);
     this.InstallDotNet6Label.Name      = "InstallDotNet6Label";
     this.InstallDotNet6Label.Size      = new System.Drawing.Size(436, 26);
     this.InstallDotNet6Label.TabIndex  = 125;
     this.InstallDotNet6Label.Text      = "Install .Net 6 Project Templates\r\n\r\n\r\n\r\n";
     this.InstallDotNet6Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallDotNet6Label.Click    += new System.EventHandler(this.InstallDotNet6Label_Click);
     //
     // SetupControl
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = System.Drawing.Color.Transparent;
     this.BackgroundImage       = global::DataTierClient.Properties.Resources.Setup3;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Controls.Add(this.UninstallDotNet6Label);
     this.Controls.Add(this.InstallDotNet6Label);
     this.Controls.Add(this.UninstallDotNet5Label);
     this.Controls.Add(this.FrameworkLabel);
     this.Controls.Add(this.InstallDotNet5Label);
     this.Controls.Add(this.ViewPDFButton);
     this.Controls.Add(this.ViewWordButton);
     this.Controls.Add(this.UsersGuideLabel);
     this.Controls.Add(this.ClickHere);
     this.Controls.Add(this.InfoLabel);
     this.Controls.Add(this.InfoLabel2);
     this.Controls.Add(this.InfoLabel3);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.ConfigureButton);
     this.Controls.Add(this.InstallProjectTemplatesButton);
     this.Controls.Add(this.InstallDatabaseSchemaButton);
     this.Controls.Add(this.DatabaseCreatedCheckBox);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor      = System.Drawing.Color.GhostWhite;
     this.Name           = "SetupControl";
     this.Size           = new System.Drawing.Size(1080, 720);
     ((System.ComponentModel.ISupportInitialize)(this.ClickHere)).EndInit();
     this.ResumeLayout(false);
 }
示例#58
0
        public void InsertarImagen(String desc, double precio, int existencias, String ingredientes, String tipo, System.Windows.Forms.PictureBox pbImagen)
        {
            using (SqlConnection conn = new SqlConnection(Conexion.Cadena))
            {
                conn.Open();
                string     sql     = "PA_InsertarProducto";
                SqlCommand comando = new SqlCommand(sql, conn);
                comando.CommandType = System.Data.CommandType.StoredProcedure;


                comando.Parameters.Add("@descripcion", System.Data.SqlDbType.VarChar);
                comando.Parameters.Add("@Imagen", System.Data.SqlDbType.Image);
                comando.Parameters.Add("@precio", System.Data.SqlDbType.Money);
                comando.Parameters.Add("@existencias", System.Data.SqlDbType.Int);
                comando.Parameters.Add("@tipo", System.Data.SqlDbType.VarChar);
                comando.Parameters.Add("@ingredientes", System.Data.SqlDbType.VarChar);
                comando.Parameters.Add("@estado", System.Data.SqlDbType.Int);


                comando.Parameters["@descripcion"].Value  = desc;
                comando.Parameters["@imagen"].Value       = pbImagen;
                comando.Parameters["@precio"].Value       = precio;
                comando.Parameters["@existencias"].Value  = existencias;
                comando.Parameters["@tipo"].Value         = tipo;
                comando.Parameters["@ingredientes"].Value = ingredientes;
                comando.Parameters["@estado"].Value       = 1;

                /*
                 * comando.Parameters.Add("@IdProductoFinal", System.Data.SqlDbType.Int);
                 * comando.Parameters.Add("@Descripcion", System.Data.SqlDbType.NChar);
                 * comando.Parameters.Add("@Img", System.Data.SqlDbType.Image);
                 *
                 *
                 * comando.Parameters["@IdProductoFinal"].Value = idProducto;
                 * comando.Parameters["@Descripcion"].Value = descripcionImagen;
                 */

                System.IO.MemoryStream ms = new System.IO.MemoryStream();

                pbImagen.Image.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg);
                comando.Parameters["@imagen"].Value = ms.GetBuffer();
                comando.ExecuteNonQuery();
            }
        }
示例#59
0
 public ConvexHullSolver(System.Drawing.Graphics g, System.Windows.Forms.PictureBox pictureBoxView)
 {
     this.g = g;
     this.pictureBoxView = pictureBoxView;
 }
示例#60
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(Form9));
     this.label1         = new System.Windows.Forms.Label();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.label2         = new System.Windows.Forms.Label();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.textBox3       = new System.Windows.Forms.TextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.button1        = new System.Windows.Forms.Button();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.textBox4       = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(60, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Find out: ";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(78, 12);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(150, 67);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 92);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 18);
     this.label2.TabIndex = 2;
     this.label2.Text     = "x =";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(77, 142);
     this.textBox1.Name     = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size     = new System.Drawing.Size(150, 20);
     this.textBox1.TabIndex = 3;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(77, 168);
     this.textBox2.Name     = "textBox2";
     this.textBox2.ReadOnly = true;
     this.textBox2.Size     = new System.Drawing.Size(150, 20);
     this.textBox2.TabIndex = 5;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 145);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(60, 18);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Way 1";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(77, 194);
     this.textBox3.Name     = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size     = new System.Drawing.Size(150, 20);
     this.textBox3.TabIndex = 7;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 171);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(60, 18);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Way 2";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(12, 197);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(60, 18);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Way 3";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 113);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(215, 23);
     this.button1.TabIndex = 10;
     this.button1.Text     = "Calculate";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(78, 90);
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(149, 20);
     this.numericUpDown1.TabIndex = 11;
     //
     // textBox4
     //
     this.textBox4.Location   = new System.Drawing.Point(234, 12);
     this.textBox4.Multiline  = true;
     this.textBox4.Name       = "textBox4";
     this.textBox4.ReadOnly   = true;
     this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox4.Size       = new System.Drawing.Size(274, 202);
     this.textBox4.TabIndex   = 12;
     //
     // Form9
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(520, 226);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form9";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Task 3.4";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }