Smrf.NodeXL.ExcelTemplate.OpenUcinetFileDialog.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()
        {
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.radUndirected = new System.Windows.Forms.RadioButton();
            this.radDirected = new System.Windows.Forms.RadioButton();
            this.label2 = new System.Windows.Forms.Label();
            this.txbFileName = new System.Windows.Forms.TextBox();
            this.btnBrowse = new System.Windows.Forms.Button();
            this.lnkHelp = new Smrf.AppLib.HelpLinkLabel();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(327, 181);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 6;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(246, 181);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 5;
            this.btnOK.Text = "Import";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.radUndirected);
            this.groupBox2.Controls.Add(this.radDirected);
            this.groupBox2.Location = new System.Drawing.Point(15, 91);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(387, 75);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Graph type";
            // 
            // radUndirected
            // 
            this.radUndirected.AutoSize = true;
            this.radUndirected.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.radUndirected.Location = new System.Drawing.Point(18, 42);
            this.radUndirected.Name = "radUndirected";
            this.radUndirected.Size = new System.Drawing.Size(253, 17);
            this.radUndirected.TabIndex = 1;
            this.radUndirected.TabStop = true;
            this.radUndirected.Text = "The UCINET file represents an &undirected graph";
            this.radUndirected.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.radUndirected.UseVisualStyleBackColor = true;
            // 
            // radDirected
            // 
            this.radDirected.AutoSize = true;
            this.radDirected.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.radDirected.Location = new System.Drawing.Point(18, 19);
            this.radDirected.Name = "radDirected";
            this.radDirected.Size = new System.Drawing.Size(235, 17);
            this.radDirected.TabIndex = 0;
            this.radDirected.TabStop = true;
            this.radDirected.Text = "The UCINET file represents a &directed graph";
            this.radDirected.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.radDirected.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(129, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "UCINET &full matrix DL file:";
            // 
            // txbFileName
            // 
            this.txbFileName.Location = new System.Drawing.Point(15, 29);
            this.txbFileName.Name = "txbFileName";
            this.txbFileName.Size = new System.Drawing.Size(303, 20);
            this.txbFileName.TabIndex = 1;
            // 
            // btnBrowse
            // 
            this.btnBrowse.Location = new System.Drawing.Point(327, 29);
            this.btnBrowse.Name = "btnBrowse";
            this.btnBrowse.Size = new System.Drawing.Size(75, 23);
            this.btnBrowse.TabIndex = 2;
            this.btnBrowse.Text = "&Browse...";
            this.btnBrowse.UseVisualStyleBackColor = true;
            this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
            // 
            // lnkHelp
            // 
            this.lnkHelp.AutoSize = true;
            this.lnkHelp.Location = new System.Drawing.Point(12, 59);
            this.lnkHelp.Name = "lnkHelp";
            this.lnkHelp.Size = new System.Drawing.Size(256, 13);
            this.lnkHelp.TabIndex = 3;
            this.lnkHelp.TabStop = true;
            this.lnkHelp.Text = "What if my UCINET file is not in full matrix DL format?";
            // 
            // OpenUcinetFileDialog
            // 
            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(414, 220);
            this.Controls.Add(this.lnkHelp);
            this.Controls.Add(this.btnBrowse);
            this.Controls.Add(this.txbFileName);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "OpenUcinetFileDialog";
            this.Text = "Import from UCINET Full Matrix DL File";
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }