public partial class Roboplatofrm_Form : Form
public Roboplatofrm_Form()
private void okButton_Click(object sender, EventArgs e)
Console.WriteLine(include1.Checked);
Console.WriteLine(include2.Checked);
Console.WriteLine(include3.Checked);
Console.WriteLine(gridBox.Text);
Console.WriteLine(referenceBox.Text);
partial class Roboplatofrm_Form
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
if (disposing && (components != null))
#region Windows Form Designer generated code
private void InitializeComponent()
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Roboplatofrm_Form));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.referenceBox = new System.Windows.Forms.TextBox();
this.gridBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.box1 = new System.Windows.Forms.RichTextBox();
this.box2 = new System.Windows.Forms.RichTextBox();
this.box3 = new System.Windows.Forms.RichTextBox();
this.include2 = new System.Windows.Forms.RadioButton();
this.include3 = new System.Windows.Forms.RadioButton();
this.include1 = new System.Windows.Forms.RadioButton();
this.okButton = new System.Windows.Forms.Button();
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label1.Location = new System.Drawing.Point(22, 49);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 22);
this.label1.TabIndex = 0;
this.label1.Text = "REFERENCE";
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label2.Location = new System.Drawing.Point(92, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 22);
this.label2.TabIndex = 1;
this.label2.Text = "GRID";
this.referenceBox.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.referenceBox.Location = new System.Drawing.Point(173, 46);
this.referenceBox.Name = "referenceBox";
this.referenceBox.Size = new System.Drawing.Size(246, 29);
this.referenceBox.TabIndex = 2;
this.gridBox.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.gridBox.Location = new System.Drawing.Point(173, 91);
this.gridBox.Name = "gridBox";
this.gridBox.Size = new System.Drawing.Size(246, 29);
this.gridBox.TabIndex = 3;
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.label3.Location = new System.Drawing.Point(23, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(278, 19);
this.label3.TabIndex = 4;
this.label3.Text = "Please insert following information:";
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.label4.Location = new System.Drawing.Point(23, 144);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(251, 19);
this.label4.TabIndex = 5;
this.label4.Text = "47 (Payment Conditions) found:";
this.box1.Location = new System.Drawing.Point(156, 183);
this.box1.Size = new System.Drawing.Size(504, 66);
this.box1.Text = resources.GetString("box1.Text");
this.box2.Location = new System.Drawing.Point(156, 260);
this.box2.Size = new System.Drawing.Size(504, 66);
this.box2.Text = resources.GetString("box2.Text");
this.box3.Location = new System.Drawing.Point(156, 337);
this.box3.Size = new System.Drawing.Size(504, 66);
this.box3.Text = resources.GetString("box3.Text");
this.include2.AutoSize = true;
this.include2.Checked = true;
this.include2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.include2.Location = new System.Drawing.Point(64, 282);
this.include2.Name = "include2";
this.include2.Size = new System.Drawing.Size(74, 22);
this.include2.TabIndex = 10;
this.include2.TabStop = true;
this.include2.Text = "Include";
this.include2.UseVisualStyleBackColor = true;
this.include3.AutoSize = true;
this.include3.Checked = true;
this.include3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.include3.Location = new System.Drawing.Point(64, 358);
this.include3.Name = "include3";
this.include3.Size = new System.Drawing.Size(74, 22);
this.include3.TabIndex = 11;
this.include3.TabStop = true;
this.include3.Text = "Include";
this.include3.UseVisualStyleBackColor = true;
this.include1.AutoSize = true;
this.include1.Checked = true;
this.include1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.include1.Location = new System.Drawing.Point(64, 208);
this.include1.Name = "include1";
this.include1.Size = new System.Drawing.Size(74, 22);
this.include1.TabIndex = 12;
this.include1.TabStop = true;
this.include1.Text = "Include";
this.include1.UseVisualStyleBackColor = true;
this.okButton.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.okButton.Location = new System.Drawing.Point(227, 428);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(224, 38);
this.okButton.TabIndex = 13;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DarkOrange;
this.ClientSize = new System.Drawing.Size(679, 478);
this.Controls.Add(this.okButton);
this.Controls.Add(this.include1);
this.Controls.Add(this.include3);
this.Controls.Add(this.include2);
this.Controls.Add(this.box3);
this.Controls.Add(this.box2);
this.Controls.Add(this.box1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.gridBox);
this.Controls.Add(this.referenceBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Roboplatofrm_Form";
this.Text = "Roboplatform";
this.ResumeLayout(false);
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox referenceBox;
private System.Windows.Forms.TextBox gridBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RichTextBox box1;
private System.Windows.Forms.RichTextBox box2;
private System.Windows.Forms.RichTextBox box3;
private System.Windows.Forms.RadioButton include2;
private System.Windows.Forms.RadioButton include3;
private System.Windows.Forms.RadioButton include1;
private System.Windows.Forms.Button okButton;