Smrf.NodeXL.ExcelTemplate.ConvertNodeXLWorkbookDialog.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConvertNodeXLWorkbookDialog));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txbOtherWorkbookFile = new System.Windows.Forms.TextBox();
            this.btnBrowse = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.txbConvertedWorkbookFile = new System.Windows.Forms.TextBox();
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.cbxOpenConvertedWorkbook = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(396, 150);
            this.label1.TabIndex = 0;
            this.label1.Text = resources.GetString("label1.Text");
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(9, 170);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(99, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "&NodeXL workbook:";
            // 
            // txbOtherWorkbookFile
            // 
            this.txbOtherWorkbookFile.Location = new System.Drawing.Point(12, 189);
            this.txbOtherWorkbookFile.MaxLength = 256;
            this.txbOtherWorkbookFile.Name = "txbOtherWorkbookFile";
            this.txbOtherWorkbookFile.Size = new System.Drawing.Size(313, 20);
            this.txbOtherWorkbookFile.TabIndex = 2;
            this.txbOtherWorkbookFile.TextChanged += new System.EventHandler(this.txbOtherWorkbookFile_TextChanged);
            // 
            // btnBrowse
            // 
            this.btnBrowse.Location = new System.Drawing.Point(334, 187);
            this.btnBrowse.Name = "btnBrowse";
            this.btnBrowse.Size = new System.Drawing.Size(74, 23);
            this.btnBrowse.TabIndex = 3;
            this.btnBrowse.Text = "&Browse...";
            this.btnBrowse.UseVisualStyleBackColor = true;
            this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 221);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(85, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = "Converted copy:";
            // 
            // txbConvertedWorkbookFile
            // 
            this.txbConvertedWorkbookFile.Location = new System.Drawing.Point(12, 240);
            this.txbConvertedWorkbookFile.Name = "txbConvertedWorkbookFile";
            this.txbConvertedWorkbookFile.ReadOnly = true;
            this.txbConvertedWorkbookFile.Size = new System.Drawing.Size(313, 20);
            this.txbConvertedWorkbookFile.TabIndex = 5;
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(253, 300);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(74, 23);
            this.btnOK.TabIndex = 7;
            this.btnOK.Text = "OK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(333, 300);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(74, 23);
            this.btnCancel.TabIndex = 8;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // cbxOpenConvertedWorkbook
            // 
            this.cbxOpenConvertedWorkbook.AutoSize = true;
            this.cbxOpenConvertedWorkbook.Location = new System.Drawing.Point(12, 275);
            this.cbxOpenConvertedWorkbook.Name = "cbxOpenConvertedWorkbook";
            this.cbxOpenConvertedWorkbook.Size = new System.Drawing.Size(203, 17);
            this.cbxOpenConvertedWorkbook.TabIndex = 6;
            this.cbxOpenConvertedWorkbook.Text = "O&pen the converted copy when done";
            this.cbxOpenConvertedWorkbook.UseVisualStyleBackColor = true;
            // 
            // ConvertNodeXLWorkbookDialog
            // 
            this.AcceptButton = this.btnOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(419, 338);
            this.Controls.Add(this.cbxOpenConvertedWorkbook);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.txbConvertedWorkbookFile);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.btnBrowse);
            this.Controls.Add(this.txbOtherWorkbookFile);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ConvertNodeXLWorkbookDialog";
            this.Text = "Import from NodeXL Workbook Created on Another Computer";
            this.ResumeLayout(false);
            this.PerformLayout();

        }