/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.labelIndex = new System.Windows.Forms.Label();
            this.textBoxIndex = new System.Windows.Forms.TextBox();
            this.buttonGetValue = new System.Windows.Forms.Button();
            this.labelResult = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // labelIndex
            // 
            this.labelIndex.AutoSize = true;
            this.labelIndex.Location = new System.Drawing.Point(36, 17);
            this.labelIndex.Name = "labelIndex";
            this.labelIndex.Size = new System.Drawing.Size(36, 13);
            this.labelIndex.TabIndex = 0;
            this.labelIndex.Text = "Index:";
            // 
            // textBoxIndex
            // 
            this.textBoxIndex.Location = new System.Drawing.Point(78, 14);
            this.textBoxIndex.Name = "textBoxIndex";
            this.textBoxIndex.Size = new System.Drawing.Size(100, 20);
            this.textBoxIndex.TabIndex = 1;
            // 
            // buttonGetValue
            // 
            this.buttonGetValue.Location = new System.Drawing.Point(184, 12);
            this.buttonGetValue.Name = "buttonGetValue";
            this.buttonGetValue.Size = new System.Drawing.Size(75, 23);
            this.buttonGetValue.TabIndex = 2;
            this.buttonGetValue.Text = "Get Value";
            this.buttonGetValue.UseVisualStyleBackColor = true;
            this.buttonGetValue.Click += new System.EventHandler(this.ButtonGetValue_Click);
            // 
            // labelResult
            // 
            this.labelResult.Location = new System.Drawing.Point(12, 46);
            this.labelResult.Name = "labelResult";
            this.labelResult.Size = new System.Drawing.Size(270, 26);
            this.labelResult.TabIndex = 3;
            this.labelResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Index
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(294, 88);
            this.Controls.Add(this.labelResult);
            this.Controls.Add(this.buttonGetValue);
            this.Controls.Add(this.textBoxIndex);
            this.Controls.Add(this.labelIndex);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Index";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Index";
            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.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()
 {
     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();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.jobDes_textBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.custNote_textBox = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(29, 26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(110, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "Job Description";
     //
     // jobDes_textBox
     //
     this.jobDes_textBox.Location = new System.Drawing.Point(31, 41);
     this.jobDes_textBox.Multiline = true;
     this.jobDes_textBox.Name = "jobDes_textBox";
     this.jobDes_textBox.Size = new System.Drawing.Size(465, 187);
     this.jobDes_textBox.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(29, 245);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(103, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "Customer Notes";
     //
     // custNote_textBox
     //
     this.custNote_textBox.Location = new System.Drawing.Point(31, 260);
     this.custNote_textBox.Multiline = true;
     this.custNote_textBox.Name = "custNote_textBox";
     this.custNote_textBox.Size = new System.Drawing.Size(465, 187);
     this.custNote_textBox.TabIndex = 3;
     //
     // notes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(529, 487);
     this.Controls.Add(this.custNote_textBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.jobDes_textBox);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "notes";
     this.Text = "notes";
     this.Load += new System.EventHandler(this.notes_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();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.textBoxParentID = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "File ID:";
     //
     // textBoxParentID
     //
     this.textBoxParentID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxParentID.Location = new System.Drawing.Point(50, 3);
     this.textBoxParentID.Name = "textBoxParentID";
     this.textBoxParentID.Size = new System.Drawing.Size(255, 20);
     this.textBoxParentID.TabIndex = 1;
     //
     // GetFilesControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.textBoxParentID);
     this.Controls.Add(this.label1);
     this.Name = "GetFilesControl";
     this.Size = new System.Drawing.Size(318, 34);
     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.textBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location = new System.Drawing.Point(0, 0);
     this.textBox1.Margin = new System.Windows.Forms.Padding(5);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(366, 140);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text = "Help text goes here.";
     //
     // HelpBoxForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(366, 140);
     this.Controls.Add(this.textBox1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "HelpBoxForm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = "Help Box";
     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.textBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(-1, 0);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(282, 265);
     this.textBox1.TabIndex = 0;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // EjemploDataAdapter
     //
     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.Name = "EjemploDataAdapter";
     this.Text = "EjemploDataAdapter";
     this.Load += new System.EventHandler(this.EjemploDataAdapter_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.textBox1);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(72, 60);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 20);
            this.textBox1.TabIndex = 0;
            // 
            // GetInput
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(284, 165);
            this.Name = "GetInput";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.TextBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // TextBox1
     //
     this.TextBox1.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.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TextBox1.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TextBox1.Location = new System.Drawing.Point(0, 0);
     this.TextBox1.Name = "TextBox1";
     this.TextBox1.Size = new System.Drawing.Size(200, 25);
     this.TextBox1.TabIndex = 0;
     this.TextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox1_KeyDown);
     this.TextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox1_KeyPress);
     this.TextBox1.Leave += new System.EventHandler(this.TextBox1_Leave);
     //
     // ucDinero
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.TextBox1);
     this.Name = "ucDinero";
     this.Size = new System.Drawing.Size(200, 26);
     this.Load += new System.EventHandler(this.ucDinero_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.tbxSearchString = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // tbxSearchString
     //
     this.tbxSearchString.Dock = System.Windows.Forms.DockStyle.Top;
     this.tbxSearchString.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbxSearchString.Location = new System.Drawing.Point(0, 0);
     this.tbxSearchString.Name = "tbxSearchString";
     this.tbxSearchString.Size = new System.Drawing.Size(139, 20);
     this.tbxSearchString.TabIndex = 0;
     this.tbxSearchString.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbxSearchString_KeyDown);
     this.tbxSearchString.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tbxSearchString_KeyUp);
     //
     // frmMarkerPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ClientSize = new System.Drawing.Size(139, 140);
     this.Controls.Add(this.tbxSearchString);
     this.DoubleBuffered = true;
     this.Name = "frmMarkerPanel";
     this.Text = "NppDockableForm";
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmGoToLine_Paint);
     this.SizeChanged += new System.EventHandler(this.frmGoToLine_SizeChanged);
     this.VisibleChanged += new System.EventHandler(this.FrmGoToLineVisibleChanged);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(12, 12);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 0;
     this.textBox1.Click += new System.EventHandler(this.OnEditClick);
     this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
     //
     // PointNumDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(131, 49);
     this.ControlBox = false;
     this.Controls.Add(this.textBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "PointNumDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Enter Point Num";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PasswordBox));
     this.textBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textBox
     //
     resources.ApplyResources(this.textBox, "textBox");
     this.textBox.Name = "textBox";
     this.textBox.UseSystemPasswordChar = true;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // PasswordBox
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.label2);
     this.MaximumSize = new System.Drawing.Size(352, 36);
     this.MinimumSize = new System.Drawing.Size(50, 36);
     this.Name = "PasswordBox";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtText = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // txtText
     //
     this.txtText.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.txtText.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtText.Location = new System.Drawing.Point(12, 12);
     this.txtText.Multiline = true;
     this.txtText.Name = "txtText";
     this.txtText.ReadOnly = true;
     this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtText.Size = new System.Drawing.Size(668, 442);
     this.txtText.TabIndex = 0;
     this.txtText.TabStop = false;
     this.txtText.WordWrap = false;
     //
     // TextViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(692, 466);
     this.Controls.Add(this.txtText);
     this.MinimumSize = new System.Drawing.Size(700, 500);
     this.Name = "TextViewer";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmTextViewer";
     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(AddressBox));
     this.textBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textBox
     //
     resources.ApplyResources(this.textBox, "textBox");
     this.textBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.textBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.textBox.Name = "textBox";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // AddressBox
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.label2);
     this.MaximumSize = new System.Drawing.Size(352, 36);
     this.MinimumSize = new System.Drawing.Size(50, 36);
     this.Name = "AddressBox";
     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.SampleStringTextBox = new System.Windows.Forms.TextBox();
     this.SampleBooleanCheckBox = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // SampleStringTextBox
     //
     this.SampleStringTextBox.Location = new System.Drawing.Point(8, 8);
     this.SampleStringTextBox.Name = "SampleStringTextBox";
     this.SampleStringTextBox.TabIndex = 0;
     this.SampleStringTextBox.Text = "Hello World!";
     //
     // SampleBooleanCheckBox
     //
     this.SampleBooleanCheckBox.Location = new System.Drawing.Point(8, 32);
     this.SampleBooleanCheckBox.Name = "SampleBooleanCheckBox";
     this.SampleBooleanCheckBox.Size = new System.Drawing.Size(112, 24);
     this.SampleBooleanCheckBox.TabIndex = 1;
     this.SampleBooleanCheckBox.Text = "Sample Boolean";
     //
     // DropDownEditorPropertyEditorControl
     //
     this.Controls.Add(this.SampleBooleanCheckBox);
     this.Controls.Add(this.SampleStringTextBox);
     this.Name = "DropDownEditorPropertyEditorControl";
     this.Size = new System.Drawing.Size(112, 56);
     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.textBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // textBox1

            this.textBox1.Size = new System.Drawing.Size(width, height);
            this.Size = new System.Drawing.Size(width, height);
            this.TabIndex = 0;
            this.Font = new System.Drawing.Font(this.Font.FontFamily, 30);
            this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnKeyPress);
            this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(textBox1_KeyDown);
            //
            // FloatTextBox
            //
            this.Controls.Add(this.textBox1);
            this.textBox1.Multiline = false;
            this.textBox1.ShortcutsEnabled = true;
            this.KeyPreview = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            //this.Name = "FloatTextBox";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            //this.Text = "Input Some key words.";
            this.TopMost = true;
            //this.TransparencyKey = System.Drawing.Color.Red;
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #19
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()
 {
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.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.textBox1.BackColor = System.Drawing.Color.White;
     this.textBox1.Location = new System.Drawing.Point(2, 3);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size = new System.Drawing.Size(473, 675);
     this.textBox1.TabIndex = 0;
     //
     // About
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(487, 690);
     this.Controls.Add(this.textBox1);
     this.Name = "About";
     this.Text = "About";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnDraw = new System.Windows.Forms.Button();
     this.txtLevel = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // btnDraw
     //
     this.btnDraw.Location = new System.Drawing.Point(91, 12);
     this.btnDraw.Name = "btnDraw";
     this.btnDraw.Size = new System.Drawing.Size(75, 23);
     this.btnDraw.TabIndex = 6;
     this.btnDraw.Text = "Draw";
     this.btnDraw.UseVisualStyleBackColor = true;
     this.btnDraw.Click += new System.EventHandler(this.btnDraw_Click);
     //
     // txtLevel
     //
     this.txtLevel.Location = new System.Drawing.Point(54, 14);
     this.txtLevel.Name = "txtLevel";
     this.txtLevel.Size = new System.Drawing.Size(31, 20);
     this.txtLevel.TabIndex = 5;
     this.txtLevel.Text = "4";
     this.txtLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 17);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(36, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "Level:";
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(13, 41);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(259, 260);
     this.panel1.TabIndex = 7;
     //
     // Form1
     //
     this.AcceptButton = this.btnDraw;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 313);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btnDraw);
     this.Controls.Add(this.txtLevel);
     this.Controls.Add(this.label1);
     this.Name = "Form1";
     this.Text = "howto_sierpinski_carpet";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Resize += 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()
        {
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // textBox1

            this.textBox1.Size = new System.Drawing.Size(width, height);
            this.Size = new System.Drawing.Size(width, height);
            this.TabIndex = 0;
            this.Font = new System.Drawing.Font(this.Font.FontFamily, 30);
            this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnKeyPress);
            //
            // FloatTextBox
            //
            //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            //this.BackColor = System.Drawing.Color.Red;
            //this.ClientSize = new System.Drawing.Size(292, 44);
            this.Controls.Add(this.textBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            //this.Name = "FloatTextBox";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            //this.Text = "Input Some key words.";
            this.TopMost = true;
            //this.TransparencyKey = System.Drawing.Color.Red;
            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.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(12, 29);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(283, 20);
     this.textBox1.TabIndex = 0;
     //
     // 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(219, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Type the connecting IP for the new account:";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(13, 55);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(140, 23);
     this.button1.TabIndex = 2;
     this.button1.Text = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(159, 55);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(136, 23);
     this.button2.TabIndex = 3;
     this.button2.Text = "Cancel";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // AddAccountDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(310, 85);
     this.ControlBox = false;
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "AddAccountDialog";
     this.Text = "Add account...";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.AcceptsReturn = true;
     this.textBox1.AcceptsTab = true;
     this.textBox1.BackColor = System.Drawing.SystemColors.HighlightText;
     this.textBox1.Location = new System.Drawing.Point(12, 12);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size = new System.Drawing.Size(360, 238);
     this.textBox1.TabIndex = 0;
     //
     // FormPreview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(384, 262);
     this.Controls.Add(this.textBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Name = "FormPreview";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "FormPreview";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #25
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.lblTip = new System.Windows.Forms.Label();
     this.txtCopyright = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // lblTip
     //
     this.lblTip.AutoSize = true;
     this.lblTip.Location = new System.Drawing.Point(4, 13);
     this.lblTip.Name = "lblTip";
     this.lblTip.Size = new System.Drawing.Size(77, 12);
     this.lblTip.TabIndex = 0;
     this.lblTip.Text = "插件配置信息";
     //
     // txtCopyright
     //
     this.txtCopyright.Location = new System.Drawing.Point(6, 37);
     this.txtCopyright.Multiline = true;
     this.txtCopyright.Name = "txtCopyright";
     this.txtCopyright.Size = new System.Drawing.Size(460, 280);
     this.txtCopyright.TabIndex = 1;
     //
     // VSConfig
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.txtCopyright);
     this.Controls.Add(this.lblTip);
     this.Name = "VSConfig";
     this.Size = new System.Drawing.Size(480, 390);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.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.textBox1.BackColor = System.Drawing.Color.White;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox1.Location = new System.Drawing.Point(4, 4);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(108, 16);
     this.textBox1.TabIndex = 1;
     this.textBox1.WordWrap = false;
     this.textBox1.MouseLeave += new System.EventHandler(this.textBox1_MouseLeave);
     this.textBox1.MouseEnter += new System.EventHandler(this.textBox1_MouseEnter);
     //
     // BasicComboBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.textBox1);
     this.Name = "BasicComboBox";
     this.Size = new System.Drawing.Size(134, 22);
     this.Leave += new System.EventHandler(this.BasicComboBox_Leave);
     this.Resize += new System.EventHandler(this.BasicComboBox_Resize);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #27
0
        /// <summary>
        /// Initializes the component.
        /// </summary>
        private void InitializeComponent()
        {
            this.ValueStringLabel = new System.Windows.Forms.Label();
            this.ValueStringTextBox = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // ValueStringLabel
            // 
            this.ValueStringLabel.AutoSize = true;
            this.ValueStringLabel.Location = new System.Drawing.Point(133, 10);
            this.ValueStringLabel.Name = "ValueStringLabel";
            this.ValueStringLabel.Size = new System.Drawing.Size(33, 13);
            this.ValueStringLabel.TabIndex = 2;
            this.ValueStringLabel.Text = "Label";
            // 
            // ValueStringTextBox
            // 
            this.ValueStringTextBox.Location = new System.Drawing.Point(4, 4);
            this.ValueStringTextBox.MaxLength = 255;
            this.ValueStringTextBox.Name = "ValueStringTextBox";
            this.ValueStringTextBox.Size = new System.Drawing.Size(123, 20);
            this.ValueStringTextBox.TabIndex = 3;
            // 
            // ValuePanelString
            // 
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(this.ValueStringTextBox);
            this.Controls.Add(this.ValueStringLabel);
            this.Name = "ValuePanelString";
            this.Size = new System.Drawing.Size(169, 27);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #28
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(AddName));
     this.button1 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(199, 55);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(66, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Ok";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(12, 55);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(66, 23);
     this.button3.TabIndex = 1;
     this.button3.Text = "Cancel";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(12, 29);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(253, 20);
     this.textBox1.TabIndex = 2;
     //
     // 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(138, 13);
     this.label1.TabIndex = 3;
     this.label1.Text = "Character or Channel Name";
     //
     // AddName
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(277, 81);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "AddName";
     this.Text = "Add User / Channel";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnLoad = new System.Windows.Forms.Button();
     this.btnCalculate = new System.Windows.Forms.Button();
     this.tboxCode = new System.Windows.Forms.TextBox();
     this.tboxAnswer = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // btnLoad
     //
     this.btnLoad.Location = new System.Drawing.Point(12, 25);
     this.btnLoad.Name = "btnLoad";
     this.btnLoad.Size = new System.Drawing.Size(349, 23);
     this.btnLoad.TabIndex = 4;
     this.btnLoad.Text = "Загрузить из файла";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // btnCalculate
     //
     this.btnCalculate.Enabled = false;
     this.btnCalculate.Location = new System.Drawing.Point(415, 25);
     this.btnCalculate.Name = "btnCalculate";
     this.btnCalculate.Size = new System.Drawing.Size(314, 23);
     this.btnCalculate.TabIndex = 5;
     this.btnCalculate.Text = "Сделать хорошо";
     this.btnCalculate.UseVisualStyleBackColor = true;
     this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
     //
     // tboxCode
     //
     this.tboxCode.Location = new System.Drawing.Point(12, 79);
     this.tboxCode.Multiline = true;
     this.tboxCode.Name = "tboxCode";
     this.tboxCode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.tboxCode.Size = new System.Drawing.Size(349, 363);
     this.tboxCode.TabIndex = 6;
     //
     // tboxAnswer
     //
     this.tboxAnswer.Location = new System.Drawing.Point(415, 79);
     this.tboxAnswer.Multiline = true;
     this.tboxAnswer.Name = "tboxAnswer";
     this.tboxAnswer.Size = new System.Drawing.Size(314, 363);
     this.tboxAnswer.TabIndex = 7;
     //
     // MainFr
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(762, 454);
     this.Controls.Add(this.tboxAnswer);
     this.Controls.Add(this.tboxCode);
     this.Controls.Add(this.btnCalculate);
     this.Controls.Add(this.btnLoad);
     this.Name = "MainFr";
     this.Text = "lab 2 (Meyers) 451001 Smirnov";
     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.label1 = new System.Windows.Forms.Label();
     this.prop_name = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(22, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(80, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "&Property Name:";
     //
     // prop_name
     //
     this.prop_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.prop_name.Location = new System.Drawing.Point(130, 21);
     this.prop_name.Name = "prop_name";
     this.prop_name.Size = new System.Drawing.Size(1057, 20);
     this.prop_name.TabIndex = 2;
     //
     // panelAMF0Default
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.prop_name);
     this.Controls.Add(this.label1);
     this.Name = "panelAMF0Default";
     this.Size = new System.Drawing.Size(1201, 627);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #31
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.button1   = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.textBox8  = new System.Windows.Forms.TextBox();
     this.label8    = new System.Windows.Forms.Label();
     this.label10   = new System.Windows.Forms.Label();
     this.label12   = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.textBox3  = new System.Windows.Forms.TextBox();
     this.label5    = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.textBox1  = new System.Windows.Forms.TextBox();
     this.textBox4  = new System.Windows.Forms.TextBox();
     this.label3    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.textBox5  = new System.Windows.Forms.TextBox();
     this.label4    = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Location = new System.Drawing.Point(2, 281);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(257, 48);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "系统控制";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 16);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(88, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "开始发送";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textBox8);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.textBox3);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Location = new System.Drawing.Point(2, 153);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(257, 107);
     this.groupBox3.TabIndex = 4;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "状态信息";
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(120, 13);
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new System.Drawing.Size(90, 21);
     this.textBox8.TabIndex = 9;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(2, -3);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(100, 23);
     this.label8.TabIndex = 6;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(0, 0);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(100, 23);
     this.label10.TabIndex = 7;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(0, 0);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(100, 23);
     this.label12.TabIndex = 8;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 23);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(137, 14);
     this.label2.TabIndex = 0;
     this.label2.Text     = "请输入个人指数:";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(120, 40);
     this.textBox3.Name     = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size     = new System.Drawing.Size(90, 21);
     this.textBox3.TabIndex = 5;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(24, 48);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(163, 13);
     this.label5.TabIndex = 2;
     this.label5.Text     = "得到传输结果:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textBox1);
     this.groupBox2.Controls.Add(this.textBox4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(2, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(259, 134);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "系统设置";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(104, 40);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(108, 21);
     this.textBox1.TabIndex = 1;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(104, 16);
     this.textBox4.Name     = "textBox4";
     this.textBox4.ReadOnly = true;
     this.textBox4.Size     = new System.Drawing.Size(108, 21);
     this.textBox4.TabIndex = 2;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "本机ip地址:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "接收端IP地址:";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(104, 78);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(80, 21);
     this.textBox5.TabIndex = 3;
     this.textBox5.Text     = "6666";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 81);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 16);
     this.label4.TabIndex = 2;
     this.label4.Text     = "传输端口:";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(283, 361);
     this.Controls.Add(this.textBox5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.Text            = "DHsent";
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #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.matrixGridView = new System.Windows.Forms.DataGridView();
     this.resultGridView = new System.Windows.Forms.DataGridView();
     this.stepColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.taskColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeAddColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeMulColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tasksTrackBar  = new System.Windows.Forms.TrackBar();
     this.typeTextBox    = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.taskLabel      = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.planButton     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.matrixGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resultGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tasksTrackBar)).BeginInit();
     this.SuspendLayout();
     //
     // matrixGridView
     //
     this.matrixGridView.AllowUserToAddRows          = false;
     this.matrixGridView.AllowUserToDeleteRows       = false;
     this.matrixGridView.AllowUserToResizeColumns    = false;
     this.matrixGridView.AllowUserToResizeRows       = false;
     this.matrixGridView.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.matrixGridView.ColumnHeadersHeight         = 15;
     this.matrixGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.matrixGridView.ColumnHeadersVisible        = false;
     this.matrixGridView.Location                = new System.Drawing.Point(12, 12);
     this.matrixGridView.MultiSelect             = false;
     this.matrixGridView.Name                    = "matrixGridView";
     this.matrixGridView.RowHeadersVisible       = false;
     this.matrixGridView.RowHeadersWidth         = 15;
     this.matrixGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.matrixGridView.RowTemplate.Height      = 15;
     this.matrixGridView.Size                    = new System.Drawing.Size(265, 265);
     this.matrixGridView.TabIndex                = 0;
     //
     // resultGridView
     //
     this.resultGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.resultGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.stepColumn,
         this.taskColumn,
         this.typeAddColumn,
         this.typeMulColumn
     });
     this.resultGridView.Location          = new System.Drawing.Point(12, 287);
     this.resultGridView.Name              = "resultGridView";
     this.resultGridView.RowHeadersVisible = false;
     this.resultGridView.Size              = new System.Drawing.Size(265, 153);
     this.resultGridView.TabIndex          = 1;
     //
     // stepColumn
     //
     this.stepColumn.HeaderText = "Шаг";
     this.stepColumn.Name       = "stepColumn";
     this.stepColumn.ReadOnly   = true;
     this.stepColumn.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.stepColumn.Width      = 50;
     //
     // taskColumn
     //
     this.taskColumn.HeaderText = "Операции";
     this.taskColumn.Name       = "taskColumn";
     this.taskColumn.ReadOnly   = true;
     this.taskColumn.Width      = 112;
     //
     // typeAddColumn
     //
     this.typeAddColumn.HeaderText = "Тип +";
     this.typeAddColumn.Name       = "typeAddColumn";
     this.typeAddColumn.ReadOnly   = true;
     this.typeAddColumn.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.typeAddColumn.Width      = 50;
     //
     // typeMulColumn
     //
     this.typeMulColumn.HeaderText = "Тип *";
     this.typeMulColumn.Name       = "typeMulColumn";
     this.typeMulColumn.ReadOnly   = true;
     this.typeMulColumn.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.typeMulColumn.Width      = 50;
     //
     // tasksTrackBar
     //
     this.tasksTrackBar.LargeChange = 1;
     this.tasksTrackBar.Location    = new System.Drawing.Point(397, 12);
     this.tasksTrackBar.Maximum     = 16;
     this.tasksTrackBar.Minimum     = 12;
     this.tasksTrackBar.Name        = "tasksTrackBar";
     this.tasksTrackBar.Size        = new System.Drawing.Size(104, 45);
     this.tasksTrackBar.TabIndex    = 2;
     this.tasksTrackBar.Value       = 12;
     this.tasksTrackBar.Scroll     += new System.EventHandler(this.TasksTrackBar_Scroll);
     //
     // typeTextBox
     //
     this.typeTextBox.Location = new System.Drawing.Point(359, 63);
     this.typeTextBox.Name     = "typeTextBox";
     this.typeTextBox.Size     = new System.Drawing.Size(138, 20);
     this.typeTextBox.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(284, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(107, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Количество вершин";
     //
     // taskLabel
     //
     this.taskLabel.AutoSize = true;
     this.taskLabel.Location = new System.Drawing.Point(507, 13);
     this.taskLabel.Name     = "taskLabel";
     this.taskLabel.Size     = new System.Drawing.Size(0, 13);
     this.taskLabel.TabIndex = 5;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(287, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(66, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Типы задач";
     //
     // planButton
     //
     this.planButton.Location = new System.Drawing.Point(426, 417);
     this.planButton.Name     = "planButton";
     this.planButton.Size     = new System.Drawing.Size(75, 23);
     this.planButton.TabIndex = 7;
     this.planButton.Text     = "План";
     this.planButton.UseVisualStyleBackColor = true;
     this.planButton.Click += new System.EventHandler(this.PlanButton_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(537, 452);
     this.Controls.Add(this.planButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.taskLabel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.typeTextBox);
     this.Controls.Add(this.tasksTrackBar);
     this.Controls.Add(this.resultGridView);
     this.Controls.Add(this.matrixGridView);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.matrixGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resultGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tasksTrackBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewInsuranceForm));
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.registeredNameTB = new System.Windows.Forms.TextBox();
     this.amountTB         = new System.Windows.Forms.TextBox();
     this.durationFromDTP  = new System.Windows.Forms.DateTimePicker();
     this.saveB            = new System.Windows.Forms.Button();
     this.cencelB          = new System.Windows.Forms.Button();
     this.clearB           = new System.Windows.Forms.Button();
     this.renewalDTP       = new System.Windows.Forms.DateTimePicker();
     this.durationToDTP    = new System.Windows.Forms.DateTimePicker();
     this.label11          = new System.Windows.Forms.Label();
     this.label12          = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.plateNumberCB    = new System.Windows.Forms.ComboBox();
     this.companyCB        = new System.Windows.Forms.ComboBox();
     this.insuranceIDTB    = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // label5
     //
     this.label5.AutoSize = true;
     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(12, 17);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(109, 20);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Plate Number:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     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(12, 60);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(137, 20);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Registered Name:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(12, 147);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(74, 20);
     this.label7.TabIndex = 2;
     this.label7.Text     = "Duration:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(12, 229);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(75, 20);
     this.label9.TabIndex = 4;
     this.label9.Text     = "Renewal:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(12, 186);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(69, 20);
     this.label10.TabIndex = 5;
     this.label10.Text     = "Amount:";
     //
     // registeredNameTB
     //
     this.registeredNameTB.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.registeredNameTB.Location = new System.Drawing.Point(155, 57);
     this.registeredNameTB.Name     = "registeredNameTB";
     this.registeredNameTB.Size     = new System.Drawing.Size(592, 26);
     this.registeredNameTB.TabIndex = 1;
     //
     // amountTB
     //
     this.amountTB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.amountTB.Location  = new System.Drawing.Point(155, 183);
     this.amountTB.Name      = "amountTB";
     this.amountTB.Size      = new System.Drawing.Size(592, 26);
     this.amountTB.TabIndex  = 5;
     this.amountTB.Text      = "PHP 0.00";
     this.amountTB.Click    += new System.EventHandler(this.amountTB_Click);
     this.amountTB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.amountTB_KeyPress);
     //
     // durationFromDTP
     //
     this.durationFromDTP.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.durationFromDTP.Location = new System.Drawing.Point(155, 142);
     this.durationFromDTP.Name     = "durationFromDTP";
     this.durationFromDTP.Size     = new System.Drawing.Size(275, 26);
     this.durationFromDTP.TabIndex = 4;
     //
     // saveB
     //
     this.saveB.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.saveB.Location = new System.Drawing.Point(510, 264);
     this.saveB.Name     = "saveB";
     this.saveB.Size     = new System.Drawing.Size(75, 29);
     this.saveB.TabIndex = 8;
     this.saveB.Text     = "Save";
     this.saveB.UseVisualStyleBackColor = true;
     this.saveB.Click += new System.EventHandler(this.saveB_Click);
     //
     // cencelB
     //
     this.cencelB.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cencelB.Location = new System.Drawing.Point(591, 264);
     this.cencelB.Name     = "cencelB";
     this.cencelB.Size     = new System.Drawing.Size(75, 29);
     this.cencelB.TabIndex = 14;
     this.cencelB.Text     = "Cancel";
     this.cencelB.UseVisualStyleBackColor = true;
     //
     // clearB
     //
     this.clearB.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.clearB.Location = new System.Drawing.Point(672, 264);
     this.clearB.Name     = "clearB";
     this.clearB.Size     = new System.Drawing.Size(75, 29);
     this.clearB.TabIndex = 9;
     this.clearB.Text     = "Clear";
     this.clearB.UseVisualStyleBackColor = true;
     //
     // renewalDTP
     //
     this.renewalDTP.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.renewalDTP.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.renewalDTP.Location = new System.Drawing.Point(155, 224);
     this.renewalDTP.Name     = "renewalDTP";
     this.renewalDTP.Size     = new System.Drawing.Size(592, 26);
     this.renewalDTP.TabIndex = 6;
     //
     // durationToDTP
     //
     this.durationToDTP.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.durationToDTP.Location = new System.Drawing.Point(473, 142);
     this.durationToDTP.Name     = "durationToDTP";
     this.durationToDTP.Size     = new System.Drawing.Size(274, 26);
     this.durationToDTP.TabIndex = 12;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(95, 147);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(50, 20);
     this.label11.TabIndex = 2;
     this.label11.Text     = "From:";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(436, 147);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(31, 20);
     this.label12.TabIndex = 2;
     this.label12.Text     = "To:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     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(12, 102);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(80, 20);
     this.label8.TabIndex = 3;
     this.label8.Text     = "Company:";
     //
     // plateNumberCB
     //
     this.plateNumberCB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.plateNumberCB.FormattingEnabled = true;
     this.plateNumberCB.Location          = new System.Drawing.Point(155, 14);
     this.plateNumberCB.Name     = "plateNumberCB";
     this.plateNumberCB.Size     = new System.Drawing.Size(592, 28);
     this.plateNumberCB.TabIndex = 0;
     //
     // companyCB
     //
     this.companyCB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.companyCB.FormattingEnabled = true;
     this.companyCB.Location          = new System.Drawing.Point(155, 99);
     this.companyCB.Name     = "companyCB";
     this.companyCB.Size     = new System.Drawing.Size(592, 28);
     this.companyCB.TabIndex = 3;
     //
     // insuranceIDTB
     //
     this.insuranceIDTB.Location = new System.Drawing.Point(155, 270);
     this.insuranceIDTB.Name     = "insuranceIDTB";
     this.insuranceIDTB.Size     = new System.Drawing.Size(100, 20);
     this.insuranceIDTB.TabIndex = 16;
     this.insuranceIDTB.Visible  = false;
     //
     // NewInsuranceForm
     //
     this.AutoScroll   = true;
     this.AutoSize     = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize   = new System.Drawing.Size(764, 306);
     this.Controls.Add(this.insuranceIDTB);
     this.Controls.Add(this.clearB);
     this.Controls.Add(this.cencelB);
     this.Controls.Add(this.saveB);
     this.Controls.Add(this.companyCB);
     this.Controls.Add(this.renewalDTP);
     this.Controls.Add(this.plateNumberCB);
     this.Controls.Add(this.durationToDTP);
     this.Controls.Add(this.durationFromDTP);
     this.Controls.Add(this.amountTB);
     this.Controls.Add(this.registeredNameTB);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "NewInsuranceForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "New Insurance Form";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Initializes the component.
        /// </summary>
        public void InitializeComponent()
        {
            this.components      = new System.ComponentModel.Container();
            this.uxErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxBindingSource = new System.Windows.Forms.BindingSource(this.components);

            //this.uxTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
            this.uxCustomerId    = new System.Windows.Forms.ComboBox();
            uxCustomerIdLabel    = new System.Windows.Forms.Label();
            this.uxName          = new System.Windows.Forms.TextBox();
            uxNameLabel          = new System.Windows.Forms.Label();
            this.uxSalesPersonId = new System.Windows.Forms.ComboBox();
            uxSalesPersonIdLabel = new System.Windows.Forms.Label();
            this.uxDemographics  = new System.Windows.Forms.TextBox();
            uxDemographicsLabel  = new System.Windows.Forms.Label();
            this.uxRowguid       = new System.Windows.Forms.TextBox();
            uxRowguidLabel       = new System.Windows.Forms.Label();
            this.uxModifiedDate  = new System.Windows.Forms.DateTimePicker();
            uxModifiedDateLabel  = new System.Windows.Forms.Label();

            ((System.ComponentModel.ISupportInitialize)(this.uxBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxTableLayoutPanel
            //
            //this.uxTableLayoutPanel.AutoSize = true;
            //this.uxTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            //this.uxTableLayoutPanel.ColumnCount = 2;
            //this.uxTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
            //this.uxTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
            //this.uxTableLayoutPanel.Location = new System.Drawing.System.Drawing.Point(3, 3);
            //this.uxTableLayoutPanel.Name = "uxTableLayoutPanel";
            //this.uxTableLayoutPanel.RowCount = 2;
            //this.uxTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            //this.uxTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            //this.uxTableLayoutPanel.Size = new System.Drawing.Size(450, 50);
            //this.uxTableLayoutPanel.TabIndex = 0;

            //
            // uxErrorProvider
            //
            this.uxErrorProvider.ContainerControl = this;
            this.uxErrorProvider.DataSource       = this.uxBindingSource;

            //
            // uxCustomerIdLabel
            //
            this.uxCustomerIdLabel.Name     = "uxCustomerIdLabel";
            this.uxCustomerIdLabel.Text     = "Customer Id:";
            this.uxCustomerIdLabel.Location = new System.Drawing.Point(3, 0);
            this.Controls.Add(this.uxCustomerIdLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxCustomerIdLabel);
            //
            // uxCustomerId
            //
            this.uxCustomerId.Name = "uxCustomerId";
            //this.uxTableLayoutPanel.Controls.Add(this.uxCustomerId);
            this.uxCustomerId.Location = new System.Drawing.Point(160, 0);
            this.Controls.Add(this.uxCustomerId);
            //
            // uxNameLabel
            //
            this.uxNameLabel.Name     = "uxNameLabel";
            this.uxNameLabel.Text     = "Name:";
            this.uxNameLabel.Location = new System.Drawing.Point(3, 26);
            this.Controls.Add(this.uxNameLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxNameLabel);
            //
            // uxName
            //
            this.uxName.Name      = "uxName";
            this.uxName.Width     = 250;
            this.uxName.MaxLength = 50;
            //this.uxTableLayoutPanel.Controls.Add(this.uxName);
            this.uxName.Location = new System.Drawing.Point(160, 26);
            this.Controls.Add(this.uxName);
            //
            // uxSalesPersonIdLabel
            //
            this.uxSalesPersonIdLabel.Name     = "uxSalesPersonIdLabel";
            this.uxSalesPersonIdLabel.Text     = "Sales Person Id:";
            this.uxSalesPersonIdLabel.Location = new System.Drawing.Point(3, 52);
            this.Controls.Add(this.uxSalesPersonIdLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxSalesPersonIdLabel);
            //
            // uxSalesPersonId
            //
            this.uxSalesPersonId.Name = "uxSalesPersonId";
            //this.uxTableLayoutPanel.Controls.Add(this.uxSalesPersonId);
            this.uxSalesPersonId.Location = new System.Drawing.Point(160, 52);
            this.Controls.Add(this.uxSalesPersonId);
            //
            // uxDemographicsLabel
            //
            this.uxDemographicsLabel.Name     = "uxDemographicsLabel";
            this.uxDemographicsLabel.Text     = "Demographics:";
            this.uxDemographicsLabel.Location = new System.Drawing.Point(3, 78);
            this.Controls.Add(this.uxDemographicsLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxDemographicsLabel);
            //
            // uxDemographics
            //
            this.uxDemographics.Name = "uxDemographics";
            //this.uxTableLayoutPanel.Controls.Add(this.uxDemographics);
            this.uxDemographics.Location = new System.Drawing.Point(160, 78);
            this.Controls.Add(this.uxDemographics);
            //
            // uxRowguidLabel
            //
            this.uxRowguidLabel.Name     = "uxRowguidLabel";
            this.uxRowguidLabel.Text     = "Rowguid:";
            this.uxRowguidLabel.Location = new System.Drawing.Point(3, 104);
            this.Controls.Add(this.uxRowguidLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxRowguidLabel);
            //
            // uxRowguid
            //
            this.uxRowguid.Name     = "uxRowguid";
            this.uxRowguid.ReadOnly = true;
            //this.uxTableLayoutPanel.Controls.Add(this.uxRowguid);
            this.uxRowguid.Location = new System.Drawing.Point(160, 104);
            this.Controls.Add(this.uxRowguid);
            //
            // uxModifiedDateLabel
            //
            this.uxModifiedDateLabel.Name     = "uxModifiedDateLabel";
            this.uxModifiedDateLabel.Text     = "Modified Date:";
            this.uxModifiedDateLabel.Location = new System.Drawing.Point(3, 130);
            this.Controls.Add(this.uxModifiedDateLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxModifiedDateLabel);
            //
            // uxModifiedDate
            //
            this.uxModifiedDate.Name = "uxModifiedDate";
            //this.uxTableLayoutPanel.Controls.Add(this.uxModifiedDate);
            this.uxModifiedDate.Location = new System.Drawing.Point(160, 130);
            this.Controls.Add(this.uxModifiedDate);
            //
            // uxCustomerId
            //
            this.uxCustomerId.DisplayMember = "TerritoryId";
            this.uxCustomerId.ValueMember   = "CustomerId";
            //
            // uxSalesPersonId
            //
            this.uxSalesPersonId.DisplayMember = "TerritoryId";
            this.uxSalesPersonId.ValueMember   = "SalesPersonId";
            //
            // StoreEditControlBase
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            //this.Controls.Add(this.uxTableLayoutPanel);
            this.AutoScroll = true;
            this.Name       = "StoreEditControlBase";
            this.Size       = new System.Drawing.Size(478, 311);
            //this.Localizable = true;
            ((System.ComponentModel.ISupportInitialize)(this.uxErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #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.
 private void InitializeComponent()
 {
     this.stb          = new System.Windows.Forms.Label();
     this.inputstb     = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.inputnama    = new System.Windows.Forms.TextBox();
     this.Jurusan      = new System.Windows.Forms.Label();
     this.inputjurusan = new System.Windows.Forms.ComboBox();
     this.hasiljurusan = new System.Windows.Forms.TextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.alamat       = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.inputNT      = new System.Windows.Forms.TextBox();
     this.label4       = new System.Windows.Forms.Label();
     this.inputMID     = new System.Windows.Forms.TextBox();
     this.label5       = new System.Windows.Forms.Label();
     this.inputFinal   = new System.Windows.Forms.TextBox();
     this.nilaihuruf   = new System.Windows.Forms.TextBox();
     this.nilaiakhir   = new System.Windows.Forms.TextBox();
     this.ket          = new System.Windows.Forms.TextBox();
     this.label6       = new System.Windows.Forms.Label();
     this.label7       = new System.Windows.Forms.Label();
     this.label8       = new System.Windows.Forms.Label();
     this.Proses       = new System.Windows.Forms.Button();
     this.clear        = new System.Windows.Forms.Button();
     this.tampilkan    = new System.Windows.Forms.Button();
     this.exit         = new System.Windows.Forms.Button();
     this.listView1    = new System.Windows.Forms.ListView();
     this.label9       = new System.Windows.Forms.Label();
     this.umur         = new System.Windows.Forms.NumericUpDown();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.savetodb     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.umur)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // stb
     //
     this.stb.Location = new System.Drawing.Point(17, 23);
     this.stb.Name     = "stb";
     this.stb.Size     = new System.Drawing.Size(57, 27);
     this.stb.TabIndex = 0;
     this.stb.Text     = "STB";
     //
     // inputstb
     //
     this.inputstb.Location = new System.Drawing.Point(109, 20);
     this.inputstb.Name     = "inputstb";
     this.inputstb.Size     = new System.Drawing.Size(424, 20);
     this.inputstb.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(17, 53);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(57, 27);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Nama";
     //
     // inputnama
     //
     this.inputnama.Location = new System.Drawing.Point(109, 50);
     this.inputnama.Name     = "inputnama";
     this.inputnama.Size     = new System.Drawing.Size(424, 20);
     this.inputnama.TabIndex = 3;
     //
     // Jurusan
     //
     this.Jurusan.Location = new System.Drawing.Point(17, 83);
     this.Jurusan.Name     = "Jurusan";
     this.Jurusan.Size     = new System.Drawing.Size(100, 23);
     this.Jurusan.TabIndex = 4;
     this.Jurusan.Text     = "Jurusan";
     //
     // inputjurusan
     //
     this.inputjurusan.FormattingEnabled = true;
     this.inputjurusan.Location          = new System.Drawing.Point(109, 83);
     this.inputjurusan.Name                  = "inputjurusan";
     this.inputjurusan.Size                  = new System.Drawing.Size(101, 21);
     this.inputjurusan.TabIndex              = 5;
     this.inputjurusan.Text                  = "--Pilih Jurusan--";
     this.inputjurusan.SelectedIndexChanged += new System.EventHandler(this.InputjurusanSelectedIndexChanged);
     //
     // hasiljurusan
     //
     this.hasiljurusan.Location     = new System.Drawing.Point(230, 83);
     this.hasiljurusan.Name         = "hasiljurusan";
     this.hasiljurusan.ReadOnly     = true;
     this.hasiljurusan.Size         = new System.Drawing.Size(303, 20);
     this.hasiljurusan.TabIndex     = 6;
     this.hasiljurusan.TextChanged += new System.EventHandler(this.HasiljurusanTextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(17, 117);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Alamat";
     //
     // alamat
     //
     this.alamat.Location  = new System.Drawing.Point(109, 117);
     this.alamat.Multiline = true;
     this.alamat.Name      = "alamat";
     this.alamat.Size      = new System.Drawing.Size(288, 76);
     this.alamat.TabIndex  = 8;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(17, 246);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Nilai Tugas";
     //
     // inputNT
     //
     this.inputNT.Location = new System.Drawing.Point(109, 243);
     this.inputNT.Name     = "inputNT";
     this.inputNT.Size     = new System.Drawing.Size(202, 20);
     this.inputNT.TabIndex = 10;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 283);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Nilai Mid";
     //
     // inputMID
     //
     this.inputMID.Location = new System.Drawing.Point(109, 278);
     this.inputMID.Name     = "inputMID";
     this.inputMID.Size     = new System.Drawing.Size(202, 20);
     this.inputMID.TabIndex = 12;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 312);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 23);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Nilai Final";
     //
     // inputFinal
     //
     this.inputFinal.Location = new System.Drawing.Point(109, 309);
     this.inputFinal.Name     = "inputFinal";
     this.inputFinal.Size     = new System.Drawing.Size(202, 20);
     this.inputFinal.TabIndex = 14;
     //
     // nilaihuruf
     //
     this.nilaihuruf.Location     = new System.Drawing.Point(416, 278);
     this.nilaihuruf.Name         = "nilaihuruf";
     this.nilaihuruf.ReadOnly     = true;
     this.nilaihuruf.Size         = new System.Drawing.Size(117, 20);
     this.nilaihuruf.TabIndex     = 15;
     this.nilaihuruf.TextChanged += new System.EventHandler(this.NilaihurufTextChanged);
     //
     // nilaiakhir
     //
     this.nilaiakhir.Location     = new System.Drawing.Point(416, 243);
     this.nilaiakhir.Name         = "nilaiakhir";
     this.nilaiakhir.ReadOnly     = true;
     this.nilaiakhir.Size         = new System.Drawing.Size(117, 20);
     this.nilaiakhir.TabIndex     = 16;
     this.nilaiakhir.TextChanged += new System.EventHandler(this.NilaiakhirTextChanged);
     //
     // ket
     //
     this.ket.Location     = new System.Drawing.Point(416, 309);
     this.ket.Name         = "ket";
     this.ket.ReadOnly     = true;
     this.ket.Size         = new System.Drawing.Size(117, 20);
     this.ket.TabIndex     = 17;
     this.ket.TextChanged += new System.EventHandler(this.KetTextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(338, 246);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(59, 23);
     this.label6.TabIndex = 18;
     this.label6.Text     = "Nilai Akhir";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(338, 281);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(59, 23);
     this.label7.TabIndex = 19;
     this.label7.Text     = "Nilai Huruf";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(338, 312);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(72, 23);
     this.label8.TabIndex = 20;
     this.label8.Text     = "Keterangan";
     //
     // Proses
     //
     this.Proses.Location = new System.Drawing.Point(24, 351);
     this.Proses.Name     = "Proses";
     this.Proses.Size     = new System.Drawing.Size(86, 44);
     this.Proses.TabIndex = 21;
     this.Proses.Text     = "Proses";
     this.Proses.UseVisualStyleBackColor = true;
     this.Proses.Click += new System.EventHandler(this.ProsesClick);
     //
     // clear
     //
     this.clear.Location = new System.Drawing.Point(158, 351);
     this.clear.Name     = "clear";
     this.clear.Size     = new System.Drawing.Size(86, 44);
     this.clear.TabIndex = 22;
     this.clear.Text     = "Clear";
     this.clear.UseVisualStyleBackColor = true;
     this.clear.Click += new System.EventHandler(this.ClearClick);
     //
     // tampilkan
     //
     this.tampilkan.Location = new System.Drawing.Point(305, 351);
     this.tampilkan.Name     = "tampilkan";
     this.tampilkan.Size     = new System.Drawing.Size(86, 44);
     this.tampilkan.TabIndex = 23;
     this.tampilkan.Text     = "Tampilkan";
     this.tampilkan.UseVisualStyleBackColor = true;
     this.tampilkan.Click += new System.EventHandler(this.TampilkanClick);
     //
     // exit
     //
     this.exit.Location = new System.Drawing.Point(441, 351);
     this.exit.Name     = "exit";
     this.exit.Size     = new System.Drawing.Size(86, 44);
     this.exit.TabIndex = 24;
     this.exit.Text     = "Exit";
     this.exit.UseVisualStyleBackColor = true;
     this.exit.Click += new System.EventHandler(this.ExitClick);
     //
     // listView1
     //
     this.listView1.Location = new System.Drawing.Point(24, 457);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(503, 208);
     this.listView1.TabIndex = 25;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.List;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.ListView1SelectedIndexChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(17, 211);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(100, 23);
     this.label9.TabIndex = 26;
     this.label9.Text     = "Umur";
     //
     // umur
     //
     this.umur.Location = new System.Drawing.Point(109, 211);
     this.umur.Name     = "umur";
     this.umur.Size     = new System.Drawing.Size(424, 20);
     this.umur.TabIndex = 27;
     //
     // radioButton1
     //
     this.radioButton1.Location = new System.Drawing.Point(6, 19);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(105, 19);
     this.radioButton1.TabIndex = 28;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "Laki-laki";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged         += new System.EventHandler(this.RadioButton1CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(6, 44);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(105, 19);
     this.radioButton2.TabIndex = 29;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "Perempuan";
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.CheckedChanged         += new System.EventHandler(this.RadioButton2CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Location = new System.Drawing.Point(416, 117);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(117, 76);
     this.groupBox1.TabIndex = 30;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Jenis kelamin";
     //
     // savetodb
     //
     this.savetodb.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.savetodb.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.savetodb.Location  = new System.Drawing.Point(24, 401);
     this.savetodb.Name      = "savetodb";
     this.savetodb.Size      = new System.Drawing.Size(503, 44);
     this.savetodb.TabIndex  = 31;
     this.savetodb.Text      = "Save";
     this.savetodb.UseVisualStyleBackColor = false;
     this.savetodb.Click += new System.EventHandler(this.SavetodbClick);
     //
     // InputDataMhs
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(552, 676);
     this.Controls.Add(this.savetodb);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.umur);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.exit);
     this.Controls.Add(this.tampilkan);
     this.Controls.Add(this.clear);
     this.Controls.Add(this.Proses);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.ket);
     this.Controls.Add(this.nilaiakhir);
     this.Controls.Add(this.nilaihuruf);
     this.Controls.Add(this.inputFinal);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.inputMID);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.inputNT);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.alamat);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.hasiljurusan);
     this.Controls.Add(this.inputjurusan);
     this.Controls.Add(this.Jurusan);
     this.Controls.Add(this.inputnama);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.inputstb);
     this.Controls.Add(this.stb);
     this.Name  = "InputDataMhs";
     this.Text  = "Input Data Mahasiswa";
     this.Load += new System.EventHandler(this.MainFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.umur)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #36
0
 private void InitializeComponent()
 {
     this.panel1         = new System.Windows.Forms.Panel();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.btnOk          = new System.Windows.Forms.Button();
     this.tbComment      = new System.Windows.Forms.TextBox();
     this.tbName         = new System.Windows.Forms.TextBox();
     this.label3         = new FBA.LabelFBA();
     this.lbCap1         = new FBA.LabelFBA();
     this.panel2         = new System.Windows.Forms.Panel();
     this.tabControlFBA1 = new FBA.TabControlFBA();
     this.tabPage1       = new System.Windows.Forms.TabPage();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.tabPage2       = new System.Windows.Forms.TabPage();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.tabPage3       = new System.Windows.Forms.TabPage();
     this.textBox3       = new System.Windows.Forms.TextBox();
     this.tabPage4       = new System.Windows.Forms.TabPage();
     this.textBox4       = new System.Windows.Forms.TextBox();
     this.tabPage5       = new System.Windows.Forms.TabPage();
     this.textBox5       = new System.Windows.Forms.TextBox();
     this.tabPage6       = new System.Windows.Forms.TabPage();
     this.textBox6       = new System.Windows.Forms.TextBox();
     this.tabPage7       = new System.Windows.Forms.TabPage();
     this.textBox7       = new System.Windows.Forms.TextBox();
     this.tabPage8       = new System.Windows.Forms.TabPage();
     this.textBox8       = new System.Windows.Forms.TextBox();
     this.tabPage9       = new System.Windows.Forms.TabPage();
     this.textBox9       = new System.Windows.Forms.TextBox();
     this.tabPage10      = new System.Windows.Forms.TabPage();
     this.textBox10      = new System.Windows.Forms.TextBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabControlFBA1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabPage9.SuspendLayout();
     this.tabPage10.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.panel1.Location = new System.Drawing.Point(0, 338);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(672, 47);
     this.panel1.TabIndex = 7;
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Image      = global::FBA.Resource.Cancel_24;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(427, 8);
     this.btnCancel.Margin     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(112, 33);
     this.btnCancel.TabIndex   = 2;
     this.btnCancel.Text       = "   Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(547, 8);
     this.btnOk.Margin     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 0;
     this.btnOk.Text       = "  Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // tbComment
     //
     this.tbComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.tbComment.BackColor  = System.Drawing.SystemColors.Info;
     this.tbComment.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbComment.Location   = new System.Drawing.Point(9, 61);
     this.tbComment.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.tbComment.Multiline  = true;
     this.tbComment.Name       = "tbComment";
     this.tbComment.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.tbComment.Size       = new System.Drawing.Size(655, 88);
     this.tbComment.TabIndex   = 11;
     this.tbComment.Tag        = "Main1.Комментарий";
     this.tbComment.WordWrap   = false;
     //
     // tbName
     //
     this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbName.BackColor = System.Drawing.SystemColors.Info;
     this.tbName.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbName.Location  = new System.Drawing.Point(99, 4);
     this.tbName.Margin    = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.tbName.Name      = "tbName";
     this.tbName.Size      = new System.Drawing.Size(565, 25);
     this.tbName.TabIndex  = 7;
     this.tbName.Tag       = "Main1.Имя";
     //
     // label3
     //
     this.label3.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location    = new System.Drawing.Point(6, 39);
     this.label3.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(88, 18);
     this.label3.StarColor   = System.Drawing.Color.Crimson;
     this.label3.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label3.StarOffsetX = 2;
     this.label3.StarOffsetY = 0;
     this.label3.StarShow    = false;
     this.label3.StarText    = "*";
     this.label3.TabIndex    = 13;
     this.label3.Text        = "Comment:";
     //
     // lbCap1
     //
     this.lbCap1.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbCap1.Location    = new System.Drawing.Point(4, 4);
     this.lbCap1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbCap1.Name        = "lbCap1";
     this.lbCap1.Size        = new System.Drawing.Size(66, 27);
     this.lbCap1.StarColor   = System.Drawing.Color.Crimson;
     this.lbCap1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbCap1.StarOffsetX = 2;
     this.lbCap1.StarOffsetY = 0;
     this.lbCap1.StarShow    = true;
     this.lbCap1.StarText    = "*";
     this.lbCap1.TabIndex    = 0;
     this.lbCap1.Text        = "Name:";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tabControlFBA1);
     this.panel2.Controls.Add(this.lbCap1);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.tbComment);
     this.panel2.Controls.Add(this.tbName);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(672, 338);
     this.panel2.TabIndex = 9;
     //
     // tabControlFBA1
     //
     this.tabControlFBA1.AttrBrief = null;
     this.tabControlFBA1.Controls.Add(this.tabPage1);
     this.tabControlFBA1.Controls.Add(this.tabPage2);
     this.tabControlFBA1.Controls.Add(this.tabPage3);
     this.tabControlFBA1.Controls.Add(this.tabPage4);
     this.tabControlFBA1.Controls.Add(this.tabPage5);
     this.tabControlFBA1.Controls.Add(this.tabPage6);
     this.tabControlFBA1.Controls.Add(this.tabPage7);
     this.tabControlFBA1.Controls.Add(this.tabPage8);
     this.tabControlFBA1.Controls.Add(this.tabPage9);
     this.tabControlFBA1.Controls.Add(this.tabPage10);
     this.tabControlFBA1.DrawMode              = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.tabControlFBA1.Font                  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tabControlFBA1.GroupEnabled          = null;
     this.tabControlFBA1.HideTabs              = false;
     this.tabControlFBA1.Location              = new System.Drawing.Point(14, 155);
     this.tabControlFBA1.Name                  = "tabControlFBA1";
     this.tabControlFBA1.Obj                   = null;
     this.tabControlFBA1.SaveParam             = false;
     this.tabControlFBA1.SelectedIndex         = 0;
     this.tabControlFBA1.SelectTabBackColor    = System.Drawing.Color.Aqua;
     this.tabControlFBA1.SelectTabFontColor    = System.Drawing.Color.Black;
     this.tabControlFBA1.SetSelectTabBackColor = false;
     this.tabControlFBA1.Size                  = new System.Drawing.Size(650, 174);
     this.tabControlFBA1.StarColor             = System.Drawing.Color.Crimson;
     this.tabControlFBA1.StarFont              = new System.Drawing.Font("Arial", 20F);
     this.tabControlFBA1.StarOffsetX           = 2;
     this.tabControlFBA1.StarOffsetY           = 0;
     this.tabControlFBA1.StarPageIndex         = 0;
     this.tabControlFBA1.StarShow              = true;
     this.tabControlFBA1.StarText              = "*";
     this.tabControlFBA1.TabFontColor          = System.Drawing.Color.Black;
     this.tabControlFBA1.TabIndex              = 14;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.textBox1);
     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(642, 148);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Value1    ";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox1.Location   = new System.Drawing.Point(3, 3);
     this.textBox1.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox1.Size       = new System.Drawing.Size(636, 142);
     this.textBox1.TabIndex   = 8;
     this.textBox1.Tag        = "Main1.Значение";
     this.textBox1.WordWrap   = false;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.textBox2);
     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(642, 148);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Value2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // textBox2
     //
     this.textBox2.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox2.Location   = new System.Drawing.Point(3, 3);
     this.textBox2.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox2.Size       = new System.Drawing.Size(636, 142);
     this.textBox2.TabIndex   = 9;
     this.textBox2.Tag        = "Main1.Значение";
     this.textBox2.WordWrap   = false;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.textBox3);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(642, 148);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Value3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // textBox3
     //
     this.textBox3.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox3.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox3.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox3.Location   = new System.Drawing.Point(3, 3);
     this.textBox3.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox3.Multiline  = true;
     this.textBox3.Name       = "textBox3";
     this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox3.Size       = new System.Drawing.Size(636, 142);
     this.textBox3.TabIndex   = 9;
     this.textBox3.Tag        = "Main1.Значение";
     this.textBox3.WordWrap   = false;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.textBox4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(642, 148);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Value4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // textBox4
     //
     this.textBox4.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox4.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox4.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox4.Location   = new System.Drawing.Point(3, 3);
     this.textBox4.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox4.Multiline  = true;
     this.textBox4.Name       = "textBox4";
     this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox4.Size       = new System.Drawing.Size(636, 142);
     this.textBox4.TabIndex   = 9;
     this.textBox4.Tag        = "Main1.Значение";
     this.textBox4.WordWrap   = false;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.textBox5);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size     = new System.Drawing.Size(642, 148);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "Value5";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // textBox5
     //
     this.textBox5.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox5.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox5.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox5.Location   = new System.Drawing.Point(3, 3);
     this.textBox5.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox5.Multiline  = true;
     this.textBox5.Name       = "textBox5";
     this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox5.Size       = new System.Drawing.Size(636, 142);
     this.textBox5.TabIndex   = 9;
     this.textBox5.Tag        = "Main1.Значение";
     this.textBox5.WordWrap   = false;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.textBox6);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size     = new System.Drawing.Size(642, 148);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text     = "Value6";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // textBox6
     //
     this.textBox6.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox6.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox6.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox6.Location   = new System.Drawing.Point(3, 3);
     this.textBox6.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox6.Multiline  = true;
     this.textBox6.Name       = "textBox6";
     this.textBox6.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox6.Size       = new System.Drawing.Size(636, 142);
     this.textBox6.TabIndex   = 9;
     this.textBox6.Tag        = "Main1.Значение";
     this.textBox6.WordWrap   = false;
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.textBox7);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name     = "tabPage7";
     this.tabPage7.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage7.Size     = new System.Drawing.Size(642, 148);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text     = "Value7";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // textBox7
     //
     this.textBox7.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox7.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox7.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox7.Location   = new System.Drawing.Point(3, 3);
     this.textBox7.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox7.Multiline  = true;
     this.textBox7.Name       = "textBox7";
     this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox7.Size       = new System.Drawing.Size(636, 142);
     this.textBox7.TabIndex   = 9;
     this.textBox7.Tag        = "Main1.Значение";
     this.textBox7.WordWrap   = false;
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.textBox8);
     this.tabPage8.Location = new System.Drawing.Point(4, 22);
     this.tabPage8.Name     = "tabPage8";
     this.tabPage8.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage8.Size     = new System.Drawing.Size(642, 148);
     this.tabPage8.TabIndex = 7;
     this.tabPage8.Text     = "Value8";
     this.tabPage8.UseVisualStyleBackColor = true;
     //
     // textBox8
     //
     this.textBox8.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox8.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox8.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox8.Location   = new System.Drawing.Point(3, 3);
     this.textBox8.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox8.Multiline  = true;
     this.textBox8.Name       = "textBox8";
     this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox8.Size       = new System.Drawing.Size(636, 142);
     this.textBox8.TabIndex   = 9;
     this.textBox8.Tag        = "Main1.Значение";
     this.textBox8.WordWrap   = false;
     //
     // tabPage9
     //
     this.tabPage9.Controls.Add(this.textBox9);
     this.tabPage9.Location = new System.Drawing.Point(4, 22);
     this.tabPage9.Name     = "tabPage9";
     this.tabPage9.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage9.Size     = new System.Drawing.Size(642, 148);
     this.tabPage9.TabIndex = 8;
     this.tabPage9.Text     = "Value9";
     this.tabPage9.UseVisualStyleBackColor = true;
     //
     // textBox9
     //
     this.textBox9.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox9.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox9.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox9.Location   = new System.Drawing.Point(3, 3);
     this.textBox9.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox9.Multiline  = true;
     this.textBox9.Name       = "textBox9";
     this.textBox9.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox9.Size       = new System.Drawing.Size(636, 142);
     this.textBox9.TabIndex   = 9;
     this.textBox9.Tag        = "Main1.Значение";
     this.textBox9.WordWrap   = false;
     //
     // tabPage10
     //
     this.tabPage10.Controls.Add(this.textBox10);
     this.tabPage10.Location = new System.Drawing.Point(4, 26);
     this.tabPage10.Name     = "tabPage10";
     this.tabPage10.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage10.Size     = new System.Drawing.Size(642, 144);
     this.tabPage10.TabIndex = 9;
     this.tabPage10.Text     = "Value10";
     this.tabPage10.UseVisualStyleBackColor = true;
     //
     // textBox10
     //
     this.textBox10.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox10.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox10.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox10.Location   = new System.Drawing.Point(3, 3);
     this.textBox10.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox10.Multiline  = true;
     this.textBox10.Name       = "textBox10";
     this.textBox10.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox10.Size       = new System.Drawing.Size(636, 138);
     this.textBox10.TabIndex   = 9;
     this.textBox10.Tag        = "Main1.Значение";
     this.textBox10.WordWrap   = false;
     //
     // FormParamValue
     //
     this.ClientSize = new System.Drawing.Size(672, 385);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "FormParamValue";
     this.Text            = "Param property";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormParamValueFormClosing);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.tabControlFBA1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.tabPage9.ResumeLayout(false);
     this.tabPage9.PerformLayout();
     this.tabPage10.ResumeLayout(false);
     this.tabPage10.PerformLayout();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelAircraftCompartmentType       = new System.Windows.Forms.Label();
            this.textBoxAircraftCompartmentType     = new System.Windows.Forms.TextBox();
            this.labelAircraftCompartmentTypeName   = new System.Windows.Forms.Label();
            this.textBoxAircraftCompartmentTypeName = new System.Windows.Forms.TextBox();
            this.labelActiveFlag        = new System.Windows.Forms.Label();
            this.checkBoxActiveFlag     = new System.Windows.Forms.CheckBox();
            this.labelSortOrder         = new System.Windows.Forms.Label();
            this.maskedTextBoxSortOrder = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelAircraftCompartmentType
            //
            this.labelAircraftCompartmentType.AutoSize = true;
            this.labelAircraftCompartmentType.Location = new System.Drawing.Point(11, 13);
            this.labelAircraftCompartmentType.Name     = "labelAircraftCompartmentType";
            this.labelAircraftCompartmentType.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftCompartmentType.TabIndex = 2;
            this.labelAircraftCompartmentType.Text     = "Aircraft Compartment Type:";
            //
            //textBoxAircraftCompartmentType
            //
            this.textBoxAircraftCompartmentType.Location = new System.Drawing.Point(210, 13);
            this.textBoxAircraftCompartmentType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftCompartmentType.Name     = "textBoxAircraftCompartmentType";
            this.textBoxAircraftCompartmentType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftCompartmentType.TabIndex = 3;
            //
            // labelAircraftCompartmentTypeName
            //
            this.labelAircraftCompartmentTypeName.AutoSize = true;
            this.labelAircraftCompartmentTypeName.Location = new System.Drawing.Point(11, 36);
            this.labelAircraftCompartmentTypeName.Name     = "labelAircraftCompartmentTypeName";
            this.labelAircraftCompartmentTypeName.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftCompartmentTypeName.TabIndex = 4;
            this.labelAircraftCompartmentTypeName.Text     = "Aircraft Compartment Type Name:";
            //
            //textBoxAircraftCompartmentTypeName
            //
            this.textBoxAircraftCompartmentTypeName.Location = new System.Drawing.Point(210, 36);
            this.textBoxAircraftCompartmentTypeName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftCompartmentTypeName.Name     = "textBoxAircraftCompartmentTypeName";
            this.textBoxAircraftCompartmentTypeName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftCompartmentTypeName.TabIndex = 5;
            //
            // labelActiveFlag
            //
            this.labelActiveFlag.AutoSize = true;
            this.labelActiveFlag.Location = new System.Drawing.Point(11, 59);
            this.labelActiveFlag.Name     = "labelActiveFlag";
            this.labelActiveFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelActiveFlag.TabIndex = 6;
            this.labelActiveFlag.Text     = "Active Flag:";
            //
            //checkBoxActiveFlag
            //
            this.checkBoxActiveFlag.Location = new System.Drawing.Point(210, 59);
            this.checkBoxActiveFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxActiveFlag.Name     = "checkBoxActiveFlag";
            this.checkBoxActiveFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxActiveFlag.TabIndex = 7;
            //
            // labelSortOrder
            //
            this.labelSortOrder.AutoSize = true;
            this.labelSortOrder.Location = new System.Drawing.Point(11, 82);
            this.labelSortOrder.Name     = "labelSortOrder";
            this.labelSortOrder.Size     = new System.Drawing.Size(71, 13);
            this.labelSortOrder.TabIndex = 8;
            this.labelSortOrder.Text     = "Sort Order:";
            //
            //maskedTextBoxSortOrder
            //
            this.maskedTextBoxSortOrder.Location = new System.Drawing.Point(210, 82);
            this.maskedTextBoxSortOrder.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxSortOrder.Name     = "maskedTextBoxSortOrder";
            this.maskedTextBoxSortOrder.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxSortOrder.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(210, 105);
            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 = 11;
            //
            // 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(368, 128);

            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);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(268, 128);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(472, 156);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAircraftCompartmentTypeRefEdit";
            this.Text = "Aircraft Compartment Type Ref Edit";
            this.Controls.Add(this.labelAircraftCompartmentType);
            this.Controls.Add(this.textBoxAircraftCompartmentType);
            this.Controls.Add(this.labelAircraftCompartmentTypeName);
            this.Controls.Add(this.textBoxAircraftCompartmentTypeName);
            this.Controls.Add(this.labelActiveFlag);
            this.Controls.Add(this.checkBoxActiveFlag);
            this.Controls.Add(this.labelSortOrder);
            this.Controls.Add(this.maskedTextBoxSortOrder);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._tvFeeds        = new JetBrains.Omea.GUIControls.ResourceTreeView2();
     this._btnOK          = new System.Windows.Forms.Button();
     this._btnCancel      = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this._edtDescription = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this._lblHomepage    = new JetBrains.Omea.GUIControls.JetLinkLabel();
     this._btnSelectAll   = new System.Windows.Forms.Button();
     this._btnUnselectAll = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // _tvFeeds
     //
     this._tvFeeds.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._tvFeeds.CheckBoxes             = true;
     this._tvFeeds.Location               = new System.Drawing.Point(4, 4);
     this._tvFeeds.MultiSelect            = false;
     this._tvFeeds.Name                   = "_tvFeeds";
     this._tvFeeds.ShowContextMenu        = false;
     this._tvFeeds.Size                   = new System.Drawing.Size(280, 184);
     this._tvFeeds.TabIndex               = 0;
     this._tvFeeds.ActiveResourceChanged += new EventHandler(this._tvFeeds_AfterSelect);
     this._tvFeeds.ResourceAdded         += new ResourceEventHandler(this._tvFeeds_ResourceAdded);
     //
     // _btnSelectAll
     //
     this._btnSelectAll.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._btnSelectAll.Location  = new System.Drawing.Point(300, 4);
     this._btnSelectAll.Size      = new System.Drawing.Size(80, 24);
     this._btnSelectAll.Name      = "_btnSelectAll";
     this._btnSelectAll.TabIndex  = 1;
     this._btnSelectAll.Text      = "Select All";
     this._btnSelectAll.Click    += new System.EventHandler(this._btnSelectAll_Click);
     //
     // _btnUnselectAll
     //
     this._btnUnselectAll.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnUnselectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._btnUnselectAll.Location  = new System.Drawing.Point(300, 34);
     this._btnUnselectAll.Name      = "_btnUnselectAll";
     this._btnUnselectAll.Size      = new System.Drawing.Size(80, 24);
     this._btnUnselectAll.TabIndex  = 2;
     this._btnUnselectAll.Text      = "Unselect All";
     this._btnUnselectAll.Click    += new System.EventHandler(this._btnUnselectAll_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.OK;
     this._btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this._btnOK.Location     = new System.Drawing.Point(180, 340);
     this._btnOK.Name         = "_btnOK";
     this._btnOK.TabIndex     = 5;
     this._btnOK.Text         = "OK";
     //
     // _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.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this._btnCancel.Location     = new System.Drawing.Point(264, 340);
     this._btnCancel.Name         = "_btnCancel";
     this._btnCancel.TabIndex     = 6;
     this._btnCancel.Text         = "Cancel";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this._edtDescription);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(4, 224);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(340, 92);
     this.groupBox1.TabIndex  = 3;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Description";
     //
     // _edtDescription
     //
     this._edtDescription.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._edtDescription.Location  = new System.Drawing.Point(8, 27);
     this._edtDescription.Multiline = true;
     this._edtDescription.Name      = "_edtDescription";
     this._edtDescription.ReadOnly  = true;
     this._edtDescription.Size      = new System.Drawing.Size(324, 57);
     this._edtDescription.TabIndex  = 0;
     this._edtDescription.Text      = "";
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(8, 320);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(92, 16);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Homepage:";
     //
     // _lblHomepage
     //
     this._lblHomepage.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._lblHomepage.Cursor    = System.Windows.Forms.Cursors.Hand;
     this._lblHomepage.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(70)), ((System.Byte)(70)), ((System.Byte)(211)));
     this._lblHomepage.Location  = new System.Drawing.Point(108, 320);
     this._lblHomepage.Name      = "_lblHomepage";
     this._lblHomepage.Size      = new System.Drawing.Size(0, 0);
     this._lblHomepage.TabIndex  = 12;
     this._lblHomepage.Click    += new System.EventHandler(this._lblHomepage_Click);
     //
     // ImportPreviewDlg
     //
     this.AcceptButton      = this._btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this._btnCancel;
     this.ClientSize        = new System.Drawing.Size(348, 371);
     this.Controls.Add(this._btnUnselectAll);
     this.Controls.Add(this._btnSelectAll);
     this.Controls.Add(this._lblHomepage);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this._btnCancel);
     this.Controls.Add(this._btnOK);
     this.Controls.Add(this._tvFeeds);
     this.Name = "ImportPreviewDlg";
     this.Text = "Subscription Import Preview";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.ToolBar1        = new System.Windows.Forms.ToolStrip();
     this.tbNewScript     = new System.Windows.Forms.ToolStripButton();
     this.tbLoadScript    = new System.Windows.Forms.ToolStripButton();
     this.tbSaveScript    = new System.Windows.Forms.ToolStripButton();
     this.ToolButton2     = new System.Windows.Forms.ToolStripSeparator();
     this.tbRun           = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.txtScriptText   = new System.Windows.Forms.TextBox();
     this.txtDebugOutput  = new GKUI.Components.TextBoxEx();
     this.ToolBar1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbNewScript,
         this.tbLoadScript,
         this.tbSaveScript,
         this.ToolButton2,
         this.tbRun
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(712, 25);
     this.ToolBar1.TabIndex = 0;
     //
     // tbNewScript
     //
     this.tbNewScript.Name   = "tbNewScript";
     this.tbNewScript.Size   = new System.Drawing.Size(23, 22);
     this.tbNewScript.Click += new System.EventHandler(this.tbNewScript_Click);
     //
     // tbLoadScript
     //
     this.tbLoadScript.Name   = "tbLoadScript";
     this.tbLoadScript.Size   = new System.Drawing.Size(23, 22);
     this.tbLoadScript.Click += new System.EventHandler(this.tbLoadScript_Click);
     //
     // tbSaveScript
     //
     this.tbSaveScript.Name   = "tbSaveScript";
     this.tbSaveScript.Size   = new System.Drawing.Size(23, 22);
     this.tbSaveScript.Click += new System.EventHandler(this.tbSaveScript_Click);
     //
     // ToolButton2
     //
     this.ToolButton2.Name = "ToolButton2";
     this.ToolButton2.Size = new System.Drawing.Size(6, 25);
     //
     // tbRun
     //
     this.tbRun.Name   = "tbRun";
     this.tbRun.Size   = new System.Drawing.Size(23, 22);
     this.tbRun.Click += new System.EventHandler(this.tbRun_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.txtScriptText);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.txtDebugOutput);
     this.splitContainer1.Size             = new System.Drawing.Size(712, 409);
     this.splitContainer1.SplitterDistance = 240;
     this.splitContainer1.TabIndex         = 3;
     //
     // txtScriptText
     //
     this.txtScriptText.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtScriptText.Location   = new System.Drawing.Point(0, 0);
     this.txtScriptText.Multiline  = true;
     this.txtScriptText.Name       = "txtScriptText";
     this.txtScriptText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtScriptText.Size       = new System.Drawing.Size(712, 240);
     this.txtScriptText.TabIndex   = 2;
     //
     // txtDebugOutput
     //
     this.txtDebugOutput.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtDebugOutput.Location   = new System.Drawing.Point(0, 0);
     this.txtDebugOutput.Multiline  = true;
     this.txtDebugOutput.Name       = "txtDebugOutput";
     this.txtDebugOutput.ReadOnly   = true;
     this.txtDebugOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtDebugOutput.Size       = new System.Drawing.Size(712, 165);
     this.txtDebugOutput.TabIndex   = 3;
     //
     // ScriptEditWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(712, 434);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.ToolBar1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview    = true;
     this.Name          = "ScriptEditWin";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ScriptEditWin";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.ScriptEditWin_Closing);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.ScriptEditWin_KeyDown);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     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.treeView1 = new System.Windows.Forms.TreeView();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.label2 = new System.Windows.Forms.Label();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.radioButton4 = new System.Windows.Forms.RadioButton();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.label1 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // treeView1
     //
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(699, 371);
     this.treeView1.TabIndex = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.button4);
     this.splitContainer1.Panel1.Controls.Add(this.button3);
     this.splitContainer1.Panel1.Controls.Add(this.textBox1);
     this.splitContainer1.Panel1.Controls.Add(this.radioButton4);
     this.splitContainer1.Panel1.Controls.Add(this.radioButton3);
     this.splitContainer1.Panel1.Controls.Add(this.radioButton2);
     this.splitContainer1.Panel1.Controls.Add(this.radioButton1);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.button2);
     this.splitContainer1.Panel1.Controls.Add(this.button1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.treeView1);
     this.splitContainer1.Size = new System.Drawing.Size(699, 450);
     this.splitContainer1.SplitterDistance = 75;
     this.splitContainer1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.label2.Location = new System.Drawing.Point(572, 25);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(90, 26);
     this.label2.TabIndex = 8;
     this.label2.Text = "InSoft Solutions\r\nDate: 2019-05-12";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(322, 41);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 7;
     this.button4.Text = "Go";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(322, 14);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 6;
     this.button3.Text = "Browse";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Window;
     this.textBox1.Location = new System.Drawing.Point(12, 15);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(304, 20);
     this.textBox1.TabIndex = 1;
     //
     // radioButton4
     //
     this.radioButton4.AutoSize = true;
     this.radioButton4.Location = new System.Drawing.Point(263, 44);
     this.radioButton4.Name = "radioButton4";
     this.radioButton4.Size = new System.Drawing.Size(53, 17);
     this.radioButton4.TabIndex = 5;
     this.radioButton4.Text = ">1 kB";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Location = new System.Drawing.Point(196, 44);
     this.radioButton3.Name = "radioButton3";
     this.radioButton3.Size = new System.Drawing.Size(68, 17);
     this.radioButton3.TabIndex = 4;
     this.radioButton3.Text = ">100 MB";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(140, 44);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(55, 17);
     this.radioButton2.TabIndex = 3;
     this.radioButton2.Text = ">1 GB";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked = true;
     this.radioButton1.Location = new System.Drawing.Point(98, 44);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(36, 17);
     this.radioButton1.TabIndex = 1;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "All";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 46);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(80, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Show Records:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(403, 12);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "Expand All";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(403, 41);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Collapse All";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(699, 450);
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "MainForm";
     this.Text = "Folder Size Explorer";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #41
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
     this.panel1       = new System.Windows.Forms.Panel();
     this.buttonReturn = new System.Windows.Forms.Button();
     this.buttonClose  = new System.Windows.Forms.Button();
     this.panel2       = new System.Windows.Forms.Panel();
     this.linkLabel1   = new System.Windows.Forms.LinkLabel();
     this.label2       = new System.Windows.Forms.Label();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonReturn);
     this.panel1.Controls.Add(this.buttonClose);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 295);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(413, 45);
     this.panel1.TabIndex = 32;
     //
     // buttonReturn
     //
     this.buttonReturn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonReturn.Image      = ((System.Drawing.Image)(resources.GetObject("buttonReturn.Image")));
     this.buttonReturn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonReturn.Location   = new System.Drawing.Point(236, 10);
     this.buttonReturn.Name       = "buttonReturn";
     this.buttonReturn.Size       = new System.Drawing.Size(84, 23);
     this.buttonReturn.TabIndex   = 1;
     this.buttonReturn.Text       = "Сохранить";
     this.buttonReturn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonReturn.UseVisualStyleBackColor = true;
     this.buttonReturn.Click += new System.EventHandler(this.ButtonReturnClick);
     //
     // 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(326, 10);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 0;
     this.buttonClose.Text     = "Закрыть";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.linkLabel1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(413, 295);
     this.panel2.TabIndex = 33;
     //
     // linkLabel1
     //
     this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.linkLabel1.Location     = new System.Drawing.Point(87, 94);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(314, 23);
     this.linkLabel1.TabIndex     = 3;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "https://tech.yandex.ru/keys/get/?service=trnsl";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(87, 35);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(314, 59);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Для работы Яндекс переводчика требуется \"ключ\". Если данный ключ более не актуале" +
                            "н, в таком случае вам нужно получить новый ключ перейдя по ссылке ниже и добавит" +
                            "ь его в данное поле.";
     //
     // 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(87, 12);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(314, 20);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Yandex ключь:";
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(413, 340);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "SettingsForm";
     this.Text        = "Настройки";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsFormFormClosed);
     this.Load       += new System.EventHandler(this.SettingsFormLoad);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelVehicleType = new System.Windows.Forms.Label();
     this.comboBoxVehicleTypes = new System.Windows.Forms.ComboBox();
     this.labelLicenseNumber = new System.Windows.Forms.Label();
     this.textBoxLicenceNumber = new System.Windows.Forms.TextBox();
     this.buttonMakeCutomerCard = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // labelVehicleType
     //
     this.labelVehicleType.AutoSize = true;
     this.labelVehicleType.Location = new System.Drawing.Point(12, 34);
     this.labelVehicleType.Name = "labelVehicleType";
     this.labelVehicleType.Size = new System.Drawing.Size(72, 13);
     this.labelVehicleType.TabIndex = 0;
     this.labelVehicleType.Text = "Vehicle Type:";
     //
     // comboBoxVehicleTypes
     //
     this.comboBoxVehicleTypes.FormattingEnabled = true;
     this.comboBoxVehicleTypes.Location = new System.Drawing.Point(112, 31);
     this.comboBoxVehicleTypes.Name = "comboBoxVehicleTypes";
     this.comboBoxVehicleTypes.Size = new System.Drawing.Size(147, 21);
     this.comboBoxVehicleTypes.TabIndex = 1;
     //
     // labelLicenseNumber
     //
     this.labelLicenseNumber.AutoSize = true;
     this.labelLicenseNumber.Location = new System.Drawing.Point(12, 76);
     this.labelLicenseNumber.Name = "labelLicenseNumber";
     this.labelLicenseNumber.Size = new System.Drawing.Size(85, 13);
     this.labelLicenseNumber.TabIndex = 2;
     this.labelLicenseNumber.Text = "License number:";
     //
     // textBoxLicenceNumber
     //
     this.textBoxLicenceNumber.Location = new System.Drawing.Point(115, 73);
     this.textBoxLicenceNumber.Name = "textBoxLicenceNumber";
     this.textBoxLicenceNumber.Size = new System.Drawing.Size(144, 20);
     this.textBoxLicenceNumber.TabIndex = 3;
     //
     // buttonMakeCutomerCard
     //
     this.buttonMakeCutomerCard.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.buttonMakeCutomerCard.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonMakeCutomerCard.Location = new System.Drawing.Point(69, 118);
     this.buttonMakeCutomerCard.Name = "buttonMakeCutomerCard";
     this.buttonMakeCutomerCard.Size = new System.Drawing.Size(222, 41);
     this.buttonMakeCutomerCard.TabIndex = 4;
     this.buttonMakeCutomerCard.Text = "Press to make customer card";
     this.buttonMakeCutomerCard.UseVisualStyleBackColor = false;
     //
     // FormNewCustomer
     //
     this.AcceptButton = this.buttonMakeCutomerCard;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Window;
     this.ClientSize = new System.Drawing.Size(349, 185);
     this.Controls.Add(this.buttonMakeCutomerCard);
     this.Controls.Add(this.textBoxLicenceNumber);
     this.Controls.Add(this.labelLicenseNumber);
     this.Controls.Add(this.comboBoxVehicleTypes);
     this.Controls.Add(this.labelVehicleType);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Name = "FormNewCustomer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "New Customer";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #43
0
        private void InitializeComponent()
        {
            this.buttonClose                  = new System.Windows.Forms.Button();
            this.buttonSave                   = new System.Windows.Forms.Button();
            this.labelCarName                 = new System.Windows.Forms.Label();
            this.textBoxCarName               = new System.Windows.Forms.TextBox();
            this.labelDayPriceAmount          = new System.Windows.Forms.Label();
            this.maskedTextBoxDayPriceAmount  = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker                   = new DefaultUserPicker();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelCarName
            //
            this.labelCarName.AutoSize = true;
            this.labelCarName.Location = new System.Drawing.Point(11, 13);
            this.labelCarName.Name     = "labelCarName";
            this.labelCarName.Size     = new System.Drawing.Size(71, 13);
            this.labelCarName.TabIndex = 2;
            this.labelCarName.Text     = "Car Name:";
            //
            //textBoxCarName
            //
            this.textBoxCarName.Location = new System.Drawing.Point(140, 13);
            this.textBoxCarName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCarName.Name     = "textBoxCarName";
            this.textBoxCarName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCarName.TabIndex = 3;
            //
            // labelDayPriceAmount
            //
            this.labelDayPriceAmount.AutoSize = true;
            this.labelDayPriceAmount.Location = new System.Drawing.Point(11, 36);
            this.labelDayPriceAmount.Name     = "labelDayPriceAmount";
            this.labelDayPriceAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelDayPriceAmount.TabIndex = 4;
            this.labelDayPriceAmount.Text     = "Day Price Amount:";
            //
            //maskedTextBoxDayPriceAmount
            //
            this.maskedTextBoxDayPriceAmount.Location = new System.Drawing.Point(140, 36);
            this.maskedTextBoxDayPriceAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxDayPriceAmount.Name     = "maskedTextBoxDayPriceAmount";
            this.maskedTextBoxDayPriceAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxDayPriceAmount.TabIndex = 5;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 59);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 6;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 59);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 7;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 82);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 8;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 105);
            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 = 11;
            //
            // 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, 128);

            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);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 128);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 156);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeServiceCarRentalEdit";
            this.Text = "Service Car Rental Edit";
            this.Controls.Add(this.labelCarName);
            this.Controls.Add(this.textBoxCarName);
            this.Controls.Add(this.labelDayPriceAmount);
            this.Controls.Add(this.maskedTextBoxDayPriceAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #44
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Scientific));
     this.button_equal = new System.Windows.Forms.Button();
     this.button47     = new System.Windows.Forms.Button();
     this.button_div   = new System.Windows.Forms.Button();
     this.b4           = new System.Windows.Forms.Button();
     this.button44     = new System.Windows.Forms.Button();
     this.button_del   = new System.Windows.Forms.Button();
     this.button_dot   = new System.Windows.Forms.Button();
     this.b9           = new System.Windows.Forms.Button();
     this.button39     = new System.Windows.Forms.Button();
     this.b8           = new System.Windows.Forms.Button();
     this.b5           = new System.Windows.Forms.Button();
     this.b2           = new System.Windows.Forms.Button();
     this.b7           = new System.Windows.Forms.Button();
     this.button_mul   = new System.Windows.Forms.Button();
     this.b1           = new System.Windows.Forms.Button();
     this.b0           = new System.Windows.Forms.Button();
     this.button30     = new System.Windows.Forms.Button();
     this.button111    = new System.Windows.Forms.Button();
     this.button28     = new System.Windows.Forms.Button();
     this.button27     = new System.Windows.Forms.Button();
     this.button26     = new System.Windows.Forms.Button();
     this.button25     = new System.Windows.Forms.Button();
     this.button24     = new System.Windows.Forms.Button();
     this.button23     = new System.Windows.Forms.Button();
     this.button22     = new System.Windows.Forms.Button();
     this.button20     = new System.Windows.Forms.Button();
     this.button_sub   = new System.Windows.Forms.Button();
     this.b3           = new System.Windows.Forms.Button();
     this.button_add   = new System.Windows.Forms.Button();
     this.b6           = new System.Windows.Forms.Button();
     this.button15     = new System.Windows.Forms.Button();
     this.button14     = new System.Windows.Forms.Button();
     this.button13     = new System.Windows.Forms.Button();
     this.button10     = new System.Windows.Forms.Button();
     this.button9      = new System.Windows.Forms.Button();
     this.button8      = new System.Windows.Forms.Button();
     this.button7      = new System.Windows.Forms.Button();
     this.button5      = new System.Windows.Forms.Button();
     this.button4      = new System.Windows.Forms.Button();
     this.button3      = new System.Windows.Forms.Button();
     this.button2      = new System.Windows.Forms.Button();
     this.inputBox     = new System.Windows.Forms.TextBox();
     this.button_menu  = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button_equal
     //
     this.button_equal.BackColor = System.Drawing.Color.Transparent;
     this.button_equal.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_equal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_equal.Location  = new System.Drawing.Point(616, 211);
     this.button_equal.Name      = "button_equal";
     this.button_equal.Size      = new System.Drawing.Size(45, 135);
     this.button_equal.TabIndex  = 99;
     this.button_equal.UseVisualStyleBackColor = false;
     this.button_equal.Click += new System.EventHandler(this.button15_Click);
     //
     // button47
     //
     this.button47.BackColor = System.Drawing.Color.Transparent;
     this.button47.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button47.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button47.Location  = new System.Drawing.Point(616, 164);
     this.button47.Name      = "button47";
     this.button47.Size      = new System.Drawing.Size(44, 37);
     this.button47.TabIndex  = 98;
     this.button47.UseVisualStyleBackColor = false;
     this.button47.Click += new System.EventHandler(this.button4_Click);
     //
     // button_div
     //
     this.button_div.BackColor = System.Drawing.Color.Transparent;
     this.button_div.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_div.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_div.Font      = new System.Drawing.Font("Microsoft Sans Serif", 1.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_div.ForeColor = System.Drawing.Color.Black;
     this.button_div.Location  = new System.Drawing.Point(557, 166);
     this.button_div.Name      = "button_div";
     this.button_div.Size      = new System.Drawing.Size(44, 37);
     this.button_div.TabIndex  = 97;
     this.button_div.Text      = "/";
     this.button_div.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button_div.UseVisualStyleBackColor = false;
     this.button_div.Click += new System.EventHandler(this.operator_click);
     //
     // b4
     //
     this.b4.BackColor = System.Drawing.Color.Transparent;
     this.b4.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b4.ForeColor = System.Drawing.Color.White;
     this.b4.Location  = new System.Drawing.Point(379, 210);
     this.b4.Name      = "b4";
     this.b4.Size      = new System.Drawing.Size(44, 37);
     this.b4.TabIndex  = 96;
     this.b4.Text      = "4";
     this.b4.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b4.UseVisualStyleBackColor = false;
     this.b4.Click += new System.EventHandler(this.button_click);
     //
     // button44
     //
     this.button44.BackColor = System.Drawing.Color.Transparent;
     this.button44.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button44.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button44.ForeColor = System.Drawing.Color.White;
     this.button44.Location  = new System.Drawing.Point(497, 307);
     this.button44.Name      = "button44";
     this.button44.Size      = new System.Drawing.Size(44, 37);
     this.button44.TabIndex  = 95;
     this.button44.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button44.UseVisualStyleBackColor = false;
     this.button44.Click += new System.EventHandler(this.Button2Click);
     //
     // button_del
     //
     this.button_del.BackColor = System.Drawing.Color.Transparent;
     this.button_del.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_del.Location  = new System.Drawing.Point(616, 119);
     this.button_del.Name      = "button_del";
     this.button_del.Size      = new System.Drawing.Size(44, 35);
     this.button_del.TabIndex  = 94;
     this.button_del.Text      = " ";
     this.button_del.UseVisualStyleBackColor = false;
     this.button_del.Click += new System.EventHandler(this.button5_Click);
     //
     // button_dot
     //
     this.button_dot.BackColor = System.Drawing.Color.Transparent;
     this.button_dot.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_dot.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_dot.ForeColor = System.Drawing.Color.White;
     this.button_dot.Location  = new System.Drawing.Point(440, 306);
     this.button_dot.Name      = "button_dot";
     this.button_dot.Size      = new System.Drawing.Size(44, 37);
     this.button_dot.TabIndex  = 93;
     this.button_dot.Text      = ".";
     this.button_dot.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button_dot.UseVisualStyleBackColor = false;
     this.button_dot.Click += new System.EventHandler(this.button_click);
     //
     // b9
     //
     this.b9.BackColor = System.Drawing.Color.Transparent;
     this.b9.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b9.ForeColor = System.Drawing.Color.White;
     this.b9.Location  = new System.Drawing.Point(496, 165);
     this.b9.Name      = "b9";
     this.b9.Size      = new System.Drawing.Size(44, 37);
     this.b9.TabIndex  = 91;
     this.b9.Text      = "9";
     this.b9.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b9.UseVisualStyleBackColor = false;
     this.b9.Click += new System.EventHandler(this.button_click);
     //
     // button39
     //
     this.button39.BackColor = System.Drawing.Color.Transparent;
     this.button39.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button39.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button39.Location  = new System.Drawing.Point(558, 120);
     this.button39.Name      = "button39";
     this.button39.Size      = new System.Drawing.Size(44, 37);
     this.button39.TabIndex  = 90;
     this.button39.UseVisualStyleBackColor = false;
     //
     // b8
     //
     this.b8.BackColor = System.Drawing.Color.Transparent;
     this.b8.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b8.ForeColor = System.Drawing.Color.White;
     this.b8.Location  = new System.Drawing.Point(439, 165);
     this.b8.Name      = "b8";
     this.b8.Size      = new System.Drawing.Size(44, 37);
     this.b8.TabIndex  = 88;
     this.b8.Text      = "8";
     this.b8.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b8.UseVisualStyleBackColor = false;
     this.b8.Click += new System.EventHandler(this.button_click);
     //
     // b5
     //
     this.b5.BackColor = System.Drawing.Color.Transparent;
     this.b5.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b5.ForeColor = System.Drawing.Color.White;
     this.b5.Location  = new System.Drawing.Point(440, 210);
     this.b5.Name      = "b5";
     this.b5.Size      = new System.Drawing.Size(44, 37);
     this.b5.TabIndex  = 87;
     this.b5.Text      = "5";
     this.b5.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b5.UseVisualStyleBackColor = false;
     this.b5.Click += new System.EventHandler(this.button_click);
     //
     // b2
     //
     this.b2.BackColor = System.Drawing.Color.Transparent;
     this.b2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b2.ForeColor = System.Drawing.Color.White;
     this.b2.Location  = new System.Drawing.Point(439, 257);
     this.b2.Name      = "b2";
     this.b2.Size      = new System.Drawing.Size(44, 37);
     this.b2.TabIndex  = 86;
     this.b2.Text      = "2";
     this.b2.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b2.UseVisualStyleBackColor = false;
     this.b2.Click += new System.EventHandler(this.button_click);
     //
     // b7
     //
     this.b7.BackColor = System.Drawing.Color.Transparent;
     this.b7.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b7.ForeColor = System.Drawing.Color.White;
     this.b7.Location  = new System.Drawing.Point(380, 164);
     this.b7.Name      = "b7";
     this.b7.Size      = new System.Drawing.Size(44, 37);
     this.b7.TabIndex  = 85;
     this.b7.Text      = "7";
     this.b7.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b7.UseVisualStyleBackColor = false;
     this.b7.Click += new System.EventHandler(this.button_click);
     //
     // button_mul
     //
     this.button_mul.BackColor = System.Drawing.Color.Transparent;
     this.button_mul.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_mul.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_mul.Font      = new System.Drawing.Font("Microsoft Sans Serif", 1.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_mul.ForeColor = System.Drawing.Color.Black;
     this.button_mul.Location  = new System.Drawing.Point(558, 211);
     this.button_mul.Name      = "button_mul";
     this.button_mul.Size      = new System.Drawing.Size(44, 37);
     this.button_mul.TabIndex  = 84;
     this.button_mul.Text      = "*";
     this.button_mul.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button_mul.UseVisualStyleBackColor = false;
     this.button_mul.Click += new System.EventHandler(this.operator_click);
     //
     // b1
     //
     this.b1.BackColor = System.Drawing.Color.Transparent;
     this.b1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b1.ForeColor = System.Drawing.Color.White;
     this.b1.Location  = new System.Drawing.Point(379, 257);
     this.b1.Name      = "b1";
     this.b1.Size      = new System.Drawing.Size(44, 37);
     this.b1.TabIndex  = 83;
     this.b1.Text      = "1";
     this.b1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b1.UseVisualStyleBackColor = false;
     this.b1.Click += new System.EventHandler(this.button_click);
     //
     // b0
     //
     this.b0.BackColor = System.Drawing.Color.Transparent;
     this.b0.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b0.ForeColor = System.Drawing.Color.White;
     this.b0.Location  = new System.Drawing.Point(380, 305);
     this.b0.Name      = "b0";
     this.b0.Size      = new System.Drawing.Size(44, 37);
     this.b0.TabIndex  = 82;
     this.b0.Text      = "0";
     this.b0.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b0.UseVisualStyleBackColor = false;
     this.b0.Click += new System.EventHandler(this.button_click);
     //
     // button30
     //
     this.button30.BackColor = System.Drawing.Color.Transparent;
     this.button30.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button30.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button30.Location  = new System.Drawing.Point(245, 304);
     this.button30.Name      = "button30";
     this.button30.Size      = new System.Drawing.Size(44, 38);
     this.button30.TabIndex  = 81;
     this.button30.UseVisualStyleBackColor = false;
     this.button30.Click += new System.EventHandler(this.Button30Click);
     //
     // button111
     //
     this.button111.BackColor = System.Drawing.Color.Transparent;
     this.button111.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button111.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button111.Location  = new System.Drawing.Point(245, 256);
     this.button111.Name      = "button111";
     this.button111.Size      = new System.Drawing.Size(44, 38);
     this.button111.TabIndex  = 80;
     this.button111.UseVisualStyleBackColor = false;
     this.button111.Click += new System.EventHandler(this.Button111Click);
     //
     // button28
     //
     this.button28.BackColor = System.Drawing.Color.Transparent;
     this.button28.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button28.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button28.Location  = new System.Drawing.Point(245, 211);
     this.button28.Name      = "button28";
     this.button28.Size      = new System.Drawing.Size(44, 38);
     this.button28.TabIndex  = 79;
     this.button28.UseVisualStyleBackColor = false;
     //
     // button27
     //
     this.button27.BackColor = System.Drawing.Color.Transparent;
     this.button27.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button27.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button27.Location  = new System.Drawing.Point(245, 164);
     this.button27.Name      = "button27";
     this.button27.Size      = new System.Drawing.Size(44, 38);
     this.button27.TabIndex  = 78;
     this.button27.UseVisualStyleBackColor = false;
     //
     // button26
     //
     this.button26.BackColor = System.Drawing.Color.Transparent;
     this.button26.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button26.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button26.Location  = new System.Drawing.Point(245, 118);
     this.button26.Name      = "button26";
     this.button26.Size      = new System.Drawing.Size(44, 38);
     this.button26.TabIndex  = 77;
     this.button26.UseVisualStyleBackColor = false;
     this.button26.Click += new System.EventHandler(this.Button26Click);
     //
     // button25
     //
     this.button25.BackColor = System.Drawing.Color.Transparent;
     this.button25.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button25.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button25.Location  = new System.Drawing.Point(304, 118);
     this.button25.Name      = "button25";
     this.button25.Size      = new System.Drawing.Size(44, 38);
     this.button25.TabIndex  = 76;
     this.button25.UseVisualStyleBackColor = false;
     this.button25.Click += new System.EventHandler(this.Button25Click);
     //
     // button24
     //
     this.button24.BackColor = System.Drawing.Color.Transparent;
     this.button24.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button24.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button24.Location  = new System.Drawing.Point(304, 163);
     this.button24.Name      = "button24";
     this.button24.Size      = new System.Drawing.Size(44, 38);
     this.button24.TabIndex  = 75;
     this.button24.UseVisualStyleBackColor = false;
     this.button24.Click += new System.EventHandler(this.Button24Click);
     //
     // button23
     //
     this.button23.BackColor = System.Drawing.Color.Transparent;
     this.button23.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button23.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button23.Location  = new System.Drawing.Point(304, 258);
     this.button23.Name      = "button23";
     this.button23.Size      = new System.Drawing.Size(44, 38);
     this.button23.TabIndex  = 74;
     this.button23.UseVisualStyleBackColor = false;
     this.button23.Click += new System.EventHandler(this.Button23Click);
     //
     // button22
     //
     this.button22.BackColor = System.Drawing.Color.Transparent;
     this.button22.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button22.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button22.Location  = new System.Drawing.Point(304, 305);
     this.button22.Name      = "button22";
     this.button22.Size      = new System.Drawing.Size(44, 38);
     this.button22.TabIndex  = 73;
     this.button22.UseVisualStyleBackColor = false;
     this.button22.Click += new System.EventHandler(this.Button22Click);
     //
     // button20
     //
     this.button20.BackColor = System.Drawing.Color.Transparent;
     this.button20.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button20.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button20.Location  = new System.Drawing.Point(304, 209);
     this.button20.Name      = "button20";
     this.button20.Size      = new System.Drawing.Size(44, 38);
     this.button20.TabIndex  = 71;
     this.button20.UseVisualStyleBackColor = false;
     this.button20.Click += new System.EventHandler(this.Button20Click);
     //
     // button_sub
     //
     this.button_sub.BackColor = System.Drawing.Color.Transparent;
     this.button_sub.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_sub.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_sub.Font      = new System.Drawing.Font("Microsoft Sans Serif", 1.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_sub.ForeColor = System.Drawing.Color.Black;
     this.button_sub.Location  = new System.Drawing.Point(558, 307);
     this.button_sub.Name      = "button_sub";
     this.button_sub.Size      = new System.Drawing.Size(44, 37);
     this.button_sub.TabIndex  = 70;
     this.button_sub.Text      = "-";
     this.button_sub.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button_sub.UseVisualStyleBackColor = false;
     this.button_sub.Click += new System.EventHandler(this.operator_click);
     //
     // b3
     //
     this.b3.BackColor = System.Drawing.Color.Transparent;
     this.b3.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b3.ForeColor = System.Drawing.Color.White;
     this.b3.Location  = new System.Drawing.Point(496, 257);
     this.b3.Name      = "b3";
     this.b3.Size      = new System.Drawing.Size(44, 37);
     this.b3.TabIndex  = 69;
     this.b3.Text      = "3";
     this.b3.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b3.UseVisualStyleBackColor = false;
     this.b3.Click += new System.EventHandler(this.button_click);
     //
     // button_add
     //
     this.button_add.BackColor = System.Drawing.Color.Transparent;
     this.button_add.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_add.Font      = new System.Drawing.Font("Microsoft Sans Serif", 1.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_add.ForeColor = System.Drawing.Color.Black;
     this.button_add.Location  = new System.Drawing.Point(558, 258);
     this.button_add.Name      = "button_add";
     this.button_add.Size      = new System.Drawing.Size(44, 37);
     this.button_add.TabIndex  = 68;
     this.button_add.Text      = "+";
     this.button_add.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button_add.UseVisualStyleBackColor = false;
     this.button_add.Click += new System.EventHandler(this.operator_click);
     //
     // b6
     //
     this.b6.BackColor = System.Drawing.Color.Transparent;
     this.b6.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.b6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.b6.ForeColor = System.Drawing.Color.White;
     this.b6.Location  = new System.Drawing.Point(496, 212);
     this.b6.Name      = "b6";
     this.b6.Size      = new System.Drawing.Size(44, 37);
     this.b6.TabIndex  = 67;
     this.b6.Text      = "6";
     this.b6.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.b6.UseVisualStyleBackColor = false;
     this.b6.Click += new System.EventHandler(this.button_click);
     //
     // button15
     //
     this.button15.BackColor = System.Drawing.Color.Transparent;
     this.button15.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button15.Location  = new System.Drawing.Point(72, 163);
     this.button15.Name      = "button15";
     this.button15.Size      = new System.Drawing.Size(44, 38);
     this.button15.TabIndex  = 66;
     this.button15.UseVisualStyleBackColor = false;
     this.button15.Click += new System.EventHandler(this.Button15Click);
     //
     // button14
     //
     this.button14.BackColor = System.Drawing.Color.Transparent;
     this.button14.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button14.Location  = new System.Drawing.Point(72, 208);
     this.button14.Name      = "button14";
     this.button14.Size      = new System.Drawing.Size(44, 38);
     this.button14.TabIndex  = 65;
     this.button14.UseVisualStyleBackColor = false;
     this.button14.Click += new System.EventHandler(this.Button14Click);
     //
     // button13
     //
     this.button13.BackColor = System.Drawing.Color.Transparent;
     this.button13.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button13.Location  = new System.Drawing.Point(72, 256);
     this.button13.Name      = "button13";
     this.button13.Size      = new System.Drawing.Size(44, 38);
     this.button13.TabIndex  = 64;
     this.button13.UseVisualStyleBackColor = false;
     this.button13.Click += new System.EventHandler(this.Button13Click);
     //
     // button10
     //
     this.button10.BackColor = System.Drawing.Color.Transparent;
     this.button10.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button10.Location  = new System.Drawing.Point(130, 164);
     this.button10.Name      = "button10";
     this.button10.Size      = new System.Drawing.Size(44, 38);
     this.button10.TabIndex  = 61;
     this.button10.UseVisualStyleBackColor = false;
     this.button10.Click += new System.EventHandler(this.Button10Click);
     //
     // button9
     //
     this.button9.BackColor = System.Drawing.Color.Transparent;
     this.button9.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button9.Location  = new System.Drawing.Point(126, 210);
     this.button9.Name      = "button9";
     this.button9.Size      = new System.Drawing.Size(50, 38);
     this.button9.TabIndex  = 60;
     this.button9.UseVisualStyleBackColor = false;
     this.button9.Click += new System.EventHandler(this.Button9Click);
     //
     // button8
     //
     this.button8.BackColor = System.Drawing.Color.Transparent;
     this.button8.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button8.Location  = new System.Drawing.Point(130, 256);
     this.button8.Name      = "button8";
     this.button8.Size      = new System.Drawing.Size(44, 38);
     this.button8.TabIndex  = 59;
     this.button8.UseVisualStyleBackColor = false;
     this.button8.Click += new System.EventHandler(this.Button8Click);
     //
     // button7
     //
     this.button7.BackColor = System.Drawing.Color.Transparent;
     this.button7.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button7.Location  = new System.Drawing.Point(188, 118);
     this.button7.Name      = "button7";
     this.button7.Size      = new System.Drawing.Size(44, 38);
     this.button7.TabIndex  = 58;
     this.button7.UseVisualStyleBackColor = false;
     this.button7.Click += new System.EventHandler(this.Button7Click);
     //
     // button5
     //
     this.button5.BackColor = System.Drawing.Color.Transparent;
     this.button5.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button5.Location  = new System.Drawing.Point(188, 165);
     this.button5.Name      = "button5";
     this.button5.Size      = new System.Drawing.Size(44, 38);
     this.button5.TabIndex  = 56;
     this.button5.UseVisualStyleBackColor = false;
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.Transparent;
     this.button4.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button4.Location  = new System.Drawing.Point(188, 209);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(44, 38);
     this.button4.TabIndex  = 55;
     this.button4.UseVisualStyleBackColor = false;
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Transparent;
     this.button3.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button3.Location  = new System.Drawing.Point(188, 257);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(44, 38);
     this.button3.TabIndex  = 54;
     this.button3.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Transparent;
     this.button2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button2.Location  = new System.Drawing.Point(188, 305);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(44, 38);
     this.button2.TabIndex  = 53;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.Button29Click);
     //
     // inputBox
     //
     this.inputBox.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.inputBox.Location  = new System.Drawing.Point(117, 70);
     this.inputBox.Multiline = true;
     this.inputBox.Name      = "inputBox";
     this.inputBox.Size      = new System.Drawing.Size(503, 32);
     this.inputBox.TabIndex  = 51;
     //
     // button_menu
     //
     this.button_menu.BackColor = System.Drawing.Color.Transparent;
     this.button_menu.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button_menu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button_menu.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_menu.Location  = new System.Drawing.Point(598, 23);
     this.button_menu.Name      = "button_menu";
     this.button_menu.Size      = new System.Drawing.Size(75, 38);
     this.button_menu.TabIndex  = 102;
     this.button_menu.Text      = "Menu";
     this.button_menu.UseVisualStyleBackColor = false;
     this.button_menu.Click += new System.EventHandler(this.Button_menuClick);
     //
     // Scientific
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize          = new System.Drawing.Size(703, 372);
     this.Controls.Add(this.button_menu);
     this.Controls.Add(this.button_equal);
     this.Controls.Add(this.button47);
     this.Controls.Add(this.button_div);
     this.Controls.Add(this.b4);
     this.Controls.Add(this.button44);
     this.Controls.Add(this.button_del);
     this.Controls.Add(this.button_dot);
     this.Controls.Add(this.b9);
     this.Controls.Add(this.button39);
     this.Controls.Add(this.b8);
     this.Controls.Add(this.b5);
     this.Controls.Add(this.b2);
     this.Controls.Add(this.b7);
     this.Controls.Add(this.button_mul);
     this.Controls.Add(this.b1);
     this.Controls.Add(this.b0);
     this.Controls.Add(this.button30);
     this.Controls.Add(this.button111);
     this.Controls.Add(this.button28);
     this.Controls.Add(this.button27);
     this.Controls.Add(this.button26);
     this.Controls.Add(this.button25);
     this.Controls.Add(this.button24);
     this.Controls.Add(this.button23);
     this.Controls.Add(this.button22);
     this.Controls.Add(this.button20);
     this.Controls.Add(this.button_sub);
     this.Controls.Add(this.b3);
     this.Controls.Add(this.button_add);
     this.Controls.Add(this.b6);
     this.Controls.Add(this.button15);
     this.Controls.Add(this.button14);
     this.Controls.Add(this.button13);
     this.Controls.Add(this.button10);
     this.Controls.Add(this.button9);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.inputBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Scientific";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Scientific";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
     this.m_btOK = new System.Windows.Forms.Button();
     this.m_btCancel = new System.Windows.Forms.Button();
     this.m_tcSettings = new System.Windows.Forms.TabControl();
     this.m_tpStatistics = new System.Windows.Forms.TabPage();
     this.m_dgvWordLength = new System.Windows.Forms.DataGridView();
     this.m_udNumberOfPhrases = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.m_tcStructure = new System.Windows.Forms.TabPage();
     this.m_tcPunctuation = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_gbWordNumber = new System.Windows.Forms.GroupBox();
     this.m_dgvPhraseLength = new System.Windows.Forms.DataGridView();
     this.m_gbVowels = new System.Windows.Forms.GroupBox();
     this.m_dgvVowels = new System.Windows.Forms.DataGridView();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_gbConsonants = new System.Windows.Forms.GroupBox();
     this.m_dgvConsonants = new System.Windows.Forms.DataGridView();
     this.m_dgvSyllables = new System.Windows.Forms.GroupBox();
     this.m_dgvSyllableTypes = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_gbFinalPunctuation = new System.Windows.Forms.GroupBox();
     this.m_dgvFinalPunctuation = new System.Windows.Forms.DataGridView();
     this.m_gbInnerPunctuation = new System.Windows.Forms.GroupBox();
     this.m_dgvInnerPunctuation = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Length = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Frequency = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label2 = new System.Windows.Forms.Label();
     this.m_tbLanguageName = new System.Windows.Forms.TextBox();
     this.m_tcSettings.SuspendLayout();
     this.m_tpStatistics.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvWordLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_udNumberOfPhrases)).BeginInit();
     this.m_tcStructure.SuspendLayout();
     this.m_tcPunctuation.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.m_gbWordNumber.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvPhraseLength)).BeginInit();
     this.m_gbVowels.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvVowels)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.m_gbConsonants.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvConsonants)).BeginInit();
     this.m_dgvSyllables.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvSyllableTypes)).BeginInit();
     this.m_gbFinalPunctuation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvFinalPunctuation)).BeginInit();
     this.m_gbInnerPunctuation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvInnerPunctuation)).BeginInit();
     this.SuspendLayout();
     //
     // m_btOK
     //
     this.m_btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.m_btOK.Location = new System.Drawing.Point(15, 529);
     this.m_btOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_btOK.Name = "m_btOK";
     this.m_btOK.Size = new System.Drawing.Size(87, 26);
     this.m_btOK.TabIndex = 0;
     this.m_btOK.Text = "OK";
     this.m_btOK.UseVisualStyleBackColor = true;
     //
     // m_btCancel
     //
     this.m_btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btCancel.Location = new System.Drawing.Point(139, 529);
     this.m_btCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_btCancel.Name = "m_btCancel";
     this.m_btCancel.Size = new System.Drawing.Size(87, 26);
     this.m_btCancel.TabIndex = 0;
     this.m_btCancel.Text = "Cancel";
     this.m_btCancel.UseVisualStyleBackColor = true;
     //
     // m_tcSettings
     //
     this.m_tcSettings.Controls.Add(this.m_tpStatistics);
     this.m_tcSettings.Controls.Add(this.m_tcStructure);
     this.m_tcSettings.Controls.Add(this.m_tcPunctuation);
     this.m_tcSettings.Location = new System.Drawing.Point(0, 0);
     this.m_tcSettings.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcSettings.Name = "m_tcSettings";
     this.m_tcSettings.SelectedIndex = 0;
     this.m_tcSettings.Size = new System.Drawing.Size(635, 521);
     this.m_tcSettings.TabIndex = 1;
     //
     // m_tpStatistics
     //
     this.m_tpStatistics.Controls.Add(this.m_tbLanguageName);
     this.m_tpStatistics.Controls.Add(this.label2);
     this.m_tpStatistics.Controls.Add(this.m_gbWordNumber);
     this.m_tpStatistics.Controls.Add(this.groupBox1);
     this.m_tpStatistics.Controls.Add(this.m_udNumberOfPhrases);
     this.m_tpStatistics.Controls.Add(this.label1);
     this.m_tpStatistics.Location = new System.Drawing.Point(4, 24);
     this.m_tpStatistics.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tpStatistics.Name = "m_tpStatistics";
     this.m_tpStatistics.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tpStatistics.Size = new System.Drawing.Size(627, 493);
     this.m_tpStatistics.TabIndex = 0;
     this.m_tpStatistics.Text = "Statistics";
     this.m_tpStatistics.UseVisualStyleBackColor = true;
     //
     // m_dgvWordLength
     //
     this.m_dgvWordLength.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvWordLength.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Length,
     this.Frequency});
     this.m_dgvWordLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvWordLength.Location = new System.Drawing.Point(3, 19);
     this.m_dgvWordLength.Name = "m_dgvWordLength";
     this.m_dgvWordLength.Size = new System.Drawing.Size(200, 347);
     this.m_dgvWordLength.TabIndex = 2;
     //
     // m_udNumberOfPhrases
     //
     this.m_udNumberOfPhrases.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_udNumberOfPhrases.Location = new System.Drawing.Point(573, 4);
     this.m_udNumberOfPhrases.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_udNumberOfPhrases.Name = "m_udNumberOfPhrases";
     this.m_udNumberOfPhrases.Size = new System.Drawing.Size(49, 27);
     this.m_udNumberOfPhrases.TabIndex = 1;
     this.m_udNumberOfPhrases.Value = new decimal(new int[] {
     10,
     0,
     0,
     0});
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(447, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(111, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Number of Phrases";
     //
     // m_tcStructure
     //
     this.m_tcStructure.Controls.Add(this.m_dgvSyllables);
     this.m_tcStructure.Controls.Add(this.m_gbConsonants);
     this.m_tcStructure.Controls.Add(this.m_gbVowels);
     this.m_tcStructure.Location = new System.Drawing.Point(4, 24);
     this.m_tcStructure.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcStructure.Name = "m_tcStructure";
     this.m_tcStructure.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcStructure.Size = new System.Drawing.Size(627, 493);
     this.m_tcStructure.TabIndex = 1;
     this.m_tcStructure.Text = "Structure";
     this.m_tcStructure.UseVisualStyleBackColor = true;
     //
     // m_tcPunctuation
     //
     this.m_tcPunctuation.Controls.Add(this.m_gbFinalPunctuation);
     this.m_tcPunctuation.Controls.Add(this.m_gbInnerPunctuation);
     this.m_tcPunctuation.Location = new System.Drawing.Point(4, 24);
     this.m_tcPunctuation.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcPunctuation.Name = "m_tcPunctuation";
     this.m_tcPunctuation.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcPunctuation.Size = new System.Drawing.Size(627, 493);
     this.m_tcPunctuation.TabIndex = 2;
     this.m_tcPunctuation.Text = "Punctuation";
     this.m_tcPunctuation.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_dgvWordLength);
     this.groupBox1.Location = new System.Drawing.Point(6, 38);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(206, 369);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = " Relative Word Length Frequency ";
     //
     // m_gbWordNumber
     //
     this.m_gbWordNumber.Controls.Add(this.m_dgvPhraseLength);
     this.m_gbWordNumber.Location = new System.Drawing.Point(218, 38);
     this.m_gbWordNumber.Name = "m_gbWordNumber";
     this.m_gbWordNumber.Size = new System.Drawing.Size(206, 369);
     this.m_gbWordNumber.TabIndex = 4;
     this.m_gbWordNumber.TabStop = false;
     this.m_gbWordNumber.Text = " Relative Phrase Length Frequency ";
     //
     // m_dgvPhraseLength
     //
     this.m_dgvPhraseLength.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvPhraseLength.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1,
     this.dataGridViewTextBoxColumn2});
     this.m_dgvPhraseLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvPhraseLength.Location = new System.Drawing.Point(3, 19);
     this.m_dgvPhraseLength.Name = "m_dgvPhraseLength";
     this.m_dgvPhraseLength.Size = new System.Drawing.Size(200, 347);
     this.m_dgvPhraseLength.TabIndex = 2;
     //
     // m_gbVowels
     //
     this.m_gbVowels.Controls.Add(this.m_dgvVowels);
     this.m_gbVowels.Location = new System.Drawing.Point(11, 7);
     this.m_gbVowels.Name = "m_gbVowels";
     this.m_gbVowels.Size = new System.Drawing.Size(181, 479);
     this.m_gbVowels.TabIndex = 4;
     this.m_gbVowels.TabStop = false;
     this.m_gbVowels.Text = " Vowels";
     //
     // m_dgvVowels
     //
     this.m_dgvVowels.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvVowels.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn3,
     this.dataGridViewTextBoxColumn4});
     this.m_dgvVowels.Location = new System.Drawing.Point(3, 19);
     this.m_dgvVowels.Name = "m_dgvVowels";
     this.m_dgvVowels.Size = new System.Drawing.Size(172, 457);
     this.m_dgvVowels.TabIndex = 2;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridView1);
     this.groupBox2.Location = new System.Drawing.Point(11, 7);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(201, 398);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = " Vowels";
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn5,
     this.dataGridViewTextBoxColumn6});
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(3, 16);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(195, 379);
     this.dataGridView1.TabIndex = 2;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle17.NullValue = null;
     this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle17;
     this.dataGridViewTextBoxColumn5.HeaderText = "Vowel";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.Width = 61;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle18.Format = "N0";
     dataGridViewCellStyle18.NullValue = null;
     this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle18;
     this.dataGridViewTextBoxColumn6.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.Width = 82;
     //
     // m_gbConsonants
     //
     this.m_gbConsonants.Controls.Add(this.m_dgvConsonants);
     this.m_gbConsonants.Location = new System.Drawing.Point(194, 7);
     this.m_gbConsonants.Name = "m_gbConsonants";
     this.m_gbConsonants.Size = new System.Drawing.Size(216, 479);
     this.m_gbConsonants.TabIndex = 4;
     this.m_gbConsonants.TabStop = false;
     this.m_gbConsonants.Text = "Consonants";
     //
     // m_dgvConsonants
     //
     this.m_dgvConsonants.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvConsonants.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn7,
     this.dataGridViewTextBoxColumn8});
     this.m_dgvConsonants.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvConsonants.Location = new System.Drawing.Point(3, 19);
     this.m_dgvConsonants.Name = "m_dgvConsonants";
     this.m_dgvConsonants.Size = new System.Drawing.Size(210, 457);
     this.m_dgvConsonants.TabIndex = 2;
     //
     // m_dgvSyllables
     //
     this.m_dgvSyllables.Controls.Add(this.m_dgvSyllableTypes);
     this.m_dgvSyllables.Location = new System.Drawing.Point(413, 7);
     this.m_dgvSyllables.Name = "m_dgvSyllables";
     this.m_dgvSyllables.Size = new System.Drawing.Size(194, 479);
     this.m_dgvSyllables.TabIndex = 5;
     this.m_dgvSyllables.TabStop = false;
     this.m_dgvSyllables.Text = "SyllableTypes";
     //
     // m_dgvSyllableTypes
     //
     this.m_dgvSyllableTypes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvSyllableTypes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn9,
     this.dataGridViewTextBoxColumn10});
     this.m_dgvSyllableTypes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvSyllableTypes.Location = new System.Drawing.Point(3, 19);
     this.m_dgvSyllableTypes.Name = "m_dgvSyllableTypes";
     this.m_dgvSyllableTypes.Size = new System.Drawing.Size(188, 457);
     this.m_dgvSyllableTypes.TabIndex = 2;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle19.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle19.NullValue = null;
     this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle19;
     this.dataGridViewTextBoxColumn3.HeaderText = "Vowel";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Width = 50;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle20.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle20.NullValue = null;
     this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle20;
     this.dataGridViewTextBoxColumn4.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.Width = 72;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle21.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle21.NullValue = null;
     this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle21;
     this.dataGridViewTextBoxColumn7.HeaderText = "Consonant";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Width = 72;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle22.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle22.NullValue = null;
     this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle22;
     this.dataGridViewTextBoxColumn8.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Width = 72;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle23.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle23.NullValue = null;
     this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle23;
     this.dataGridViewTextBoxColumn9.HeaderText = "Syllable";
     this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.Width = 64;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle24.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle24.NullValue = null;
     this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle24;
     this.dataGridViewTextBoxColumn10.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.Width = 80;
     //
     // m_gbFinalPunctuation
     //
     this.m_gbFinalPunctuation.Controls.Add(this.m_dgvFinalPunctuation);
     this.m_gbFinalPunctuation.Location = new System.Drawing.Point(205, 7);
     this.m_gbFinalPunctuation.Name = "m_gbFinalPunctuation";
     this.m_gbFinalPunctuation.Size = new System.Drawing.Size(216, 479);
     this.m_gbFinalPunctuation.TabIndex = 6;
     this.m_gbFinalPunctuation.TabStop = false;
     this.m_gbFinalPunctuation.Text = "Final Punctuation";
     //
     // m_dgvFinalPunctuation
     //
     this.m_dgvFinalPunctuation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvFinalPunctuation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn11,
     this.dataGridViewTextBoxColumn12});
     this.m_dgvFinalPunctuation.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvFinalPunctuation.Location = new System.Drawing.Point(3, 19);
     this.m_dgvFinalPunctuation.Name = "m_dgvFinalPunctuation";
     this.m_dgvFinalPunctuation.Size = new System.Drawing.Size(210, 457);
     this.m_dgvFinalPunctuation.TabIndex = 2;
     //
     // m_gbInnerPunctuation
     //
     this.m_gbInnerPunctuation.Controls.Add(this.m_dgvInnerPunctuation);
     this.m_gbInnerPunctuation.Location = new System.Drawing.Point(6, 7);
     this.m_gbInnerPunctuation.Name = "m_gbInnerPunctuation";
     this.m_gbInnerPunctuation.Size = new System.Drawing.Size(193, 479);
     this.m_gbInnerPunctuation.TabIndex = 5;
     this.m_gbInnerPunctuation.TabStop = false;
     this.m_gbInnerPunctuation.Text = "Inner Punctuation";
     //
     // m_dgvInnerPunctuation
     //
     this.m_dgvInnerPunctuation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvInnerPunctuation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn13,
     this.dataGridViewTextBoxColumn14});
     this.m_dgvInnerPunctuation.Location = new System.Drawing.Point(3, 19);
     this.m_dgvInnerPunctuation.Name = "m_dgvInnerPunctuation";
     this.m_dgvInnerPunctuation.Size = new System.Drawing.Size(186, 457);
     this.m_dgvInnerPunctuation.TabIndex = 2;
     //
     // dataGridViewTextBoxColumn13
     //
     this.dataGridViewTextBoxColumn13.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle25.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle25.NullValue = null;
     this.dataGridViewTextBoxColumn13.DefaultCellStyle = dataGridViewCellStyle25;
     this.dataGridViewTextBoxColumn13.HeaderText = "Character";
     this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.Width = 64;
     //
     // dataGridViewTextBoxColumn14
     //
     this.dataGridViewTextBoxColumn14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle26.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle26.NullValue = null;
     this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle26;
     this.dataGridViewTextBoxColumn14.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
     this.dataGridViewTextBoxColumn14.Width = 72;
     //
     // dataGridViewTextBoxColumn11
     //
     this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle27.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle27.NullValue = null;
     this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle27;
     this.dataGridViewTextBoxColumn11.HeaderText = "Character";
     this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.Width = 72;
     //
     // dataGridViewTextBoxColumn12
     //
     this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle28.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle28.NullValue = null;
     this.dataGridViewTextBoxColumn12.DefaultCellStyle = dataGridViewCellStyle28;
     this.dataGridViewTextBoxColumn12.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
     this.dataGridViewTextBoxColumn12.Width = 72;
     //
     // Length
     //
     this.Length.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle29.Format = "N0";
     dataGridViewCellStyle29.NullValue = null;
     this.Length.DefaultCellStyle = dataGridViewCellStyle29;
     this.Length.HeaderText = "Length";
     this.Length.Name = "Length";
     this.Length.Width = 67;
     //
     // Frequency
     //
     this.Frequency.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle30.NullValue = null;
     this.Frequency.DefaultCellStyle = dataGridViewCellStyle30;
     this.Frequency.HeaderText = "Frequency";
     this.Frequency.Name = "Frequency";
     this.Frequency.Width = 88;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle31.Format = "N0";
     dataGridViewCellStyle31.NullValue = null;
     this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle31;
     this.dataGridViewTextBoxColumn1.HeaderText = "Length";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.Width = 67;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle32.NullValue = null;
     this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle32;
     this.dataGridViewTextBoxColumn2.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.Width = 88;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 10);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(92, 15);
     this.label2.TabIndex = 5;
     this.label2.Text = "Language Name";
     //
     // m_tbLanguageName
     //
     this.m_tbLanguageName.Location = new System.Drawing.Point(104, 6);
     this.m_tbLanguageName.Name = "m_tbLanguageName";
     this.m_tbLanguageName.Size = new System.Drawing.Size(320, 23);
     this.m_tbLanguageName.TabIndex = 6;
     //
     // SettingsDialog
     //
     this.AcceptButton = this.m_btOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.m_btCancel;
     this.ClientSize = new System.Drawing.Size(639, 569);
     this.ControlBox = false;
     this.Controls.Add(this.m_tcSettings);
     this.Controls.Add(this.m_btCancel);
     this.Controls.Add(this.m_btOK);
     this.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "SettingsDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "SettingsDialog";
     this.m_tcSettings.ResumeLayout(false);
     this.m_tpStatistics.ResumeLayout(false);
     this.m_tpStatistics.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvWordLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_udNumberOfPhrases)).EndInit();
     this.m_tcStructure.ResumeLayout(false);
     this.m_tcPunctuation.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.m_gbWordNumber.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvPhraseLength)).EndInit();
     this.m_gbVowels.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvVowels)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.m_gbConsonants.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvConsonants)).EndInit();
     this.m_dgvSyllables.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvSyllableTypes)).EndInit();
     this.m_gbFinalPunctuation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvFinalPunctuation)).EndInit();
     this.m_gbInnerPunctuation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvInnerPunctuation)).EndInit();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelProductCategoryDocumentationType       = new System.Windows.Forms.Label();
            this.textBoxProductCategoryDocumentationType     = new System.Windows.Forms.TextBox();
            this.labelProductCategoryDocumentationTypeName   = new System.Windows.Forms.Label();
            this.textBoxProductCategoryDocumentationTypeName = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelProductCategoryDocumentationType
            //
            this.labelProductCategoryDocumentationType.AutoSize = true;
            this.labelProductCategoryDocumentationType.Location = new System.Drawing.Point(11, 13);
            this.labelProductCategoryDocumentationType.Name     = "labelProductCategoryDocumentationType";
            this.labelProductCategoryDocumentationType.Size     = new System.Drawing.Size(71, 13);
            this.labelProductCategoryDocumentationType.TabIndex = 2;
            this.labelProductCategoryDocumentationType.Text     = "Product Category Documentation Type:";
            //
            //textBoxProductCategoryDocumentationType
            //
            this.textBoxProductCategoryDocumentationType.Location = new System.Drawing.Point(280, 13);
            this.textBoxProductCategoryDocumentationType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProductCategoryDocumentationType.Name     = "textBoxProductCategoryDocumentationType";
            this.textBoxProductCategoryDocumentationType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProductCategoryDocumentationType.TabIndex = 3;
            //
            // labelProductCategoryDocumentationTypeName
            //
            this.labelProductCategoryDocumentationTypeName.AutoSize = true;
            this.labelProductCategoryDocumentationTypeName.Location = new System.Drawing.Point(11, 36);
            this.labelProductCategoryDocumentationTypeName.Name     = "labelProductCategoryDocumentationTypeName";
            this.labelProductCategoryDocumentationTypeName.Size     = new System.Drawing.Size(71, 13);
            this.labelProductCategoryDocumentationTypeName.TabIndex = 4;
            this.labelProductCategoryDocumentationTypeName.Text     = "Product Category Documentation Type Name:";
            //
            //textBoxProductCategoryDocumentationTypeName
            //
            this.textBoxProductCategoryDocumentationTypeName.Location = new System.Drawing.Point(280, 36);
            this.textBoxProductCategoryDocumentationTypeName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProductCategoryDocumentationTypeName.Name     = "textBoxProductCategoryDocumentationTypeName";
            this.textBoxProductCategoryDocumentationTypeName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProductCategoryDocumentationTypeName.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(280, 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;
            //
            // 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(438, 82);

            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);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(338, 82);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(542, 110);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeProductCategoryDocumentationTypeRefEdit";
            this.Text = "Product Category Documentation Type Ref Edit";
            this.Controls.Add(this.labelProductCategoryDocumentationType);
            this.Controls.Add(this.textBoxProductCategoryDocumentationType);
            this.Controls.Add(this.labelProductCategoryDocumentationTypeName);
            this.Controls.Add(this.textBoxProductCategoryDocumentationTypeName);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.button1 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.startButton = new System.Windows.Forms.Button();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.stopWordsPath = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.button3 = new System.Windows.Forms.Button();
     this.TestPath = new System.Windows.Forms.Label();
     this.TrainPath = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.dataGridView3 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.dataGridView4 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Metric = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Bayes = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.kNN = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Rocchio = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(6, 34);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Choose";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94, 17);
     this.label1.TabIndex = 1;
     this.label1.Text = "Training File :";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 68);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(70, 17);
     this.label2.TabIndex = 3;
     this.label2.Text = "Test File :";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(6, 97);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text = "Choose";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // startButton
     //
     this.startButton.Enabled = false;
     this.startButton.Location = new System.Drawing.Point(1026, 302);
     this.startButton.Name = "startButton";
     this.startButton.Size = new System.Drawing.Size(168, 89);
     this.startButton.TabIndex = 4;
     this.startButton.Text = "Start";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.startButton_Click);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "Euler Distance",
     "Cosine Similarity",
     "Pearson Correlation Coefficient",
     "Manhattan Distance"});
     this.comboBox1.Location = new System.Drawing.Point(12, 369);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(227, 24);
     this.comboBox1.TabIndex = 5;
     this.comboBox1.Visible = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(12, 284);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(183, 21);
     this.checkBox1.TabIndex = 6;
     this.checkBox1.Text = "Multinomial Naive Bayes";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(12, 311);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(57, 21);
     this.checkBox2.TabIndex = 7;
     this.checkBox2.Text = "kNN";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.stopWordsPath);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.TestPath);
     this.panel1.Controls.Add(this.TrainPath);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(481, 189);
     this.panel1.TabIndex = 8;
     //
     // stopWordsPath
     //
     this.stopWordsPath.AutoSize = true;
     this.stopWordsPath.Location = new System.Drawing.Point(129, 132);
     this.stopWordsPath.Name = "stopWordsPath";
     this.stopWordsPath.Size = new System.Drawing.Size(0, 17);
     this.stopWordsPath.TabIndex = 8;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 132);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(116, 17);
     this.label5.TabIndex = 7;
     this.label5.Text = "Stop Words File :";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(6, 158);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 6;
     this.button3.Text = "Choose";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // TestPath
     //
     this.TestPath.AutoSize = true;
     this.TestPath.Location = new System.Drawing.Point(129, 68);
     this.TestPath.Name = "TestPath";
     this.TestPath.Size = new System.Drawing.Size(0, 17);
     this.TestPath.TabIndex = 5;
     //
     // TrainPath
     //
     this.TrainPath.AutoSize = true;
     this.TrainPath.Location = new System.Drawing.Point(129, 9);
     this.TrainPath.Name = "TrainPath";
     this.TrainPath.Size = new System.Drawing.Size(0, 17);
     this.TrainPath.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 228);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(156, 17);
     this.label3.TabIndex = 10;
     this.label3.Text = "Classification Methods :";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 340);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(132, 17);
     this.label4.TabIndex = 11;
     this.label4.Text = "Distance Functions:";
     this.label4.Visible = false;
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(12, 255);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(81, 21);
     this.checkBox3.TabIndex = 12;
     this.checkBox3.Text = "Rocchio";
     this.checkBox3.UseVisualStyleBackColor = true;
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(277, 369);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(216, 22);
     this.textBox1.TabIndex = 13;
     this.textBox1.Visible = false;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(274, 340);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 17);
     this.label6.TabIndex = 14;
     this.label6.Text = "Value of K:";
     this.label6.Visible = false;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeColumns = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Metric,
     this.Bayes,
     this.kNN,
     this.Rocchio});
     this.dataGridView1.Location = new System.Drawing.Point(499, 302);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowTemplate.Height = 24;
     this.dataGridView1.Size = new System.Drawing.Size(491, 89);
     this.dataGridView1.TabIndex = 16;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location = new System.Drawing.Point(499, 12);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(699, 271);
     this.tabControl1.TabIndex = 17;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGridView2);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(691, 242);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "MN Bayes";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // dataGridView2
     //
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn4});
     this.dataGridView2.Location = new System.Drawing.Point(6, 6);
     this.dataGridView2.Name = "dataGridView2";
     this.dataGridView2.RowTemplate.Height = 24;
     this.dataGridView2.Size = new System.Drawing.Size(679, 230);
     this.dataGridView2.TabIndex = 5;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = " ";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.dataGridView3);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(691, 242);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "kNN";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // dataGridView3
     //
     this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1});
     this.dataGridView3.Location = new System.Drawing.Point(6, 6);
     this.dataGridView3.Name = "dataGridView3";
     this.dataGridView3.RowTemplate.Height = 24;
     this.dataGridView3.Size = new System.Drawing.Size(679, 230);
     this.dataGridView3.TabIndex = 6;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = " ";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.dataGridView4);
     this.tabPage3.Location = new System.Drawing.Point(4, 25);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(691, 242);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Rocchio";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // dataGridView4
     //
     this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn2});
     this.dataGridView4.Location = new System.Drawing.Point(6, 6);
     this.dataGridView4.Name = "dataGridView4";
     this.dataGridView4.RowTemplate.Height = 24;
     this.dataGridView4.Size = new System.Drawing.Size(679, 230);
     this.dataGridView4.TabIndex = 6;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = " ";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     //
     // Metric
     //
     this.Metric.HeaderText = "Metric";
     this.Metric.Name = "Metric";
     this.Metric.ReadOnly = true;
     this.Metric.Width = 75;
     //
     // Bayes
     //
     this.Bayes.HeaderText = "MN Bayes";
     this.Bayes.Name = "Bayes";
     this.Bayes.ReadOnly = true;
     //
     // kNN
     //
     this.kNN.HeaderText = "kNN";
     this.kNN.Name = "kNN";
     this.kNN.ReadOnly = true;
     this.kNN.Width = 75;
     //
     // Rocchio
     //
     this.Rocchio.HeaderText = "Rocchio";
     this.Rocchio.Name = "Rocchio";
     this.Rocchio.ReadOnly = true;
     this.Rocchio.Width = 75;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1210, 416);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.checkBox3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.startButton);
     this.Name = "Form1";
     this.Text = "Form1";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).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.cmbScriptLangs   = new System.Windows.Forms.ComboBox();
     this.lstFontList      = new System.Windows.Forms.ListBox();
     this.lstFontSizes     = new System.Windows.Forms.ListBox();
     this.label2           = new System.Windows.Forms.Label();
     this.cmbPositionTech  = new System.Windows.Forms.ComboBox();
     this.cmbRenderChoices = new System.Windows.Forms.ComboBox();
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     _txtTypefaceInfo      = new System.Windows.Forms.TextBox();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.lstFontStyle     = new System.Windows.Forms.ListBox();
     this.lstFontNameList  = new System.Windows.Forms.ListBox();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // cmbScriptLangs
     //
     this.cmbScriptLangs.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbScriptLangs.FormattingEnabled = true;
     this.cmbScriptLangs.Location          = new System.Drawing.Point(14, 3);
     this.cmbScriptLangs.Name     = "cmbScriptLangs";
     this.cmbScriptLangs.Size     = new System.Drawing.Size(141, 21);
     this.cmbScriptLangs.TabIndex = 69;
     //
     // lstFontList
     //
     this.lstFontList.FormattingEnabled = true;
     this.lstFontList.Location          = new System.Drawing.Point(6, 6);
     this.lstFontList.Name     = "lstFontList";
     this.lstFontList.Size     = new System.Drawing.Size(172, 251);
     this.lstFontList.TabIndex = 68;
     //
     // lstFontSizes
     //
     this.lstFontSizes.FormattingEnabled = true;
     this.lstFontSizes.Location          = new System.Drawing.Point(13, 43);
     this.lstFontSizes.Name     = "lstFontSizes";
     this.lstFontSizes.Size     = new System.Drawing.Size(142, 199);
     this.lstFontSizes.TabIndex = 67;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 13);
     this.label2.TabIndex = 70;
     this.label2.Text     = "Size in Points";
     //
     // cmbPositionTech
     //
     this.cmbPositionTech.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPositionTech.FormattingEnabled = true;
     this.cmbPositionTech.Location          = new System.Drawing.Point(13, 248);
     this.cmbPositionTech.Name     = "cmbPositionTech";
     this.cmbPositionTech.Size     = new System.Drawing.Size(142, 21);
     this.cmbPositionTech.TabIndex = 71;
     //
     // cmbRenderChoices
     //
     this.cmbRenderChoices.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRenderChoices.FormattingEnabled = true;
     this.cmbRenderChoices.Location          = new System.Drawing.Point(13, 295);
     this.cmbRenderChoices.Name     = "cmbRenderChoices";
     this.cmbRenderChoices.Size     = new System.Drawing.Size(142, 21);
     this.cmbRenderChoices.TabIndex = 72;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(161, 3);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(380, 293);
     this.tabControl1.TabIndex      = 73;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(_txtTypefaceInfo);
     this.tabPage1.Controls.Add(this.lstFontList);
     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(372, 267);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Actual Font Files";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // _txtTypefaceInfo
     //
     _txtTypefaceInfo.Location  = new System.Drawing.Point(185, 7);
     _txtTypefaceInfo.Multiline = true;
     _txtTypefaceInfo.Name      = "_txtTypefaceInfo";
     _txtTypefaceInfo.Size      = new System.Drawing.Size(181, 250);
     _txtTypefaceInfo.TabIndex  = 69;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.lstFontStyle);
     this.tabPage2.Controls.Add(this.lstFontNameList);
     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(372, 267);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Fonts under Management";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // lstFontStyle
     //
     this.lstFontStyle.FormattingEnabled = true;
     this.lstFontStyle.Location          = new System.Drawing.Point(178, 6);
     this.lstFontStyle.Name     = "lstFontStyle";
     this.lstFontStyle.Size     = new System.Drawing.Size(188, 251);
     this.lstFontStyle.TabIndex = 70;
     //
     // lstFontNameList
     //
     this.lstFontNameList.FormattingEnabled = true;
     this.lstFontNameList.Location          = new System.Drawing.Point(3, 6);
     this.lstFontNameList.Name     = "lstFontNameList";
     this.lstFontNameList.Size     = new System.Drawing.Size(169, 251);
     this.lstFontNameList.TabIndex = 69;
     //
     // BasicFontOptionsUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.cmbRenderChoices);
     this.Controls.Add(this.cmbPositionTech);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cmbScriptLangs);
     this.Controls.Add(this.lstFontSizes);
     this.Name  = "BasicFontOptionsUserControl";
     this.Size  = new System.Drawing.Size(555, 330);
     this.Load += new System.EventHandler(this.OpenFontOptions_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     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.textBox2 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.dgInventario = new System.Windows.Forms.DataGridView();
     this.dgBodegas = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dgInventario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgBodegas)).BeginInit();
     this.SuspendLayout();
     //
     // textBox2
     //
     this.textBox2.Enabled = false;
     this.textBox2.Location = new System.Drawing.Point(898, 388);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(58, 20);
     this.textBox2.TabIndex = 13;
     this.textBox2.Text = "Cod: 2001";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(234, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(57, 13);
     this.label2.TabIndex = 12;
     this.label2.Text = "Inventario ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(49, 13);
     this.label1.TabIndex = 11;
     this.label1.Text = "Bodegas";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(11, 371);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(160, 23);
     this.button1.TabIndex = 10;
     this.button1.Text = "Mostrar Todas Las Bodegas";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(650, 13);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 9;
     this.textBox1.Visible = false;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged_1);
     //
     // dgInventario
     //
     this.dgInventario.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgInventario.Location = new System.Drawing.Point(237, 56);
     this.dgInventario.Name = "dgInventario";
     this.dgInventario.Size = new System.Drawing.Size(592, 300);
     this.dgInventario.TabIndex = 8;
     //
     // dgBodegas
     //
     this.dgBodegas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgBodegas.Location = new System.Drawing.Point(11, 56);
     this.dgBodegas.Name = "dgBodegas";
     this.dgBodegas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgBodegas.Size = new System.Drawing.Size(207, 300);
     this.dgBodegas.TabIndex = 7;
     this.dgBodegas.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgBodegas_CellContentClick);
     this.dgBodegas.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgBodegas_CellMouseClick_1);
     //
     // MuestraInventario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Aqua;
     this.ClientSize = new System.Drawing.Size(957, 409);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.dgInventario);
     this.Controls.Add(this.dgBodegas);
     this.Name = "MuestraInventario";
     this.Text = "MuestraInventario";
     this.Load += new System.EventHandler(this.MuestraInventario_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgInventario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgBodegas)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }