Index: Baza Reklam 2 - Faktury/AddZamowienieForm.Designer.cs
===================================================================
--- Baza Reklam 2 - Faktury/AddZamowienieForm.Designer.cs (revision 76)
+++ Baza Reklam 2 - Faktury/AddZamowienieForm.Designer.cs (revision 84)
@@ -37,4 +37,6 @@
             System.Windows.Forms.Label czasPlatnosciLabel;
             System.Windows.Forms.Label notatkaZamowienieLabel;
+            System.Windows.Forms.Label procentProwizjiLabel;
+            System.Windows.Forms.Label zPLabel;
             System.Windows.Forms.Label notatkaKierownikLabel;
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddZamowienieForm));
@@ -58,6 +60,9 @@
             this.aGENCITableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter();
             this.notatkaZamowienieTextBox = new System.Windows.Forms.TextBox();
+            this.groupBox2 = new System.Windows.Forms.GroupBox();
+            this.kierownikGroupBox = new System.Windows.Forms.GroupBox();
+            this.procentProwizjiTextBox = new System.Windows.Forms.TextBox();
+            this.zPCheckBox = new System.Windows.Forms.CheckBox();
             this.notatkaKierownikTextBox = new System.Windows.Forms.TextBox();
-            this.groupBox2 = new System.Windows.Forms.GroupBox();
             numerZamowieniaLabel = new System.Windows.Forms.Label();
             sPOSOB_ZAPLATYLabel = new System.Windows.Forms.Label();
@@ -67,4 +72,6 @@
             czasPlatnosciLabel = new System.Windows.Forms.Label();
             notatkaZamowienieLabel = new System.Windows.Forms.Label();
+            procentProwizjiLabel = new System.Windows.Forms.Label();
+            zPLabel = new System.Windows.Forms.Label();
             notatkaKierownikLabel = new System.Windows.Forms.Label();
             ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit();
@@ -75,4 +82,5 @@
             ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit();
             this.groupBox2.SuspendLayout();
+            this.kierownikGroupBox.SuspendLayout();
             this.SuspendLayout();
             // 
@@ -135,5 +143,5 @@
             // 
             notatkaZamowienieLabel.AutoSize = true;
-            notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 29);
+            notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 23);
             notatkaZamowienieLabel.Name = "notatkaZamowienieLabel";
             notatkaZamowienieLabel.Size = new System.Drawing.Size(40, 13);
@@ -141,11 +149,29 @@
             notatkaZamowienieLabel.Text = "Uwagi:";
             // 
+            // procentProwizjiLabel
+            // 
+            procentProwizjiLabel.AutoSize = true;
+            procentProwizjiLabel.Location = new System.Drawing.Point(103, 114);
+            procentProwizjiLabel.Name = "procentProwizjiLabel";
+            procentProwizjiLabel.Size = new System.Drawing.Size(55, 13);
+            procentProwizjiLabel.TabIndex = 16;
+            procentProwizjiLabel.Text = "% prowizji:";
+            // 
+            // zPLabel
+            // 
+            zPLabel.AutoSize = true;
+            zPLabel.Location = new System.Drawing.Point(50, 114);
+            zPLabel.Name = "zPLabel";
+            zPLabel.Size = new System.Drawing.Size(24, 13);
+            zPLabel.TabIndex = 15;
+            zPLabel.Text = "ZP:";
+            // 
             // notatkaKierownikLabel
             // 
             notatkaKierownikLabel.AutoSize = true;
-            notatkaKierownikLabel.Location = new System.Drawing.Point(15, 146);
+            notatkaKierownikLabel.Location = new System.Drawing.Point(19, 16);
             notatkaKierownikLabel.Name = "notatkaKierownikLabel";
             notatkaKierownikLabel.Size = new System.Drawing.Size(102, 13);
-            notatkaKierownikLabel.TabIndex = 9;
+            notatkaKierownikLabel.TabIndex = 13;
             notatkaKierownikLabel.Text = "Notatka kierownika:";
             // 
@@ -312,33 +338,62 @@
             // 
             this.notatkaZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaZamowienie", true));
-            this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 46);
+            this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 39);
             this.notatkaZamowienieTextBox.MaxLength = 200;
             this.notatkaZamowienieTextBox.Multiline = true;
             this.notatkaZamowienieTextBox.Name = "notatkaZamowienieTextBox";
-            this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 87);
+            this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 74);
             this.notatkaZamowienieTextBox.TabIndex = 9;
             // 
+            // groupBox2
+            // 
+            this.groupBox2.Controls.Add(notatkaZamowienieLabel);
+            this.groupBox2.Controls.Add(this.notatkaZamowienieTextBox);
+            this.groupBox2.Location = new System.Drawing.Point(15, 45);
+            this.groupBox2.Name = "groupBox2";
+            this.groupBox2.Size = new System.Drawing.Size(256, 125);
+            this.groupBox2.TabIndex = 11;
+            this.groupBox2.TabStop = false;
+            this.groupBox2.Text = "Zamówienie";
+            // 
+            // kierownikGroupBox
+            // 
+            this.kierownikGroupBox.Controls.Add(procentProwizjiLabel);
+            this.kierownikGroupBox.Controls.Add(this.procentProwizjiTextBox);
+            this.kierownikGroupBox.Controls.Add(zPLabel);
+            this.kierownikGroupBox.Controls.Add(this.zPCheckBox);
+            this.kierownikGroupBox.Controls.Add(notatkaKierownikLabel);
+            this.kierownikGroupBox.Controls.Add(this.notatkaKierownikTextBox);
+            this.kierownikGroupBox.Location = new System.Drawing.Point(15, 176);
+            this.kierownikGroupBox.Name = "kierownikGroupBox";
+            this.kierownikGroupBox.Size = new System.Drawing.Size(256, 152);
+            this.kierownikGroupBox.TabIndex = 13;
+            this.kierownikGroupBox.TabStop = false;
+            // 
+            // procentProwizjiTextBox
+            // 
+            this.procentProwizjiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "procentProwizji", true));
+            this.procentProwizjiTextBox.Location = new System.Drawing.Point(164, 111);
+            this.procentProwizjiTextBox.Name = "procentProwizjiTextBox";
+            this.procentProwizjiTextBox.Size = new System.Drawing.Size(62, 20);
+            this.procentProwizjiTextBox.TabIndex = 18;
+            this.procentProwizjiTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
+            // 
+            // zPCheckBox
+            // 
+            this.zPCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.zamowieniaBindingSource, "ZP", true));
+            this.zPCheckBox.Location = new System.Drawing.Point(80, 109);
+            this.zPCheckBox.Name = "zPCheckBox";
+            this.zPCheckBox.Size = new System.Drawing.Size(17, 24);
+            this.zPCheckBox.TabIndex = 17;
+            // 
             // notatkaKierownikTextBox
             // 
             this.notatkaKierownikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaKierownik", true));
-            this.notatkaKierownikTextBox.Location = new System.Drawing.Point(17, 162);
+            this.notatkaKierownikTextBox.Location = new System.Drawing.Point(18, 32);
             this.notatkaKierownikTextBox.MaxLength = 200;
             this.notatkaKierownikTextBox.Multiline = true;
             this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox";
-            this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 82);
-            this.notatkaKierownikTextBox.TabIndex = 10;
-            // 
-            // groupBox2
-            // 
-            this.groupBox2.Controls.Add(notatkaZamowienieLabel);
-            this.groupBox2.Controls.Add(this.notatkaKierownikTextBox);
-            this.groupBox2.Controls.Add(notatkaKierownikLabel);
-            this.groupBox2.Controls.Add(this.notatkaZamowienieTextBox);
-            this.groupBox2.Location = new System.Drawing.Point(15, 45);
-            this.groupBox2.Name = "groupBox2";
-            this.groupBox2.Size = new System.Drawing.Size(246, 283);
-            this.groupBox2.TabIndex = 11;
-            this.groupBox2.TabStop = false;
-            this.groupBox2.Text = "Zamówienie";
+            this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 71);
+            this.notatkaKierownikTextBox.TabIndex = 14;
             // 
             // AddZamowienieForm
@@ -346,5 +401,5 @@
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(683, 387);
+            this.ClientSize = new System.Drawing.Size(683, 376);
             this.Controls.Add(this.groupBox2);
             this.Controls.Add(this.zapiszButton);
@@ -353,4 +408,5 @@
             this.Controls.Add(numerZamowieniaLabel);
             this.Controls.Add(this.numerZamowieniaLabel1);
+            this.Controls.Add(this.kierownikGroupBox);
             this.Name = "AddZamowienieForm";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
@@ -366,4 +422,6 @@
             this.groupBox2.ResumeLayout(false);
             this.groupBox2.PerformLayout();
+            this.kierownikGroupBox.ResumeLayout(false);
+            this.kierownikGroupBox.PerformLayout();
             this.ResumeLayout(false);
             this.PerformLayout();
@@ -392,6 +450,9 @@
         private System.Windows.Forms.ListBox czasPlatnosciListBox;
         private System.Windows.Forms.TextBox notatkaZamowienieTextBox;
+        private System.Windows.Forms.GroupBox groupBox2;
+        private System.Windows.Forms.GroupBox kierownikGroupBox;
+        private System.Windows.Forms.TextBox procentProwizjiTextBox;
+        private System.Windows.Forms.CheckBox zPCheckBox;
         private System.Windows.Forms.TextBox notatkaKierownikTextBox;
-        private System.Windows.Forms.GroupBox groupBox2;
     }
 }
