/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(98, 122);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(282, 255);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     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.btn = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btn
     //
     this.btn.BackColor = System.Drawing.Color.White;
     this.btn.Cursor = System.Windows.Forms.Cursors.Default;
     this.btn.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn.ForeColor = System.Drawing.Color.DarkSlateBlue;
     this.btn.Location = new System.Drawing.Point(0, 0);
     this.btn.Name = "btn";
     this.btn.Size = new System.Drawing.Size(114, 30);
     this.btn.TabIndex = 1;
     this.btn.Text = "Text";
     this.btn.UseVisualStyleBackColor = false;
     this.btn.Click += new System.EventHandler(this.btn_Click);
     //
     // ButtonUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btn);
     this.Name = "ButtonUC";
     this.Size = new System.Drawing.Size(114, 30);
     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(Connections_Form));
     this.btn_OK = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btn_OK
     //
     this.btn_OK.Location = new System.Drawing.Point(267, 310);
     this.btn_OK.Name = "btn_OK";
     this.btn_OK.Size = new System.Drawing.Size(66, 27);
     this.btn_OK.TabIndex = 0;
     this.btn_OK.Text = "OK";
     this.btn_OK.UseVisualStyleBackColor = true;
     this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
     //
     // Connections_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(583, 343);
     this.Controls.Add(this.btn_OK);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Connections_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Connections_Form";
     this.Load += new System.EventHandler(this.Connections_Form_Load);
     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.groupBox1 = new System.Windows.Forms.GroupBox();
     this.treeViewClassficationList = new System.Windows.Forms.TreeView();
     this.btnOutput = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.treeViewClassficationList);
     this.groupBox1.Location = new System.Drawing.Point(5, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(277, 264);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "重量分类列表";
     //
     // treeViewClassficationList
     //
     this.treeViewClassficationList.Location = new System.Drawing.Point(7, 16);
     this.treeViewClassficationList.Name = "treeViewClassficationList";
     this.treeViewClassficationList.Size = new System.Drawing.Size(264, 242);
     this.treeViewClassficationList.TabIndex = 0;
     //
     // btnOutput
     //
     this.btnOutput.Location = new System.Drawing.Point(120, 273);
     this.btnOutput.Name = "btnOutput";
     this.btnOutput.Size = new System.Drawing.Size(75, 23);
     this.btnOutput.TabIndex = 1;
     this.btnOutput.Text = "导出";
     this.btnOutput.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(201, 273);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // OutputWeightClassficationFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(288, 302);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOutput);
     this.Controls.Add(this.groupBox1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "OutputWeightClassficationFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "重量分类选择对话框";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnOk = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btnOk
     //
     this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOk.Location = new System.Drawing.Point(125, 145);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new System.Drawing.Size(43, 21);
     this.btnOk.TabIndex = 0;
     this.btnOk.Text = "OK";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // frmAbout
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightCyan;
     this.ClientSize = new System.Drawing.Size(292, 178);
     this.Controls.Add(this.btnOk);
     this.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmAbout";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "QL_BanDayNit V1.0";
     this.ResumeLayout(false);
 }
Beispiel #6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btn_Stop = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btn_Stop
     //
     this.btn_Stop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_Stop.Location = new System.Drawing.Point(59, 24);
     this.btn_Stop.Name = "btn_Stop";
     this.btn_Stop.Size = new System.Drawing.Size(135, 45);
     this.btn_Stop.TabIndex = 0;
     this.btn_Stop.Text = "禁止改变窗体的大小";
     this.btn_Stop.UseVisualStyleBackColor = true;
     this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(244, 92);
     this.Controls.Add(this.btn_Stop);
     this.Name = "Frm_Main";
     this.Text = "禁止改变窗体的大小";
     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.butOK = new System.Windows.Forms.Button();
     this.butCancel = new System.Windows.Forms.Button();
     this.textPassword = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butOK
     //
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(202,68);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(283,68);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textPassword
     //
     this.textPassword.Location = new System.Drawing.Point(126,26);
     this.textPassword.Name = "textPassword";
     this.textPassword.Size = new System.Drawing.Size(190,20);
     this.textPassword.TabIndex = 0;
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(12,29);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(111,17);
     this.label4.TabIndex = 207;
     this.label4.Text = "New Password";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormCentralPasswordChange
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(370,104);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textPassword);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormCentralPasswordChange";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Change Password";
     this.Load += new System.EventHandler(this.FormCentralPasswordChange_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._tbImageToDecompose = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this._btnDecompose = new System.Windows.Forms.Button();
     this._tbSaveImage = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // _tbImageToDecompose
     //
     this._tbImageToDecompose.Location = new System.Drawing.Point(15, 25);
     this._tbImageToDecompose.Name = "_tbImageToDecompose";
     this._tbImageToDecompose.Size = new System.Drawing.Size(292, 20);
     this._tbImageToDecompose.TabIndex = 0;
     this._tbImageToDecompose.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TbImageToDecomposeMouseDoubleClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(204, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Select image to decompose (double click)";
     //
     // _btnDecompose
     //
     this._btnDecompose.Location = new System.Drawing.Point(232, 77);
     this._btnDecompose.Name = "_btnDecompose";
     this._btnDecompose.Size = new System.Drawing.Size(75, 23);
     this._btnDecompose.TabIndex = 2;
     this._btnDecompose.Text = "Decompose";
     this._btnDecompose.UseVisualStyleBackColor = true;
     this._btnDecompose.Click += new System.EventHandler(this.BtnDecomposeClick);
     //
     // _tbSaveImage
     //
     this._tbSaveImage.Location = new System.Drawing.Point(15, 51);
     this._tbSaveImage.Name = "_tbSaveImage";
     this._tbSaveImage.Size = new System.Drawing.Size(292, 20);
     this._tbSaveImage.TabIndex = 3;
     this._tbSaveImage.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TbSaveImageMouseDoubleClick);
     //
     // WinHaarWavelet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(319, 112);
     this.Controls.Add(this._tbSaveImage);
     this.Controls.Add(this._btnDecompose);
     this.Controls.Add(this.label1);
     this.Controls.Add(this._tbImageToDecompose);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(335, 150);
     this.MinimumSize = new System.Drawing.Size(335, 150);
     this.Name = "WinHaarWavelet";
     this.Text = "WinHaarWavelet";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 public void AddFixedValueButton(string text)
 {
     System.Windows.Forms.Button button = new System.Windows.Forms.Button();
     button.Text = text;
     button.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     button.ForeColor = System.Drawing.Color.DarkGray;
     button.FlatAppearance.BorderSize = 0;
     button.Dock = System.Windows.Forms.DockStyle.Right;
     if (text.Length < 3 || (text.Length == 3 && text.Contains(".")))
     {
         button.Width = 30;
         this.pnlButtons.Width += 30;
     }
     else if (text.Length < 4)
     {
         button.Width = 35;
         this.pnlButtons.Width += 35;
     }
     else if (text.Length < 5)
     {
         button.Width = 40;
         this.pnlButtons.Width += 40;
     }
     else
     {
         button.Width = 60;
         this.pnlButtons.Width += 60;
     }
     _additionalButtonsWidth += button.Width;
     _additionalButtonsWidth += tmpBtnSize;
     button.Click += Button_Click;
     this.pnlButtons.Controls.Add(button);
 }
 /// <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(RenameDialog));
     this.label2 = new System.Windows.Forms.Label();
     this.txtname = new System.Windows.Forms.TextBox();
     this.okbtn = new System.Windows.Forms.Button();
     this.cancelbtn = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Name = "label2";
     //
     // txtname
     //
     this.txtname.BackColor = System.Drawing.SystemColors.Window;
     this.txtname.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this.txtname, "txtname");
     this.txtname.Name = "txtname";
     this.txtname.TextChanged += new System.EventHandler(this.txtartist_TextChanged);
     //
     // okbtn
     //
     resources.ApplyResources(this.okbtn, "okbtn");
     this.okbtn.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okbtn.Name = "okbtn";
     this.okbtn.UseVisualStyleBackColor = true;
     this.okbtn.Click += new System.EventHandler(this.okbtn_Click);
     //
     // cancelbtn
     //
     resources.ApplyResources(this.cancelbtn, "cancelbtn");
     this.cancelbtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelbtn.Name = "cancelbtn";
     this.cancelbtn.UseVisualStyleBackColor = true;
     //
     // RenameDialog
     //
     this.AcceptButton = this.okbtn;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.CancelButton = this.cancelbtn;
     this.Controls.Add(this.okbtn);
     this.Controls.Add(this.cancelbtn);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtname);
     this.ForeColor = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "RenameDialog";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
			this.button1 = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// folderBrowserDialog1
			// 
			this.folderBrowserDialog1.Description = "Chose monitor fodler";
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(100, 54);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(186, 78);
			this.button1.TabIndex = 0;
			this.button1.Text = "chose monitor folder";
			this.button1.UseVisualStyleBackColor = true;
			this.button1.Click += new System.EventHandler(this.Button1Click);
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(396, 264);
			this.Controls.Add(this.button1);
			this.Name = "MainForm";
			this.Text = "LoseAV";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
			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.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.grdProperties = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.grdProperties)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(168, 96);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 0;
     this.btnOK.Text = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(250, 96);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // grdPendingProperties
     //
     this.grdProperties.AllowUserToAddRows = false;
     this.grdProperties.AllowUserToDeleteRows = false;
     this.grdProperties.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.grdProperties.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdProperties.Location = new System.Drawing.Point(13, 13);
     this.grdProperties.Name = "grdPendingProperties";
     this.grdProperties.Size = new System.Drawing.Size(312, 77);
     this.grdProperties.TabIndex = 2;
     //
     // PendingParameterDialog
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(337, 131);
     this.Controls.Add(this.grdProperties);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Name = "PendingParameterDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Set Additional Parameters";
     ((System.ComponentModel.ISupportInitialize)(this.grdProperties)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnGenerate = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btnGenerate
     //
     this.btnGenerate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGenerate.Location = new System.Drawing.Point(537, 409);
     this.btnGenerate.Name = "btnGenerate";
     this.btnGenerate.Size = new System.Drawing.Size(75, 23);
     this.btnGenerate.TabIndex = 0;
     this.btnGenerate.Text = "Generate";
     this.btnGenerate.UseVisualStyleBackColor = true;
     this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
     //
     // Demo
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(624, 444);
     this.Controls.Add(this.btnGenerate);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "Demo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Force-Directed Diagram Example";
     this.ResumeLayout(false);
 }
            public void AddNewButton(string CancelRsn)
            {
                System.Windows.Forms.Button aButton = new System.Windows.Forms.Button();
                aButton.Width = ButtonWidth;
                aButton.Height = ButtonHeight;
                aButton.BackColor = ButtonOrignalBackColor;
                aButton.ForeColor = Color.Black;
                //aButton.ImageList = frmMain.ImageList2
                //aButton.ImageIndex = 15
                //aButton.ImageAlign = ContentAlignment.TopCenter
                aButton.TextAlign = ContentAlignment.MiddleCenter;

                this.List.Add(aButton);
                HostPanel.Controls.Add(aButton);
                if ((Count - 1) % CountBtnPerLine == 0) //一行中的第一个
                {
                    aButton.Left = 0;
                    CurrentBtnLine++;
                    if (Count != 1)
                    {
                        CurrentBtnTop = CurrentBtnTop + aButton.Height;
                    }
                }
                else //一行中的其余个
                {
                    aButton.Left = System.Convert.ToInt32(((Count - 1) % CountBtnPerLine) * aButton.Width);
                }
                aButton.Top = CurrentBtnTop;
                aButton.Tag = CancelRsn;
                aButton.Text = CancelRsn;
                aButton.Click += new System.EventHandler(ClickHandler);
            }
Beispiel #15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(118, 192);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "打开";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(334, 244);
     this.Controls.Add(this.button1);
     this.IsMdiContainer = true;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "设置窗体为父窗体";
     this.ResumeLayout(false);
 }
Beispiel #16
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.button1 = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(107, 119);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 23);
			this.button1.TabIndex = 0;
			this.button1.Text = "Щёки";
			this.button1.UseVisualStyleBackColor = true;
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(284, 261);
			this.Controls.Add(this.button1);
			this.Name = "MainForm";
			this.Text = "Drums";
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainFormFormClosed);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.dg_tipo_sector = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewButtonColumn();
     this.btnSalir = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dg_tipo_sector)).BeginInit();
     this.SuspendLayout();
     //
     // dg_tipo_sector
     //
     this.dg_tipo_sector.AllowUserToAddRows = false;
     this.dg_tipo_sector.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dg_tipo_sector.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1});
     this.dg_tipo_sector.Location = new System.Drawing.Point(17, 31);
     this.dg_tipo_sector.Margin = new System.Windows.Forms.Padding(2);
     this.dg_tipo_sector.Name = "dg_tipo_sector";
     this.dg_tipo_sector.ReadOnly = true;
     this.dg_tipo_sector.RowTemplate.Height = 28;
     this.dg_tipo_sector.Size = new System.Drawing.Size(369, 196);
     this.dg_tipo_sector.TabIndex = 0;
     this.dg_tipo_sector.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_tipo_sector_CellContentClick);
     //
     // Column1
     //
     this.Column1.HeaderText = "";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Text = "Eliminar";
     this.Column1.ToolTipText = "Eliminar";
     this.Column1.UseColumnTextForButtonValue = true;
     //
     // btnSalir
     //
     this.btnSalir.Location = new System.Drawing.Point(280, 240);
     this.btnSalir.Margin = new System.Windows.Forms.Padding(2);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(109, 41);
     this.btnSalir.TabIndex = 1;
     this.btnSalir.Text = "Salir";
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // EliminarTipoSector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(402, 301);
     this.Controls.Add(this.btnSalir);
     this.Controls.Add(this.dg_tipo_sector);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.MaximizeBox = false;
     this.Name = "EliminarTipoSector";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Eliminar Tipo de Sector";
     this.Load += new System.EventHandler(this.EliminarTipoSector_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dg_tipo_sector)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #18
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(210, 15);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(42, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "选择";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(90, 15);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(109, 21);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "目标文件夹:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(93, 48);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 3;
     this.button2.Text = "递归删除";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(260, 81);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.MaximizeBox = false;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "使用递归法删除文件夹中的所有文件";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.button1 = new System.Windows.Forms.Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(30, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(406, 199);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "双击选择服务";
     //
     // listView1
     //
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Location = new System.Drawing.Point(3, 21);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(400, 175);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.List;
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(358, 241);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "取消";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // toolTip1
     //
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     //
     // ServiceSelector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(472, 306);
     this.ControlBox = false;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "ServiceSelector";
     this.Text = "ServiceSelector";
     this.Load += new System.EventHandler(this.ServiceSelector_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #20
0
 /// <summary>
 /// Initializes the component.
 /// </summary>
 private void InitializeComponent()
 {
     this.ValueButtonButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ValueButtonButton
     //
     this.ValueButtonButton.AutoSize = true;
     this.ValueButtonButton.Location = new System.Drawing.Point(3, 6);
     this.ValueButtonButton.Name = "ValueButtonButton";
     this.ValueButtonButton.Size = new System.Drawing.Size(59, 23);
     this.ValueButtonButton.TabIndex = 1;
     this.ValueButtonButton.Text = "Label";
     this.ValueButtonButton.UseVisualStyleBackColor = true;
     this.ValueButtonButton.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValueButtonButton_KeyUp);
     this.ValueButtonButton.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ValueButtonButton_KeyDown);
     //
     // ValuePanelButton
     //
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.ValueButtonButton);
     this.Name = "ValuePanelButton";
     this.Size = new System.Drawing.Size(65, 32);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		private void InitializeComponent()
		{
			_pathComboBox = new System.Windows.Forms.ComboBox();
			_browseButton = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// pathComboBox
			// 
			_pathComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
				| System.Windows.Forms.AnchorStyles.Right)));
			_pathComboBox.Location = new System.Drawing.Point(0, 2);
			_pathComboBox.Name = "pathComboBox";
			_pathComboBox.Size = new System.Drawing.Size(211, 21);
			_pathComboBox.TabIndex = 0;
			// 
			// browseButton
			// 
			_browseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			_browseButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
			_browseButton.Location = new System.Drawing.Point(217, 1);
			_browseButton.Name = "browseButton";
			_browseButton.Size = new System.Drawing.Size(32, 23);
			_browseButton.TabIndex = 1;
			_browseButton.Click += new System.EventHandler(this.browseButton_Click);
			// 
			// NuGenFileSelector
			// 
			this.Controls.Add(_browseButton);
			this.Controls.Add(_pathComboBox);
			this.Size = new System.Drawing.Size(250, 25);
			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.Button ClassOKButton;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassDetailDialog));
            this.classRichTextBox = new System.Windows.Forms.RichTextBox();
            ClassOKButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // ClassOKButton
            // 
            resources.ApplyResources(ClassOKButton, "ClassOKButton");
            ClassOKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            ClassOKButton.Name = "ClassOKButton";
            ClassOKButton.UseVisualStyleBackColor = true;
            // 
            // classRichTextBox
            // 
            resources.ApplyResources(this.classRichTextBox, "classRichTextBox");
            this.classRichTextBox.Name = "classRichTextBox";
            // 
            // ClassDetailDialog
            // 
            this.AcceptButton = ClassOKButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.classRichTextBox);
            this.Controls.Add(ClassOKButton);
            this.Name = "ClassDetailDialog";
            this.ResumeLayout(false);

        }
Beispiel #23
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(68, 15);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(103, 33);
     this.button1.TabIndex = 0;
     this.button1.Text = "C#编程词典";
     this.button1.UseVisualStyleBackColor = true;
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(246, 66);
     this.Controls.Add(this.button1);
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "修改继承窗体中的控件属性";
     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.button1 = new System.Windows.Forms.Button();
     this._panel2_LeftControlPanel.SuspendLayout();
     this.panel_TopPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_RightLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LeftLogo)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(0, 0);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // Materials_Template
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(1178, 736);
     this.Controls.Add(this.button1);
     this.Name = "Materials_Template";
     this.Controls.SetChildIndex(this.button1, 0);
     this.Controls.SetChildIndex(this.panel_TopPanel, 0);
     this.Controls.SetChildIndex(this._panel2_LeftControlPanel, 0);
     this._panel2_LeftControlPanel.ResumeLayout(false);
     this.panel_TopPanel.ResumeLayout(false);
     this.panel_TopPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_RightLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LeftLogo)).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(ExportToExcel));
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
            this.button1.Font = new System.Drawing.Font("Bookman Old Style", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.button1.Location = new System.Drawing.Point(12, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(112, 28);
            this.button1.TabIndex = 5;
            this.button1.Text = "Export";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.ExportToExcel_Click);
            // 
            // ExportToExcel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(686, 385);
            this.Controls.Add(this.button1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ExportToExcel";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Export To Excel";
            this.ResumeLayout(false);

        }
Beispiel #26
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(Row));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(88, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Huỳnh Văn Tuấn";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(192, 13);
     this.label2.Name = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label2.Size = new System.Drawing.Size(67, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "0123456789";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(317, 11);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(15, 14);
     this.checkBox1.TabIndex = 2;
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(353, 6);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(20, 22);
     this.button1.TabIndex = 3;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Row
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "Row";
     this.Size = new System.Drawing.Size(403, 39);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(197, 227);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(12, 12);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(260, 209);
     this.textBox1.TabIndex = 1;
     //
     // Form1
     //
     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.textBox1);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpCenter));
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(501, 404);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Next>>";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // HelpCenter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(707, 427);
     this.Controls.Add(this.button1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "HelpCenter";
     this.Text = "HelpCenter";
     this.Load += new System.EventHandler(this.HelpCenter_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.HelpCenter_Paint);
     this.ResumeLayout(false);
 }
Beispiel #29
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.Button callButton;
         callButton = new System.Windows.Forms.Button();
         this.SuspendLayout();
         // 
         // callButton
         // 
         callButton.Location = new System.Drawing.Point(75, 38);
         callButton.Name = "callButton";
         callButton.Size = new System.Drawing.Size(75, 23);
         callButton.TabIndex = 0;
         callButton.Text = "Call Service";
         callButton.Click += new System.EventHandler(this.OnCall);
         // 
         // MyClient
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(239, 113);
         this.Controls.Add(callButton);
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "MyClient";
         this.Text = "ErrorHandler Attribute";
         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.lbContacts = new System.Windows.Forms.ListBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnStartChat = new System.Windows.Forms.Button();
            this.chatCheckTimer = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // lbContacts
            // 
            this.lbContacts.FormattingEnabled = true;
            this.lbContacts.Location = new System.Drawing.Point(12, 25);
            this.lbContacts.Name = "lbContacts";
            this.lbContacts.Size = new System.Drawing.Size(207, 290);
            this.lbContacts.TabIndex = 0;
            this.lbContacts.SelectedIndexChanged += new System.EventHandler(this.lbContacts_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(49, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Contacts";
            // 
            // btnStartChat
            // 
            this.btnStartChat.Location = new System.Drawing.Point(225, 25);
            this.btnStartChat.Name = "btnStartChat";
            this.btnStartChat.Size = new System.Drawing.Size(106, 23);
            this.btnStartChat.TabIndex = 2;
            this.btnStartChat.Text = "Start Chat";
            this.btnStartChat.UseVisualStyleBackColor = true;
            this.btnStartChat.Click += new System.EventHandler(this.btnStartChat_Click);
            // 
            // chatCheckTimer
            // 
            this.chatCheckTimer.Enabled = true;
            this.chatCheckTimer.Interval = 2000;
            this.chatCheckTimer.Tick += new System.EventHandler(this.chatCheckTimer_Tick);
            // 
            // HoofdForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(340, 327);
            this.Controls.Add(this.btnStartChat);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lbContacts);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "HoofdForm";
            this.Text = "HoofdForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HoofdForm_FormClosing);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #31
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                   = new System.Windows.Forms.Button();
            this.buttonProductImageAdd         = new System.Windows.Forms.Button();
            this.buttonProductImageEdit        = new System.Windows.Forms.Button();
            this.buttonProductImageSearch      = new System.Windows.Forms.Button();
            this.dataGridViewProductImage      = new System.Windows.Forms.DataGridView();
            this.labelProductImageTypeRefCombo = new System.Windows.Forms.Label();
            this.productImageTypeRefCombo      = new ProductImageTypeRefCombo();
            this.labelImageFileName            = new System.Windows.Forms.Label();
            this.textBoxImageFileName          = new System.Windows.Forms.TextBox();
            this.labelImage             = new System.Windows.Forms.Label();
            this.pictureBoxImage        = new System.Windows.Forms.PictureBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewProductImage)).BeginInit();
            this.SuspendLayout();
            //
            // labelProductImageTypeRefCombo
            //
            this.labelProductImageTypeRefCombo.AutoSize = true;
            this.labelProductImageTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelProductImageTypeRefCombo.Name     = "labelProductImageTypeRefCombo";
            this.labelProductImageTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductImageTypeRefCombo.TabIndex = 2;
            this.labelProductImageTypeRefCombo.Text     = "Product Image Type:";
            //
            //productImageTypeRefCombo
            //
            this.productImageTypeRefCombo.Location = new System.Drawing.Point(140, 13);
            this.productImageTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productImageTypeRefCombo.Name     = "productImageTypeRefCombo";
            this.productImageTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productImageTypeRefCombo.TabIndex = 3;
            //
            // labelImageFileName
            //
            this.labelImageFileName.AutoSize = true;
            this.labelImageFileName.Location = new System.Drawing.Point(11, 36);
            this.labelImageFileName.Name     = "labelImageFileName";
            this.labelImageFileName.Size     = new System.Drawing.Size(71, 13);
            this.labelImageFileName.TabIndex = 4;
            this.labelImageFileName.Text     = "Image File Name:";
            //
            //textBoxImageFileName
            //
            this.textBoxImageFileName.Location = new System.Drawing.Point(140, 36);
            this.textBoxImageFileName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxImageFileName.Name     = "textBoxImageFileName";
            this.textBoxImageFileName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxImageFileName.TabIndex = 5;
            //
            // labelImage
            //
            this.labelImage.AutoSize = true;
            this.labelImage.Location = new System.Drawing.Point(11, 59);
            this.labelImage.Name     = "labelImage";
            this.labelImage.Size     = new System.Drawing.Size(71, 13);
            this.labelImage.TabIndex = 6;
            this.labelImage.Text     = "Image:";
            //
            //pictureBoxImage
            //
            this.pictureBoxImage.Location = new System.Drawing.Point(140, 59);
            this.pictureBoxImage.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBoxImage.Name     = "pictureBoxImage";
            this.pictureBoxImage.Size     = new System.Drawing.Size(250, 20);
            this.pictureBoxImage.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 82);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 9;
            //
            // dataGridViewProductImage
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewProductImage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewProductImage.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.dataGridViewProductImage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewProductImage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewProductImage.Location      = new System.Drawing.Point(12, 115);
            this.dataGridViewProductImage.Name          = "dataGridViewProductImage";
            this.dataGridViewProductImage.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewProductImage.TabIndex      = 0;
            this.dataGridViewProductImage.DoubleClick  += new System.EventHandler(this.dataGridViewProductImage_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 218);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonProductImageSearch
            //
            this.buttonProductImageSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonProductImageSearch.Location = new System.Drawing.Point(198, 218);
            this.buttonProductImageSearch.Name     = "buttonProductImageSearch";
            this.buttonProductImageSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonProductImageSearch.TabIndex = 2;
            this.buttonProductImageSearch.Text     = "&Search";
            this.buttonProductImageSearch.UseVisualStyleBackColor = true;
            this.buttonProductImageSearch.Click += new System.EventHandler(this.buttonProductImageSearch_Click);
            //
            // buttonProductImageAdd
            //
            this.buttonProductImageAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonProductImageAdd.Location = new System.Drawing.Point(98, 218);
            this.buttonProductImageAdd.Name     = "buttonProductImageAdd";
            this.buttonProductImageAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonProductImageAdd.TabIndex = 3;
            this.buttonProductImageAdd.Text     = "&Add";
            this.buttonProductImageAdd.UseVisualStyleBackColor = true;
            this.buttonProductImageAdd.Click += new System.EventHandler(this.buttonProductImageAdd_Click);
            //
            // buttonProductImageEdit
            //
            this.buttonProductImageEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonProductImageEdit.Location = new System.Drawing.Point(-2, 218);
            this.buttonProductImageEdit.Name     = "buttonProductImageEdit";
            this.buttonProductImageEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonProductImageEdit.TabIndex = 4;
            this.buttonProductImageEdit.Text     = "&Edit";
            this.buttonProductImageEdit.UseVisualStyleBackColor = true;
            this.buttonProductImageEdit.Click += new System.EventHandler(this.buttonProductImageEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 246);
            this.Controls.Add(this.buttonProductImageSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonProductImageAdd);
            this.Controls.Add(this.buttonProductImageEdit);
            this.Controls.Add(this.dataGridViewProductImage);
            this.Name = "ProductImageSearch";
            this.Text = "Product Image Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewProductImage)).EndInit();
            this.Controls.Add(this.labelProductImageTypeRefCombo);
            this.Controls.Add(this.productImageTypeRefCombo);
            this.Controls.Add(this.labelImageFileName);
            this.Controls.Add(this.textBoxImageFileName);
            this.Controls.Add(this.labelImage);
            this.Controls.Add(this.pictureBoxImage);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.plot1             = new OxyPlot.WindowsForms.PlotView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.bottomPanel       = new System.Windows.Forms.Panel();
     this.closeButton       = new System.Windows.Forms.Button();
     this.captionLabel      = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.splitter          = new System.Windows.Forms.Splitter();
     this.bottomPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // plot1
     //
     this.plot1.ContextMenuStrip     = this.contextMenuStrip1;
     this.plot1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.plot1.Location             = new System.Drawing.Point(0, 0);
     this.plot1.Margin               = new System.Windows.Forms.Padding(4);
     this.plot1.Name                 = "plot1";
     this.plot1.PanCursor            = System.Windows.Forms.Cursors.Hand;
     this.plot1.Size                 = new System.Drawing.Size(757, 361);
     this.plot1.TabIndex             = 1;
     this.plot1.Text                 = "plot1";
     this.plot1.ZoomHorizontalCursor = System.Windows.Forms.Cursors.SizeWE;
     this.plot1.ZoomRectangleCursor  = System.Windows.Forms.Cursors.SizeNWSE;
     this.plot1.ZoomVerticalCursor   = System.Windows.Forms.Cursors.SizeNS;
     this.plot1.Click               += new System.EventHandler(this.OnClick);
     this.plot1.MouseDoubleClick    += new System.Windows.Forms.MouseEventHandler(this.OnMouseDoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Name             = "contextMenuStrip1";
     this.contextMenuStrip1.Size             = new System.Drawing.Size(67, 4);
     //
     // bottomPanel
     //
     this.bottomPanel.Controls.Add(this.closeButton);
     this.bottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.bottomPanel.Location = new System.Drawing.Point(0, 378);
     this.bottomPanel.Margin   = new System.Windows.Forms.Padding(4);
     this.bottomPanel.Name     = "bottomPanel";
     this.bottomPanel.Size     = new System.Drawing.Size(757, 239);
     this.bottomPanel.TabIndex = 3;
     //
     // closeButton
     //
     this.closeButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.Image    = global::UserInterface.Properties.Resources.Close;
     this.closeButton.Location = new System.Drawing.Point(728, 1);
     this.closeButton.Margin   = new System.Windows.Forms.Padding(4);
     this.closeButton.Name     = "closeButton";
     this.closeButton.Size     = new System.Drawing.Size(29, 28);
     this.closeButton.TabIndex = 0;
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click += new System.EventHandler(this.OnCloseEditorPanel);
     //
     // captionLabel
     //
     this.captionLabel.AutoSize     = true;
     this.captionLabel.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.captionLabel.Location     = new System.Drawing.Point(0, 361);
     this.captionLabel.MaximumSize  = new System.Drawing.Size(500, 50);
     this.captionLabel.Name         = "captionLabel";
     this.captionLabel.Size         = new System.Drawing.Size(0, 17);
     this.captionLabel.TabIndex     = 4;
     this.captionLabel.DoubleClick += new System.EventHandler(this.OnCaptionLabelDoubleClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.plot1);
     this.panel1.Controls.Add(this.captionLabel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(757, 378);
     this.panel1.TabIndex = 5;
     //
     // splitter
     //
     this.splitter.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter.Location = new System.Drawing.Point(0, 375);
     this.splitter.Name     = "splitter";
     this.splitter.Size     = new System.Drawing.Size(757, 3);
     this.splitter.TabIndex = 6;
     this.splitter.TabStop  = false;
     //
     // GraphView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitter);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bottomPanel);
     this.Name = "GraphView";
     this.Size = new System.Drawing.Size(757, 617);
     this.bottomPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeAirportIdentifierAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAirportIdentifierEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAirportIdentifierSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAirportIdentifier = new System.Windows.Forms.DataGridView();
            this.labelAirportIdentifierTypeRefCombo = new System.Windows.Forms.Label();
            this.airportIdentifierTypeRefCombo      = new AirportIdentifierTypeRefCombo();
            this.labelAirportIdentifierCode         = new System.Windows.Forms.Label();
            this.textBoxAirportIdentifierCode       = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelAirportPicker     = new System.Windows.Forms.Label();
            this.airportPicker          = new AirportPicker();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirportIdentifier)).BeginInit();
            this.SuspendLayout();
            //
            // labelAirportIdentifierTypeRefCombo
            //
            this.labelAirportIdentifierTypeRefCombo.AutoSize = true;
            this.labelAirportIdentifierTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelAirportIdentifierTypeRefCombo.Name     = "labelAirportIdentifierTypeRefCombo";
            this.labelAirportIdentifierTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportIdentifierTypeRefCombo.TabIndex = 2;
            this.labelAirportIdentifierTypeRefCombo.Text     = "Airport Identifier Type:";
            //
            //airportIdentifierTypeRefCombo
            //
            this.airportIdentifierTypeRefCombo.Location = new System.Drawing.Point(161, 13);
            this.airportIdentifierTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportIdentifierTypeRefCombo.Name     = "airportIdentifierTypeRefCombo";
            this.airportIdentifierTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.airportIdentifierTypeRefCombo.TabIndex = 3;
            //
            // labelAirportIdentifierCode
            //
            this.labelAirportIdentifierCode.AutoSize = true;
            this.labelAirportIdentifierCode.Location = new System.Drawing.Point(11, 36);
            this.labelAirportIdentifierCode.Name     = "labelAirportIdentifierCode";
            this.labelAirportIdentifierCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportIdentifierCode.TabIndex = 4;
            this.labelAirportIdentifierCode.Text     = "Airport Identifier Code:";
            //
            //textBoxAirportIdentifierCode
            //
            this.textBoxAirportIdentifierCode.Location = new System.Drawing.Point(161, 36);
            this.textBoxAirportIdentifierCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirportIdentifierCode.Name     = "textBoxAirportIdentifierCode";
            this.textBoxAirportIdentifierCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAirportIdentifierCode.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(161, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelAirportPicker
            //
            this.labelAirportPicker.AutoSize = true;
            this.labelAirportPicker.Location = new System.Drawing.Point(11, 82);
            this.labelAirportPicker.Name     = "labelAirportPicker";
            this.labelAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportPicker.TabIndex = 8;
            this.labelAirportPicker.Text     = "Airport:";
            //
            //airportPicker
            //
            this.airportPicker.Location = new System.Drawing.Point(161, 82);
            this.airportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportPicker.Name     = "airportPicker";
            this.airportPicker.Size     = new System.Drawing.Size(250, 20);
            this.airportPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // dataGridViewCrudeAirportIdentifier
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAirportIdentifier.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAirportIdentifier.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.dataGridViewCrudeAirportIdentifier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAirportIdentifier.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAirportIdentifier.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeAirportIdentifier.Name          = "dataGridViewCrudeAirportIdentifier";
            this.dataGridViewCrudeAirportIdentifier.Size          = new System.Drawing.Size(399, 96);
            this.dataGridViewCrudeAirportIdentifier.TabIndex      = 0;
            this.dataGridViewCrudeAirportIdentifier.ReadOnly      = true;
            this.dataGridViewCrudeAirportIdentifier.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAirportIdentifier_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(319, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAirportIdentifierSearch
            //
            this.buttonCrudeAirportIdentifierSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportIdentifierSearch.Location = new System.Drawing.Point(219, 241);
            this.buttonCrudeAirportIdentifierSearch.Name     = "buttonCrudeAirportIdentifierSearch";
            this.buttonCrudeAirportIdentifierSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportIdentifierSearch.TabIndex = 2;
            this.buttonCrudeAirportIdentifierSearch.Text     = "&Search";
            this.buttonCrudeAirportIdentifierSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportIdentifierSearch.Click += new System.EventHandler(this.buttonCrudeAirportIdentifierSearch_Click);
            //
            // buttonCrudeAirportIdentifierAdd
            //
            this.buttonCrudeAirportIdentifierAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportIdentifierAdd.Location = new System.Drawing.Point(119, 241);
            this.buttonCrudeAirportIdentifierAdd.Name     = "buttonCrudeAirportIdentifierAdd";
            this.buttonCrudeAirportIdentifierAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportIdentifierAdd.TabIndex = 3;
            this.buttonCrudeAirportIdentifierAdd.Text     = "&Add";
            this.buttonCrudeAirportIdentifierAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportIdentifierAdd.Click += new System.EventHandler(this.buttonCrudeAirportIdentifierAdd_Click);
            //
            // buttonCrudeAirportIdentifierEdit
            //
            this.buttonCrudeAirportIdentifierEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportIdentifierEdit.Location = new System.Drawing.Point(19, 241);
            this.buttonCrudeAirportIdentifierEdit.Name     = "buttonCrudeAirportIdentifierEdit";
            this.buttonCrudeAirportIdentifierEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportIdentifierEdit.TabIndex = 4;
            this.buttonCrudeAirportIdentifierEdit.Text     = "&Edit";
            this.buttonCrudeAirportIdentifierEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportIdentifierEdit.Click += new System.EventHandler(this.buttonCrudeAirportIdentifierEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(423, 269);
            this.Controls.Add(this.buttonCrudeAirportIdentifierSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAirportIdentifierAdd);
            this.Controls.Add(this.buttonCrudeAirportIdentifierEdit);
            this.Controls.Add(this.dataGridViewCrudeAirportIdentifier);
            this.Name = "CrudeAirportIdentifierSearch";
            this.Text = "Airport Identifier Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirportIdentifier)).EndInit();
            this.Controls.Add(this.labelAirportIdentifierTypeRefCombo);
            this.Controls.Add(this.airportIdentifierTypeRefCombo);
            this.Controls.Add(this.labelAirportIdentifierCode);
            this.Controls.Add(this.textBoxAirportIdentifierCode);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelAirportPicker);
            this.Controls.Add(this.airportPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.button3 = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.editNameTextBox = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.idTextBox = new System.Windows.Forms.TextBox();
     this.deleteGroupBox = new System.Windows.Forms.GroupBox();
     this.button1 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.addNameTextBox = new System.Windows.Forms.TextBox();
     this.button4 = new System.Windows.Forms.Button();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.добавитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.deleteGroupBox.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(12, 42);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size = new System.Drawing.Size(332, 353);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.deleteGroupBox);
     this.groupBox1.Location = new System.Drawing.Point(350, 42);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(305, 353);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Администрирование";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.addNameTextBox);
     this.groupBox3.Controls.Add(this.button3);
     this.groupBox3.Location = new System.Drawing.Point(12, 242);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(293, 96);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Добавить запись";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(206, 67);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 2;
     this.button3.Text = "Добавить";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.editNameTextBox);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.idTextBox);
     this.groupBox2.Location = new System.Drawing.Point(6, 93);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(293, 143);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Изменить запись";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 77);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120, 13);
     this.label2.TabIndex = 6;
     this.label2.Text = "Наименование студии";
     //
     // editNameTextBox
     //
     this.editNameTextBox.Location = new System.Drawing.Point(187, 74);
     this.editNameTextBox.Name = "editNameTextBox";
     this.editNameTextBox.Size = new System.Drawing.Size(100, 20);
     this.editNameTextBox.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 37);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(168, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "ID записи (выберите в таблице)";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(206, 100);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text = "Сохранить";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // idTextBox
     //
     this.idTextBox.Enabled = false;
     this.idTextBox.Location = new System.Drawing.Point(181, 34);
     this.idTextBox.Name = "idTextBox";
     this.idTextBox.Size = new System.Drawing.Size(106, 20);
     this.idTextBox.TabIndex = 3;
     //
     // deleteGroupBox
     //
     this.deleteGroupBox.Controls.Add(this.button1);
     this.deleteGroupBox.Controls.Add(this.textBox1);
     this.deleteGroupBox.Location = new System.Drawing.Point(21, 30);
     this.deleteGroupBox.Name = "deleteGroupBox";
     this.deleteGroupBox.Size = new System.Drawing.Size(266, 57);
     this.deleteGroupBox.TabIndex = 6;
     this.deleteGroupBox.TabStop = false;
     this.deleteGroupBox.Text = "Удалить запись с ID";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(134, 15);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text = "Удалить";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(28, 19);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 25);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(120, 13);
     this.label3.TabIndex = 8;
     this.label3.Text = "Наименование студии";
     //
     // addNameTextBox
     //
     this.addNameTextBox.Location = new System.Drawing.Point(26, 41);
     this.addNameTextBox.Name = "addNameTextBox";
     this.addNameTextBox.Size = new System.Drawing.Size(255, 20);
     this.addNameTextBox.TabIndex = 7;
     this.addNameTextBox.TextChanged += new System.EventHandler(this.addNameTextBox_TextChanged);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(562, 405);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 4;
     this.button4.Text = "Выход";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.добавитьToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(667, 24);
     this.menuStrip1.TabIndex = 5;
     this.menuStrip1.Text = "Добавить";
     //
     // добавитьToolStripMenuItem
     //
     this.добавитьToolStripMenuItem.Image = global::MusicShop.Properties.Resources.update;
     this.добавитьToolStripMenuItem.Name = "добавитьToolStripMenuItem";
     this.добавитьToolStripMenuItem.Size = new System.Drawing.Size(89, 20);
     this.добавитьToolStripMenuItem.Text = "Обновить";
     this.добавитьToolStripMenuItem.Click += new System.EventHandler(this.добавитьToolStripMenuItem_Click);
     //
     // ProductionsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(667, 440);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.dataGridView1);
     this.Name = "ProductionsForm";
     this.Text = "Звукозаписывающие компании";
     this.Load += new System.EventHandler(this.ProductionsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.deleteGroupBox.ResumeLayout(false);
     this.deleteGroupBox.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #35
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.Exit_but      = new System.Windows.Forms.Button();
     this.Saveexit_but  = new System.Windows.Forms.Button();
     this.b1_export     = new System.Windows.Forms.Button();
     this.b1m_export    = new System.Windows.Forms.Button();
     this.b2_export     = new System.Windows.Forms.Button();
     this.b2_import     = new System.Windows.Forms.Button();
     this.b1m_import    = new System.Windows.Forms.Button();
     this.b1_import     = new System.Windows.Forms.Button();
     this.memory_export = new System.Windows.Forms.Button();
     this.memory_import = new System.Windows.Forms.Button();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.name          = new System.Windows.Forms.TextBox();
     this.sid           = new System.Windows.Forms.NumericUpDown();
     this.tid           = new System.Windows.Forms.NumericUpDown();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.flag8         = new System.Windows.Forms.CheckBox();
     this.flag7         = new System.Windows.Forms.CheckBox();
     this.flag6         = new System.Windows.Forms.CheckBox();
     this.flag5         = new System.Windows.Forms.CheckBox();
     this.flag4         = new System.Windows.Forms.CheckBox();
     this.flag3         = new System.Windows.Forms.CheckBox();
     this.flag2         = new System.Windows.Forms.CheckBox();
     this.flag1         = new System.Windows.Forms.CheckBox();
     this.label4        = new System.Windows.Forms.Label();
     this.import_bw1    = new System.Windows.Forms.Button();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tid)).BeginInit();
     this.SuspendLayout();
     //
     // Exit_but
     //
     this.Exit_but.Location = new System.Drawing.Point(30, 282);
     this.Exit_but.Name     = "Exit_but";
     this.Exit_but.Size     = new System.Drawing.Size(102, 23);
     this.Exit_but.TabIndex = 21;
     this.Exit_but.Text     = "Exit";
     this.Exit_but.UseVisualStyleBackColor = true;
     this.Exit_but.Click += new System.EventHandler(this.Exit_butClick);
     //
     // Saveexit_but
     //
     this.Saveexit_but.Location = new System.Drawing.Point(137, 282);
     this.Saveexit_but.Name     = "Saveexit_but";
     this.Saveexit_but.Size     = new System.Drawing.Size(102, 23);
     this.Saveexit_but.TabIndex = 20;
     this.Saveexit_but.Text     = "Save and Exit";
     this.Saveexit_but.UseVisualStyleBackColor = true;
     this.Saveexit_but.Click += new System.EventHandler(this.Saveexit_butClick);
     //
     // b1_export
     //
     this.b1_export.Location = new System.Drawing.Point(6, 19);
     this.b1_export.Name     = "b1_export";
     this.b1_export.Size     = new System.Drawing.Size(119, 37);
     this.b1_export.TabIndex = 22;
     this.b1_export.Text     = "Export Block 1 (decrypted)";
     this.b1_export.UseVisualStyleBackColor = true;
     this.b1_export.Click += new System.EventHandler(this.B1_exportClick);
     //
     // b1m_export
     //
     this.b1m_export.Location = new System.Drawing.Point(6, 62);
     this.b1m_export.Name     = "b1m_export";
     this.b1m_export.Size     = new System.Drawing.Size(119, 37);
     this.b1m_export.TabIndex = 23;
     this.b1m_export.Text     = "Export Block 1 Mirror (decrypted)";
     this.b1m_export.UseVisualStyleBackColor = true;
     this.b1m_export.Click += new System.EventHandler(this.B1m_exportClick);
     //
     // b2_export
     //
     this.b2_export.Location = new System.Drawing.Point(6, 105);
     this.b2_export.Name     = "b2_export";
     this.b2_export.Size     = new System.Drawing.Size(119, 37);
     this.b2_export.TabIndex = 24;
     this.b2_export.Text     = "Export Block 2";
     this.b2_export.UseVisualStyleBackColor = true;
     this.b2_export.Click += new System.EventHandler(this.B2_exportClick);
     //
     // b2_import
     //
     this.b2_import.Location = new System.Drawing.Point(131, 105);
     this.b2_import.Name     = "b2_import";
     this.b2_import.Size     = new System.Drawing.Size(119, 37);
     this.b2_import.TabIndex = 27;
     this.b2_import.Text     = "Import Block 2";
     this.b2_import.UseVisualStyleBackColor = true;
     this.b2_import.Click += new System.EventHandler(this.B2_importClick);
     //
     // b1m_import
     //
     this.b1m_import.Location = new System.Drawing.Point(131, 62);
     this.b1m_import.Name     = "b1m_import";
     this.b1m_import.Size     = new System.Drawing.Size(119, 37);
     this.b1m_import.TabIndex = 26;
     this.b1m_import.Text     = "Import Block 1 Mirror (decrypted)";
     this.b1m_import.UseVisualStyleBackColor = true;
     this.b1m_import.Click += new System.EventHandler(this.B1m_importClick);
     //
     // b1_import
     //
     this.b1_import.Location = new System.Drawing.Point(131, 19);
     this.b1_import.Name     = "b1_import";
     this.b1_import.Size     = new System.Drawing.Size(119, 37);
     this.b1_import.TabIndex = 25;
     this.b1_import.Text     = "Import Block 1 (decrypted)";
     this.b1_import.UseVisualStyleBackColor = true;
     this.b1_import.Click += new System.EventHandler(this.B1_importClick);
     //
     // memory_export
     //
     this.memory_export.Location = new System.Drawing.Point(12, 12);
     this.memory_export.Name     = "memory_export";
     this.memory_export.Size     = new System.Drawing.Size(119, 37);
     this.memory_export.TabIndex = 29;
     this.memory_export.Text     = "Export Memories";
     this.memory_export.UseVisualStyleBackColor = true;
     this.memory_export.Click += new System.EventHandler(this.Memory_exportClick);
     //
     // memory_import
     //
     this.memory_import.Location = new System.Drawing.Point(137, 12);
     this.memory_import.Name     = "memory_import";
     this.memory_import.Size     = new System.Drawing.Size(119, 37);
     this.memory_import.TabIndex = 28;
     this.memory_import.Text     = "Import Memories";
     this.memory_import.UseVisualStyleBackColor = true;
     this.memory_import.Click += new System.EventHandler(this.Memory_importClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.b2_import);
     this.groupBox1.Controls.Add(this.b1m_import);
     this.groupBox1.Controls.Add(this.b1_import);
     this.groupBox1.Controls.Add(this.b2_export);
     this.groupBox1.Controls.Add(this.b1m_export);
     this.groupBox1.Controls.Add(this.b1_export);
     this.groupBox1.Location = new System.Drawing.Point(391, 149);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(256, 156);
     this.groupBox1.TabIndex = 30;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Research Purposes";
     //
     // name
     //
     this.name.Location  = new System.Drawing.Point(116, 74);
     this.name.MaxLength = 8;
     this.name.Name      = "name";
     this.name.Size      = new System.Drawing.Size(120, 20);
     this.name.TabIndex  = 36;
     //
     // sid
     //
     this.sid.Location = new System.Drawing.Point(117, 126);
     this.sid.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.sid.Name     = "sid";
     this.sid.Size     = new System.Drawing.Size(120, 20);
     this.sid.TabIndex = 35;
     //
     // tid
     //
     this.tid.Location = new System.Drawing.Point(117, 100);
     this.tid.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.tid.Name     = "tid";
     this.tid.Size     = new System.Drawing.Size(120, 20);
     this.tid.TabIndex = 34;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(34, 128);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(51, 23);
     this.label3.TabIndex = 33;
     this.label3.Text     = "SID";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(34, 102);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(51, 23);
     this.label2.TabIndex = 32;
     this.label2.Text     = "TID";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(34, 77);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(51, 23);
     this.label1.TabIndex = 31;
     this.label1.Text     = "Name";
     //
     // flag8
     //
     this.flag8.Location = new System.Drawing.Point(205, 247);
     this.flag8.Name     = "flag8";
     this.flag8.Size     = new System.Drawing.Size(164, 29);
     this.flag8.TabIndex = 44;
     this.flag8.Text     = "flag 8";
     this.flag8.UseVisualStyleBackColor = true;
     //
     // flag7
     //
     this.flag7.Location = new System.Drawing.Point(205, 221);
     this.flag7.Name     = "flag7";
     this.flag7.Size     = new System.Drawing.Size(125, 29);
     this.flag7.TabIndex = 43;
     this.flag7.Text     = "flag 7";
     this.flag7.UseVisualStyleBackColor = true;
     //
     // flag6
     //
     this.flag6.Location = new System.Drawing.Point(205, 195);
     this.flag6.Name     = "flag6";
     this.flag6.Size     = new System.Drawing.Size(125, 29);
     this.flag6.TabIndex = 42;
     this.flag6.Text     = "flag 6";
     this.flag6.UseVisualStyleBackColor = true;
     //
     // flag5
     //
     this.flag5.Location = new System.Drawing.Point(205, 169);
     this.flag5.Name     = "flag5";
     this.flag5.Size     = new System.Drawing.Size(125, 29);
     this.flag5.TabIndex = 41;
     this.flag5.Text     = "flag 5";
     this.flag5.UseVisualStyleBackColor = true;
     //
     // flag4
     //
     this.flag4.Location = new System.Drawing.Point(53, 247);
     this.flag4.Name     = "flag4";
     this.flag4.Size     = new System.Drawing.Size(125, 29);
     this.flag4.TabIndex = 40;
     this.flag4.Text     = "flag 4";
     this.flag4.UseVisualStyleBackColor = true;
     //
     // flag3
     //
     this.flag3.Location = new System.Drawing.Point(53, 221);
     this.flag3.Name     = "flag3";
     this.flag3.Size     = new System.Drawing.Size(125, 29);
     this.flag3.TabIndex = 39;
     this.flag3.Text     = "flag 3";
     this.flag3.UseVisualStyleBackColor = true;
     //
     // flag2
     //
     this.flag2.Location = new System.Drawing.Point(53, 195);
     this.flag2.Name     = "flag2";
     this.flag2.Size     = new System.Drawing.Size(125, 29);
     this.flag2.TabIndex = 38;
     this.flag2.Text     = "flag 2";
     this.flag2.UseVisualStyleBackColor = true;
     //
     // flag1
     //
     this.flag1.Location = new System.Drawing.Point(53, 169);
     this.flag1.Name     = "flag1";
     this.flag1.Size     = new System.Drawing.Size(125, 29);
     this.flag1.TabIndex = 37;
     this.flag1.Text     = "A Triple Team";
     this.flag1.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(12, 151);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(306, 19);
     this.label4.TabIndex  = 45;
     this.label4.Text      = "Unlocked Memories: (still under research, better not to touch)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // import_bw1
     //
     this.import_bw1.Location = new System.Drawing.Point(273, 12);
     this.import_bw1.Name     = "import_bw1";
     this.import_bw1.Size     = new System.Drawing.Size(119, 37);
     this.import_bw1.TabIndex = 46;
     this.import_bw1.Text     = "Import data from BW1";
     this.import_bw1.UseVisualStyleBackColor = true;
     this.import_bw1.Click += new System.EventHandler(this.Import_bw1Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(398, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(147, 37);
     this.label5.TabIndex = 47;
     this.label5.Text     = "Will import:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(465, 18);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(132, 23);
     this.label6.TabIndex = 48;
     this.label6.Text     = "- Trainer name, TID, SID";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(465, 32);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(132, 23);
     this.label7.TabIndex = 49;
     this.label7.Text     = "- Hall of Fame";
     //
     // MemoryLink
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(659, 317);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.import_bw1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.flag8);
     this.Controls.Add(this.flag7);
     this.Controls.Add(this.flag6);
     this.Controls.Add(this.flag5);
     this.Controls.Add(this.flag4);
     this.Controls.Add(this.flag3);
     this.Controls.Add(this.flag2);
     this.Controls.Add(this.flag1);
     this.Controls.Add(this.name);
     this.Controls.Add(this.sid);
     this.Controls.Add(this.tid);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.memory_export);
     this.Controls.Add(this.memory_import);
     this.Controls.Add(this.Exit_but);
     this.Controls.Add(this.Saveexit_but);
     this.Name = "MemoryLink";
     this.Text = "Memory Link Editor";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tid)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.textBoxPatterns   = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.buttonCancel      = new System.Windows.Forms.Button();
     this.buttonOK          = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.textBoxPatterns, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(484, 461);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // textBoxPatterns
     //
     this.textBoxPatterns.AcceptsReturn = true;
     this.textBoxPatterns.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textBoxPatterns.Location      = new System.Drawing.Point(20, 60);
     this.textBoxPatterns.Margin        = new System.Windows.Forms.Padding(20, 0, 20, 20);
     this.textBoxPatterns.Multiline     = true;
     this.textBoxPatterns.Name          = "textBoxPatterns";
     this.textBoxPatterns.ScrollBars    = System.Windows.Forms.ScrollBars.Both;
     this.textBoxPatterns.Size          = new System.Drawing.Size(444, 321);
     this.textBoxPatterns.TabIndex      = 0;
     this.textBoxPatterns.TabStop       = false;
     this.textBoxPatterns.WordWrap      = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.buttonCancel);
     this.flowLayoutPanel1.Controls.Add(this.buttonOK);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(3, 404);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Padding       = new System.Windows.Forms.Padding(10);
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(478, 54);
     this.flowLayoutPanel1.TabIndex      = 1;
     //
     // buttonCancel
     //
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(380, 13);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex                = 2;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // buttonOK
     //
     this.buttonOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location                = new System.Drawing.Point(299, 13);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.Size                    = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex                = 1;
     this.buttonOK.Text                    = "OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location = new System.Drawing.Point(20, 20);
     this.label1.Margin   = new System.Windows.Forms.Padding(20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(444, 20);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Enter one Regular Expression per line:";
     //
     // MacroscopeIncludeUrlPatterns
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(484, 461);
     this.ControlBox          = false;
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = global::SEOMacroscope.Resources.SEO_Macroscope_Icon_32x32;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MacroscopeIncludeUrlPatterns";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Include URL Patterns";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #37
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.Button joinStringsButton;
     this.vsATextBox      = new System.Windows.Forms.TextBox();
     this.vsBTextBox      = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.comboBox1       = new System.Windows.Forms.ComboBox();
     this.treeView1       = new System.Windows.Forms.TreeView();
     this.vsResultTextbox = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.clearButton     = new System.Windows.Forms.Button();
     this.label4          = new System.Windows.Forms.Label();
     joinStringsButton    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // joinStringsButton
     //
     joinStringsButton.Location = new System.Drawing.Point(64, 185);
     joinStringsButton.Name     = "joinStringsButton";
     joinStringsButton.Size     = new System.Drawing.Size(100, 23);
     joinStringsButton.TabIndex = 8;
     joinStringsButton.Text     = "Start RPC";
     joinStringsButton.UseVisualStyleBackColor = true;
     joinStringsButton.Click += new System.EventHandler(this.joinStringsButton_Click);
     //
     // vsATextBox
     //
     this.vsATextBox.Location = new System.Drawing.Point(64, 80);
     this.vsATextBox.Name     = "vsATextBox";
     this.vsATextBox.Size     = new System.Drawing.Size(191, 20);
     this.vsATextBox.TabIndex = 0;
     //
     // vsBTextBox
     //
     this.vsBTextBox.Location = new System.Drawing.Point(64, 132);
     this.vsBTextBox.Name     = "vsBTextBox";
     this.vsBTextBox.Size     = new System.Drawing.Size(191, 20);
     this.vsBTextBox.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(64, 65);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "DUZ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(67, 117);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Other Input";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(267, 78);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(270, 21);
     this.comboBox1.TabIndex = 4;
     //
     // treeView1
     //
     this.treeView1.Location = new System.Drawing.Point(13, 324);
     this.treeView1.Name     = "treeView1";
     this.treeView1.Size     = new System.Drawing.Size(585, 205);
     this.treeView1.TabIndex = 5;
     //
     // vsResultTextbox
     //
     this.vsResultTextbox.Location = new System.Drawing.Point(64, 271);
     this.vsResultTextbox.Name     = "vsResultTextbox";
     this.vsResultTextbox.ReadOnly = true;
     this.vsResultTextbox.Size     = new System.Drawing.Size(191, 20);
     this.vsResultTextbox.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(64, 256);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "RPC Parameter";
     //
     // clearButton
     //
     this.clearButton.Location = new System.Drawing.Point(462, 268);
     this.clearButton.Name     = "clearButton";
     this.clearButton.Size     = new System.Drawing.Size(75, 23);
     this.clearButton.TabIndex = 9;
     this.clearButton.Text     = "Clear";
     this.clearButton.UseVisualStyleBackColor = true;
     this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(269, 65);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(68, 13);
     this.label4.TabIndex = 10;
     this.label4.Text     = "RPC Options";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(610, 541);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.clearButton);
     this.Controls.Add(joinStringsButton);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.vsResultTextbox);
     this.Controls.Add(this.treeView1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.vsBTextBox);
     this.Controls.Add(this.vsATextBox);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.Label2               = new System.Windows.Forms.Label();
     this.GridPrincipal        = new System.Windows.Forms.DataGridView();
     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.botaoCancela         = new System.Windows.Forms.Button();
     this.Image1               = new System.Windows.Forms.PictureBox();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.label10              = new System.Windows.Forms.Label();
     this.textBoxCodigoInterno = new System.Windows.Forms.TextBox();
     this.label9               = new System.Windows.Forms.Label();
     this.textBoxNCM           = new System.Windows.Forms.TextBox();
     this.label8               = new System.Windows.Forms.Label();
     this.comboBoxIPPT         = new System.Windows.Forms.ComboBox();
     this.label7               = new System.Windows.Forms.Label();
     this.comboBoxIAT          = new System.Windows.Forms.ComboBox();
     this.label6               = new System.Windows.Forms.Label();
     this.textBoxValorUnitario = new System.Windows.Forms.TextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.textBoxNome          = new System.Windows.Forms.TextBox();
     this.label3               = new System.Windows.Forms.Label();
     this.textBoxGtin          = new System.Windows.Forms.TextBox();
     this.buttonInserir        = new System.Windows.Forms.Button();
     this.buttonAlterar        = new System.Windows.Forms.Button();
     this.ID   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GTIN = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GridPrincipal_NOME           = 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.textBoxId     = new System.Windows.Forms.TextBox();
     this.buttonExcluir = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.GridPrincipal)).BeginInit();
     this.Panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.ID,
         this.GTIN,
         this.GridPrincipal_NOME,
         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, 133);
     this.GridPrincipal.Name       = "GridPrincipal";
     this.GridPrincipal.ReadOnly   = true;
     this.GridPrincipal.Size       = new System.Drawing.Size(613, 215);
     this.GridPrincipal.TabIndex   = 1;
     this.GridPrincipal.Text       = "Select columns";
     this.GridPrincipal.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrincipal_CellEnter);
     this.GridPrincipal.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.GridPrincipal_KeyDown);
     //
     // 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, 354);
     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:";
     //
     // 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, 424);
     this.botaoCancela.Name              = "botaoCancela";
     this.botaoCancela.Size              = new System.Drawing.Size(120, 25);
     this.botaoCancela.TabIndex          = 4;
     this.botaoCancela.Text              = "Sair (ESC)";
     this.botaoCancela.TextAlign         = System.Drawing.ContentAlignment.MiddleRight;
     this.botaoCancela.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.botaoCancela.Click            += new System.EventHandler(this.botaoCancela_Click);
     //
     // Image1
     //
     this.Image1.Image    = global::NFCe.Properties.Resources.telaMesclar01;
     this.Image1.Location = new System.Drawing.Point(10, 10);
     this.Image1.Name     = "Image1";
     this.Image1.Size     = new System.Drawing.Size(48, 48);
     this.Image1.TabIndex = 0;
     this.Image1.TabStop  = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxId);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.textBoxCodigoInterno);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.textBoxNCM);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.comboBoxIPPT);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.comboBoxIAT);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textBoxValorUnitario);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBoxNome);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBoxGtin);
     this.groupBox1.Location = new System.Drawing.Point(68, 10);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(613, 117);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Dados do Produto:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(383, 66);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(79, 13);
     this.label10.TabIndex = 15;
     this.label10.Text     = "Código Interno:";
     //
     // textBoxCodigoInterno
     //
     this.textBoxCodigoInterno.Location = new System.Drawing.Point(386, 82);
     this.textBoxCodigoInterno.Name     = "textBoxCodigoInterno";
     this.textBoxCodigoInterno.Size     = new System.Drawing.Size(100, 20);
     this.textBoxCodigoInterno.TabIndex = 14;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(490, 66);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(34, 13);
     this.label9.TabIndex = 13;
     this.label9.Text     = "NCM:";
     //
     // textBoxNCM
     //
     this.textBoxNCM.Location = new System.Drawing.Point(493, 82);
     this.textBoxNCM.Name     = "textBoxNCM";
     this.textBoxNCM.Size     = new System.Drawing.Size(110, 20);
     this.textBoxNCM.TabIndex = 16;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(256, 66);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(34, 13);
     this.label8.TabIndex = 11;
     this.label8.Text     = "IPPT:";
     //
     // comboBoxIPPT
     //
     this.comboBoxIPPT.FormattingEnabled = true;
     this.comboBoxIPPT.Items.AddRange(new object[] {
         "Próprio",
         "Terceirizado"
     });
     this.comboBoxIPPT.Location = new System.Drawing.Point(259, 82);
     this.comboBoxIPPT.Name     = "comboBoxIPPT";
     this.comboBoxIPPT.Size     = new System.Drawing.Size(121, 21);
     this.comboBoxIPPT.TabIndex = 10;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(129, 67);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(27, 13);
     this.label7.TabIndex = 9;
     this.label7.Text     = "IAT:";
     //
     // comboBoxIAT
     //
     this.comboBoxIAT.FormattingEnabled = true;
     this.comboBoxIAT.Items.AddRange(new object[] {
         "Arredondamento",
         "Truncamento"
     });
     this.comboBoxIAT.Location = new System.Drawing.Point(132, 83);
     this.comboBoxIAT.Name     = "comboBoxIAT";
     this.comboBoxIAT.Size     = new System.Drawing.Size(121, 21);
     this.comboBoxIAT.TabIndex = 8;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(7, 67);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(73, 13);
     this.label6.TabIndex = 7;
     this.label6.Text     = "Valor Unitário:";
     //
     // textBoxValorUnitario
     //
     this.textBoxValorUnitario.Location  = new System.Drawing.Point(10, 83);
     this.textBoxValorUnitario.Name      = "textBoxValorUnitario";
     this.textBoxValorUnitario.Size      = new System.Drawing.Size(116, 20);
     this.textBoxValorUnitario.TabIndex  = 6;
     this.textBoxValorUnitario.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(129, 21);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(38, 13);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Nome:";
     //
     // textBoxNome
     //
     this.textBoxNome.Location = new System.Drawing.Point(132, 37);
     this.textBoxNome.Name     = "textBoxNome";
     this.textBoxNome.Size     = new System.Drawing.Size(470, 20);
     this.textBoxNome.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(7, 21);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(36, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "GTIN:";
     //
     // textBoxGtin
     //
     this.textBoxGtin.Location = new System.Drawing.Point(10, 37);
     this.textBoxGtin.Name     = "textBoxGtin";
     this.textBoxGtin.Size     = new System.Drawing.Size(116, 20);
     this.textBoxGtin.TabIndex = 0;
     //
     // buttonInserir
     //
     this.buttonInserir.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.buttonInserir.ForeColor         = System.Drawing.Color.Black;
     this.buttonInserir.Image             = global::NFCe.Properties.Resources.arrowright_green16;
     this.buttonInserir.Location          = new System.Drawing.Point(68, 424);
     this.buttonInserir.Name              = "buttonInserir";
     this.buttonInserir.Size              = new System.Drawing.Size(98, 25);
     this.buttonInserir.TabIndex          = 6;
     this.buttonInserir.Text              = "Inserir";
     this.buttonInserir.TextAlign         = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonInserir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.buttonInserir.Click            += new System.EventHandler(this.buttonInserir_Click);
     //
     // buttonAlterar
     //
     this.buttonAlterar.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.buttonAlterar.ForeColor         = System.Drawing.Color.Black;
     this.buttonAlterar.Image             = global::NFCe.Properties.Resources.arrowleft_green16;
     this.buttonAlterar.Location          = new System.Drawing.Point(172, 424);
     this.buttonAlterar.Name              = "buttonAlterar";
     this.buttonAlterar.Size              = new System.Drawing.Size(98, 25);
     this.buttonAlterar.TabIndex          = 7;
     this.buttonAlterar.Text              = "Alterar";
     this.buttonAlterar.TextAlign         = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.buttonAlterar.Click            += new System.EventHandler(this.buttonAlterar_Click);
     //
     // ID
     //
     this.ID.DataPropertyName = "ID";
     this.ID.HeaderText       = "ID";
     this.ID.Name             = "ID";
     this.ID.ReadOnly         = true;
     this.ID.Width            = 50;
     //
     // 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_VALOR_VENDA
     //
     this.GridPrincipal_VALOR_VENDA.DataPropertyName = "ValorVenda";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.GridPrincipal_VALOR_VENDA.DefaultCellStyle = dataGridViewCellStyle2;
     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 = "NCM";
     this.GridPrincipal_ECF_ICMS_ST.HeaderText       = "NCM";
     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;
     //
     // textBoxId
     //
     this.textBoxId.Location = new System.Drawing.Point(577, 11);
     this.textBoxId.Name     = "textBoxId";
     this.textBoxId.Size     = new System.Drawing.Size(26, 20);
     this.textBoxId.TabIndex = 17;
     this.textBoxId.Visible  = false;
     //
     // buttonExcluir
     //
     this.buttonExcluir.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.buttonExcluir.ForeColor         = System.Drawing.Color.Black;
     this.buttonExcluir.Image             = global::NFCe.Properties.Resources.confirmar16;
     this.buttonExcluir.Location          = new System.Drawing.Point(276, 424);
     this.buttonExcluir.Name              = "buttonExcluir";
     this.buttonExcluir.Size              = new System.Drawing.Size(98, 25);
     this.buttonExcluir.TabIndex          = 8;
     this.buttonExcluir.Text              = "Excluir";
     this.buttonExcluir.TextAlign         = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.buttonExcluir.Click            += new System.EventHandler(this.buttonExcluir_Click);
     //
     // FCadastroProduto
     //
     this.ClientSize = new System.Drawing.Size(692, 461);
     this.Controls.Add(this.buttonExcluir);
     this.Controls.Add(this.buttonAlterar);
     this.Controls.Add(this.buttonInserir);
     this.Controls.Add(this.groupBox1);
     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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.Location        = new System.Drawing.Point(226, 359);
     this.Name            = "FCadastroProduto";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Cadastro de Produtos";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FImportaProduto_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.GridPrincipal)).EndInit();
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #39
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.Button OK;
     System.Windows.Forms.Button Cancel;
     System.Windows.Forms.Label  label1;
     System.Windows.Forms.Label  label2;
     System.Windows.Forms.Label  label3;
     System.Windows.Forms.Button FindPath;
     System.Windows.Forms.Button FindExe;
     System.Windows.Forms.Label  label4;
     System.Windows.Forms.Button FindDll;
     this.Exe  = new System.Windows.Forms.TextBox();
     this.Args = new System.Windows.Forms.TextBox();
     this.Path = new System.Windows.Forms.TextBox();
     this.DLL  = new System.Windows.Forms.TextBox();
     OK        = new System.Windows.Forms.Button();
     Cancel    = new System.Windows.Forms.Button();
     label1    = new System.Windows.Forms.Label();
     label2    = new System.Windows.Forms.Label();
     label3    = new System.Windows.Forms.Label();
     FindPath  = new System.Windows.Forms.Button();
     FindExe   = new System.Windows.Forms.Button();
     label4    = new System.Windows.Forms.Label();
     FindDll   = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // OK
     //
     OK.Location = new System.Drawing.Point(12, 168);
     OK.Name     = "OK";
     OK.Size     = new System.Drawing.Size(75, 23);
     OK.TabIndex = 7;
     OK.Text     = "OK";
     OK.UseVisualStyleBackColor = true;
     OK.Click += new System.EventHandler(this.OK_Click);
     //
     // Cancel
     //
     Cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     Cancel.Location                = new System.Drawing.Point(146, 168);
     Cancel.Name                    = "Cancel";
     Cancel.Size                    = new System.Drawing.Size(75, 23);
     Cancel.TabIndex                = 8;
     Cancel.Text                    = "Cancel";
     Cancel.UseVisualStyleBackColor = true;
     Cancel.Click                  += new System.EventHandler(this.Cancel_Click);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(12, 9);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(71, 13);
     label1.TabIndex = 9;
     label1.Text     = "Diablo II Path";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(12, 48);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(102, 13);
     label2.TabIndex = 10;
     label2.Text     = "Diablo II Executable";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(12, 126);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(57, 13);
     label3.TabIndex = 12;
     label3.Text     = "Arguments";
     //
     // FindPath
     //
     FindPath.Location  = new System.Drawing.Point(197, 24);
     FindPath.Name      = "FindPath";
     FindPath.Size      = new System.Drawing.Size(24, 21);
     FindPath.TabIndex  = 1;
     FindPath.Text      = "...";
     FindPath.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     FindPath.UseVisualStyleBackColor = true;
     FindPath.Click += new System.EventHandler(this.FindPath_Click);
     //
     // FindExe
     //
     FindExe.Location = new System.Drawing.Point(197, 63);
     FindExe.Name     = "FindExe";
     FindExe.Size     = new System.Drawing.Size(24, 20);
     FindExe.TabIndex = 3;
     FindExe.Text     = "...";
     FindExe.UseVisualStyleBackColor = true;
     FindExe.Click += new System.EventHandler(this.FindExe_Click);
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(12, 87);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(58, 13);
     label4.TabIndex = 11;
     label4.Text     = "D2BS DLL";
     //
     // FindDll
     //
     FindDll.Location = new System.Drawing.Point(197, 102);
     FindDll.Name     = "FindDll";
     FindDll.Size     = new System.Drawing.Size(24, 20);
     FindDll.TabIndex = 5;
     FindDll.Text     = "...";
     FindDll.UseVisualStyleBackColor = true;
     FindDll.Click += new System.EventHandler(this.FindDll_Click);
     //
     // Exe
     //
     this.Exe.Location = new System.Drawing.Point(12, 64);
     this.Exe.Name     = "Exe";
     this.Exe.ReadOnly = true;
     this.Exe.Size     = new System.Drawing.Size(179, 20);
     this.Exe.TabIndex = 2;
     //
     // Args
     //
     this.Args.Location = new System.Drawing.Point(12, 142);
     this.Args.Name     = "Args";
     this.Args.Size     = new System.Drawing.Size(206, 20);
     this.Args.TabIndex = 6;
     //
     // Path
     //
     this.Path.Location = new System.Drawing.Point(12, 25);
     this.Path.Name     = "Path";
     this.Path.ReadOnly = true;
     this.Path.Size     = new System.Drawing.Size(179, 20);
     this.Path.TabIndex = 0;
     //
     // DLL
     //
     this.DLL.Location = new System.Drawing.Point(12, 103);
     this.DLL.Name     = "DLL";
     this.DLL.ReadOnly = true;
     this.DLL.Size     = new System.Drawing.Size(179, 20);
     this.DLL.TabIndex = 4;
     //
     // Options
     //
     this.AcceptButton        = OK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = Cancel;
     this.ClientSize          = new System.Drawing.Size(230, 202);
     this.ControlBox          = false;
     this.Controls.Add(FindDll);
     this.Controls.Add(this.DLL);
     this.Controls.Add(label4);
     this.Controls.Add(FindExe);
     this.Controls.Add(this.Path);
     this.Controls.Add(FindPath);
     this.Controls.Add(this.Args);
     this.Controls.Add(this.Exe);
     this.Controls.Add(label3);
     this.Controls.Add(label2);
     this.Controls.Add(label1);
     this.Controls.Add(Cancel);
     this.Controls.Add(OK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "Options";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Options";
     this.TopMost         = true;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.bindingSourceEPStudents          = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigator1                = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.iDNumberDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.studentNameDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.genderDataGridViewTextBoxColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.emailDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.classRecordNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gradeLevelDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.roomDataGridViewTextBoxColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pdfFilenameDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.btnSendOne         = new System.Windows.Forms.Button();
     this.textBox8           = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.textBox7           = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.textBox6           = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.textBox5           = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.textBox4           = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.textBox3           = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.btnLoadExcelData   = new System.Windows.Forms.Button();
     this.txtSearch          = new System.Windows.Forms.TextBox();
     this.btnSearch          = new System.Windows.Forms.Button();
     this.comboBoxRooms      = new System.Windows.Forms.ComboBox();
     this.btnSendAll         = new System.Windows.Forms.Button();
     this.statusStrip1       = new System.Windows.Forms.StatusStrip();
     this.sendingStatusStrip = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // bindingSourceEPStudents
     //
     this.bindingSourceEPStudents.DataSource = typeof(Student);
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem    = null;
     this.bindingNavigator1.BindingSource = this.bindingSourceEPStudents;
     this.bindingNavigator1.CountItem     = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem    = null;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2
     });
     this.bindingNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.bindingNavigator1.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name             = "bindingNavigator1";
     this.bindingNavigator1.PositionItem     = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size             = new System.Drawing.Size(1012, 25);
     this.bindingNavigator1.TabIndex         = 0;
     this.bindingNavigator1.Text             = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 81);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(992, 462);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGridView1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(984, 436);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Datasheet View";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.iDNumberDataGridViewTextBoxColumn,
         this.studentNameDataGridViewTextBoxColumn,
         this.genderDataGridViewTextBoxColumn,
         this.emailDataGridViewTextBoxColumn,
         this.classRecordNoDataGridViewTextBoxColumn,
         this.gradeLevelDataGridViewTextBoxColumn,
         this.roomDataGridViewTextBoxColumn,
         this.pdfFilenameDataGridViewTextBoxColumn
     });
     this.dataGridView1.DataSource = this.bindingSourceEPStudents;
     this.dataGridView1.Location   = new System.Drawing.Point(6, 6);
     this.dataGridView1.Name       = "dataGridView1";
     this.dataGridView1.Size       = new System.Drawing.Size(970, 421);
     this.dataGridView1.TabIndex   = 0;
     //
     // iDNumberDataGridViewTextBoxColumn
     //
     this.iDNumberDataGridViewTextBoxColumn.DataPropertyName = "IDNumber";
     this.iDNumberDataGridViewTextBoxColumn.HeaderText       = "IDNumber";
     this.iDNumberDataGridViewTextBoxColumn.Name             = "iDNumberDataGridViewTextBoxColumn";
     //
     // studentNameDataGridViewTextBoxColumn
     //
     this.studentNameDataGridViewTextBoxColumn.DataPropertyName = "StudentName";
     this.studentNameDataGridViewTextBoxColumn.HeaderText       = "StudentName";
     this.studentNameDataGridViewTextBoxColumn.Name             = "studentNameDataGridViewTextBoxColumn";
     this.studentNameDataGridViewTextBoxColumn.Width            = 200;
     //
     // genderDataGridViewTextBoxColumn
     //
     this.genderDataGridViewTextBoxColumn.DataPropertyName = "Gender";
     this.genderDataGridViewTextBoxColumn.HeaderText       = "Gender";
     this.genderDataGridViewTextBoxColumn.Name             = "genderDataGridViewTextBoxColumn";
     //
     // emailDataGridViewTextBoxColumn
     //
     this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
     this.emailDataGridViewTextBoxColumn.HeaderText       = "Email";
     this.emailDataGridViewTextBoxColumn.Name             = "emailDataGridViewTextBoxColumn";
     //
     // classRecordNoDataGridViewTextBoxColumn
     //
     this.classRecordNoDataGridViewTextBoxColumn.DataPropertyName = "ClassRecordNo";
     this.classRecordNoDataGridViewTextBoxColumn.HeaderText       = "ClassRecordNo";
     this.classRecordNoDataGridViewTextBoxColumn.Name             = "classRecordNoDataGridViewTextBoxColumn";
     //
     // gradeLevelDataGridViewTextBoxColumn
     //
     this.gradeLevelDataGridViewTextBoxColumn.DataPropertyName = "GradeLevel";
     this.gradeLevelDataGridViewTextBoxColumn.HeaderText       = "GradeLevel";
     this.gradeLevelDataGridViewTextBoxColumn.Name             = "gradeLevelDataGridViewTextBoxColumn";
     //
     // roomDataGridViewTextBoxColumn
     //
     this.roomDataGridViewTextBoxColumn.DataPropertyName = "Room";
     this.roomDataGridViewTextBoxColumn.HeaderText       = "Room";
     this.roomDataGridViewTextBoxColumn.Name             = "roomDataGridViewTextBoxColumn";
     //
     // pdfFilenameDataGridViewTextBoxColumn
     //
     this.pdfFilenameDataGridViewTextBoxColumn.DataPropertyName = "PdfFilename";
     this.pdfFilenameDataGridViewTextBoxColumn.HeaderText       = "PdfFilename";
     this.pdfFilenameDataGridViewTextBoxColumn.Name             = "pdfFilenameDataGridViewTextBoxColumn";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.btnSendOne);
     this.tabPage2.Controls.Add(this.textBox8);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.textBox7);
     this.tabPage2.Controls.Add(this.label7);
     this.tabPage2.Controls.Add(this.textBox6);
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.textBox5);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.textBox4);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.textBox3);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.textBox2);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(984, 436);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Detail View";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // btnSendOne
     //
     this.btnSendOne.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSendOne.Location = new System.Drawing.Point(385, 321);
     this.btnSendOne.Name     = "btnSendOne";
     this.btnSendOne.Size     = new System.Drawing.Size(137, 39);
     this.btnSendOne.TabIndex = 16;
     this.btnSendOne.Text     = "Send";
     this.btnSendOne.UseVisualStyleBackColor = true;
     this.btnSendOne.Click += new System.EventHandler(this.BtnSendOneClick);
     //
     // textBox8
     //
     this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "PdfFilename", true));
     this.textBox8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(307, 273);
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new System.Drawing.Size(354, 26);
     this.textBox8.TabIndex = 15;
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(132, 276);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(169, 23);
     this.label8.TabIndex = 14;
     this.label8.Text     = "PDF Filename";
     //
     // textBox7
     //
     this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Room", true));
     this.textBox7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox7.Location = new System.Drawing.Point(307, 241);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(354, 26);
     this.textBox7.TabIndex = 13;
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(132, 244);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(169, 23);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Room";
     //
     // textBox6
     //
     this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "GradeLevel", true));
     this.textBox6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox6.Location = new System.Drawing.Point(307, 209);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(354, 26);
     this.textBox6.TabIndex = 11;
     //
     // 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(132, 212);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(169, 23);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Grade Level:";
     //
     // textBox5
     //
     this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "ClassRecordNo", true));
     this.textBox5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox5.Location = new System.Drawing.Point(307, 177);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(354, 26);
     this.textBox5.TabIndex = 9;
     //
     // 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(132, 180);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(169, 23);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Class Record No:";
     //
     // textBox4
     //
     this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Email", true));
     this.textBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location = new System.Drawing.Point(307, 145);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(354, 26);
     this.textBox4.TabIndex = 7;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(132, 148);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(169, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Email:";
     //
     // textBox3
     //
     this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Gender", true));
     this.textBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(307, 113);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(354, 26);
     this.textBox3.TabIndex = 5;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(132, 116);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(169, 23);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Gender:";
     //
     // textBox2
     //
     this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "StudentName", true));
     this.textBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(307, 81);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(354, 26);
     this.textBox2.TabIndex = 3;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(132, 84);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(169, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Student Name:";
     //
     // textBox1
     //
     this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "IDNumber", true));
     this.textBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(307, 49);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(354, 26);
     this.textBox1.TabIndex = 1;
     //
     // 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(132, 52);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(169, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "ID Number:";
     //
     // btnLoadExcelData
     //
     this.btnLoadExcelData.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLoadExcelData.Location = new System.Drawing.Point(12, 38);
     this.btnLoadExcelData.Name     = "btnLoadExcelData";
     this.btnLoadExcelData.Size     = new System.Drawing.Size(172, 33);
     this.btnLoadExcelData.TabIndex = 2;
     this.btnLoadExcelData.Text     = "Load Excel Data";
     this.btnLoadExcelData.UseVisualStyleBackColor = true;
     this.btnLoadExcelData.Click += new System.EventHandler(this.BtnLoadExcelDataClick);
     //
     // txtSearch
     //
     this.txtSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location = new System.Drawing.Point(235, 41);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(201, 26);
     this.txtSearch.TabIndex = 3;
     //
     // btnSearch
     //
     this.btnSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Location = new System.Drawing.Point(442, 38);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(96, 33);
     this.btnSearch.TabIndex = 4;
     this.btnSearch.Text     = "Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.BtnSearchClick);
     //
     // comboBoxRooms
     //
     this.comboBoxRooms.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxRooms.FormattingEnabled = true;
     this.comboBoxRooms.Location          = new System.Drawing.Point(711, 41);
     this.comboBoxRooms.Name                  = "comboBoxRooms";
     this.comboBoxRooms.Size                  = new System.Drawing.Size(153, 28);
     this.comboBoxRooms.TabIndex              = 5;
     this.comboBoxRooms.SelectedIndexChanged += new System.EventHandler(this.ComboBoxRoomsSelectedIndexChanged);
     //
     // btnSendAll
     //
     this.btnSendAll.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSendAll.Location = new System.Drawing.Point(870, 38);
     this.btnSendAll.Name     = "btnSendAll";
     this.btnSendAll.Size     = new System.Drawing.Size(130, 33);
     this.btnSendAll.TabIndex = 6;
     this.btnSendAll.Text     = "Send All";
     this.btnSendAll.UseVisualStyleBackColor = true;
     this.btnSendAll.Click += new System.EventHandler(this.BtnSendAllClick);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sendingStatusStrip
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 552);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1012, 22);
     this.statusStrip1.TabIndex = 7;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // sendingStatusStrip
     //
     this.sendingStatusStrip.Name = "sendingStatusStrip";
     this.sendingStatusStrip.Size = new System.Drawing.Size(42, 17);
     this.sendingStatusStrip.Text = "Ready.";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1012, 574);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.btnSendAll);
     this.Controls.Add(this.comboBoxRooms);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btnLoadExcelData);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.bindingNavigator1);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MainForm";
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PasswordDialog));
     System.Windows.Forms.Button uxButtonOK;
     System.Windows.Forms.Button uxButtonCancel;
     this.uxTextBoxPassword    = new System.Windows.Forms.TextBox();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     this.uxCheckBoxDisplayPwd = new System.Windows.Forms.CheckBox();
     label1         = new System.Windows.Forms.Label();
     uxButtonOK     = new System.Windows.Forms.Button();
     uxButtonCancel = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(86, 9);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(56, 13);
     label1.TabIndex = 0;
     label1.Text     = "Password:"******"uxTextBoxPassword";
     this.uxTextBoxPassword.Size     = new System.Drawing.Size(302, 20);
     this.uxTextBoxPassword.TabIndex = 1;
     this.uxTextBoxPassword.UseSystemPasswordChar = true;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(-1, -2);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(81, 97);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // uxButtonOK
     //
     uxButtonOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     uxButtonOK.Location                = new System.Drawing.Point(235, 66);
     uxButtonOK.Name                    = "uxButtonOK";
     uxButtonOK.Size                    = new System.Drawing.Size(75, 23);
     uxButtonOK.TabIndex                = 3;
     uxButtonOK.Text                    = "&OK";
     uxButtonOK.UseVisualStyleBackColor = true;
     //
     // uxButtonCancel
     //
     uxButtonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     uxButtonCancel.Location                = new System.Drawing.Point(316, 66);
     uxButtonCancel.Name                    = "uxButtonCancel";
     uxButtonCancel.Size                    = new System.Drawing.Size(75, 23);
     uxButtonCancel.TabIndex                = 4;
     uxButtonCancel.Text                    = "&Cancel";
     uxButtonCancel.UseVisualStyleBackColor = true;
     //
     // uxCheckBoxDisplayPwd
     //
     this.uxCheckBoxDisplayPwd.AutoSize = true;
     this.uxCheckBoxDisplayPwd.Location = new System.Drawing.Point(89, 51);
     this.uxCheckBoxDisplayPwd.Name     = "uxCheckBoxDisplayPwd";
     this.uxCheckBoxDisplayPwd.Size     = new System.Drawing.Size(109, 17);
     this.uxCheckBoxDisplayPwd.TabIndex = 2;
     this.uxCheckBoxDisplayPwd.Text     = "&Display Password";
     this.uxCheckBoxDisplayPwd.UseVisualStyleBackColor = true;
     this.uxCheckBoxDisplayPwd.CheckedChanged         += new System.EventHandler(this.uxCheckBoxDisplayPwd_CheckedChanged);
     //
     // PasswordDialog
     //
     this.AcceptButton        = uxButtonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = uxButtonCancel;
     this.ClientSize          = new System.Drawing.Size(400, 95);
     this.Controls.Add(this.uxCheckBoxDisplayPwd);
     this.Controls.Add(uxButtonCancel);
     this.Controls.Add(uxButtonOK);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.uxTextBoxPassword);
     this.Controls.Add(label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PasswordDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Enter Password";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.EditEntrada   = new System.Windows.Forms.TextBox();
     this.ComboOperacao = new System.Windows.Forms.ComboBox();
     this.botaoConfirma = new System.Windows.Forms.Button();
     this.botaoCancela  = new System.Windows.Forms.Button();
     this.Image1        = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).BeginInit();
     this.SuspendLayout();
     //
     // EditEntrada
     //
     this.EditEntrada.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.EditEntrada.ForeColor = System.Drawing.Color.Black;
     this.EditEntrada.Location  = new System.Drawing.Point(81, 51);
     this.EditEntrada.Name      = "EditEntrada";
     this.EditEntrada.Size      = new System.Drawing.Size(246, 20);
     this.EditEntrada.TabIndex  = 1;
     this.EditEntrada.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // ComboOperacao
     //
     this.ComboOperacao.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboOperacao.Font              = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.ComboOperacao.ForeColor         = System.Drawing.Color.Black;
     this.ComboOperacao.FormattingEnabled = true;
     this.ComboOperacao.Items.AddRange(new object[] {
         "Desconto em Dinheiro",
         "Desconto Percentual",
         "Acréscimo em Dinheiro",
         "Acréscimo Percentual",
         "",
         "Cancelar Desconto ou Acréscimo"
     });
     this.ComboOperacao.Location = new System.Drawing.Point(81, 15);
     this.ComboOperacao.Name     = "ComboOperacao";
     this.ComboOperacao.Size     = new System.Drawing.Size(246, 21);
     this.ComboOperacao.TabIndex = 0;
     //
     // botaoConfirma
     //
     this.botaoConfirma.DialogResult      = System.Windows.Forms.DialogResult.OK;
     this.botaoConfirma.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.botaoConfirma.ForeColor         = System.Drawing.Color.Black;
     this.botaoConfirma.Image             = global::PafEcf.Properties.Resources.confirmar16;
     this.botaoConfirma.Location          = new System.Drawing.Point(81, 87);
     this.botaoConfirma.Name              = "botaoConfirma";
     this.botaoConfirma.Size              = new System.Drawing.Size(120, 25);
     this.botaoConfirma.TabIndex          = 2;
     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::PafEcf.Properties.Resources.cancelar16;
     this.botaoCancela.Location          = new System.Drawing.Point(207, 87);
     this.botaoCancela.Name              = "botaoCancela";
     this.botaoCancela.Size              = new System.Drawing.Size(120, 25);
     this.botaoCancela.TabIndex          = 3;
     this.botaoCancela.Text              = "Ca&ncela (ESC)";
     this.botaoCancela.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.botaoCancela.Click            += new System.EventHandler(this.botaoCancela_Click);
     //
     // Image1
     //
     this.Image1.Image    = global::PafEcf.Properties.Resources.telaDinheiro03;
     this.Image1.Location = new System.Drawing.Point(10, 10);
     this.Image1.Name     = "Image1";
     this.Image1.Size     = new System.Drawing.Size(48, 48);
     this.Image1.TabIndex = 0;
     this.Image1.TabStop  = false;
     //
     // FDescontoAcrescimo
     //
     this.ClientSize = new System.Drawing.Size(342, 123);
     this.Controls.Add(this.Image1);
     this.Controls.Add(this.EditEntrada);
     this.Controls.Add(this.ComboOperacao);
     this.Controls.Add(this.botaoConfirma);
     this.Controls.Add(this.botaoCancela);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.Location        = new System.Drawing.Point(330, 387);
     this.Name            = "FDescontoAcrescimo";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FDescontoAcrescimo";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FDescontoAcrescimo_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ofdLoadClear = new System.Windows.Forms.OpenFileDialog();
     this.tlpMain = new System.Windows.Forms.TableLayoutPanel();
     this.pbxPreview = new System.Windows.Forms.PictureBox();
     this.flpButtons = new System.Windows.Forms.FlowLayoutPanel();
     this.btnLoadClear = new System.Windows.Forms.Button();
     this.btnLoadEncoded = new System.Windows.Forms.Button();
     this.btnSaveDecoded = new System.Windows.Forms.Button();
     this.ofdLoadEncoded = new System.Windows.Forms.OpenFileDialog();
     this.sfdSaveImg = new System.Windows.Forms.SaveFileDialog();
     this.tlpMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxPreview)).BeginInit();
     this.flpButtons.SuspendLayout();
     this.SuspendLayout();
     //
     // ofdLoadClear
     //
     this.ofdLoadClear.DefaultExt = "jpg";
     this.ofdLoadClear.Filter = "JPG Images|*.jpg|All Files|*.*";
     this.ofdLoadClear.Title = "Load Image";
     this.ofdLoadClear.FileOk += new System.ComponentModel.CancelEventHandler(this.ofdLoadClear_FileOk);
     //
     // tlpMain
     //
     this.tlpMain.ColumnCount = 1;
     this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpMain.Controls.Add(this.pbxPreview, 0, 0);
     this.tlpMain.Controls.Add(this.flpButtons, 0, 1);
     this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tlpMain.Location = new System.Drawing.Point(0, 0);
     this.tlpMain.Name = "tlpMain";
     this.tlpMain.RowCount = 2;
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
     this.tlpMain.Size = new System.Drawing.Size(732, 453);
     this.tlpMain.TabIndex = 2;
     //
     // pbxPreview
     //
     this.pbxPreview.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pbxPreview.Location = new System.Drawing.Point(3, 3);
     this.pbxPreview.Name = "pbxPreview";
     this.pbxPreview.Size = new System.Drawing.Size(726, 411);
     this.pbxPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pbxPreview.TabIndex = 3;
     this.pbxPreview.TabStop = false;
     //
     // flpButtons
     //
     this.flpButtons.Controls.Add(this.btnLoadClear);
     this.flpButtons.Controls.Add(this.btnLoadEncoded);
     this.flpButtons.Controls.Add(this.btnSaveDecoded);
     this.flpButtons.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flpButtons.Location = new System.Drawing.Point(3, 420);
     this.flpButtons.Name = "flpButtons";
     this.flpButtons.Size = new System.Drawing.Size(726, 30);
     this.flpButtons.TabIndex = 0;
     //
     // btnLoadClear
     //
     this.btnLoadClear.Location = new System.Drawing.Point(3, 3);
     this.btnLoadClear.Name = "btnLoadClear";
     this.btnLoadClear.Size = new System.Drawing.Size(100, 23);
     this.btnLoadClear.TabIndex = 0;
     this.btnLoadClear.Text = "Load clear Image";
     this.btnLoadClear.UseVisualStyleBackColor = true;
     this.btnLoadClear.Click += new System.EventHandler(this.btnLoadClear_Click);
     //
     // btnLoadEncoded
     //
     this.btnLoadEncoded.Location = new System.Drawing.Point(109, 3);
     this.btnLoadEncoded.Name = "btnLoadEncoded";
     this.btnLoadEncoded.Size = new System.Drawing.Size(90, 23);
     this.btnLoadEncoded.TabIndex = 1;
     this.btnLoadEncoded.Text = "Load Encoded";
     this.btnLoadEncoded.UseVisualStyleBackColor = true;
     this.btnLoadEncoded.Click += new System.EventHandler(this.btnLoadEncoded_Click);
     //
     // btnSaveDecoded
     //
     this.btnSaveDecoded.Location = new System.Drawing.Point(205, 3);
     this.btnSaveDecoded.Name = "btnSaveDecoded";
     this.btnSaveDecoded.Size = new System.Drawing.Size(88, 23);
     this.btnSaveDecoded.TabIndex = 2;
     this.btnSaveDecoded.Text = "Save Decoded";
     this.btnSaveDecoded.UseVisualStyleBackColor = true;
     this.btnSaveDecoded.Click += new System.EventHandler(this.btnSaveDecoded_Click);
     //
     // ofdLoadEncoded
     //
     this.ofdLoadEncoded.Filter = "All Files|*.*";
     this.ofdLoadEncoded.Title = "Load File";
     this.ofdLoadEncoded.FileOk += new System.ComponentModel.CancelEventHandler(this.ofdLoadEncoded_FileOk);
     //
     // sfdSaveImg
     //
     this.sfdSaveImg.DefaultExt = "bmp";
     this.sfdSaveImg.Filter = "Bitmap Images|*.bmp";
     this.sfdSaveImg.Title = "Save Image";
     this.sfdSaveImg.FileOk += new System.ComponentModel.CancelEventHandler(this.sfdSaveImg_FileOk);
     //
     // frmDecode
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(732, 453);
     this.Controls.Add(this.tlpMain);
     this.MinimumSize = new System.Drawing.Size(265, 160);
     this.Name = "frmDecode";
     this.Text = "Noisy Decoder";
     this.tlpMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbxPreview)).EndInit();
     this.flpButtons.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SchoolFeeDetailsUpdate));
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnEdit   = new System.Windows.Forms.Button();
     this.btnClose  = new System.Windows.Forms.Button();
     this.gbxSysID.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnDelete);
     this.panel2.Controls.Add(this.btnEdit);
     this.panel2.Controls.Add(this.btnClose);
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     //
     // btnDelete
     //
     this.btnDelete.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
     this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnDelete.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.Location                = new System.Drawing.Point(12, 9);
     this.btnDelete.Name                    = "btnDelete";
     this.btnDelete.Size                    = new System.Drawing.Size(99, 23);
     this.btnDelete.TabIndex                = 100;
     this.btnDelete.Text                    = "      Delete Details       ";
     this.btnDelete.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDelete.UseVisualStyleBackColor = true;
     //
     // btnEdit
     //
     this.btnEdit.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEdit.BackgroundImage")));
     this.btnEdit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnEdit.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEdit.Location                = new System.Drawing.Point(417, 9);
     this.btnEdit.Name                    = "btnEdit";
     this.btnEdit.Size                    = new System.Drawing.Size(95, 23);
     this.btnEdit.TabIndex                = 98;
     this.btnEdit.Text                    = "     Edit Details";
     this.btnEdit.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnEdit.UseVisualStyleBackColor = true;
     //
     // btnClose
     //
     this.btnClose.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
     this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnClose.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location                = new System.Drawing.Point(518, 9);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new System.Drawing.Size(86, 23);
     this.btnClose.TabIndex                = 99;
     this.btnClose.Text                    = "Close";
     this.btnClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnClose.UseVisualStyleBackColor = true;
     //
     // SchoolFeeDetailsUpdate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(616, 362);
     this.Name = "SchoolFeeDetailsUpdate";
     this.gbxSysID.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.ClientPropertyValueTextBox = new System.Windows.Forms.TextBox();
			this.ClientPropertyNameTextBox = new System.Windows.Forms.TextBox();
			this.label_PValue = new System.Windows.Forms.Label();
			this.label_PName = new System.Windows.Forms.Label();
			this.ClientPropertiesListBox = new System.Windows.Forms.ListBox();
			this.PropertyAddButton = new System.Windows.Forms.Button();
			this.PropertyRemoveButton = new System.Windows.Forms.Button();
			this.PropertySetButton = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// ClientPropertyValueTextBox
			// 
			this.ClientPropertyValueTextBox.Location = new System.Drawing.Point(110, 35);
			this.ClientPropertyValueTextBox.Name = "ClientPropertyValueTextBox";
			this.ClientPropertyValueTextBox.Size = new System.Drawing.Size(380, 20);
			this.ClientPropertyValueTextBox.TabIndex = 7;
			// 
			// ClientPropertyNameTextBox
			// 
			this.ClientPropertyNameTextBox.Location = new System.Drawing.Point(110, 12);
			this.ClientPropertyNameTextBox.Name = "ClientPropertyNameTextBox";
			this.ClientPropertyNameTextBox.Size = new System.Drawing.Size(380, 20);
			this.ClientPropertyNameTextBox.TabIndex = 6;
			// 
			// label_PValue
			// 
			this.label_PValue.Location = new System.Drawing.Point(18, 35);
			this.label_PValue.Name = "label_PValue";
			this.label_PValue.Size = new System.Drawing.Size(85, 23);
			this.label_PValue.TabIndex = 5;
			this.label_PValue.Text = "Property Value:";
			// 
			// label_PName
			// 
			this.label_PName.Location = new System.Drawing.Point(18, 12);
			this.label_PName.Name = "label_PName";
			this.label_PName.Size = new System.Drawing.Size(85, 23);
			this.label_PName.TabIndex = 4;
			this.label_PName.Text = "Property Name:";
			// 
			// ClientPropertiesListBox
			// 
			this.ClientPropertiesListBox.FormattingEnabled = true;
			this.ClientPropertiesListBox.Location = new System.Drawing.Point(18, 61);
			this.ClientPropertiesListBox.Name = "ClientPropertiesListBox";
			this.ClientPropertiesListBox.Size = new System.Drawing.Size(472, 238);
			this.ClientPropertiesListBox.TabIndex = 8;
			// 
			// PropertyAddButton
			// 
			this.PropertyAddButton.Location = new System.Drawing.Point(515, 12);
			this.PropertyAddButton.Name = "PropertyAddButton";
			this.PropertyAddButton.Size = new System.Drawing.Size(75, 23);
			this.PropertyAddButton.TabIndex = 9;
			this.PropertyAddButton.Text = "Add";
			this.PropertyAddButton.UseVisualStyleBackColor = true;
			this.PropertyAddButton.Click += new System.EventHandler(this.PropertyAddButtonClick);
			// 
			// PropertyRemoveButton
			// 
			this.PropertyRemoveButton.Location = new System.Drawing.Point(515, 41);
			this.PropertyRemoveButton.Name = "PropertyRemoveButton";
			this.PropertyRemoveButton.Size = new System.Drawing.Size(75, 23);
			this.PropertyRemoveButton.TabIndex = 10;
			this.PropertyRemoveButton.Text = "Remove";
			this.PropertyRemoveButton.UseVisualStyleBackColor = true;
			this.PropertyRemoveButton.Click += new System.EventHandler(this.PropertyRemoveButtonClick);
			// 
			// PropertySetButton
			// 
			this.PropertySetButton.Location = new System.Drawing.Point(515, 70);
			this.PropertySetButton.Name = "PropertySetButton";
			this.PropertySetButton.Size = new System.Drawing.Size(75, 23);
			this.PropertySetButton.TabIndex = 11;
			this.PropertySetButton.Text = "Set";
			this.PropertySetButton.UseVisualStyleBackColor = true;
			this.PropertySetButton.Click += new System.EventHandler(this.PropertySetButtonClick);
			// 
			// EditClientPropertiesForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(602, 311);
			this.Controls.Add(this.PropertySetButton);
			this.Controls.Add(this.PropertyRemoveButton);
			this.Controls.Add(this.PropertyAddButton);
			this.Controls.Add(this.ClientPropertiesListBox);
			this.Controls.Add(this.ClientPropertyValueTextBox);
			this.Controls.Add(this.ClientPropertyNameTextBox);
			this.Controls.Add(this.label_PValue);
			this.Controls.Add(this.label_PName);
			this.Name = "EditClientPropertiesForm";
			this.Text = "EditClientPropertiesForm";
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Beispiel #46
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.servername       = new System.Windows.Forms.TextBox();
     this.database         = new System.Windows.Forms.TextBox();
     this.username         = new System.Windows.Forms.TextBox();
     this.deleteButton     = new System.Windows.Forms.Button();
     this.updateButton     = new System.Windows.Forms.Button();
     this.addButton        = new System.Windows.Forms.Button();
     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.password         = new System.Windows.Forms.TextBox();
     this.loginToDB        = new System.Windows.Forms.Button();
     this.nameBox          = new System.Windows.Forms.TextBox();
     this.surnameBox       = new System.Windows.Forms.TextBox();
     this.positionBox      = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.dateOfEmployment = new System.Windows.Forms.DateTimePicker();
     this.salaryBox        = new System.Windows.Forms.NumericUpDown();
     this.dataGridView1    = new System.Windows.Forms.DataGridView();
     this.idBox            = new System.Windows.Forms.NumericUpDown();
     this.label10          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.salaryBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.idBox)).BeginInit();
     this.SuspendLayout();
     //
     // servername
     //
     this.servername.Location = new System.Drawing.Point(228, 7);
     this.servername.Name     = "servername";
     this.servername.Size     = new System.Drawing.Size(157, 20);
     this.servername.TabIndex = 0;
     //
     // database
     //
     this.database.Location = new System.Drawing.Point(228, 33);
     this.database.Name     = "database";
     this.database.Size     = new System.Drawing.Size(157, 20);
     this.database.TabIndex = 1;
     //
     // username
     //
     this.username.Location = new System.Drawing.Point(228, 59);
     this.username.Name     = "username";
     this.username.Size     = new System.Drawing.Size(157, 20);
     this.username.TabIndex = 2;
     //
     // deleteButton
     //
     this.deleteButton.Location = new System.Drawing.Point(151, 307);
     this.deleteButton.Name     = "deleteButton";
     this.deleteButton.Size     = new System.Drawing.Size(100, 27);
     this.deleteButton.TabIndex = 12;
     this.deleteButton.Text     = "Delete";
     this.deleteButton.UseVisualStyleBackColor = true;
     this.deleteButton.Click += new System.EventHandler(this.DeleteButtonClick);
     //
     // updateButton
     //
     this.updateButton.Location = new System.Drawing.Point(17, 307);
     this.updateButton.Name     = "updateButton";
     this.updateButton.Size     = new System.Drawing.Size(100, 27);
     this.updateButton.TabIndex = 13;
     this.updateButton.Text     = "Update";
     this.updateButton.UseVisualStyleBackColor = true;
     this.updateButton.Click += new System.EventHandler(this.UpdateButtonClick);
     //
     // addButton
     //
     this.addButton.Location = new System.Drawing.Point(282, 307);
     this.addButton.Name     = "addButton";
     this.addButton.Size     = new System.Drawing.Size(100, 27);
     this.addButton.TabIndex = 11;
     this.addButton.Text     = "Add";
     this.addButton.UseVisualStyleBackColor = true;
     this.addButton.Click += new System.EventHandler(this.AddButtonClick);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(17, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(210, 20);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "Nazwa serwera";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(17, 33);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(210, 20);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Baza danych";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(17, 59);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(210, 20);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "Nazwa użytkownika";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(17, 82);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(210, 20);
     this.label4.TabIndex  = 14;
     this.label4.Text      = "Hasło użytkownika";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // password
     //
     this.password.Location = new System.Drawing.Point(228, 82);
     this.password.Name     = "password";
     this.password.Size     = new System.Drawing.Size(157, 20);
     this.password.TabIndex = 3;
     //
     // loginToDB
     //
     this.loginToDB.Location = new System.Drawing.Point(228, 114);
     this.loginToDB.Name     = "loginToDB";
     this.loginToDB.Size     = new System.Drawing.Size(156, 26);
     this.loginToDB.TabIndex = 4;
     this.loginToDB.Text     = "Login";
     this.loginToDB.UseVisualStyleBackColor = true;
     this.loginToDB.Click += new System.EventHandler(this.LoginToDBClick);
     //
     // nameBox
     //
     this.nameBox.Location = new System.Drawing.Point(229, 176);
     this.nameBox.Name     = "nameBox";
     this.nameBox.Size     = new System.Drawing.Size(156, 20);
     this.nameBox.TabIndex = 6;
     //
     // surnameBox
     //
     this.surnameBox.Location = new System.Drawing.Point(229, 202);
     this.surnameBox.Name     = "surnameBox";
     this.surnameBox.Size     = new System.Drawing.Size(156, 20);
     this.surnameBox.TabIndex = 7;
     //
     // positionBox
     //
     this.positionBox.Location = new System.Drawing.Point(229, 228);
     this.positionBox.Name     = "positionBox";
     this.positionBox.Size     = new System.Drawing.Size(156, 20);
     this.positionBox.TabIndex = 8;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(12, 176);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(211, 20);
     this.label5.TabIndex  = 21;
     this.label5.Text      = "Imie";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(12, 202);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(211, 20);
     this.label6.TabIndex  = 22;
     this.label6.Text      = "Nazwisko";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(12, 227);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(211, 20);
     this.label7.TabIndex  = 23;
     this.label7.Text      = "Stanowisko";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(12, 253);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(211, 20);
     this.label8.TabIndex  = 24;
     this.label8.Text      = "Pensja";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(12, 280);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(211, 20);
     this.label9.TabIndex  = 17;
     this.label9.Text      = "Data zatrudnienia";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dateOfEmployment
     //
     this.dateOfEmployment.CustomFormat = "yyyy-MM-dd";
     this.dateOfEmployment.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateOfEmployment.Location     = new System.Drawing.Point(229, 280);
     this.dateOfEmployment.Name         = "dateOfEmployment";
     this.dateOfEmployment.Size         = new System.Drawing.Size(156, 20);
     this.dateOfEmployment.TabIndex     = 10;
     //
     // salaryBox
     //
     this.salaryBox.DecimalPlaces = 2;
     this.salaryBox.Location      = new System.Drawing.Point(229, 255);
     this.salaryBox.Maximum       = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.salaryBox.Name     = "salaryBox";
     this.salaryBox.Size     = new System.Drawing.Size(156, 20);
     this.salaryBox.TabIndex = 9;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location          = new System.Drawing.Point(19, 340);
     this.dataGridView1.MultiSelect       = false;
     this.dataGridView1.Name              = "dataGridView1";
     this.dataGridView1.ReadOnly          = true;
     this.dataGridView1.Size              = new System.Drawing.Size(367, 225);
     this.dataGridView1.TabIndex          = 29;
     this.dataGridView1.TabStop           = false;
     this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1SelectionChanged);
     //
     // idBox
     //
     this.idBox.Location = new System.Drawing.Point(229, 150);
     this.idBox.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.idBox.Name     = "idBox";
     this.idBox.Size     = new System.Drawing.Size(153, 20);
     this.idBox.TabIndex = 5;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(12, 150);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(211, 20);
     this.label10.TabIndex  = 32;
     this.label10.Text      = "Id";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(404, 580);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.idBox);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.salaryBox);
     this.Controls.Add(this.dateOfEmployment);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.positionBox);
     this.Controls.Add(this.surnameBox);
     this.Controls.Add(this.nameBox);
     this.Controls.Add(this.loginToDB);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.password);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.addButton);
     this.Controls.Add(this.updateButton);
     this.Controls.Add(this.deleteButton);
     this.Controls.Add(this.username);
     this.Controls.Add(this.database);
     this.Controls.Add(this.servername);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(420, 618);
     this.MinimumSize = new System.Drawing.Size(420, 618);
     this.Name        = "MainForm";
     this.Text        = "IBD";
     ((System.ComponentModel.ISupportInitialize)(this.salaryBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.idBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddStockManual));
     this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
     this.cmdSave     = new System.Windows.Forms.Button();
     this.cmdClose    = new System.Windows.Forms.Button();
     this.sbStatusBar = new System.Windows.Forms.StatusStrip();
     this.sbStatusBar_Panels_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.txtUnit                    = new System.Windows.Forms.TextBox();
     this.txtProductName             = new System.Windows.Forms.TextBox();
     this.txtQuantityPerUnit         = new System.Windows.Forms.TextBox();
     this._txtValues_2               = new System.Windows.Forms.TextBox();
     this._txtValues_1               = new System.Windows.Forms.TextBox();
     this._txtValues_0               = new System.Windows.Forms.TextBox();
     this.Frame1                     = new System.Windows.Forms.GroupBox();
     this.cmdProducts                = new System.Windows.Forms.Button();
     this.txtName                    = new System.Windows.Forms.TextBox();
     this.txtCode                    = new System.Windows.Forms.TextBox();
     this.Label4                     = new System.Windows.Forms.Label();
     this.Label5                     = new System.Windows.Forms.Label();
     this.lvProducts                 = new System.Windows.Forms.ListView();
     this.lvProducts_ColumnHeader_1_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_2_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_3_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_4_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_5_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_6_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_7_ = new System.Windows.Forms.ColumnHeader();
     this.lblNewQuantity             = new System.Windows.Forms.Label();
     this.Label10                    = new System.Windows.Forms.Label();
     this.Label9                     = new System.Windows.Forms.Label();
     this.Label8                     = new System.Windows.Forms.Label();
     this.Label7                     = new System.Windows.Forms.Label();
     this.Label6                     = new System.Windows.Forms.Label();
     this.Label1                     = new System.Windows.Forms.Label();
     this.Label2                     = new System.Windows.Forms.Label();
     this.Label3                     = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProducts.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     //
     // cmdSave
     //
     this.cmdSave.AllowDrop               = true;
     this.cmdSave.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSave.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSave.Location                = new System.Drawing.Point(224, 376);
     this.cmdSave.Name                    = "cmdSave";
     this.cmdSave.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(89, 25);
     this.cmdSave.TabIndex                = 24;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdClose
     //
     this.cmdClose.AllowDrop               = true;
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(328, 376);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 23;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // sbStatusBar
     //
     this.sbStatusBar.AllowDrop        = true;
     this.sbStatusBar.BackColor        = System.Drawing.SystemColors.Control;
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 416);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(424, 23);
     this.sbStatusBar.TabIndex         = 20;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 });
     //
     // sbStatusBar_Panels_Panel1
     //
     this.sbStatusBar_Panels_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this.sbStatusBar_Panels_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.sbStatusBar_Panels_Panel1.DoubleClickEnabled = true;
     this.sbStatusBar_Panels_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this.sbStatusBar_Panels_Panel1.Size              = new System.Drawing.Size(423, 23);
     this.sbStatusBar_Panels_Panel1.Spring            = true;
     this.sbStatusBar_Panels_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.sbStatusBar_Panels_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // txtUnit
     //
     this.txtUnit.AcceptsReturn = true;
     this.txtUnit.AllowDrop     = true;
     this.txtUnit.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtUnit.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtUnit.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtUnit.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtUnit.Location      = new System.Drawing.Point(320, 264);
     this.txtUnit.MaxLength     = 0;
     this.txtUnit.Name          = "txtUnit";
     this.txtUnit.ReadOnly      = true;
     this.txtUnit.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtUnit.Size          = new System.Drawing.Size(81, 20);
     this.txtUnit.TabIndex      = 18;
     this.txtUnit.TabStop       = false;
     //
     // txtProductName
     //
     this.txtProductName.AcceptsReturn = true;
     this.txtProductName.AllowDrop     = true;
     this.txtProductName.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtProductName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtProductName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtProductName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtProductName.Location      = new System.Drawing.Point(96, 264);
     this.txtProductName.MaxLength     = 0;
     this.txtProductName.Name          = "txtProductName";
     this.txtProductName.ReadOnly      = true;
     this.txtProductName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtProductName.Size          = new System.Drawing.Size(145, 20);
     this.txtProductName.TabIndex      = 16;
     this.txtProductName.TabStop       = false;
     //
     // txtQuantityPerUnit
     //
     this.txtQuantityPerUnit.AcceptsReturn = true;
     this.txtQuantityPerUnit.AllowDrop     = true;
     this.txtQuantityPerUnit.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtQuantityPerUnit.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtQuantityPerUnit.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtQuantityPerUnit.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtQuantityPerUnit.Location      = new System.Drawing.Point(320, 296);
     this.txtQuantityPerUnit.MaxLength     = 0;
     this.txtQuantityPerUnit.Name          = "txtQuantityPerUnit";
     this.txtQuantityPerUnit.ReadOnly      = true;
     this.txtQuantityPerUnit.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtQuantityPerUnit.Size          = new System.Drawing.Size(81, 20);
     this.txtQuantityPerUnit.TabIndex      = 15;
     this.txtQuantityPerUnit.TabStop       = false;
     this.txtQuantityPerUnit.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // _txtValues_2
     //
     this._txtValues_2.AcceptsReturn = true;
     this._txtValues_2.AllowDrop     = true;
     this._txtValues_2.BackColor     = System.Drawing.SystemColors.Window;
     this._txtValues_2.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtValues_2.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtValues_2.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtValues_2.Location      = new System.Drawing.Point(320, 328);
     this._txtValues_2.MaxLength     = 0;
     this._txtValues_2.Name          = "_txtValues_2";
     this._txtValues_2.ReadOnly      = true;
     this._txtValues_2.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtValues_2.Size          = new System.Drawing.Size(81, 20);
     this._txtValues_2.TabIndex      = 5;
     this._txtValues_2.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this._txtValues_2.Enter        += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_2.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_2.TextChanged  += new System.EventHandler(this.txtValues_TextChanged);
     //
     // _txtValues_1
     //
     this._txtValues_1.AcceptsReturn = true;
     this._txtValues_1.AllowDrop     = true;
     this._txtValues_1.BackColor     = System.Drawing.SystemColors.Window;
     this._txtValues_1.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtValues_1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtValues_1.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtValues_1.Location      = new System.Drawing.Point(96, 328);
     this._txtValues_1.MaxLength     = 0;
     this._txtValues_1.Name          = "_txtValues_1";
     this._txtValues_1.ReadOnly      = true;
     this._txtValues_1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtValues_1.Size          = new System.Drawing.Size(81, 20);
     this._txtValues_1.TabIndex      = 4;
     this._txtValues_1.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this._txtValues_1.Enter        += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_1.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_1.TextChanged  += new System.EventHandler(this.txtValues_TextChanged);
     //
     // _txtValues_0
     //
     this._txtValues_0.AcceptsReturn = true;
     this._txtValues_0.AllowDrop     = true;
     this._txtValues_0.BackColor     = System.Drawing.SystemColors.Window;
     this._txtValues_0.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtValues_0.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtValues_0.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtValues_0.Location      = new System.Drawing.Point(96, 296);
     this._txtValues_0.MaxLength     = 0;
     this._txtValues_0.Name          = "_txtValues_0";
     this._txtValues_0.ReadOnly      = true;
     this._txtValues_0.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtValues_0.Size          = new System.Drawing.Size(81, 20);
     this._txtValues_0.TabIndex      = 3;
     this._txtValues_0.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this._txtValues_0.Enter        += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_0.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_0.TextChanged  += new System.EventHandler(this.txtValues_TextChanged);
     //
     // Frame1
     //
     this.Frame1.AllowDrop = true;
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.cmdProducts);
     this.Frame1.Controls.Add(this.txtName);
     this.Frame1.Controls.Add(this.txtCode);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 32);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(409, 65);
     this.Frame1.TabIndex    = 6;
     this.Frame1.Text        = "Search product ";
     this.Frame1.Visible     = true;
     //
     // cmdProducts
     //
     this.cmdProducts.AllowDrop               = true;
     this.cmdProducts.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdProducts.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdProducts.Location                = new System.Drawing.Point(360, 16);
     this.cmdProducts.Name                    = "cmdProducts";
     this.cmdProducts.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdProducts.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProducts.TabIndex                = 7;
     this.cmdProducts.TabStop                 = false;
     this.cmdProducts.Text                    = "...";
     this.cmdProducts.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdProducts.UseVisualStyleBackColor = false;
     this.cmdProducts.Click                  += new System.EventHandler(this.cmdProducts_Click);
     //
     // txtName
     //
     this.txtName.AcceptsReturn = true;
     this.txtName.AllowDrop     = true;
     this.txtName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtName.Location      = new System.Drawing.Point(112, 40);
     this.txtName.MaxLength     = 0;
     this.txtName.Name          = "txtName";
     this.txtName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtName.Size          = new System.Drawing.Size(145, 20);
     this.txtName.TabIndex      = 1;
     this.txtName.Leave        += new System.EventHandler(this.txtName_Leave);
     this.txtName.TextChanged  += new System.EventHandler(this.txtName_TextChanged);
     //
     // txtCode
     //
     this.txtCode.AcceptsReturn = true;
     this.txtCode.AllowDrop     = true;
     this.txtCode.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCode.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCode.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCode.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCode.Location      = new System.Drawing.Point(112, 16);
     this.txtCode.MaxLength     = 0;
     this.txtCode.Name          = "txtCode";
     this.txtCode.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size          = new System.Drawing.Size(97, 20);
     this.txtCode.TabIndex      = 0;
     this.txtCode.Leave        += new System.EventHandler(this.txtCode_Leave);
     this.txtCode.TextChanged  += new System.EventHandler(this.txtCode_TextChanged);
     //
     // Label4
     //
     this.Label4.AllowDrop   = true;
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 40);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 9;
     this.Label4.Text        = "Name ";
     //
     // Label5
     //
     this.Label5.AllowDrop   = true;
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex    = 8;
     this.Label5.Text        = "Code";
     //
     // lvProducts
     //
     this.lvProducts.AllowDrop     = true;
     this.lvProducts.BackColor     = System.Drawing.SystemColors.Window;
     this.lvProducts.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvProducts.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvProducts.FullRowSelect = true;
     this.lvProducts.GridLines     = true;
     this.lvProducts.HideSelection = false;
     this.lvProducts.HotTracking   = true;
     this.lvProducts.LabelEdit     = false;
     this.lvProducts.Location      = new System.Drawing.Point(8, 104);
     this.lvProducts.MultiSelect   = false;
     this.lvProducts.Name          = "lvProducts";
     this.lvProducts.Size          = new System.Drawing.Size(409, 153);
     this.lvProducts.TabIndex      = 2;
     this.lvProducts.View          = System.Windows.Forms.View.Details;
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_1_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_2_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_3_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_4_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_5_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_6_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_7_);
     this.lvProducts.Click += new System.EventHandler(this.lvProducts_Click);
     //
     // lvProducts_ColumnHeader_1_
     //
     this.lvProducts_ColumnHeader_1_.Text  = "Code";
     this.lvProducts_ColumnHeader_1_.Width = 97;
     //
     // lvProducts_ColumnHeader_2_
     //
     this.lvProducts_ColumnHeader_2_.Text  = "Name";
     this.lvProducts_ColumnHeader_2_.Width = 97;
     //
     // lvProducts_ColumnHeader_3_
     //
     this.lvProducts_ColumnHeader_3_.Text      = "Price";
     this.lvProducts_ColumnHeader_3_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_3_.Width     = 97;
     //
     // lvProducts_ColumnHeader_4_
     //
     this.lvProducts_ColumnHeader_4_.Text      = "Existence";
     this.lvProducts_ColumnHeader_4_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_4_.Width     = 97;
     //
     // lvProducts_ColumnHeader_5_
     //
     this.lvProducts_ColumnHeader_5_.Text      = "Ordered";
     this.lvProducts_ColumnHeader_5_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_5_.Width     = 97;
     //
     // lvProducts_ColumnHeader_6_
     //
     this.lvProducts_ColumnHeader_6_.Text      = "Qty per Unit";
     this.lvProducts_ColumnHeader_6_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_6_.Width     = 97;
     //
     // lvProducts_ColumnHeader_7_
     //
     this.lvProducts_ColumnHeader_7_.Text  = "Unit";
     this.lvProducts_ColumnHeader_7_.Width = 97;
     //
     // lblNewQuantity
     //
     this.lblNewQuantity.AllowDrop   = true;
     this.lblNewQuantity.BackColor   = System.Drawing.SystemColors.Control;
     this.lblNewQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblNewQuantity.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblNewQuantity.Location    = new System.Drawing.Point(104, 363);
     this.lblNewQuantity.Name        = "lblNewQuantity";
     this.lblNewQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblNewQuantity.Size        = new System.Drawing.Size(89, 17);
     this.lblNewQuantity.TabIndex    = 22;
     //
     // Label10
     //
     this.Label10.AllowDrop   = true;
     this.Label10.BackColor   = System.Drawing.SystemColors.Control;
     this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label10.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(8, 363);
     this.Label10.Name        = "Label10";
     this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label10.Size        = new System.Drawing.Size(73, 17);
     this.Label10.TabIndex    = 21;
     this.Label10.Text        = "Stock quantity";
     //
     // Label9
     //
     this.Label9.AllowDrop   = true;
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(288, 264);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(25, 17);
     this.Label9.TabIndex    = 19;
     this.Label9.Text        = "Unit";
     //
     // Label8
     //
     this.Label8.AllowDrop   = true;
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(8, 264);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(74, 17);
     this.Label8.TabIndex    = 17;
     this.Label8.Text        = "Product";
     //
     // Label7
     //
     this.Label7.AllowDrop   = true;
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(224, 296);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(89, 17);
     this.Label7.TabIndex    = 14;
     this.Label7.Text        = "Units";
     //
     // Label6
     //
     this.Label6.AllowDrop   = true;
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(224, 331);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(73, 17);
     this.Label6.TabIndex    = 13;
     this.Label6.Text        = "Unit Price";
     //
     // Label1
     //
     this.Label1.AllowDrop   = true;
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(8, 331);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(73, 17);
     this.Label1.TabIndex    = 12;
     this.Label1.Text        = "Price";
     //
     // Label2
     //
     this.Label2.AllowDrop   = true;
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(8, 299);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(74, 17);
     this.Label2.TabIndex    = 11;
     this.Label2.Text        = "Quantity";
     //
     // Label3
     //
     this.Label3.AllowDrop   = true;
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(16, 8);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(121, 17);
     this.Label3.TabIndex    = 10;
     this.Label3.Text        = "Select a product first";
     //
     // frmAddStockManual
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(424, 439);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.txtUnit);
     this.Controls.Add(this.txtProductName);
     this.Controls.Add(this.txtQuantityPerUnit);
     this.Controls.Add(this._txtValues_2);
     this.Controls.Add(this._txtValues_1);
     this.Controls.Add(this._txtValues_0);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.lvProducts);
     this.Controls.Add(this.lblNewQuantity);
     this.Controls.Add(this.Label10);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Location        = new System.Drawing.Point(3, 25);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAddStockManual";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Inventory Update";
     this.Closed         += new System.EventHandler(this.Form_Closed);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing);
     this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvProducts.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #48
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.groupBox1        = new System.Windows.Forms.GroupBox();
     this.button4          = new System.Windows.Forms.Button();
     this.button3          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.button1          = new System.Windows.Forms.Button();
     this.groupBox4        = new System.Windows.Forms.GroupBox();
     this.dgridinscritos   = new System.Windows.Forms.DataGridView();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.dgriddisponibles = new System.Windows.Forms.DataGridView();
     this.tb3       = new System.Windows.Forms.TextBox();
     this.label5    = new System.Windows.Forms.Label();
     this.tb2       = new System.Windows.Forms.TextBox();
     this.label3    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.tb1       = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tbnombre  = new System.Windows.Forms.TextBox();
     this.label2    = new System.Windows.Forms.Label();
     this.tbid      = new System.Windows.Forms.TextBox();
     this.label1    = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgridinscritos)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgriddisponibles)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button4);
     this.groupBox1.Controls.Add(this.button3);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(928, 657);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "ASIGNACIÓN DE ALUMNOS AL CURSO";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(793, 421);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(112, 23);
     this.button4.TabIndex = 27;
     this.button4.Text     = "ELIMINAR";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(793, 207);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(112, 23);
     this.button3.TabIndex = 26;
     this.button3.Text     = "AÑADIR";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(793, 178);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(112, 23);
     this.button2.TabIndex = 25;
     this.button2.Text     = "LIMPIAR";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(793, 149);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(112, 23);
     this.button1.TabIndex = 24;
     this.button1.Text     = "BUSCAR";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.dgridinscritos);
     this.groupBox4.Location = new System.Drawing.Point(6, 402);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(768, 228);
     this.groupBox4.TabIndex = 2;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "ALUMNOS INSCRITOS";
     //
     // dgridinscritos
     //
     this.dgridinscritos.AllowUserToAddRows          = false;
     this.dgridinscritos.AllowUserToDeleteRows       = false;
     this.dgridinscritos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgridinscritos.Location      = new System.Drawing.Point(6, 19);
     this.dgridinscritos.Name          = "dgridinscritos";
     this.dgridinscritos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgridinscritos.Size          = new System.Drawing.Size(756, 203);
     this.dgridinscritos.TabIndex      = 23;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.dgriddisponibles);
     this.groupBox3.Controls.Add(this.tb3);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.tb2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.tb1);
     this.groupBox3.Location = new System.Drawing.Point(6, 118);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(768, 278);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "ALUMNOS DISPONIBLES";
     //
     // dgriddisponibles
     //
     this.dgriddisponibles.AllowUserToAddRows          = false;
     this.dgriddisponibles.AllowUserToDeleteRows       = false;
     this.dgriddisponibles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgriddisponibles.Location      = new System.Drawing.Point(6, 60);
     this.dgriddisponibles.Name          = "dgriddisponibles";
     this.dgriddisponibles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgriddisponibles.Size          = new System.Drawing.Size(756, 212);
     this.dgriddisponibles.TabIndex      = 22;
     //
     // tb3
     //
     this.tb3.Location = new System.Drawing.Point(544, 31);
     this.tb3.Name     = "tb3";
     this.tb3.Size     = new System.Drawing.Size(193, 20);
     this.tb3.TabIndex = 21;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(504, 29);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(34, 23);
     this.label5.TabIndex  = 20;
     this.label5.Text      = "NIF:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tb2
     //
     this.tb2.Location = new System.Drawing.Point(305, 31);
     this.tb2.Name     = "tb2";
     this.tb2.Size     = new System.Drawing.Size(193, 20);
     this.tb2.TabIndex = 19;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(238, 29);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 23);
     this.label3.TabIndex  = 18;
     this.label3.Text      = "APELLIDO1:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(6, 29);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(70, 23);
     this.label4.TabIndex  = 16;
     this.label4.Text      = "ID ALUMNO:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tb1
     //
     this.tb1.Location = new System.Drawing.Point(82, 31);
     this.tb1.Name     = "tb1";
     this.tb1.Size     = new System.Drawing.Size(150, 20);
     this.tb1.TabIndex = 17;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbnombre);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.tbid);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(6, 35);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(642, 67);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "DATOS CURSO";
     //
     // tbnombre
     //
     this.tbnombre.Enabled  = false;
     this.tbnombre.Location = new System.Drawing.Point(346, 28);
     this.tbnombre.Name     = "tbnombre";
     this.tbnombre.Size     = new System.Drawing.Size(247, 20);
     this.tbnombre.TabIndex = 15;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(238, 25);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(102, 23);
     this.label2.TabIndex  = 14;
     this.label2.Text      = "NOMBRE CURSO:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbid
     //
     this.tbid.Enabled  = false;
     this.tbid.Location = new System.Drawing.Point(82, 27);
     this.tbid.Name     = "tbid";
     this.tbid.Size     = new System.Drawing.Size(150, 20);
     this.tbid.TabIndex = 13;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 25);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 23);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "ID CURSO:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormFormacion3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 762);
     this.ControlBox          = false;
     this.Controls.Add(this.groupBox1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "FormFormacion3";
     this.Text        = "FormFormacion3";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.groupBox1.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgridinscritos)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgriddisponibles)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #49
0
        //را بخ دکمه های عملگرها متصل میکنیم OperatorButton_click تابع
        //تا بازدن هر دکمه عملگر مربوطه بر روی اعداد اعمال شود
        //ذخیره شود resualt و نتیجه آن در متغیر
        //عملگرها بر روی عملوند دوم اعمال می شوند در نتیجه می بایستی
        //عملوند اول و عملوند مربوطه تا ورود عملوند دوم توسط کاربر
        //ذخیره شوند oeratorString و result بعدی به ترتیب در متغیرهای operatorButton و زدن دکمه

        private void OperatorButton_Click(object sender, System.EventArgs e)
        {
            System.Windows.Forms.Button currentOperatorButton = (System.Windows.Forms.Button)sender;

            // اعمال نمی شوند monitorlabel عملگرها بدون عدد در
            //که عدد را منفی می کند minusButton بجز عملگر

            if (monitorLabel.Text != "")
            {
                //operatorString null اولین عدد قبل از اولین عملوند که یا بعد از
                //نمی شود switch های case ویا بعد از عملوند انتصاب اتفاق می افتد وارد هیچ کدام از
                //ذخیره آن را در متغیر result به صورت یک شرط جدا میکنیم

                if (operatorString == "" || operatorString == "equalButton")
                {
                    result = System.Convert.ToDouble(monitorLabel.Text);
                }

                switch (operatorString)
                {
                case "plusButton":
                {
                    result = result + System.Convert.ToDouble(monitorLabel.Text);
                    break;
                }

                case "minusButton":
                {
                    result = result - System.Convert.ToDouble(monitorLabel.Text);
                    break;
                }

                case "multiplyButton":
                {
                    result = result * System.Convert.ToDouble(monitorLabel.Text);
                    break;
                }

                case "devideButton":
                {
                    if (System.Convert.ToDouble(monitorLabel.Text) != 0)
                    {
                        result = result / System.Convert.ToDouble(monitorLabel.Text);
                    }
                    if (System.Convert.ToDouble(monitorLabel.Text) == 0)
                    {
                        monitorLabel.Text = "#value";
                    }
                    break;
                }
                }

                //برای اینکه عملگر وارد شده توسط کاربر بر عملوند بعدی خود اعمال شود و نه قبلی
                //ذخیره می کنیم operatorString در switch هر عملگر را بعد از اعمال عملوند قبلی توسط

                operatorString = currentOperatorButton.Name;

                //عملگر مساوی چون می باید نتیجه محاسبات قبل غاز خود را نشان دهد و عملوند بعدی ندارد
                //تعریف شود و می بایستی بعد از انتصاب آن switch های case نمی تواند در
                //نمایش دهد monitorLabel text را بعنوان result در یک شرط جدا متغیر operatorString به متغیر
                //نمی شود result حالت تقسیم بر صفر چون استثنا است شامل نمایش مقدار

                if (operatorString == "equalButton" && monitorLabel.Text != "#value")
                {
                    monitorLabel.Text = System.Convert.ToString(result);
                }

                //اگرحالت تقسیم بر صفر و یا عملگر مساوی نباشد بعد از سایر عملگرها می بایستی
                //را برای وارد کردن عدد بعدی آن عملوند خالی کند monitorLabel text

                else if (monitorLabel.Text != "#value")
                {
                    monitorLabel.Text = "";
                }
            }

            //شرط عملگر منها برای نمایش عملگر به عنوان علامت منفی قبل از عدد
            //monitorLabel text در حالت خالی بودن

            else if (currentOperatorButton.Name == "minusButton")
            {
                monitorLabel.Text = currentOperatorButton.Text;
            }
        }
 /// <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.textBox1                = new System.Windows.Forms.TextBox();
     this.button1                 = new System.Windows.Forms.Button();
     this.button2                 = new System.Windows.Forms.Button();
     this.checkBox1               = new System.Windows.Forms.CheckBox();
     this.checkBox_important      = new System.Windows.Forms.CheckBox();
     this.textBox_itil_obrashenie = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(12, 27);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(408, 20);
     this.textBox1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 141);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Ок";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(93, 141);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text     = "Отмена";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(12, 92);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(93, 18);
     this.checkBox1.TabIndex = 3;
     this.checkBox1.Text     = "Выполнено";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // checkBox_important
     //
     this.checkBox_important.Location = new System.Drawing.Point(13, 116);
     this.checkBox_important.Name     = "checkBox_important";
     this.checkBox_important.Size     = new System.Drawing.Size(155, 18);
     this.checkBox_important.TabIndex = 4;
     this.checkBox_important.Text     = "Важное";
     this.checkBox_important.UseVisualStyleBackColor = true;
     this.checkBox_important.CheckedChanged         += new System.EventHandler(this.CheckBox2CheckedChanged);
     //
     // textBox_itil_obrashenie
     //
     this.textBox_itil_obrashenie.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox_itil_obrashenie.Location = new System.Drawing.Point(12, 66);
     this.textBox_itil_obrashenie.Name     = "textBox_itil_obrashenie";
     this.textBox_itil_obrashenie.Size     = new System.Drawing.Size(406, 20);
     this.textBox_itil_obrashenie.TabIndex = 5;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 12);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Наименование";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(146, 13);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Обращение в итилиуме";
     //
     // FormEditNode
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(432, 176);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox_itil_obrashenie);
     this.Controls.Add(this.checkBox_important);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Name = "FormEditNode";
     this.Text = "FormEditNode";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("Mystic", 1);
     System.Windows.Forms.ListViewItem listViewItem2          = new System.Windows.Forms.ListViewItem("Valor", 2);
     System.Windows.Forms.ListViewItem listViewItem3          = new System.Windows.Forms.ListViewItem("Instinct", 0);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TeamSelect));
     this.buttonOk     = new System.Windows.Forms.Button();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.listView     = new System.Windows.Forms.ListView();
     this.imageList    = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // buttonOk
     //
     this.buttonOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.Location = new System.Drawing.Point(340, 129);
     this.buttonOk.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.Size     = new System.Drawing.Size(73, 28);
     this.buttonOk.TabIndex = 86;
     this.buttonOk.Text     = "Ok";
     this.buttonOk.UseVisualStyleBackColor = true;
     this.buttonOk.Click += new System.EventHandler(this.ButtonOkClick);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(419, 129);
     this.buttonCancel.Margin                  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(73, 28);
     this.buttonCancel.TabIndex                = 85;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // listView
     //
     this.listView.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.listView.FullRowSelect = true;
     this.listView.GridLines     = true;
     this.listView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.listView.LargeImageList = this.imageList;
     this.listView.Location       = new System.Drawing.Point(21, 16);
     this.listView.Margin         = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.listView.MultiSelect    = false;
     this.listView.Name           = "listView";
     this.listView.Size           = new System.Drawing.Size(473, 107);
     this.listView.TabIndex       = 87;
     this.listView.UseCompatibleStateImageBehavior = false;
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "team-instinct");
     this.imageList.Images.SetKeyName(1, "team-mystic");
     this.imageList.Images.SetKeyName(2, "team-valor");
     //
     // TeamSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(507, 171);
     this.Controls.Add(this.listView);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.buttonCancel);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "TeamSelect";
     this.Text   = "PokemonGoBot | Select Team";
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.buttonClose = new System.Windows.Forms.Button();
     this.buttonFlightsWithBookingInformationSearch = new System.Windows.Forms.Button();
     this.dataGridViewFlightsWithBookingInformation = new System.Windows.Forms.DataGridView();
     this.labelDepartureAirportPicker = new System.Windows.Forms.Label();
     this.departureAirportPicker      = new SolutionNorSolutionPort.UserInterface.AirportPicker();
     this.labelArrivalAirportPicker   = new System.Windows.Forms.Label();
     this.arrivalAirportPicker        = new SolutionNorSolutionPort.UserInterface.AirportPicker();
     this.labelFromDateTime           = new System.Windows.Forms.Label();
     this.dateTimePickerFromDateTime  = new System.Windows.Forms.DateTimePicker();
     this.labelUntilDateTime          = new System.Windows.Forms.Label();
     this.dateTimePickerUntilDateTime = new System.Windows.Forms.DateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFlightsWithBookingInformation)).BeginInit();
     this.SuspendLayout();
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(669, 277);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(92, 22);
     this.buttonClose.TabIndex = 1;
     this.buttonClose.Text     = "&Close";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
     //
     // buttonFlightsWithBookingInformationSearch
     //
     this.buttonFlightsWithBookingInformationSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonFlightsWithBookingInformationSearch.Location = new System.Drawing.Point(571, 277);
     this.buttonFlightsWithBookingInformationSearch.Name     = "buttonFlightsWithBookingInformationSearch";
     this.buttonFlightsWithBookingInformationSearch.Size     = new System.Drawing.Size(92, 22);
     this.buttonFlightsWithBookingInformationSearch.TabIndex = 2;
     this.buttonFlightsWithBookingInformationSearch.Text     = "&Search";
     this.buttonFlightsWithBookingInformationSearch.UseVisualStyleBackColor = true;
     this.buttonFlightsWithBookingInformationSearch.Click += new System.EventHandler(this.buttonFlightsWithBookingInformationSearch_Click);
     //
     // dataGridViewFlightsWithBookingInformation
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb((( int )((( byte )(192)))), (( int )((( byte )(192)))), (( int )((( byte )(255)))));
     this.dataGridViewFlightsWithBookingInformation.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewFlightsWithBookingInformation.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.dataGridViewFlightsWithBookingInformation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewFlightsWithBookingInformation.Location = new System.Drawing.Point(12, 61);
     this.dataGridViewFlightsWithBookingInformation.Name     = "dataGridViewFlightsWithBookingInformation";
     this.dataGridViewFlightsWithBookingInformation.Size     = new System.Drawing.Size(749, 210);
     this.dataGridViewFlightsWithBookingInformation.TabIndex = 0;
     //
     // labelDepartureAirportPicker
     //
     this.labelDepartureAirportPicker.AutoSize = true;
     this.labelDepartureAirportPicker.Location = new System.Drawing.Point(12, 9);
     this.labelDepartureAirportPicker.Name     = "labelDepartureAirportPicker";
     this.labelDepartureAirportPicker.Size     = new System.Drawing.Size(90, 13);
     this.labelDepartureAirportPicker.TabIndex = 51;
     this.labelDepartureAirportPicker.Text     = "Departure Airport:";
     //
     // departureAirportPicker
     //
     this.departureAirportPicker.Location      = new System.Drawing.Point(162, 9);
     this.departureAirportPicker.Name          = "departureAirportPicker";
     this.departureAirportPicker.SelectedValue = new System.Guid("00000000-0000-0000-0000-000000000000");
     this.departureAirportPicker.Size          = new System.Drawing.Size(304, 20);
     this.departureAirportPicker.TabIndex      = 52;
     //
     // labelArrivalAirportPicker
     //
     this.labelArrivalAirportPicker.AutoSize = true;
     this.labelArrivalAirportPicker.Location = new System.Drawing.Point(12, 32);
     this.labelArrivalAirportPicker.Name     = "labelArrivalAirportPicker";
     this.labelArrivalAirportPicker.Size     = new System.Drawing.Size(72, 13);
     this.labelArrivalAirportPicker.TabIndex = 53;
     this.labelArrivalAirportPicker.Text     = "Arrival Airport:";
     //
     // arrivalAirportPicker
     //
     this.arrivalAirportPicker.Location      = new System.Drawing.Point(162, 32);
     this.arrivalAirportPicker.Name          = "arrivalAirportPicker";
     this.arrivalAirportPicker.SelectedValue = new System.Guid("00000000-0000-0000-0000-000000000000");
     this.arrivalAirportPicker.Size          = new System.Drawing.Size(304, 20);
     this.arrivalAirportPicker.TabIndex      = 54;
     //
     // labelFromDateTime
     //
     this.labelFromDateTime.AutoSize = true;
     this.labelFromDateTime.Location = new System.Drawing.Point(486, 12);
     this.labelFromDateTime.Name     = "labelFromDateTime";
     this.labelFromDateTime.Size     = new System.Drawing.Size(85, 13);
     this.labelFromDateTime.TabIndex = 47;
     this.labelFromDateTime.Text     = "From Date Time:";
     //
     // dateTimePickerFromDateTime
     //
     this.dateTimePickerFromDateTime.Checked      = false;
     this.dateTimePickerFromDateTime.CustomFormat = "yyyy MMMM dd, HH:mm";
     this.dateTimePickerFromDateTime.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePickerFromDateTime.Location     = new System.Drawing.Point(577, 12);
     this.dateTimePickerFromDateTime.Name         = "dateTimePickerFromDateTime";
     this.dateTimePickerFromDateTime.ShowCheckBox = true;
     this.dateTimePickerFromDateTime.Size         = new System.Drawing.Size(183, 20);
     this.dateTimePickerFromDateTime.TabIndex     = 48;
     //
     // labelUntilDateTime
     //
     this.labelUntilDateTime.AutoSize = true;
     this.labelUntilDateTime.Location = new System.Drawing.Point(488, 35);
     this.labelUntilDateTime.Name     = "labelUntilDateTime";
     this.labelUntilDateTime.Size     = new System.Drawing.Size(83, 13);
     this.labelUntilDateTime.TabIndex = 49;
     this.labelUntilDateTime.Text     = "Until Date Time:";
     //
     // dateTimePickerUntilDateTime
     //
     this.dateTimePickerUntilDateTime.Checked      = false;
     this.dateTimePickerUntilDateTime.CustomFormat = "yyyy MMMM dd, HH:mm";
     this.dateTimePickerUntilDateTime.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePickerUntilDateTime.Location     = new System.Drawing.Point(577, 35);
     this.dateTimePickerUntilDateTime.Name         = "dateTimePickerUntilDateTime";
     this.dateTimePickerUntilDateTime.ShowCheckBox = true;
     this.dateTimePickerUntilDateTime.Size         = new System.Drawing.Size(183, 20);
     this.dateTimePickerUntilDateTime.TabIndex     = 50;
     //
     // FlightsWithBookingInformationSearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(773, 302);
     this.Controls.Add(this.labelDepartureAirportPicker);
     this.Controls.Add(this.departureAirportPicker);
     this.Controls.Add(this.labelArrivalAirportPicker);
     this.Controls.Add(this.arrivalAirportPicker);
     this.Controls.Add(this.labelFromDateTime);
     this.Controls.Add(this.dateTimePickerFromDateTime);
     this.Controls.Add(this.labelUntilDateTime);
     this.Controls.Add(this.dateTimePickerUntilDateTime);
     this.Controls.Add(this.buttonFlightsWithBookingInformationSearch);
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.dataGridViewFlightsWithBookingInformation);
     this.Name = "FlightsWithBookingInformationSearch";
     this.Text = "Flights With Booking Information";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFlightsWithBookingInformation)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.panel1             = new System.Windows.Forms.Panel();
     this.chkSavePassword    = new System.Windows.Forms.CheckBox();
     this.chkLocalConnection = new System.Windows.Forms.CheckBox();
     this.btnTest            = new System.Windows.Forms.Button();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.txtPassword        = new System.Windows.Forms.TextBox();
     this.lblPassword        = new System.Windows.Forms.Label();
     this.txtUserName        = new System.Windows.Forms.TextBox();
     this.lblUserName        = new System.Windows.Forms.Label();
     this.txtServerName      = new System.Windows.Forms.TextBox();
     this.txtDomainName      = new System.Windows.Forms.TextBox();
     this.lblServerName      = new System.Windows.Forms.Label();
     this.lblDomainName      = new System.Windows.Forms.Label();
     this.btnCancel          = new System.Windows.Forms.Button();
     this.btnConnect         = new System.Windows.Forms.Button();
     this.panel2             = new System.Windows.Forms.Panel();
     this.lblDescription     = new System.Windows.Forms.Label();
     this.CredentialToolTip  = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.chkSavePassword);
     this.panel1.Controls.Add(this.chkLocalConnection);
     this.panel1.Controls.Add(this.btnTest);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.txtPassword);
     this.panel1.Controls.Add(this.lblPassword);
     this.panel1.Controls.Add(this.txtUserName);
     this.panel1.Controls.Add(this.lblUserName);
     this.panel1.Controls.Add(this.txtServerName);
     this.panel1.Controls.Add(this.txtDomainName);
     this.panel1.Controls.Add(this.lblServerName);
     this.panel1.Controls.Add(this.lblDomainName);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnConnect);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(283, 266);
     this.panel1.TabIndex = 0;
     //
     // chkSavePassword
     //
     this.chkSavePassword.Location = new System.Drawing.Point(29, 194);
     this.chkSavePassword.Name     = "chkSavePassword";
     this.chkSavePassword.Size     = new System.Drawing.Size(253, 31);
     this.chkSavePassword.TabIndex = 15;
     this.chkSavePassword.Text     = "Save password in Windows Stored User Names and Passwords applet ";
     this.chkSavePassword.UseVisualStyleBackColor = true;
     //
     // chkLocalConnection
     //
     this.chkLocalConnection.AutoSize = true;
     this.chkLocalConnection.Location = new System.Drawing.Point(16, 105);
     this.chkLocalConnection.Name     = "chkLocalConnection";
     this.chkLocalConnection.Size     = new System.Drawing.Size(134, 17);
     this.chkLocalConnection.TabIndex = 14;
     this.chkLocalConnection.Text     = "Login using credentials";
     this.chkLocalConnection.UseVisualStyleBackColor = true;
     this.chkLocalConnection.CheckedChanged         += new System.EventHandler(this.chkLocalConnection_CheckedChanged);
     //
     // btnTest
     //
     this.btnTest.Location = new System.Drawing.Point(14, 238);
     this.btnTest.Name     = "btnTest";
     this.btnTest.Size     = new System.Drawing.Size(75, 23);
     this.btnTest.TabIndex = 13;
     this.btnTest.Text     = "&Test";
     this.btnTest.UseVisualStyleBackColor = true;
     this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(-1, 224);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(289, 10);
     this.groupBox2.TabIndex = 12;
     this.groupBox2.TabStop  = false;
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(1, 17);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(316, 10);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop  = false;
     //
     // txtPassword
     //
     this.txtPassword.Location = new System.Drawing.Point(96, 167);
     this.txtPassword.Name     = "txtPassword";
     this.txtPassword.Size     = new System.Drawing.Size(184, 20);
     this.txtPassword.TabIndex = 10;
     this.txtPassword.UseSystemPasswordChar = true;
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.Location = new System.Drawing.Point(13, 167);
     this.lblPassword.Name     = "lblPassword";
     this.lblPassword.Size     = new System.Drawing.Size(56, 13);
     this.lblPassword.TabIndex = 9;
     this.lblPassword.Text     = "Password:"******"txtUserName";
     this.txtUserName.Size     = new System.Drawing.Size(184, 20);
     this.txtUserName.TabIndex = 8;
     //
     // lblUserName
     //
     this.lblUserName.AutoSize = true;
     this.lblUserName.Location = new System.Drawing.Point(13, 134);
     this.lblUserName.Name     = "lblUserName";
     this.lblUserName.Size     = new System.Drawing.Size(63, 13);
     this.lblUserName.TabIndex = 7;
     this.lblUserName.Text     = "User Name:";
     //
     // txtServerName
     //
     this.txtServerName.Location = new System.Drawing.Point(96, 72);
     this.txtServerName.Name     = "txtServerName";
     this.txtServerName.Size     = new System.Drawing.Size(184, 20);
     this.txtServerName.TabIndex = 6;
     //
     // txtDomainName
     //
     this.txtDomainName.Location = new System.Drawing.Point(96, 37);
     this.txtDomainName.Name     = "txtDomainName";
     this.txtDomainName.Size     = new System.Drawing.Size(184, 20);
     this.txtDomainName.TabIndex = 5;
     //
     // lblServerName
     //
     this.lblServerName.AutoSize = true;
     this.lblServerName.Location = new System.Drawing.Point(13, 79);
     this.lblServerName.Name     = "lblServerName";
     this.lblServerName.Size     = new System.Drawing.Size(72, 13);
     this.lblServerName.TabIndex = 4;
     this.lblServerName.Text     = "Server Name:";
     //
     // lblDomainName
     //
     this.lblDomainName.AutoSize = true;
     this.lblDomainName.Location = new System.Drawing.Point(13, 40);
     this.lblDomainName.Name     = "lblDomainName";
     this.lblDomainName.Size     = new System.Drawing.Size(77, 13);
     this.lblDomainName.TabIndex = 3;
     this.lblDomainName.Text     = "Domain Name:";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(203, 238);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 2;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(122, 238);
     this.btnConnect.Name     = "btnConnect";
     this.btnConnect.Size     = new System.Drawing.Size(75, 23);
     this.btnConnect.TabIndex = 1;
     this.btnConnect.Text     = "&Connect";
     this.btnConnect.UseVisualStyleBackColor = true;
     this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lblDescription);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(283, 22);
     this.panel2.TabIndex = 0;
     //
     // lblDescription
     //
     this.lblDescription.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lblDescription.Location = new System.Drawing.Point(0, 0);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(283, 22);
     this.lblDescription.TabIndex = 0;
     this.lblDescription.Text     = "Enter the credentials for connecting to server/workstation";
     //
     // UserCredentials
     //
     this.AcceptButton        = this.btnConnect;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(283, 266);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.MaximizeBox   = false;
     this.Name          = "UserCredentials";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "User Credentials";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     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()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFolders));
     ctrlTreeView    = new System.Windows.Forms.TreeView();
     ctrlCancel      = new System.Windows.Forms.Button();
     ctrlAdd         = new System.Windows.Forms.Button();
     icons           = new System.Windows.Forms.ImageList(components);
     splitContainer1 = new System.Windows.Forms.SplitContainer();
     ctrlList        = new System.Windows.Forms.ListView();
     colId           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     colType         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     colName         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     label1          = new System.Windows.Forms.Label();
     ctrlPath        = new System.Windows.Forms.Label();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     SuspendLayout();
     //
     // ctrlTreeView
     //
     ctrlTreeView.Dock         = System.Windows.Forms.DockStyle.Fill;
     ctrlTreeView.Location     = new System.Drawing.Point(0, 0);
     ctrlTreeView.Name         = "ctrlTreeView";
     ctrlTreeView.Size         = new System.Drawing.Size(124, 302);
     ctrlTreeView.TabIndex     = 0;
     ctrlTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(ctrlTreeView_AfterSelect);
     //
     // ctrlCancel
     //
     ctrlCancel.AccessibleRole          = System.Windows.Forms.AccessibleRole.None;
     ctrlCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     ctrlCancel.CausesValidation        = false;
     ctrlCancel.Location                = new System.Drawing.Point(433, 332);
     ctrlCancel.Name                    = "ctrlCancel";
     ctrlCancel.Size                    = new System.Drawing.Size(90, 24);
     ctrlCancel.TabIndex                = 29;
     ctrlCancel.Text                    = "Cancel";
     ctrlCancel.UseVisualStyleBackColor = true;
     ctrlCancel.Click                  += new System.EventHandler(ctrlCancel_Click);
     //
     // ctrlAdd
     //
     ctrlAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     ctrlAdd.FlatAppearance.BorderSize = 2;
     ctrlAdd.Location = new System.Drawing.Point(337, 332);
     ctrlAdd.Name     = "ctrlAdd";
     ctrlAdd.Size     = new System.Drawing.Size(90, 24);
     ctrlAdd.TabIndex = 28;
     ctrlAdd.Text     = "Add";
     ctrlAdd.UseVisualStyleBackColor = true;
     ctrlAdd.Click += new System.EventHandler(ctrlAdd_Click);
     //
     // icons
     //
     icons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("icons.ImageStream")));
     icons.TransparentColor = System.Drawing.Color.Transparent;
     icons.Images.SetKeyName(0, "folder.jpg");
     //
     // splitContainer1
     //
     splitContainer1.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)));
     splitContainer1.Location = new System.Drawing.Point(0, 24);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(ctrlTreeView);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(ctrlList);
     splitContainer1.Size             = new System.Drawing.Size(535, 302);
     splitContainer1.SplitterDistance = 124;
     splitContainer1.TabIndex         = 30;
     //
     // ctrlList
     //
     ctrlList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         colId,
         colType,
         colName
     });
     ctrlList.Dock          = System.Windows.Forms.DockStyle.Fill;
     ctrlList.FullRowSelect = true;
     ctrlList.Location      = new System.Drawing.Point(0, 0);
     ctrlList.Name          = "ctrlList";
     ctrlList.Size          = new System.Drawing.Size(407, 302);
     ctrlList.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     ctrlList.TabIndex      = 0;
     ctrlList.UseCompatibleStateImageBehavior = false;
     ctrlList.View = System.Windows.Forms.View.Details;
     ctrlList.SelectedIndexChanged += new System.EventHandler(ctrlList_SelectedIndexChanged);
     //
     // colId
     //
     colId.Text = "Id";
     //
     // colType
     //
     colType.Text = "Type";
     //
     // colName
     //
     colName.Text  = "Name";
     colName.Width = 266;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(2, 6);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(32, 13);
     label1.TabIndex = 31;
     label1.Text     = "Path:";
     //
     // ctrlPath
     //
     ctrlPath.AutoSize = true;
     ctrlPath.Location = new System.Drawing.Point(36, 6);
     ctrlPath.Name     = "ctrlPath";
     ctrlPath.Size     = new System.Drawing.Size(0, 13);
     ctrlPath.TabIndex = 31;
     //
     // FrmFolders
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(535, 361);
     Controls.Add(ctrlPath);
     Controls.Add(label1);
     Controls.Add(splitContainer1);
     Controls.Add(ctrlCancel);
     Controls.Add(ctrlAdd);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     MaximizeBox     = false;
     MinimizeBox     = false;
     Name            = "FrmFolders";
     ShowIcon        = false;
     ShowInTaskbar   = false;
     Text            = "Folders";
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     IdTb            = new System.Windows.Forms.TextBox();
     label1          = new System.Windows.Forms.Label();
     VoorNaamTb      = new System.Windows.Forms.TextBox();
     label2          = new System.Windows.Forms.Label();
     AchterNaamTb    = new System.Windows.Forms.TextBox();
     label3          = new System.Windows.Forms.Label();
     label4          = new System.Windows.Forms.Label();
     LengteTb        = new System.Windows.Forms.TextBox();
     label5          = new System.Windows.Forms.Label();
     InsulineTb      = new System.Windows.Forms.TextBox();
     label6          = new System.Windows.Forms.Label();
     CountryTb       = new System.Windows.Forms.TextBox();
     label7          = new System.Windows.Forms.Label();
     PostCodeTb      = new System.Windows.Forms.TextBox();
     label8          = new System.Windows.Forms.Label();
     TelTb           = new System.Windows.Forms.TextBox();
     label9          = new System.Windows.Forms.Label();
     label10         = new System.Windows.Forms.Label();
     StadTb          = new System.Windows.Forms.TextBox();
     AdresNrTb       = new System.Windows.Forms.TextBox();
     label11         = new System.Windows.Forms.Label();
     WijzigenBt      = new System.Windows.Forms.Button();
     PfPb            = new System.Windows.Forms.PictureBox();
     GeslachtCb      = new System.Windows.Forms.ComboBox();
     uploadBt        = new System.Windows.Forms.Button();
     AdresTb         = new System.Windows.Forms.TextBox();
     label12         = new System.Windows.Forms.Label();
     EmailTb         = new System.Windows.Forms.TextBox();
     label123        = new System.Windows.Forms.Label();
     openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     GewichtTb       = new System.Windows.Forms.TextBox();
     label13         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(PfPb)).BeginInit();
     SuspendLayout();
     //
     // IdTb
     //
     IdTb.BackColor   = System.Drawing.SystemColors.WindowFrame;
     IdTb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     IdTb.Location    = new System.Drawing.Point(113, 64);
     IdTb.Multiline   = true;
     IdTb.Name        = "IdTb";
     IdTb.Size        = new System.Drawing.Size(275, 20);
     IdTb.TabIndex    = 3;
     IdTb.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(OnlyNumbers);
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.Location  = new System.Drawing.Point(79, 64);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(21, 13);
     label1.TabIndex  = 2;
     label1.Text      = "ID ";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // VoorNaamTb
     //
     VoorNaamTb.BackColor   = System.Drawing.SystemColors.WindowFrame;
     VoorNaamTb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     VoorNaamTb.Location    = new System.Drawing.Point(113, 90);
     VoorNaamTb.Multiline   = true;
     VoorNaamTb.Name        = "VoorNaamTb";
     VoorNaamTb.Size        = new System.Drawing.Size(275, 20);
     VoorNaamTb.TabIndex    = 5;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.Location  = new System.Drawing.Point(48, 93);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(55, 13);
     label2.TabIndex  = 4;
     label2.Text      = "Voornaam";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // AchterNaamTb
     //
     AchterNaamTb.BackColor   = System.Drawing.SystemColors.WindowFrame;
     AchterNaamTb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     AchterNaamTb.Location    = new System.Drawing.Point(113, 116);
     AchterNaamTb.Multiline   = true;
     AchterNaamTb.Name        = "AchterNaamTb";
     AchterNaamTb.Size        = new System.Drawing.Size(275, 20);
     AchterNaamTb.TabIndex    = 7;
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(43, 119);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(64, 13);
     label3.TabIndex = 6;
     label3.Text     = "Achternaam";
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(54, 145);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(49, 13);
     label4.TabIndex = 8;
     label4.Text     = "Geslacht";
     //
     // LengteTb
     //
     LengteTb.Location  = new System.Drawing.Point(113, 168);
     LengteTb.Multiline = true;
     LengteTb.Name      = "LengteTb";
     LengteTb.Size      = new System.Drawing.Size(275, 20);
     LengteTb.TabIndex  = 11;
     LengteTb.KeyPress += new System.Windows.Forms.KeyPressEventHandler(OnlyNumbers);
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(63, 171);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(40, 13);
     label5.TabIndex = 10;
     label5.Text     = "Lengte";
     //
     // InsulineTb
     //
     InsulineTb.Location  = new System.Drawing.Point(113, 194);
     InsulineTb.Multiline = true;
     InsulineTb.Name      = "InsulineTb";
     InsulineTb.Size      = new System.Drawing.Size(275, 20);
     InsulineTb.TabIndex  = 13;
     InsulineTb.KeyPress += new System.Windows.Forms.KeyPressEventHandler(OnlyNumbers);
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Location = new System.Drawing.Point(31, 197);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(76, 13);
     label6.TabIndex = 12;
     label6.Text     = "Insuline Sense";
     //
     // CountryTb
     //
     CountryTb.Location  = new System.Drawing.Point(113, 297);
     CountryTb.Multiline = true;
     CountryTb.Name      = "CountryTb";
     CountryTb.Size      = new System.Drawing.Size(275, 20);
     CountryTb.TabIndex  = 15;
     //
     // label7
     //
     label7.AutoSize = true;
     label7.Location = new System.Drawing.Point(69, 300);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(43, 13);
     label7.TabIndex = 14;
     label7.Text     = "Country";
     //
     // PostCodeTb
     //
     PostCodeTb.Location  = new System.Drawing.Point(113, 323);
     PostCodeTb.Multiline = true;
     PostCodeTb.Name      = "PostCodeTb";
     PostCodeTb.Size      = new System.Drawing.Size(275, 20);
     PostCodeTb.TabIndex  = 17;
     //
     // label8
     //
     label8.AutoSize = true;
     label8.Location = new System.Drawing.Point(51, 326);
     label8.Name     = "label8";
     label8.Size     = new System.Drawing.Size(52, 13);
     label8.TabIndex = 16;
     label8.Text     = "Postcode";
     //
     // TelTb
     //
     TelTb.Location  = new System.Drawing.Point(113, 349);
     TelTb.Multiline = true;
     TelTb.Name      = "TelTb";
     TelTb.Size      = new System.Drawing.Size(275, 20);
     TelTb.TabIndex  = 18;
     TelTb.KeyPress += new System.Windows.Forms.KeyPressEventHandler(OnlyNumbers);
     //
     // label9
     //
     label9.AutoSize = true;
     label9.Location = new System.Drawing.Point(61, 352);
     label9.Name     = "label9";
     label9.Size     = new System.Drawing.Size(39, 13);
     label9.TabIndex = 19;
     label9.Text     = "Tel. Nr";
     //
     // label10
     //
     label10.AutoSize = true;
     label10.Location = new System.Drawing.Point(432, 352);
     label10.Name     = "label10";
     label10.Size     = new System.Drawing.Size(29, 13);
     label10.TabIndex = 23;
     label10.Text     = "Stad";
     //
     // StadTb
     //
     StadTb.Location  = new System.Drawing.Point(478, 349);
     StadTb.Multiline = true;
     StadTb.Name      = "StadTb";
     StadTb.Size      = new System.Drawing.Size(254, 20);
     StadTb.TabIndex  = 22;
     //
     // AdresNrTb
     //
     AdresNrTb.Location  = new System.Drawing.Point(478, 323);
     AdresNrTb.Multiline = true;
     AdresNrTb.Name      = "AdresNrTb";
     AdresNrTb.Size      = new System.Drawing.Size(27, 20);
     AdresNrTb.TabIndex  = 21;
     AdresNrTb.KeyPress += new System.Windows.Forms.KeyPressEventHandler(OnlyNumbers);
     //
     // label11
     //
     label11.AutoSize = true;
     label11.Location = new System.Drawing.Point(440, 326);
     label11.Name     = "label11";
     label11.Size     = new System.Drawing.Size(21, 13);
     label11.TabIndex = 20;
     label11.Text     = "Nr.";
     //
     // WijzigenBt
     //
     WijzigenBt.Location = new System.Drawing.Point(657, 396);
     WijzigenBt.Name     = "WijzigenBt";
     WijzigenBt.Size     = new System.Drawing.Size(75, 23);
     WijzigenBt.TabIndex = 24;
     WijzigenBt.Text     = "Wijzigen";
     WijzigenBt.UseVisualStyleBackColor = true;
     WijzigenBt.Click += new System.EventHandler(WijzigenBt_Click);
     //
     // PfPb
     //
     PfPb.Location = new System.Drawing.Point(519, 89);
     PfPb.Name     = "PfPb";
     PfPb.Size     = new System.Drawing.Size(150, 150);
     PfPb.TabIndex = 25;
     PfPb.TabStop  = false;
     //
     // GeslachtCb
     //
     GeslachtCb.FormattingEnabled = true;
     GeslachtCb.Items.AddRange(new object[] {
         "Man/Vrouw",
         "Man",
         "Vrou"
     });
     GeslachtCb.Location = new System.Drawing.Point(113, 141);
     GeslachtCb.Name     = "GeslachtCb";
     GeslachtCb.Size     = new System.Drawing.Size(275, 21);
     GeslachtCb.TabIndex = 26;
     //
     // uploadBt
     //
     uploadBt.Location = new System.Drawing.Point(594, 248);
     uploadBt.Name     = "uploadBt";
     uploadBt.Size     = new System.Drawing.Size(75, 23);
     uploadBt.TabIndex = 27;
     uploadBt.Text     = "Upload";
     uploadBt.UseVisualStyleBackColor = true;
     uploadBt.Click += new System.EventHandler(uploadBt_Click);
     //
     // AdresTb
     //
     AdresTb.Location  = new System.Drawing.Point(113, 245);
     AdresTb.Multiline = true;
     AdresTb.Name      = "AdresTb";
     AdresTb.Size      = new System.Drawing.Size(275, 20);
     AdresTb.TabIndex  = 29;
     //
     // label12
     //
     label12.AutoSize = true;
     label12.Location = new System.Drawing.Point(69, 248);
     label12.Name     = "label12";
     label12.Size     = new System.Drawing.Size(34, 13);
     label12.TabIndex = 28;
     label12.Text     = "Adres";
     //
     // EmailTb
     //
     EmailTb.Location  = new System.Drawing.Point(113, 271);
     EmailTb.Multiline = true;
     EmailTb.Name      = "EmailTb";
     EmailTb.Size      = new System.Drawing.Size(275, 20);
     EmailTb.TabIndex  = 31;
     //
     // label123
     //
     label123.AutoSize = true;
     label123.Location = new System.Drawing.Point(69, 277);
     label123.Name     = "label123";
     label123.Size     = new System.Drawing.Size(32, 13);
     label123.TabIndex = 30;
     label123.Text     = "Email";
     //
     // openFileDialog1
     //
     openFileDialog1.FileName = "openFileDialog1";
     //
     // GewichtTb
     //
     GewichtTb.Location  = new System.Drawing.Point(113, 219);
     GewichtTb.Multiline = true;
     GewichtTb.Name      = "GewichtTb";
     GewichtTb.Size      = new System.Drawing.Size(275, 20);
     GewichtTb.TabIndex  = 33;
     //
     // label13
     //
     label13.AutoSize = true;
     label13.Location = new System.Drawing.Point(31, 222);
     label13.Name     = "label13";
     label13.Size     = new System.Drawing.Size(46, 13);
     label13.TabIndex = 32;
     label13.Text     = "Gewicht";
     //
     // WijzigGebruikControl
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     Controls.Add(GewichtTb);
     Controls.Add(label13);
     Controls.Add(EmailTb);
     Controls.Add(label123);
     Controls.Add(AdresTb);
     Controls.Add(label12);
     Controls.Add(uploadBt);
     Controls.Add(GeslachtCb);
     Controls.Add(PfPb);
     Controls.Add(WijzigenBt);
     Controls.Add(label10);
     Controls.Add(StadTb);
     Controls.Add(AdresNrTb);
     Controls.Add(label11);
     Controls.Add(label9);
     Controls.Add(TelTb);
     Controls.Add(PostCodeTb);
     Controls.Add(label8);
     Controls.Add(CountryTb);
     Controls.Add(label7);
     Controls.Add(InsulineTb);
     Controls.Add(label6);
     Controls.Add(LengteTb);
     Controls.Add(label5);
     Controls.Add(label4);
     Controls.Add(AchterNaamTb);
     Controls.Add(label3);
     Controls.Add(VoorNaamTb);
     Controls.Add(label2);
     Controls.Add(IdTb);
     Controls.Add(label1);
     Name = "WijzigGebruikControl";
     Size = new System.Drawing.Size(753, 434);
     ((System.ComponentModel.ISupportInitialize)(PfPb)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
Beispiel #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(CertValidator));
     this.btnCancel              = new System.Windows.Forms.Button();
     this.btnOk                  = new System.Windows.Forms.Button();
     this.btnTrusted             = new System.Windows.Forms.Button();
     this.pictureBox1            = new System.Windows.Forms.PictureBox();
     this.grbIssuer              = new System.Windows.Forms.GroupBox();
     this.lblCommonNameText      = new System.Windows.Forms.Label();
     this.lblCommonName          = new System.Windows.Forms.Label();
     this.lblLocationText        = new System.Windows.Forms.Label();
     this.lblCountry             = new System.Windows.Forms.Label();
     this.lblUnitText            = new System.Windows.Forms.Label();
     this.lblUnit                = new System.Windows.Forms.Label();
     this.lblIssuerText          = new System.Windows.Forms.Label();
     this.lblOrg                 = new System.Windows.Forms.Label();
     this.grbSubject             = new System.Windows.Forms.GroupBox();
     this.lblCommonNameSubText   = new System.Windows.Forms.Label();
     this.lblCommonNameSub       = new System.Windows.Forms.Label();
     this.lblLocationSubText     = new System.Windows.Forms.Label();
     this.lblLocationSub         = new System.Windows.Forms.Label();
     this.lblUnitSubText         = new System.Windows.Forms.Label();
     this.lblUnitSub             = new System.Windows.Forms.Label();
     this.lblOrganizationSubText = new System.Windows.Forms.Label();
     this.lblOrganizationSub     = new System.Windows.Forms.Label();
     this.grbValid               = new System.Windows.Forms.GroupBox();
     this.lblToText              = new System.Windows.Forms.Label();
     this.lblTo                  = new System.Windows.Forms.Label();
     this.lblFromText            = new System.Windows.Forms.Label();
     this.lblFrom                = new System.Windows.Forms.Label();
     this.txtIssues              = new System.Windows.Forms.TextBox();
     this.lblIssues              = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.grbIssuer.SuspendLayout();
     this.grbSubject.SuspendLayout();
     this.grbValid.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.No;
     this.btnCancel.Location     = new System.Drawing.Point(337, 375);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 3;
     this.btnCancel.Text         = "&Reject";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Yes;
     this.btnOk.Location     = new System.Drawing.Point(257, 375);
     this.btnOk.Name         = "btnOk";
     this.btnOk.Size         = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex     = 2;
     this.btnOk.Text         = "&Accept";
     this.btnOk.Click       += new System.EventHandler(this.btnOk_Click);
     //
     // btnTrusted
     //
     this.btnTrusted.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTrusted.DialogResult = System.Windows.Forms.DialogResult.Yes;
     this.btnTrusted.Location     = new System.Drawing.Point(74, 375);
     this.btnTrusted.Name         = "btnTrusted";
     this.btnTrusted.Size         = new System.Drawing.Size(177, 23);
     this.btnTrusted.TabIndex     = 1;
     this.btnTrusted.Text         = "Accept and add to Trusted List";
     this.btnTrusted.Click       += new System.EventHandler(this.btnTrusted_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.ErrorImage   = null;
     this.pictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.InitialImage = null;
     this.pictureBox1.Location     = new System.Drawing.Point(380, 10);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(34, 26);
     this.pictureBox1.TabIndex     = 3;
     this.pictureBox1.TabStop      = false;
     //
     // grbIssuer
     //
     this.grbIssuer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.grbIssuer.Controls.Add(this.lblCommonNameText);
     this.grbIssuer.Controls.Add(this.lblCommonName);
     this.grbIssuer.Controls.Add(this.lblLocationText);
     this.grbIssuer.Controls.Add(this.lblCountry);
     this.grbIssuer.Controls.Add(this.lblUnitText);
     this.grbIssuer.Controls.Add(this.lblUnit);
     this.grbIssuer.Controls.Add(this.lblIssuerText);
     this.grbIssuer.Controls.Add(this.lblOrg);
     this.grbIssuer.Location = new System.Drawing.Point(12, 105);
     this.grbIssuer.Name     = "grbIssuer";
     this.grbIssuer.Size     = new System.Drawing.Size(400, 96);
     this.grbIssuer.TabIndex = 4;
     this.grbIssuer.TabStop  = false;
     this.grbIssuer.Text     = "Issuer";
     //
     // lblCommonNameText
     //
     this.lblCommonNameText.Location = new System.Drawing.Point(97, 74);
     this.lblCommonNameText.Name     = "lblCommonNameText";
     this.lblCommonNameText.Size     = new System.Drawing.Size(297, 13);
     this.lblCommonNameText.TabIndex = 7;
     this.lblCommonNameText.Text     = "Common Name";
     //
     // lblCommonName
     //
     this.lblCommonName.Location = new System.Drawing.Point(8, 74);
     this.lblCommonName.Name     = "lblCommonName";
     this.lblCommonName.Size     = new System.Drawing.Size(82, 13);
     this.lblCommonName.TabIndex = 6;
     this.lblCommonName.Text     = "Common Name:";
     //
     // lblLocationText
     //
     this.lblLocationText.Location = new System.Drawing.Point(97, 55);
     this.lblLocationText.Name     = "lblLocationText";
     this.lblLocationText.Size     = new System.Drawing.Size(297, 13);
     this.lblLocationText.TabIndex = 5;
     this.lblLocationText.Text     = "Country";
     //
     // lblCountry
     //
     this.lblCountry.Location = new System.Drawing.Point(8, 55);
     this.lblCountry.Name     = "lblCountry";
     this.lblCountry.Size     = new System.Drawing.Size(51, 13);
     this.lblCountry.TabIndex = 4;
     this.lblCountry.Text     = "Location:";
     //
     // lblUnitText
     //
     this.lblUnitText.Location = new System.Drawing.Point(97, 36);
     this.lblUnitText.Name     = "lblUnitText";
     this.lblUnitText.Size     = new System.Drawing.Size(297, 13);
     this.lblUnitText.TabIndex = 3;
     this.lblUnitText.Text     = "Unit";
     //
     // lblUnit
     //
     this.lblUnit.Location = new System.Drawing.Point(8, 36);
     this.lblUnit.Name     = "lblUnit";
     this.lblUnit.Size     = new System.Drawing.Size(29, 13);
     this.lblUnit.TabIndex = 2;
     this.lblUnit.Text     = "Unit:";
     //
     // lblIssuerText
     //
     this.lblIssuerText.Location = new System.Drawing.Point(97, 17);
     this.lblIssuerText.Name     = "lblIssuerText";
     this.lblIssuerText.Size     = new System.Drawing.Size(297, 13);
     this.lblIssuerText.TabIndex = 1;
     this.lblIssuerText.Text     = "Organization:";
     //
     // lblOrg
     //
     this.lblOrg.Location = new System.Drawing.Point(8, 17);
     this.lblOrg.Name     = "lblOrg";
     this.lblOrg.Size     = new System.Drawing.Size(69, 13);
     this.lblOrg.TabIndex = 0;
     this.lblOrg.Text     = "Organization:";
     //
     // grbSubject
     //
     this.grbSubject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.grbSubject.Controls.Add(this.lblCommonNameSubText);
     this.grbSubject.Controls.Add(this.lblCommonNameSub);
     this.grbSubject.Controls.Add(this.lblLocationSubText);
     this.grbSubject.Controls.Add(this.lblLocationSub);
     this.grbSubject.Controls.Add(this.lblUnitSubText);
     this.grbSubject.Controls.Add(this.lblUnitSub);
     this.grbSubject.Controls.Add(this.lblOrganizationSubText);
     this.grbSubject.Controls.Add(this.lblOrganizationSub);
     this.grbSubject.Location = new System.Drawing.Point(12, 203);
     this.grbSubject.Name     = "grbSubject";
     this.grbSubject.Size     = new System.Drawing.Size(400, 96);
     this.grbSubject.TabIndex = 5;
     this.grbSubject.TabStop  = false;
     this.grbSubject.Text     = "Subject";
     //
     // lblCommonNameSubText
     //
     this.lblCommonNameSubText.Location = new System.Drawing.Point(97, 74);
     this.lblCommonNameSubText.Name     = "lblCommonNameSubText";
     this.lblCommonNameSubText.Size     = new System.Drawing.Size(297, 13);
     this.lblCommonNameSubText.TabIndex = 7;
     this.lblCommonNameSubText.Text     = "Common Name";
     //
     // lblCommonNameSub
     //
     this.lblCommonNameSub.Location = new System.Drawing.Point(8, 74);
     this.lblCommonNameSub.Name     = "lblCommonNameSub";
     this.lblCommonNameSub.Size     = new System.Drawing.Size(82, 13);
     this.lblCommonNameSub.TabIndex = 6;
     this.lblCommonNameSub.Text     = "Common Name:";
     //
     // lblLocationSubText
     //
     this.lblLocationSubText.Location = new System.Drawing.Point(97, 55);
     this.lblLocationSubText.Name     = "lblLocationSubText";
     this.lblLocationSubText.Size     = new System.Drawing.Size(297, 13);
     this.lblLocationSubText.TabIndex = 5;
     this.lblLocationSubText.Text     = "Country";
     //
     // lblLocationSub
     //
     this.lblLocationSub.Location = new System.Drawing.Point(8, 55);
     this.lblLocationSub.Name     = "lblLocationSub";
     this.lblLocationSub.Size     = new System.Drawing.Size(51, 13);
     this.lblLocationSub.TabIndex = 4;
     this.lblLocationSub.Text     = "Location:";
     //
     // lblUnitSubText
     //
     this.lblUnitSubText.Location = new System.Drawing.Point(97, 36);
     this.lblUnitSubText.Name     = "lblUnitSubText";
     this.lblUnitSubText.Size     = new System.Drawing.Size(297, 13);
     this.lblUnitSubText.TabIndex = 3;
     this.lblUnitSubText.Text     = "Unit";
     //
     // lblUnitSub
     //
     this.lblUnitSub.Location = new System.Drawing.Point(8, 36);
     this.lblUnitSub.Name     = "lblUnitSub";
     this.lblUnitSub.Size     = new System.Drawing.Size(29, 13);
     this.lblUnitSub.TabIndex = 2;
     this.lblUnitSub.Text     = "Unit:";
     //
     // lblOrganizationSubText
     //
     this.lblOrganizationSubText.Location = new System.Drawing.Point(97, 17);
     this.lblOrganizationSubText.Name     = "lblOrganizationSubText";
     this.lblOrganizationSubText.Size     = new System.Drawing.Size(297, 13);
     this.lblOrganizationSubText.TabIndex = 1;
     this.lblOrganizationSubText.Text     = "Organization:";
     //
     // lblOrganizationSub
     //
     this.lblOrganizationSub.Location = new System.Drawing.Point(8, 17);
     this.lblOrganizationSub.Name     = "lblOrganizationSub";
     this.lblOrganizationSub.Size     = new System.Drawing.Size(69, 13);
     this.lblOrganizationSub.TabIndex = 0;
     this.lblOrganizationSub.Text     = "Organization:";
     //
     // grbValid
     //
     this.grbValid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.grbValid.Controls.Add(this.lblToText);
     this.grbValid.Controls.Add(this.lblTo);
     this.grbValid.Controls.Add(this.lblFromText);
     this.grbValid.Controls.Add(this.lblFrom);
     this.grbValid.Location = new System.Drawing.Point(12, 305);
     this.grbValid.Name     = "grbValid";
     this.grbValid.Size     = new System.Drawing.Size(400, 61);
     this.grbValid.TabIndex = 8;
     this.grbValid.TabStop  = false;
     this.grbValid.Text     = "Valid";
     //
     // lblToText
     //
     this.lblToText.Location = new System.Drawing.Point(97, 36);
     this.lblToText.Name     = "lblToText";
     this.lblToText.Size     = new System.Drawing.Size(142, 13);
     this.lblToText.TabIndex = 3;
     this.lblToText.Text     = "To";
     //
     // lblTo
     //
     this.lblTo.Location = new System.Drawing.Point(8, 36);
     this.lblTo.Name     = "lblTo";
     this.lblTo.Size     = new System.Drawing.Size(23, 13);
     this.lblTo.TabIndex = 2;
     this.lblTo.Text     = "To:";
     //
     // lblFromText
     //
     this.lblFromText.Location = new System.Drawing.Point(97, 17);
     this.lblFromText.Name     = "lblFromText";
     this.lblFromText.Size     = new System.Drawing.Size(142, 13);
     this.lblFromText.TabIndex = 1;
     this.lblFromText.Text     = "From";
     //
     // lblFrom
     //
     this.lblFrom.Location = new System.Drawing.Point(8, 17);
     this.lblFrom.Name     = "lblFrom";
     this.lblFrom.Size     = new System.Drawing.Size(33, 13);
     this.lblFrom.TabIndex = 0;
     this.lblFrom.Text     = "From:";
     //
     // txtIssues
     //
     this.txtIssues.BackColor = System.Drawing.Color.White;
     this.txtIssues.Location  = new System.Drawing.Point(12, 42);
     this.txtIssues.Multiline = true;
     this.txtIssues.Name      = "txtIssues";
     this.txtIssues.ReadOnly  = true;
     this.txtIssues.Size      = new System.Drawing.Size(400, 57);
     this.txtIssues.TabIndex  = 0;
     //
     // lblIssues
     //
     this.lblIssues.Location = new System.Drawing.Point(9, 17);
     this.lblIssues.Name     = "lblIssues";
     this.lblIssues.Size     = new System.Drawing.Size(90, 13);
     this.lblIssues.TabIndex = 10;
     this.lblIssues.Text     = "Certificate Issues:";
     //
     // CertValidator
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(421, 407);
     this.ControlBox          = false;
     this.Controls.Add(this.lblIssues);
     this.Controls.Add(this.txtIssues);
     this.Controls.Add(this.grbValid);
     this.Controls.Add(this.grbSubject);
     this.Controls.Add(this.grbIssuer);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnTrusted);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CertValidator";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Certificate Validation";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.grbIssuer.ResumeLayout(false);
     this.grbSubject.ResumeLayout(false);
     this.grbValid.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #57
0
 private void InitializeComponent()
 {
     this.lstSelectedItems  = new System.Windows.Forms.ListBox();
     this.btnOK             = new System.Windows.Forms.Button();
     this.lstAssociatedData = new System.Windows.Forms.ListBox();
     this.pnlBottom         = new System.Windows.Forms.Panel();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.gbxSelectedItems  = new System.Windows.Forms.GroupBox();
     this.gbxAssociatedData = new System.Windows.Forms.GroupBox();
     this.pnlBottom.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.gbxSelectedItems.SuspendLayout();
     this.gbxAssociatedData.SuspendLayout();
     this.SuspendLayout();
     //
     // lstSelectedItems
     //
     this.lstSelectedItems.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.lstSelectedItems.Location              = new System.Drawing.Point(3, 16);
     this.lstSelectedItems.Name                  = "lstSelectedItems";
     this.lstSelectedItems.Size                  = new System.Drawing.Size(164, 238);
     this.lstSelectedItems.TabIndex              = 0;
     this.lstSelectedItems.SelectedIndexChanged += new System.EventHandler(this.lstSelectedItems_SelectedIndexChanged);
     //
     // btnOK
     //
     this.btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location     = new System.Drawing.Point(425, 8);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex     = 2;
     this.btnOK.Text         = "&OK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // lstAssociatedData
     //
     this.lstAssociatedData.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lstAssociatedData.Location = new System.Drawing.Point(3, 16);
     this.lstAssociatedData.Name     = "lstAssociatedData";
     this.lstAssociatedData.Size     = new System.Drawing.Size(332, 238);
     this.lstAssociatedData.TabIndex = 3;
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.btnOK);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 260);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(512, 43);
     this.pnlBottom.TabIndex = 5;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.gbxSelectedItems);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.gbxAssociatedData);
     this.splitContainer1.Size             = new System.Drawing.Size(512, 260);
     this.splitContainer1.SplitterDistance = 170;
     this.splitContainer1.TabIndex         = 6;
     //
     // gbxSelectedItems
     //
     this.gbxSelectedItems.Controls.Add(this.lstSelectedItems);
     this.gbxSelectedItems.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbxSelectedItems.Location = new System.Drawing.Point(0, 0);
     this.gbxSelectedItems.Name     = "gbxSelectedItems";
     this.gbxSelectedItems.Size     = new System.Drawing.Size(170, 260);
     this.gbxSelectedItems.TabIndex = 0;
     this.gbxSelectedItems.TabStop  = false;
     this.gbxSelectedItems.Text     = "Selected Item(s)";
     //
     // gbxAssociatedData
     //
     this.gbxAssociatedData.Controls.Add(this.lstAssociatedData);
     this.gbxAssociatedData.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbxAssociatedData.Location = new System.Drawing.Point(0, 0);
     this.gbxAssociatedData.Name     = "gbxAssociatedData";
     this.gbxAssociatedData.Size     = new System.Drawing.Size(338, 260);
     this.gbxAssociatedData.TabIndex = 0;
     this.gbxAssociatedData.TabStop  = false;
     this.gbxAssociatedData.Text     = "Associated Data";
     //
     // FormInformation
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnOK;
     this.ClientSize        = new System.Drawing.Size(512, 303);
     this.ControlBox        = false;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.pnlBottom);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(350, 180);
     this.Name          = "FormInformation";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Information";
     this.Load         += new System.EventHandler(this.frmInformation_Load);
     this.pnlBottom.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.gbxSelectedItems.ResumeLayout(false);
     this.gbxAssociatedData.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.labelTextGPU        = new System.Windows.Forms.Label();
     this.labelTextMode       = new System.Windows.Forms.Label();
     this.labelTempGPU        = new System.Windows.Forms.Label();
     this.labelMode           = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.notifyIcon1         = new System.Windows.Forms.NotifyIcon(this.components);
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.labelTextCPU        = new System.Windows.Forms.Label();
     this.labelTempCPU        = new System.Windows.Forms.Label();
     this.textStartTemp       = new System.Windows.Forms.TextBox();
     this.labelTextTempOn     = new System.Windows.Forms.Label();
     this.labelStartTemp      = new System.Windows.Forms.Label();
     this.buttonSaveStartTemp = new System.Windows.Forms.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.AutorunCheckBox     = new System.Windows.Forms.CheckBox();
     this.label3              = new System.Windows.Forms.Label();
     this.checkBox1           = new System.Windows.Forms.CheckBox();
     this.label4              = new System.Windows.Forms.Label();
     this.labelNotebook       = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.radioCPU            = new System.Windows.Forms.RadioButton();
     this.radioGPU            = new System.Windows.Forms.RadioButton();
     this.linkLabel1          = new System.Windows.Forms.LinkLabel();
     this.label9              = new System.Windows.Forms.Label();
     this.textTime            = new System.Windows.Forms.TextBox();
     this.buttonSaveTimer     = new System.Windows.Forms.Button();
     this.labelTime           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // labelTextGPU
     //
     this.labelTextGPU.Location  = new System.Drawing.Point(12, 13);
     this.labelTextGPU.Name      = "labelTextGPU";
     this.labelTextGPU.Size      = new System.Drawing.Size(111, 18);
     this.labelTextGPU.TabIndex  = 4;
     this.labelTextGPU.Text      = "Температура GPU:";
     this.labelTextGPU.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelTextMode
     //
     this.labelTextMode.Location  = new System.Drawing.Point(12, 49);
     this.labelTextMode.Name      = "labelTextMode";
     this.labelTextMode.Size      = new System.Drawing.Size(111, 18);
     this.labelTextMode.TabIndex  = 5;
     this.labelTextMode.Text      = "Режим работы:";
     this.labelTextMode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelTempGPU
     //
     this.labelTempGPU.Location  = new System.Drawing.Point(273, 13);
     this.labelTempGPU.Name      = "labelTempGPU";
     this.labelTempGPU.Size      = new System.Drawing.Size(37, 18);
     this.labelTempGPU.TabIndex  = 6;
     this.labelTempGPU.Text      = "N / A";
     this.labelTempGPU.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelMode
     //
     this.labelMode.Location  = new System.Drawing.Point(204, 49);
     this.labelMode.Name      = "labelMode";
     this.labelMode.Size      = new System.Drawing.Size(106, 18);
     this.labelMode.TabIndex  = 7;
     this.labelMode.Text      = "Обычный";
     this.labelMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(195, 244);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(124, 15);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "*****@*****.**";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // notifyIcon1
     //
     this.notifyIcon1.BalloonTipIcon    = System.Windows.Forms.ToolTipIcon.Info;
     this.notifyIcon1.BalloonTipText    = "Программа свёрнута в трей";
     this.notifyIcon1.BalloonTipTitle   = "Информация";
     this.notifyIcon1.Text              = "Acer Aspire 5750G Fan Controller by Nestle_";
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location  = new System.Drawing.Point(24, 85);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(274, 45);
     this.label6.TabIndex  = 9;
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(12, 67);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(246, 18);
     this.label7.TabIndex  = 10;
     this.label7.Text      = "Ноутбук:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelTextCPU
     //
     this.labelTextCPU.Location  = new System.Drawing.Point(12, 31);
     this.labelTextCPU.Name      = "labelTextCPU";
     this.labelTextCPU.Size      = new System.Drawing.Size(111, 18);
     this.labelTextCPU.TabIndex  = 11;
     this.labelTextCPU.Text      = "Температура CPU";
     this.labelTextCPU.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelTempCPU
     //
     this.labelTempCPU.Location  = new System.Drawing.Point(273, 31);
     this.labelTempCPU.Name      = "labelTempCPU";
     this.labelTempCPU.Size      = new System.Drawing.Size(37, 18);
     this.labelTempCPU.TabIndex  = 12;
     this.labelTempCPU.Text      = "N / A";
     this.labelTempCPU.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textStartTemp
     //
     this.textStartTemp.BackColor    = System.Drawing.SystemColors.Menu;
     this.textStartTemp.Location     = new System.Drawing.Point(171, 169);
     this.textStartTemp.MaxLength    = 2;
     this.textStartTemp.Name         = "textStartTemp";
     this.textStartTemp.Size         = new System.Drawing.Size(56, 20);
     this.textStartTemp.TabIndex     = 13;
     this.textStartTemp.Text         = "50";
     this.textStartTemp.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.textStartTemp.TextChanged += new System.EventHandler(this.textStartTemp_TextChange);
     this.textStartTemp.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textStartTemp_KeyPress);
     //
     // labelTextTempOn
     //
     this.labelTextTempOn.Location  = new System.Drawing.Point(12, 169);
     this.labelTextTempOn.Name      = "labelTextTempOn";
     this.labelTextTempOn.Size      = new System.Drawing.Size(123, 18);
     this.labelTextTempOn.TabIndex  = 14;
     this.labelTextTempOn.Text      = "Температура запуска";
     this.labelTextTempOn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelStartTemp
     //
     this.labelStartTemp.BackColor  = System.Drawing.Color.Transparent;
     this.labelStartTemp.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelStartTemp.Location   = new System.Drawing.Point(130, 169);
     this.labelStartTemp.Name       = "labelStartTemp";
     this.labelStartTemp.Size       = new System.Drawing.Size(35, 18);
     this.labelStartTemp.TabIndex   = 16;
     this.labelStartTemp.Text       = "N/A";
     this.labelStartTemp.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // buttonSaveStartTemp
     //
     this.buttonSaveStartTemp.FlatAppearance.BorderColor = System.Drawing.Color.White;
     this.buttonSaveStartTemp.Location = new System.Drawing.Point(233, 168);
     this.buttonSaveStartTemp.Name     = "buttonSaveStartTemp";
     this.buttonSaveStartTemp.Size     = new System.Drawing.Size(77, 22);
     this.buttonSaveStartTemp.TabIndex = 17;
     this.buttonSaveStartTemp.Text     = "Сохранить";
     this.buttonSaveStartTemp.UseVisualStyleBackColor = true;
     this.buttonSaveStartTemp.Click += new System.EventHandler(this.change_StartTemp);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(12, 220);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(225, 18);
     this.label1.TabIndex  = 18;
     this.label1.Text      = "Принудительные макс. обороты кулера";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(12, 202);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(131, 18);
     this.label2.TabIndex  = 20;
     this.label2.Text      = "Автозапуск с Windows";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AutorunCheckBox
     //
     this.AutorunCheckBox.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.AutorunCheckBox.Location    = new System.Drawing.Point(292, 202);
     this.AutorunCheckBox.Name        = "AutorunCheckBox";
     this.AutorunCheckBox.Size        = new System.Drawing.Size(16, 16);
     this.AutorunCheckBox.TabIndex    = 21;
     this.AutorunCheckBox.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.AutorunCheckBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.change_Autorun);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(114, 2);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 15);
     this.label3.TabIndex  = 22;
     this.label3.Text      = "Информация";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(292, 224);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(16, 16);
     this.checkBox1.TabIndex = 23;
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.change_KeyPress);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(114, 125);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 15);
     this.label4.TabIndex  = 24;
     this.label4.Text      = "Настройки";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelNotebook
     //
     this.labelNotebook.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelNotebook.ForeColor = System.Drawing.Color.Black;
     this.labelNotebook.Location  = new System.Drawing.Point(204, 67);
     this.labelNotebook.Name      = "labelNotebook";
     this.labelNotebook.Size      = new System.Drawing.Size(106, 18);
     this.labelNotebook.TabIndex  = 25;
     this.labelNotebook.Text      = "N / A";
     this.labelNotebook.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label8.Location  = new System.Drawing.Point(244, 2);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(42, 15);
     this.label8.TabIndex  = 28;
     this.label8.Text      = "Трей";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // radioCPU
     //
     this.radioCPU.Location = new System.Drawing.Point(259, 33);
     this.radioCPU.Name     = "radioCPU";
     this.radioCPU.Size     = new System.Drawing.Size(15, 15);
     this.radioCPU.TabIndex = 29;
     this.radioCPU.TabStop  = true;
     this.radioCPU.UseVisualStyleBackColor = true;
     this.radioCPU.Click += new System.EventHandler(this.click_RadioCPU);
     //
     // radioGPU
     //
     this.radioGPU.Location = new System.Drawing.Point(259, 15);
     this.radioGPU.Name     = "radioGPU";
     this.radioGPU.Size     = new System.Drawing.Size(15, 15);
     this.radioGPU.TabIndex = 30;
     this.radioGPU.TabStop  = true;
     this.radioGPU.UseVisualStyleBackColor = true;
     this.radioGPU.Click += new System.EventHandler(this.click_RadioGPU);
     //
     // linkLabel1
     //
     this.linkLabel1.AccessibleDescription = "";
     this.linkLabel1.AccessibleName        = "";
     this.linkLabel1.Location     = new System.Drawing.Point(12, 244);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(157, 13);
     this.linkLabel1.TabIndex     = 31;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "Fan Controller v1.5 by Nestle";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     this.linkLabel1.MouseClick  += new System.Windows.Forms.MouseEventHandler(this.go_to_forum);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(12, 143);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(123, 18);
     this.label9.TabIndex  = 32;
     this.label9.Text      = "Время обновления";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textTime
     //
     this.textTime.BackColor = System.Drawing.SystemColors.Menu;
     this.textTime.Location  = new System.Drawing.Point(171, 143);
     this.textTime.MaxLength = 2;
     this.textTime.Name      = "textTime";
     this.textTime.Size      = new System.Drawing.Size(56, 20);
     this.textTime.TabIndex  = 33;
     this.textTime.Text      = "5";
     this.textTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // buttonSaveTimer
     //
     this.buttonSaveTimer.FlatAppearance.BorderColor = System.Drawing.Color.White;
     this.buttonSaveTimer.Location = new System.Drawing.Point(233, 142);
     this.buttonSaveTimer.Name     = "buttonSaveTimer";
     this.buttonSaveTimer.Size     = new System.Drawing.Size(77, 22);
     this.buttonSaveTimer.TabIndex = 34;
     this.buttonSaveTimer.Text     = "Сохранить";
     this.buttonSaveTimer.UseVisualStyleBackColor = true;
     this.buttonSaveTimer.Click += new System.EventHandler(this.change_Time);
     //
     // labelTime
     //
     this.labelTime.BackColor  = System.Drawing.Color.Transparent;
     this.labelTime.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelTime.Location   = new System.Drawing.Point(112, 143);
     this.labelTime.Name       = "labelTime";
     this.labelTime.Size       = new System.Drawing.Size(51, 18);
     this.labelTime.TabIndex   = 35;
     this.labelTime.Text       = "N/A";
     this.labelTime.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // MainForm
     //
     this.AccessibleName        = "";
     this.AccessibleRole        = System.Windows.Forms.AccessibleRole.None;
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(322, 266);
     this.Controls.Add(this.labelTime);
     this.Controls.Add(this.buttonSaveTimer);
     this.Controls.Add(this.textTime);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.radioGPU);
     this.Controls.Add(this.radioCPU);
     this.Controls.Add(this.labelNotebook);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.AutorunCheckBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonSaveStartTemp);
     this.Controls.Add(this.labelStartTemp);
     this.Controls.Add(this.labelTextTempOn);
     this.Controls.Add(this.textStartTemp);
     this.Controls.Add(this.labelTempCPU);
     this.Controls.Add(this.labelTextCPU);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.labelMode);
     this.Controls.Add(this.labelTempGPU);
     this.Controls.Add(this.labelTextMode);
     this.Controls.Add(this.labelTextGPU);
     this.Controls.Add(this.label8);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "Fan Controller by Nestle_";
     this.Deactivate     += new System.EventHandler(this.Form1_Resize);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRental));
     this.GrbDetail = new System.Windows.Forms.GroupBox();
     this.DtpRentalDate = new MetroFramework.Controls.MetroDateTime();
     this.TxtBookNames = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel8 = new MetroFramework.Controls.MetroLabel();
     this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
     this.BtnSave = new MetroFramework.Controls.MetroButton();
     this.BtnNew = new MetroFramework.Controls.MetroButton();
     this.TxtMemberName = new MetroFramework.Controls.MetroTextBox();
     this.TxtIdx = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
     this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
     this.DgvData = new System.Windows.Forms.DataGridView();
     this.BtnSearchMember = new System.Windows.Forms.Button();
     this.BtnSearchBook = new System.Windows.Forms.Button();
     this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
     this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
     this.CboRentalState = new MetroFramework.Controls.MetroComboBox();
     this.TxtReturnDate = new MetroFramework.Controls.MetroTextBox();
     this.GrbDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DgvData)).BeginInit();
     this.SuspendLayout();
     //
     // GrbDetail
     //
     this.GrbDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GrbDetail.Controls.Add(this.TxtReturnDate);
     this.GrbDetail.Controls.Add(this.CboRentalState);
     this.GrbDetail.Controls.Add(this.metroLabel5);
     this.GrbDetail.Controls.Add(this.metroLabel4);
     this.GrbDetail.Controls.Add(this.BtnSearchBook);
     this.GrbDetail.Controls.Add(this.BtnSearchMember);
     this.GrbDetail.Controls.Add(this.DtpRentalDate);
     this.GrbDetail.Controls.Add(this.TxtBookNames);
     this.GrbDetail.Controls.Add(this.metroLabel8);
     this.GrbDetail.Controls.Add(this.metroLabel3);
     this.GrbDetail.Controls.Add(this.BtnSave);
     this.GrbDetail.Controls.Add(this.BtnNew);
     this.GrbDetail.Controls.Add(this.TxtMemberName);
     this.GrbDetail.Controls.Add(this.TxtIdx);
     this.GrbDetail.Controls.Add(this.metroLabel2);
     this.GrbDetail.Controls.Add(this.metroLabel1);
     this.GrbDetail.Location = new System.Drawing.Point(368, 63);
     this.GrbDetail.Name = "GrbDetail";
     this.GrbDetail.Size = new System.Drawing.Size(321, 472);
     this.GrbDetail.TabIndex = 0;
     this.GrbDetail.TabStop = false;
     this.GrbDetail.Text = "상세";
     //
     // DtpRentalDate
     //
     this.DtpRentalDate.CustomFormat = "yyyy-MM-dd";
     this.DtpRentalDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.DtpRentalDate.Location = new System.Drawing.Point(99, 118);
     this.DtpRentalDate.MinimumSize = new System.Drawing.Size(0, 29);
     this.DtpRentalDate.Name = "DtpRentalDate";
     this.DtpRentalDate.Size = new System.Drawing.Size(180, 29);
     this.DtpRentalDate.TabIndex = 7;
     //
     // TxtBookNames
     //
     //
     //
     //
     this.TxtBookNames.CustomButton.Image = null;
     this.TxtBookNames.CustomButton.Location = new System.Drawing.Point(128, 1);
     this.TxtBookNames.CustomButton.Name = "";
     this.TxtBookNames.CustomButton.Size = new System.Drawing.Size(21, 21);
     this.TxtBookNames.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
     this.TxtBookNames.CustomButton.TabIndex = 1;
     this.TxtBookNames.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
     this.TxtBookNames.CustomButton.UseSelectable = true;
     this.TxtBookNames.CustomButton.Visible = false;
     this.TxtBookNames.Lines = new string[0];
     this.TxtBookNames.Location = new System.Drawing.Point(99, 89);
     this.TxtBookNames.MaxLength = 32767;
     this.TxtBookNames.Name = "TxtBookNames";
     this.TxtBookNames.PasswordChar = '\0';
     this.TxtBookNames.PromptText = "도서명";
     this.TxtBookNames.ScrollBars = System.Windows.Forms.ScrollBars.None;
     this.TxtBookNames.SelectedText = "";
     this.TxtBookNames.SelectionLength = 0;
     this.TxtBookNames.SelectionStart = 0;
     this.TxtBookNames.ShortcutsEnabled = true;
     this.TxtBookNames.Size = new System.Drawing.Size(150, 23);
     this.TxtBookNames.TabIndex = 5;
     this.TxtBookNames.UseSelectable = true;
     this.TxtBookNames.WaterMark = "도서명";
     this.TxtBookNames.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.TxtBookNames.WaterMarkFont = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // metroLabel8
     //
     this.metroLabel8.AutoSize = true;
     this.metroLabel8.Location = new System.Drawing.Point(37, 124);
     this.metroLabel8.Name = "metroLabel8";
     this.metroLabel8.Size = new System.Drawing.Size(62, 19);
     this.metroLabel8.TabIndex = 9;
     this.metroLabel8.Text = "대여일 : ";
     //
     // metroLabel3
     //
     this.metroLabel3.AutoSize = true;
     this.metroLabel3.Location = new System.Drawing.Point(37, 90);
     this.metroLabel3.Name = "metroLabel3";
     this.metroLabel3.Size = new System.Drawing.Size(62, 19);
     this.metroLabel3.TabIndex = 8;
     this.metroLabel3.Text = "도서명 : ";
     //
     // BtnSave
     //
     this.BtnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnSave.Location = new System.Drawing.Point(177, 401);
     this.BtnSave.Name = "BtnSave";
     this.BtnSave.Size = new System.Drawing.Size(115, 52);
     this.BtnSave.TabIndex = 12;
     this.BtnSave.Text = "저장";
     this.BtnSave.UseSelectable = true;
     this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
     //
     // BtnNew
     //
     this.BtnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnNew.Location = new System.Drawing.Point(37, 401);
     this.BtnNew.Name = "BtnNew";
     this.BtnNew.Size = new System.Drawing.Size(104, 52);
     this.BtnNew.TabIndex = 11;
     this.BtnNew.Text = "신규";
     this.BtnNew.UseSelectable = true;
     this.BtnNew.Click += new System.EventHandler(this.BtnNew_Click);
     //
     // TxtMemberName
     //
     //
     //
     //
     this.TxtMemberName.CustomButton.Image = null;
     this.TxtMemberName.CustomButton.Location = new System.Drawing.Point(128, 1);
     this.TxtMemberName.CustomButton.Name = "";
     this.TxtMemberName.CustomButton.Size = new System.Drawing.Size(21, 21);
     this.TxtMemberName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
     this.TxtMemberName.CustomButton.TabIndex = 1;
     this.TxtMemberName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
     this.TxtMemberName.CustomButton.UseSelectable = true;
     this.TxtMemberName.CustomButton.Visible = false;
     this.TxtMemberName.Lines = new string[0];
     this.TxtMemberName.Location = new System.Drawing.Point(99, 60);
     this.TxtMemberName.MaxLength = 32767;
     this.TxtMemberName.Name = "TxtMemberName";
     this.TxtMemberName.PasswordChar = '\0';
     this.TxtMemberName.PromptText = "대여회원";
     this.TxtMemberName.ScrollBars = System.Windows.Forms.ScrollBars.None;
     this.TxtMemberName.SelectedText = "";
     this.TxtMemberName.SelectionLength = 0;
     this.TxtMemberName.SelectionStart = 0;
     this.TxtMemberName.ShortcutsEnabled = true;
     this.TxtMemberName.Size = new System.Drawing.Size(150, 23);
     this.TxtMemberName.TabIndex = 3;
     this.TxtMemberName.UseSelectable = true;
     this.TxtMemberName.WaterMark = "대여회원";
     this.TxtMemberName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.TxtMemberName.WaterMarkFont = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // TxtIdx
     //
     //
     //
     //
     this.TxtIdx.CustomButton.Image = null;
     this.TxtIdx.CustomButton.Location = new System.Drawing.Point(158, 1);
     this.TxtIdx.CustomButton.Name = "";
     this.TxtIdx.CustomButton.Size = new System.Drawing.Size(21, 21);
     this.TxtIdx.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
     this.TxtIdx.CustomButton.TabIndex = 1;
     this.TxtIdx.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
     this.TxtIdx.CustomButton.UseSelectable = true;
     this.TxtIdx.CustomButton.Visible = false;
     this.TxtIdx.Lines = new string[0];
     this.TxtIdx.Location = new System.Drawing.Point(99, 31);
     this.TxtIdx.MaxLength = 32767;
     this.TxtIdx.Name = "TxtIdx";
     this.TxtIdx.PasswordChar = '\0';
     this.TxtIdx.PromptText = "순번";
     this.TxtIdx.ReadOnly = true;
     this.TxtIdx.ScrollBars = System.Windows.Forms.ScrollBars.None;
     this.TxtIdx.SelectedText = "";
     this.TxtIdx.SelectionLength = 0;
     this.TxtIdx.SelectionStart = 0;
     this.TxtIdx.ShortcutsEnabled = true;
     this.TxtIdx.Size = new System.Drawing.Size(180, 23);
     this.TxtIdx.TabIndex = 2;
     this.TxtIdx.UseSelectable = true;
     this.TxtIdx.WaterMark = "순번";
     this.TxtIdx.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.TxtIdx.WaterMarkFont = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // metroLabel2
     //
     this.metroLabel2.AutoSize = true;
     this.metroLabel2.Location = new System.Drawing.Point(23, 61);
     this.metroLabel2.Name = "metroLabel2";
     this.metroLabel2.Size = new System.Drawing.Size(76, 19);
     this.metroLabel2.TabIndex = 1;
     this.metroLabel2.Text = "대여회원 : ";
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize = true;
     this.metroLabel1.Location = new System.Drawing.Point(51, 33);
     this.metroLabel1.Name = "metroLabel1";
     this.metroLabel1.Size = new System.Drawing.Size(48, 19);
     this.metroLabel1.TabIndex = 0;
     this.metroLabel1.Text = "순번 : ";
     //
     // DgvData
     //
     this.DgvData.AllowUserToAddRows = false;
     this.DgvData.AllowUserToDeleteRows = false;
     this.DgvData.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.DgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DgvData.Location = new System.Drawing.Point(23, 63);
     this.DgvData.Name = "DgvData";
     this.DgvData.ReadOnly = true;
     this.DgvData.RowTemplate.Height = 23;
     this.DgvData.Size = new System.Drawing.Size(329, 472);
     this.DgvData.TabIndex = 1;
     this.DgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvData_CellClick);
     //
     // BtnSearchMember
     //
     this.BtnSearchMember.FlatAppearance.BorderSize = 0;
     this.BtnSearchMember.Image = ((System.Drawing.Image)(resources.GetObject("BtnSearchMember.Image")));
     this.BtnSearchMember.Location = new System.Drawing.Point(255, 60);
     this.BtnSearchMember.Name = "BtnSearchMember";
     this.BtnSearchMember.Size = new System.Drawing.Size(24, 23);
     this.BtnSearchMember.TabIndex = 4;
     this.BtnSearchMember.UseVisualStyleBackColor = true;
     this.BtnSearchMember.Click += new System.EventHandler(this.BtnSearchMember_Click);
     //
     // BtnSearchBook
     //
     this.BtnSearchBook.FlatAppearance.BorderSize = 0;
     this.BtnSearchBook.Image = ((System.Drawing.Image)(resources.GetObject("BtnSearchBook.Image")));
     this.BtnSearchBook.Location = new System.Drawing.Point(255, 89);
     this.BtnSearchBook.Name = "BtnSearchBook";
     this.BtnSearchBook.Size = new System.Drawing.Size(24, 23);
     this.BtnSearchBook.TabIndex = 6;
     this.BtnSearchBook.UseVisualStyleBackColor = true;
     this.BtnSearchBook.Click += new System.EventHandler(this.BtnSearchBook_Click);
     //
     // metroLabel4
     //
     this.metroLabel4.AutoSize = true;
     this.metroLabel4.Location = new System.Drawing.Point(37, 157);
     this.metroLabel4.Name = "metroLabel4";
     this.metroLabel4.Size = new System.Drawing.Size(62, 19);
     this.metroLabel4.TabIndex = 16;
     this.metroLabel4.Text = "반납일 : ";
     //
     // metroLabel5
     //
     this.metroLabel5.AutoSize = true;
     this.metroLabel5.Location = new System.Drawing.Point(23, 191);
     this.metroLabel5.Name = "metroLabel5";
     this.metroLabel5.Size = new System.Drawing.Size(76, 19);
     this.metroLabel5.TabIndex = 16;
     this.metroLabel5.Text = "대여상태 : ";
     //
     // CboRentalState
     //
     this.CboRentalState.FormattingEnabled = true;
     this.CboRentalState.ItemHeight = 23;
     this.CboRentalState.Location = new System.Drawing.Point(99, 188);
     this.CboRentalState.Name = "CboRentalState";
     this.CboRentalState.Size = new System.Drawing.Size(87, 29);
     this.CboRentalState.TabIndex = 9;
     this.CboRentalState.UseSelectable = true;
     //
     // TxtReturnDate
     //
     //
     //
     //
     this.TxtReturnDate.CustomButton.Image = null;
     this.TxtReturnDate.CustomButton.Location = new System.Drawing.Point(158, 1);
     this.TxtReturnDate.CustomButton.Name = "";
     this.TxtReturnDate.CustomButton.Size = new System.Drawing.Size(21, 21);
     this.TxtReturnDate.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
     this.TxtReturnDate.CustomButton.TabIndex = 1;
     this.TxtReturnDate.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
     this.TxtReturnDate.CustomButton.UseSelectable = true;
     this.TxtReturnDate.CustomButton.Visible = false;
     this.TxtReturnDate.Lines = new string[0];
     this.TxtReturnDate.Location = new System.Drawing.Point(99, 156);
     this.TxtReturnDate.MaxLength = 32767;
     this.TxtReturnDate.Name = "TxtReturnDate";
     this.TxtReturnDate.PasswordChar = '\0';
     this.TxtReturnDate.ReadOnly = true;
     this.TxtReturnDate.ScrollBars = System.Windows.Forms.ScrollBars.None;
     this.TxtReturnDate.SelectedText = "";
     this.TxtReturnDate.SelectionLength = 0;
     this.TxtReturnDate.SelectionStart = 0;
     this.TxtReturnDate.ShortcutsEnabled = true;
     this.TxtReturnDate.Size = new System.Drawing.Size(180, 23);
     this.TxtReturnDate.TabIndex = 17;
     this.TxtReturnDate.UseSelectable = true;
     this.TxtReturnDate.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.TxtReturnDate.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // FrmRental
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(709, 554);
     this.Controls.Add(this.DgvData);
     this.Controls.Add(this.GrbDetail);
     this.Name = "FrmRental";
     this.Text = "도서 대여 관리";
     this.Load += new System.EventHandler(this.FrmDivCode_Load);
     this.Resize += new System.EventHandler(this.FrmDivCode_Resize);
     this.GrbDetail.ResumeLayout(false);
     this.GrbDetail.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DgvData)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #60
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Button btnRunAllHum;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.pb1                      = new System.Windows.Forms.PictureBox();
     this.btnSobel                 = new System.Windows.Forms.Button();
     this.btnDOG                   = new System.Windows.Forms.Button();
     this.btLoadImage              = new System.Windows.Forms.Button();
     this.gbFilter                 = new System.Windows.Forms.GroupBox();
     this.groupBox4                = new System.Windows.Forms.GroupBox();
     this.btnLoG                   = new System.Windows.Forms.Button();
     this.cmbLoG                   = new System.Windows.Forms.ComboBox();
     this.numWeight2               = new System.Windows.Forms.NumericUpDown();
     this.numWeight1               = new System.Windows.Forms.NumericUpDown();
     this.cmbKernelLenght          = new System.Windows.Forms.ComboBox();
     this.cmbLaplace               = new System.Windows.Forms.ComboBox();
     this.chb_SaveToFile           = new System.Windows.Forms.CheckBox();
     this.btnKirsch                = new System.Windows.Forms.Button();
     this.btnPrewitt               = new System.Windows.Forms.Button();
     this.btRunAllFilters          = new System.Windows.Forms.Button();
     this.btnLaplace               = new System.Windows.Forms.Button();
     this.gbHum                    = new System.Windows.Forms.GroupBox();
     this.cmbGaussian              = new System.Windows.Forms.ComboBox();
     this.btnGaussian              = new System.Windows.Forms.Button();
     this.cmbMedian                = new System.Windows.Forms.ComboBox();
     this.btnMedian                = new System.Windows.Forms.Button();
     this.cmbMotionBlur            = new System.Windows.Forms.ComboBox();
     this.btnMotionBlur            = new System.Windows.Forms.Button();
     this.cmbMean                  = new System.Windows.Forms.ComboBox();
     this.btnMean                  = new System.Windows.Forms.Button();
     this.statusStrip1             = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabelName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1    = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1               = new System.Windows.Forms.ToolStrip();
     this.toolStripFile            = new System.Windows.Forms.ToolStripDropDownButton();
     this.выходToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripHelp            = new System.Windows.Forms.ToolStripButton();
     this.btnImageShow             = new System.Windows.Forms.Button();
     this.chbGray                  = new System.Windows.Forms.CheckBox();
     this.gbAll                    = new System.Windows.Forms.GroupBox();
     this.chbSavePath              = new System.Windows.Forms.CheckBox();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.cmbFileExtension         = new System.Windows.Forms.ComboBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.btnChangeDir             = new System.Windows.Forms.Button();
     this.textBoxDirectory         = new System.Windows.Forms.TextBox();
     this.groupBox3                = new System.Windows.Forms.GroupBox();
     this.button1                  = new System.Windows.Forms.Button();
     this.btnInverseUnsafe         = new System.Windows.Forms.Button();
     this.btnInverseSafe           = new System.Windows.Forms.Button();
     this.btnForwardUnsafe         = new System.Windows.Forms.Button();
     this.btnForwardSafe           = new System.Windows.Forms.Button();
     this.txtIterations            = new System.Windows.Forms.TextBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.btnBrowse                = new System.Windows.Forms.Button();
     this.btnSave                  = new System.Windows.Forms.Button();
     this.lblTransformTime         = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     this.lblHeight                = new System.Windows.Forms.Label();
     this.label5                   = new System.Windows.Forms.Label();
     this.lblWidth                 = new System.Windows.Forms.Label();
     this.label6                   = new System.Windows.Forms.Label();
     this.pictureBox1              = new System.Windows.Forms.PictureBox();
     this.groupBox5                = new System.Windows.Forms.GroupBox();
     this.lblDirection             = new System.Windows.Forms.Label();
     btnRunAllHum                  = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pb1)).BeginInit();
     this.gbFilter.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numWeight2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWeight1)).BeginInit();
     this.gbHum.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.gbAll.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // btnRunAllHum
     //
     btnRunAllHum.Location = new System.Drawing.Point(83, 147);
     btnRunAllHum.Name     = "btnRunAllHum";
     btnRunAllHum.Size     = new System.Drawing.Size(155, 23);
     btnRunAllHum.TabIndex = 10;
     btnRunAllHum.Text     = "Запустить все";
     btnRunAllHum.UseVisualStyleBackColor = true;
     btnRunAllHum.Click += new System.EventHandler(this.btnRunAllHum_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pb1);
     this.groupBox1.Location = new System.Drawing.Point(16, 48);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(203, 175);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Исходное изображение";
     //
     // pb1
     //
     this.pb1.Location = new System.Drawing.Point(6, 19);
     this.pb1.Name     = "pb1";
     this.pb1.Size     = new System.Drawing.Size(191, 150);
     this.pb1.TabIndex = 2;
     this.pb1.TabStop  = false;
     //
     // btnSobel
     //
     this.btnSobel.Enabled  = false;
     this.btnSobel.Location = new System.Drawing.Point(311, 77);
     this.btnSobel.Name     = "btnSobel";
     this.btnSobel.Size     = new System.Drawing.Size(96, 23);
     this.btnSobel.TabIndex = 16;
     this.btnSobel.Text     = "Метод Собеля";
     this.btnSobel.UseVisualStyleBackColor = true;
     this.btnSobel.Click += new System.EventHandler(this.button1_Click);
     //
     // btnDOG
     //
     this.btnDOG.Enabled  = false;
     this.btnDOG.Location = new System.Drawing.Point(311, 164);
     this.btnDOG.Name     = "btnDOG";
     this.btnDOG.Size     = new System.Drawing.Size(96, 23);
     this.btnDOG.TabIndex = 17;
     this.btnDOG.Text     = "вейвлет DOG";
     this.btnDOG.UseVisualStyleBackColor = true;
     this.btnDOG.Click += new System.EventHandler(this.btDOG_Click);
     //
     // btLoadImage
     //
     this.btLoadImage.Location = new System.Drawing.Point(6, 18);
     this.btLoadImage.Name     = "btLoadImage";
     this.btLoadImage.Size     = new System.Drawing.Size(161, 23);
     this.btLoadImage.TabIndex = 0;
     this.btLoadImage.Text     = "Загрузите изображение";
     this.btLoadImage.UseVisualStyleBackColor = true;
     this.btLoadImage.Click += new System.EventHandler(this.btLoadImage_Click);
     //
     // gbFilter
     //
     this.gbFilter.Controls.Add(this.groupBox4);
     this.gbFilter.Controls.Add(this.numWeight2);
     this.gbFilter.Controls.Add(this.numWeight1);
     this.gbFilter.Controls.Add(this.cmbKernelLenght);
     this.gbFilter.Controls.Add(this.cmbLaplace);
     this.gbFilter.Controls.Add(this.chb_SaveToFile);
     this.gbFilter.Controls.Add(this.btnKirsch);
     this.gbFilter.Controls.Add(this.btnDOG);
     this.gbFilter.Controls.Add(this.btnPrewitt);
     this.gbFilter.Controls.Add(this.btRunAllFilters);
     this.gbFilter.Controls.Add(this.btnLaplace);
     this.gbFilter.Controls.Add(this.btnSobel);
     this.gbFilter.Location = new System.Drawing.Point(566, 30);
     this.gbFilter.Name     = "gbFilter";
     this.gbFilter.Size     = new System.Drawing.Size(427, 356);
     this.gbFilter.TabIndex = 19;
     this.gbFilter.TabStop  = false;
     this.gbFilter.Text     = "Обработать картинку фильтрами";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.btnLoG);
     this.groupBox4.Controls.Add(this.cmbLoG);
     this.groupBox4.Location = new System.Drawing.Point(37, 37);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(268, 63);
     this.groupBox4.TabIndex = 31;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "LOG";
     //
     // btnLoG
     //
     this.btnLoG.Location = new System.Drawing.Point(187, 34);
     this.btnLoG.Name     = "btnLoG";
     this.btnLoG.Size     = new System.Drawing.Size(70, 23);
     this.btnLoG.TabIndex = 26;
     this.btnLoG.Text     = "LoG";
     this.btnLoG.UseVisualStyleBackColor = true;
     this.btnLoG.Click += new System.EventHandler(this.btnLoG_Click);
     //
     // cmbLoG
     //
     this.cmbLoG.FormattingEnabled = true;
     this.cmbLoG.Items.AddRange(new object[] {
         "LaplacianOfGaussian",
         "Laplacian3x3OfGaussian3x3 F",
         "Laplacian3x3OfGaussian5x5 F1",
         "Laplacian3x3OfGaussian5x5 F2",
         "Laplacian5x5OfGaussian3x3 F",
         "Laplacian5x5OfGaussian5x5 F1",
         "Laplacian5x5OfGaussian5x5 F2"
     });
     this.cmbLoG.Location = new System.Drawing.Point(14, 34);
     this.cmbLoG.Name     = "cmbLoG";
     this.cmbLoG.Size     = new System.Drawing.Size(168, 21);
     this.cmbLoG.TabIndex = 27;
     //
     // numWeight2
     //
     this.numWeight2.DecimalPlaces = 4;
     this.numWeight2.Increment     = new decimal(new int[] {
         5,
         0,
         0,
         65536
     });
     this.numWeight2.Location = new System.Drawing.Point(224, 167);
     this.numWeight2.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         196608
     });
     this.numWeight2.Name     = "numWeight2";
     this.numWeight2.Size     = new System.Drawing.Size(70, 20);
     this.numWeight2.TabIndex = 30;
     this.numWeight2.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     //
     // numWeight1
     //
     this.numWeight1.DecimalPlaces = 4;
     this.numWeight1.Increment     = new decimal(new int[] {
         5,
         0,
         0,
         65536
     });
     this.numWeight1.Location = new System.Drawing.Point(148, 167);
     this.numWeight1.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         196608
     });
     this.numWeight1.Name     = "numWeight1";
     this.numWeight1.Size     = new System.Drawing.Size(70, 20);
     this.numWeight1.TabIndex = 29;
     this.numWeight1.Value    = new decimal(new int[] {
         5,
         0,
         0,
         65536
     });
     //
     // cmbKernelLenght
     //
     this.cmbKernelLenght.FormattingEnabled = true;
     this.cmbKernelLenght.Items.AddRange(new object[] {
         "3",
         "5",
         "7",
         "9",
         "11",
         "13",
         "15",
         "17",
         "19"
     });
     this.cmbKernelLenght.Location = new System.Drawing.Point(20, 166);
     this.cmbKernelLenght.Name     = "cmbKernelLenght";
     this.cmbKernelLenght.Size     = new System.Drawing.Size(121, 21);
     this.cmbKernelLenght.TabIndex = 28;
     //
     // cmbLaplace
     //
     this.cmbLaplace.FormattingEnabled = true;
     this.cmbLaplace.Items.AddRange(new object[] {
         "3x3",
         "5x5"
     });
     this.cmbLaplace.Location = new System.Drawing.Point(148, 107);
     this.cmbLaplace.Name     = "cmbLaplace";
     this.cmbLaplace.Size     = new System.Drawing.Size(71, 21);
     this.cmbLaplace.TabIndex = 25;
     //
     // chb_SaveToFile
     //
     this.chb_SaveToFile.AutoSize = true;
     this.chb_SaveToFile.Location = new System.Drawing.Point(249, 323);
     this.chb_SaveToFile.Name     = "chb_SaveToFile";
     this.chb_SaveToFile.Size     = new System.Drawing.Size(117, 17);
     this.chb_SaveToFile.TabIndex = 4;
     this.chb_SaveToFile.Text     = "Сохранить в файл";
     this.chb_SaveToFile.UseVisualStyleBackColor = true;
     //
     // btnKirsch
     //
     this.btnKirsch.Location = new System.Drawing.Point(311, 48);
     this.btnKirsch.Name     = "btnKirsch";
     this.btnKirsch.Size     = new System.Drawing.Size(96, 23);
     this.btnKirsch.TabIndex = 24;
     this.btnKirsch.Text     = "Кирш";
     this.btnKirsch.UseVisualStyleBackColor = true;
     this.btnKirsch.Click += new System.EventHandler(this.btnKirsch_Click);
     //
     // btnPrewitt
     //
     this.btnPrewitt.Location = new System.Drawing.Point(311, 19);
     this.btnPrewitt.Name     = "btnPrewitt";
     this.btnPrewitt.Size     = new System.Drawing.Size(96, 23);
     this.btnPrewitt.TabIndex = 23;
     this.btnPrewitt.Text     = "Прюитт";
     this.btnPrewitt.UseVisualStyleBackColor = true;
     this.btnPrewitt.Click += new System.EventHandler(this.btnPrewitt_Click);
     //
     // btRunAllFilters
     //
     this.btRunAllFilters.Enabled  = false;
     this.btRunAllFilters.Location = new System.Drawing.Point(37, 317);
     this.btRunAllFilters.Name     = "btRunAllFilters";
     this.btRunAllFilters.Size     = new System.Drawing.Size(155, 23);
     this.btRunAllFilters.TabIndex = 21;
     this.btRunAllFilters.Text     = "Запустить все";
     this.btRunAllFilters.UseVisualStyleBackColor = true;
     this.btRunAllFilters.Click += new System.EventHandler(this.btRunAllFilters_Click);
     //
     // btnLaplace
     //
     this.btnLaplace.Enabled  = false;
     this.btnLaplace.Location = new System.Drawing.Point(311, 106);
     this.btnLaplace.Name     = "btnLaplace";
     this.btnLaplace.Size     = new System.Drawing.Size(96, 22);
     this.btnLaplace.TabIndex = 19;
     this.btnLaplace.Text     = "Метод Лапласа";
     this.btnLaplace.UseVisualStyleBackColor = true;
     this.btnLaplace.Click += new System.EventHandler(this.btLaplace_Click);
     //
     // gbHum
     //
     this.gbHum.Controls.Add(btnRunAllHum);
     this.gbHum.Controls.Add(this.cmbGaussian);
     this.gbHum.Controls.Add(this.btnGaussian);
     this.gbHum.Controls.Add(this.cmbMedian);
     this.gbHum.Controls.Add(this.btnMedian);
     this.gbHum.Controls.Add(this.cmbMotionBlur);
     this.gbHum.Controls.Add(this.btnMotionBlur);
     this.gbHum.Controls.Add(this.cmbMean);
     this.gbHum.Controls.Add(this.btnMean);
     this.gbHum.Location = new System.Drawing.Point(252, 30);
     this.gbHum.Name     = "gbHum";
     this.gbHum.Size     = new System.Drawing.Size(308, 269);
     this.gbHum.TabIndex = 20;
     this.gbHum.TabStop  = false;
     this.gbHum.Text     = "Наложить шум на картинку";
     //
     // cmbGaussian
     //
     this.cmbGaussian.FormattingEnabled = true;
     this.cmbGaussian.Location          = new System.Drawing.Point(19, 107);
     this.cmbGaussian.Name     = "cmbGaussian";
     this.cmbGaussian.Size     = new System.Drawing.Size(149, 21);
     this.cmbGaussian.TabIndex = 9;
     //
     // btnGaussian
     //
     this.btnGaussian.Location = new System.Drawing.Point(196, 106);
     this.btnGaussian.Name     = "btnGaussian";
     this.btnGaussian.Size     = new System.Drawing.Size(95, 23);
     this.btnGaussian.TabIndex = 8;
     this.btnGaussian.Text     = "Gaussian";
     this.btnGaussian.UseVisualStyleBackColor = true;
     this.btnGaussian.Click += new System.EventHandler(this.btnGaussian_Click);
     //
     // cmbMedian
     //
     this.cmbMedian.FormattingEnabled = true;
     this.cmbMedian.Location          = new System.Drawing.Point(19, 76);
     this.cmbMedian.Name     = "cmbMedian";
     this.cmbMedian.Size     = new System.Drawing.Size(149, 21);
     this.cmbMedian.TabIndex = 7;
     //
     // btnMedian
     //
     this.btnMedian.Location = new System.Drawing.Point(196, 77);
     this.btnMedian.Name     = "btnMedian";
     this.btnMedian.Size     = new System.Drawing.Size(95, 23);
     this.btnMedian.TabIndex = 6;
     this.btnMedian.Text     = "Median";
     this.btnMedian.UseVisualStyleBackColor = true;
     this.btnMedian.Click += new System.EventHandler(this.btnMedian_Click);
     //
     // cmbMotionBlur
     //
     this.cmbMotionBlur.FormattingEnabled = true;
     this.cmbMotionBlur.Location          = new System.Drawing.Point(19, 50);
     this.cmbMotionBlur.Name     = "cmbMotionBlur";
     this.cmbMotionBlur.Size     = new System.Drawing.Size(149, 21);
     this.cmbMotionBlur.TabIndex = 5;
     //
     // btnMotionBlur
     //
     this.btnMotionBlur.Enabled  = false;
     this.btnMotionBlur.Location = new System.Drawing.Point(196, 48);
     this.btnMotionBlur.Name     = "btnMotionBlur";
     this.btnMotionBlur.Size     = new System.Drawing.Size(95, 23);
     this.btnMotionBlur.TabIndex = 4;
     this.btnMotionBlur.Text     = "MotionBlur";
     this.btnMotionBlur.UseVisualStyleBackColor = true;
     this.btnMotionBlur.Click += new System.EventHandler(this.btnMotionBlur_Click);
     //
     // cmbMean
     //
     this.cmbMean.FormattingEnabled = true;
     this.cmbMean.Location          = new System.Drawing.Point(19, 18);
     this.cmbMean.Name     = "cmbMean";
     this.cmbMean.Size     = new System.Drawing.Size(149, 21);
     this.cmbMean.TabIndex = 3;
     //
     // btnMean
     //
     this.btnMean.Enabled  = false;
     this.btnMean.Location = new System.Drawing.Point(196, 16);
     this.btnMean.Name     = "btnMean";
     this.btnMean.Size     = new System.Drawing.Size(95, 23);
     this.btnMean.TabIndex = 2;
     this.btnMean.Text     = "Mean";
     this.btnMean.UseVisualStyleBackColor = true;
     this.btnMean.Click += new System.EventHandler(this.btnMean_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabelName,
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 565);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1752, 22);
     this.statusStrip1.TabIndex = 22;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabelName
     //
     this.toolStripStatusLabelName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripStatusLabelName.Name         = "toolStripStatusLabelName";
     this.toolStripStatusLabelName.Size         = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripFile,
         this.toolStripHelp
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1752, 25);
     this.toolStrip1.TabIndex = 23;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripFile
     //
     this.toolStripFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.выходToolStripMenuItem
     });
     this.toolStripFile.Image = ((System.Drawing.Image)(resources.GetObject("toolStripFile.Image")));
     this.toolStripFile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripFile.Name = "toolStripFile";
     this.toolStripFile.Size = new System.Drawing.Size(49, 22);
     this.toolStripFile.Text = "Файл";
     //
     // выходToolStripMenuItem
     //
     this.выходToolStripMenuItem.Name   = "выходToolStripMenuItem";
     this.выходToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.выходToolStripMenuItem.Text   = "Выход";
     this.выходToolStripMenuItem.Click += new System.EventHandler(this.выходToolStripMenuItem_Click);
     //
     // toolStripHelp
     //
     this.toolStripHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripHelp.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripHelp.Image")));
     this.toolStripHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripHelp.Name   = "toolStripHelp";
     this.toolStripHelp.Size   = new System.Drawing.Size(57, 22);
     this.toolStripHelp.Text   = "Справка";
     this.toolStripHelp.Click += new System.EventHandler(this.toolStripHelp_Click);
     //
     // btnImageShow
     //
     this.btnImageShow.Location = new System.Drawing.Point(40, 229);
     this.btnImageShow.Name     = "btnImageShow";
     this.btnImageShow.Size     = new System.Drawing.Size(161, 23);
     this.btnImageShow.TabIndex = 24;
     this.btnImageShow.Text     = "Показать изображение";
     this.btnImageShow.UseVisualStyleBackColor = true;
     this.btnImageShow.Click += new System.EventHandler(this.btnImageShow_Click);
     //
     // chbGray
     //
     this.chbGray.AutoSize = true;
     this.chbGray.Location = new System.Drawing.Point(19, 19);
     this.chbGray.Name     = "chbGray";
     this.chbGray.Size     = new System.Drawing.Size(149, 17);
     this.chbGray.TabIndex = 5;
     this.chbGray.Text     = "Преобразовать в серый";
     this.chbGray.UseVisualStyleBackColor = true;
     //
     // gbAll
     //
     this.gbAll.Controls.Add(this.chbGray);
     this.gbAll.Location = new System.Drawing.Point(102, 392);
     this.gbAll.Name     = "gbAll";
     this.gbAll.Size     = new System.Drawing.Size(176, 78);
     this.gbAll.TabIndex = 28;
     this.gbAll.TabStop  = false;
     this.gbAll.Text     = "Общие";
     //
     // chbSavePath
     //
     this.chbSavePath.AutoSize   = true;
     this.chbSavePath.Checked    = true;
     this.chbSavePath.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbSavePath.Location   = new System.Drawing.Point(6, 19);
     this.chbSavePath.Name       = "chbSavePath";
     this.chbSavePath.Size       = new System.Drawing.Size(301, 17);
     this.chbSavePath.TabIndex   = 6;
     this.chbSavePath.Text       = "Сохранять в каталог откуда запускалось приложение";
     this.chbSavePath.UseVisualStyleBackColor = true;
     this.chbSavePath.CheckedChanged         += new System.EventHandler(this.chbSavePath_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.cmbFileExtension);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.btnChangeDir);
     this.groupBox2.Controls.Add(this.textBoxDirectory);
     this.groupBox2.Controls.Add(this.chbSavePath);
     this.groupBox2.Location = new System.Drawing.Point(312, 392);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(681, 78);
     this.groupBox2.TabIndex = 29;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Параметры сохранения";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(475, 45);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(120, 13);
     this.label2.TabIndex = 11;
     this.label2.Text     = "Формат изображения";
     //
     // cmbFileExtension
     //
     this.cmbFileExtension.FormattingEnabled = true;
     this.cmbFileExtension.Items.AddRange(new object[] {
         "BMP",
         "JPG",
         "PNG"
     });
     this.cmbFileExtension.Location = new System.Drawing.Point(604, 41);
     this.cmbFileExtension.Name     = "cmbFileExtension";
     this.cmbFileExtension.Size     = new System.Drawing.Size(57, 21);
     this.cmbFileExtension.TabIndex = 10;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 13);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Выбере каталог";
     //
     // btnChangeDir
     //
     this.btnChangeDir.Enabled  = false;
     this.btnChangeDir.Location = new System.Drawing.Point(437, 40);
     this.btnChangeDir.Name     = "btnChangeDir";
     this.btnChangeDir.Size     = new System.Drawing.Size(32, 23);
     this.btnChangeDir.TabIndex = 8;
     this.btnChangeDir.Text     = "...";
     this.btnChangeDir.UseVisualStyleBackColor = true;
     this.btnChangeDir.Click += new System.EventHandler(this.btnChangeDir_Click);
     //
     // textBoxDirectory
     //
     this.textBoxDirectory.Enabled  = false;
     this.textBoxDirectory.Location = new System.Drawing.Point(101, 42);
     this.textBoxDirectory.Name     = "textBoxDirectory";
     this.textBoxDirectory.Size     = new System.Drawing.Size(330, 20);
     this.textBoxDirectory.TabIndex = 7;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btLoadImage);
     this.groupBox3.Controls.Add(this.groupBox1);
     this.groupBox3.Controls.Add(this.btnImageShow);
     this.groupBox3.Location = new System.Drawing.Point(12, 28);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(233, 271);
     this.groupBox3.TabIndex = 6;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Исходное изображение";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(335, 347);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(155, 23);
     this.button1.TabIndex = 30;
     this.button1.Text     = "Анализ изображений";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_2);
     //
     // btnInverseUnsafe
     //
     this.btnInverseUnsafe.Location = new System.Drawing.Point(17, 284);
     this.btnInverseUnsafe.Name     = "btnInverseUnsafe";
     this.btnInverseUnsafe.Size     = new System.Drawing.Size(183, 34);
     this.btnInverseUnsafe.TabIndex = 11;
     this.btnInverseUnsafe.Text     = "Инверсия (небезоп. код)";
     this.btnInverseUnsafe.UseVisualStyleBackColor = true;
     this.btnInverseUnsafe.Click += new System.EventHandler(this.btnInverseUnsafe_Click);
     //
     // btnInverseSafe
     //
     this.btnInverseSafe.Location = new System.Drawing.Point(17, 237);
     this.btnInverseSafe.Name     = "btnInverseSafe";
     this.btnInverseSafe.Size     = new System.Drawing.Size(183, 39);
     this.btnInverseSafe.TabIndex = 10;
     this.btnInverseSafe.Text     = "Инверсия (безоп. код)";
     this.btnInverseSafe.UseVisualStyleBackColor = true;
     this.btnInverseSafe.Click += new System.EventHandler(this.btnInverseSafe_Click);
     //
     // btnForwardUnsafe
     //
     this.btnForwardUnsafe.Location = new System.Drawing.Point(17, 160);
     this.btnForwardUnsafe.Name     = "btnForwardUnsafe";
     this.btnForwardUnsafe.Size     = new System.Drawing.Size(183, 35);
     this.btnForwardUnsafe.TabIndex = 9;
     this.btnForwardUnsafe.Text     = "Вперед (небезоп. код)";
     this.btnForwardUnsafe.UseVisualStyleBackColor = true;
     this.btnForwardUnsafe.Click += new System.EventHandler(this.btnForwardUnsafe_Click);
     //
     // btnForwardSafe
     //
     this.btnForwardSafe.Location = new System.Drawing.Point(17, 119);
     this.btnForwardSafe.Name     = "btnForwardSafe";
     this.btnForwardSafe.Size     = new System.Drawing.Size(183, 34);
     this.btnForwardSafe.TabIndex = 8;
     this.btnForwardSafe.Text     = "Вперед (безоп. код)";
     this.btnForwardSafe.UseVisualStyleBackColor = true;
     this.btnForwardSafe.Click += new System.EventHandler(this.btnForwardSafe_Click);
     //
     // txtIterations
     //
     this.txtIterations.Location = new System.Drawing.Point(110, 66);
     this.txtIterations.Name     = "txtIterations";
     this.txtIterations.Size     = new System.Drawing.Size(90, 20);
     this.txtIterations.TabIndex = 7;
     this.txtIterations.Text     = "1";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 69);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(94, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Кол-во итераций:";
     //
     // btnBrowse
     //
     this.btnBrowse.Location = new System.Drawing.Point(17, 29);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(183, 23);
     this.btnBrowse.TabIndex = 4;
     this.btnBrowse.Text     = "Загрузите изображение";
     this.btnBrowse.UseVisualStyleBackColor = true;
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(17, 468);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(183, 23);
     this.btnSave.TabIndex = 12;
     this.btnSave.Text     = "Сохранить изображение";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // lblTransformTime
     //
     this.lblTransformTime.AutoSize = true;
     this.lblTransformTime.Location = new System.Drawing.Point(147, 396);
     this.lblTransformTime.Name     = "lblTransformTime";
     this.lblTransformTime.Size     = new System.Drawing.Size(13, 13);
     this.lblTransformTime.TabIndex = 5;
     this.lblTransformTime.Text     = "0";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 396);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(127, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Время трансформации:";
     //
     // lblHeight
     //
     this.lblHeight.AutoSize = true;
     this.lblHeight.Location = new System.Drawing.Point(62, 367);
     this.lblHeight.Name     = "lblHeight";
     this.lblHeight.Size     = new System.Drawing.Size(25, 13);
     this.lblHeight.TabIndex = 3;
     this.lblHeight.Text     = "512";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(14, 367);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 13);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Высота:";
     //
     // lblWidth
     //
     this.lblWidth.AutoSize = true;
     this.lblWidth.Location = new System.Drawing.Point(62, 347);
     this.lblWidth.Name     = "lblWidth";
     this.lblWidth.Size     = new System.Drawing.Size(25, 13);
     this.lblWidth.TabIndex = 1;
     this.lblWidth.Text     = "512";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(14, 347);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Ширина: ";
     //
     // pictureBox1
     //
     this.pictureBox1.Image        = global::Diplom.Properties.Resources.lena;
     this.pictureBox1.InitialImage = null;
     this.pictureBox1.Location     = new System.Drawing.Point(1228, 28);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(512, 512);
     this.pictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex     = 32;
     this.pictureBox1.TabStop      = false;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.lblDirection);
     this.groupBox5.Controls.Add(this.btnInverseUnsafe);
     this.groupBox5.Controls.Add(this.btnSave);
     this.groupBox5.Controls.Add(this.btnBrowse);
     this.groupBox5.Controls.Add(this.lblTransformTime);
     this.groupBox5.Controls.Add(this.btnInverseSafe);
     this.groupBox5.Controls.Add(this.label3);
     this.groupBox5.Controls.Add(this.label4);
     this.groupBox5.Controls.Add(this.lblHeight);
     this.groupBox5.Controls.Add(this.btnForwardUnsafe);
     this.groupBox5.Controls.Add(this.label5);
     this.groupBox5.Controls.Add(this.txtIterations);
     this.groupBox5.Controls.Add(this.lblWidth);
     this.groupBox5.Controls.Add(this.btnForwardSafe);
     this.groupBox5.Controls.Add(this.label6);
     this.groupBox5.Location = new System.Drawing.Point(999, 30);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(222, 510);
     this.groupBox5.TabIndex = 34;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Обработать картинку вейвлетом Хаара";
     //
     // lblDirection
     //
     this.lblDirection.AutoSize = true;
     this.lblDirection.Location = new System.Drawing.Point(17, 413);
     this.lblDirection.Name     = "lblDirection";
     this.lblDirection.Size     = new System.Drawing.Size(0, 13);
     this.lblDirection.TabIndex = 13;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1752, 587);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.gbAll);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.gbHum);
     this.Controls.Add(this.gbFilter);
     this.HelpButton = true;
     this.Name       = "MainForm";
     this.Text       = "Дипломная работа";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pb1)).EndInit();
     this.gbFilter.ResumeLayout(false);
     this.gbFilter.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numWeight2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWeight1)).EndInit();
     this.gbHum.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.gbAll.ResumeLayout(false);
     this.gbAll.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }