summaryrefslogtreecommitdiff
path: root/Analizator9000/Analizator9000/Form1.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Analizator9000/Analizator9000/Form1.Designer.cs')
-rw-r--r--Analizator9000/Analizator9000/Form1.Designer.cs61
1 files changed, 31 insertions, 30 deletions
diff --git a/Analizator9000/Analizator9000/Form1.Designer.cs b/Analizator9000/Analizator9000/Form1.Designer.cs
index 3b8c459..73f609f 100644
--- a/Analizator9000/Analizator9000/Form1.Designer.cs
+++ b/Analizator9000/Analizator9000/Form1.Designer.cs
@@ -66,14 +66,14 @@
this.button1 = new System.Windows.Forms.Button();
this.generateFileNameTextBox = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button4 = new System.Windows.Forms.Button();
+ this.analyzeButton = new System.Windows.Forms.Button();
this.contractList = new System.Windows.Forms.ComboBox();
this.declarerList = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.analyzeFileNameTexBox = new System.Windows.Forms.TextBox();
+ this.button2 = new System.Windows.Forms.Button();
+ this.analyzeFileNameTextBox = new System.Windows.Forms.TextBox();
this.generateFileDialog = new System.Windows.Forms.OpenFileDialog();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.statusListBox = new System.Windows.Forms.ListBox();
@@ -498,14 +498,14 @@
//
// groupBox2
//
- this.groupBox2.Controls.Add(this.button4);
+ this.groupBox2.Controls.Add(this.analyzeButton);
this.groupBox2.Controls.Add(this.contractList);
this.groupBox2.Controls.Add(this.declarerList);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label13);
- this.groupBox2.Controls.Add(this.button3);
- this.groupBox2.Controls.Add(this.analyzeFileNameTexBox);
+ this.groupBox2.Controls.Add(this.button2);
+ this.groupBox2.Controls.Add(this.analyzeFileNameTextBox);
this.groupBox2.Location = new System.Drawing.Point(531, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(513, 179);
@@ -513,14 +513,15 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Analiza";
//
- // button4
+ // analyzeButton
//
- this.button4.Location = new System.Drawing.Point(7, 133);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(497, 40);
- this.button4.TabIndex = 11;
- this.button4.Text = "ANALIZUJ";
- this.button4.UseVisualStyleBackColor = true;
+ this.analyzeButton.Location = new System.Drawing.Point(7, 133);
+ this.analyzeButton.Name = "analyzeButton";
+ this.analyzeButton.Size = new System.Drawing.Size(497, 40);
+ this.analyzeButton.TabIndex = 11;
+ this.analyzeButton.Text = "ANALIZUJ";
+ this.analyzeButton.UseVisualStyleBackColor = true;
+ this.analyzeButton.Click += new System.EventHandler(this.analyzeButton_Click);
//
// contractList
//
@@ -580,22 +581,23 @@
this.label13.TabIndex = 2;
this.label13.Text = "Kontrakt:";
//
- // button3
+ // button2
//
- this.button3.Location = new System.Drawing.Point(432, 20);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 1;
- this.button3.Text = "Wybierz plik";
- this.button3.UseVisualStyleBackColor = true;
+ this.button2.Location = new System.Drawing.Point(432, 20);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(75, 23);
+ this.button2.TabIndex = 1;
+ this.button2.Text = "Wybierz plik";
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click);
//
- // analyzeFileNameTexBox
+ // analyzeFileNameTextBox
//
- this.analyzeFileNameTexBox.Location = new System.Drawing.Point(7, 20);
- this.analyzeFileNameTexBox.Name = "analyzeFileNameTexBox";
- this.analyzeFileNameTexBox.ReadOnly = true;
- this.analyzeFileNameTexBox.Size = new System.Drawing.Size(419, 20);
- this.analyzeFileNameTexBox.TabIndex = 0;
+ this.analyzeFileNameTextBox.Location = new System.Drawing.Point(7, 20);
+ this.analyzeFileNameTextBox.Name = "analyzeFileNameTextBox";
+ this.analyzeFileNameTextBox.ReadOnly = true;
+ this.analyzeFileNameTextBox.Size = new System.Drawing.Size(419, 20);
+ this.analyzeFileNameTextBox.TabIndex = 0;
//
// generateFileDialog
//
@@ -618,7 +620,6 @@
//
// analyzeFileDialog
//
- this.analyzeFileDialog.FileName = "openFileDialog2";
this.analyzeFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.analyzeFileDialog_FileOk);
//
// textBox22
@@ -703,10 +704,10 @@
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.TextBox analyzeFileNameTexBox;
+ private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.TextBox analyzeFileNameTextBox;
private System.Windows.Forms.OpenFileDialog analyzeFileDialog;
- private System.Windows.Forms.Button button4;
+ private System.Windows.Forms.Button analyzeButton;
private System.Windows.Forms.TextBox textBox22;
private System.Windows.Forms.RichTextBox conditionBox;
}