Pokaż
Ignoruj:
Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • Baza Reklam 2 - Faktury/AddZamowienieForm.Designer.cs

    r13 r21  
    3737            System.Windows.Forms.Label czasPlatnosciLabel; 
    3838            System.Windows.Forms.Label notatkaZamowienieLabel; 
     39            System.Windows.Forms.Label procentProwizjiLabel; 
     40            System.Windows.Forms.Label zPLabel; 
    3941            System.Windows.Forms.Label notatkaKierownikLabel; 
    4042            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddZamowienieForm)); 
     
    5860            this.aGENCITableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter(); 
    5961            this.notatkaZamowienieTextBox = new System.Windows.Forms.TextBox(); 
     62            this.groupBox2 = new System.Windows.Forms.GroupBox(); 
     63            this.kierownikGroupBox = new System.Windows.Forms.GroupBox(); 
     64            this.procentProwizjiTextBox = new System.Windows.Forms.TextBox(); 
     65            this.zPCheckBox = new System.Windows.Forms.CheckBox(); 
    6066            this.notatkaKierownikTextBox = new System.Windows.Forms.TextBox(); 
    61             this.groupBox2 = new System.Windows.Forms.GroupBox(); 
    6267            numerZamowieniaLabel = new System.Windows.Forms.Label(); 
    6368            sPOSOB_ZAPLATYLabel = new System.Windows.Forms.Label(); 
     
    6772            czasPlatnosciLabel = new System.Windows.Forms.Label(); 
    6873            notatkaZamowienieLabel = new System.Windows.Forms.Label(); 
     74            procentProwizjiLabel = new System.Windows.Forms.Label(); 
     75            zPLabel = new System.Windows.Forms.Label(); 
    6976            notatkaKierownikLabel = new System.Windows.Forms.Label(); 
    7077            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 
     
    7582            ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit(); 
    7683            this.groupBox2.SuspendLayout(); 
     84            this.kierownikGroupBox.SuspendLayout(); 
    7785            this.SuspendLayout(); 
    7886            //  
     
    135143            //  
    136144            notatkaZamowienieLabel.AutoSize = true; 
    137             notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 29); 
     145            notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 23); 
    138146            notatkaZamowienieLabel.Name = "notatkaZamowienieLabel"; 
    139147            notatkaZamowienieLabel.Size = new System.Drawing.Size(40, 13); 
     
    141149            notatkaZamowienieLabel.Text = "Uwagi:"; 
    142150            //  
     151            // procentProwizjiLabel 
     152            //  
     153            procentProwizjiLabel.AutoSize = true; 
     154            procentProwizjiLabel.Location = new System.Drawing.Point(103, 114); 
     155            procentProwizjiLabel.Name = "procentProwizjiLabel"; 
     156            procentProwizjiLabel.Size = new System.Drawing.Size(55, 13); 
     157            procentProwizjiLabel.TabIndex = 16; 
     158            procentProwizjiLabel.Text = "% prowizji:"; 
     159            //  
     160            // zPLabel 
     161            //  
     162            zPLabel.AutoSize = true; 
     163            zPLabel.Location = new System.Drawing.Point(50, 114); 
     164            zPLabel.Name = "zPLabel"; 
     165            zPLabel.Size = new System.Drawing.Size(24, 13); 
     166            zPLabel.TabIndex = 15; 
     167            zPLabel.Text = "ZP:"; 
     168            //  
    143169            // notatkaKierownikLabel 
    144170            //  
    145171            notatkaKierownikLabel.AutoSize = true; 
    146             notatkaKierownikLabel.Location = new System.Drawing.Point(15, 146); 
     172            notatkaKierownikLabel.Location = new System.Drawing.Point(19, 16); 
    147173            notatkaKierownikLabel.Name = "notatkaKierownikLabel"; 
    148174            notatkaKierownikLabel.Size = new System.Drawing.Size(102, 13); 
    149             notatkaKierownikLabel.TabIndex = 9; 
     175            notatkaKierownikLabel.TabIndex = 13; 
    150176            notatkaKierownikLabel.Text = "Notatka kierownika:"; 
    151177            //  
     
    312338            //  
    313339            this.notatkaZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaZamowienie", true)); 
    314             this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 46); 
     340            this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 39); 
    315341            this.notatkaZamowienieTextBox.MaxLength = 200; 
    316342            this.notatkaZamowienieTextBox.Multiline = true; 
    317343            this.notatkaZamowienieTextBox.Name = "notatkaZamowienieTextBox"; 
    318             this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 87); 
     344            this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 74); 
    319345            this.notatkaZamowienieTextBox.TabIndex = 9; 
    320346            //  
     347            // groupBox2 
     348            //  
     349            this.groupBox2.Controls.Add(notatkaZamowienieLabel); 
     350            this.groupBox2.Controls.Add(this.notatkaZamowienieTextBox); 
     351            this.groupBox2.Location = new System.Drawing.Point(15, 45); 
     352            this.groupBox2.Name = "groupBox2"; 
     353            this.groupBox2.Size = new System.Drawing.Size(256, 125); 
     354            this.groupBox2.TabIndex = 11; 
     355            this.groupBox2.TabStop = false; 
     356            this.groupBox2.Text = "Zamówienie"; 
     357            //  
     358            // kierownikGroupBox 
     359            //  
     360            this.kierownikGroupBox.Controls.Add(procentProwizjiLabel); 
     361            this.kierownikGroupBox.Controls.Add(this.procentProwizjiTextBox); 
     362            this.kierownikGroupBox.Controls.Add(zPLabel); 
     363            this.kierownikGroupBox.Controls.Add(this.zPCheckBox); 
     364            this.kierownikGroupBox.Controls.Add(notatkaKierownikLabel); 
     365            this.kierownikGroupBox.Controls.Add(this.notatkaKierownikTextBox); 
     366            this.kierownikGroupBox.Location = new System.Drawing.Point(15, 176); 
     367            this.kierownikGroupBox.Name = "kierownikGroupBox"; 
     368            this.kierownikGroupBox.Size = new System.Drawing.Size(256, 152); 
     369            this.kierownikGroupBox.TabIndex = 13; 
     370            this.kierownikGroupBox.TabStop = false; 
     371            //  
     372            // procentProwizjiTextBox 
     373            //  
     374            this.procentProwizjiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "procentProwizji", true)); 
     375            this.procentProwizjiTextBox.Location = new System.Drawing.Point(164, 111); 
     376            this.procentProwizjiTextBox.Name = "procentProwizjiTextBox"; 
     377            this.procentProwizjiTextBox.Size = new System.Drawing.Size(62, 20); 
     378            this.procentProwizjiTextBox.TabIndex = 18; 
     379            this.procentProwizjiTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     380            //  
     381            // zPCheckBox 
     382            //  
     383            this.zPCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.zamowieniaBindingSource, "ZP", true)); 
     384            this.zPCheckBox.Location = new System.Drawing.Point(80, 109); 
     385            this.zPCheckBox.Name = "zPCheckBox"; 
     386            this.zPCheckBox.Size = new System.Drawing.Size(17, 24); 
     387            this.zPCheckBox.TabIndex = 17; 
     388            //  
    321389            // notatkaKierownikTextBox 
    322390            //  
    323391            this.notatkaKierownikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaKierownik", true)); 
    324             this.notatkaKierownikTextBox.Location = new System.Drawing.Point(17, 162); 
     392            this.notatkaKierownikTextBox.Location = new System.Drawing.Point(18, 32); 
    325393            this.notatkaKierownikTextBox.MaxLength = 200; 
    326394            this.notatkaKierownikTextBox.Multiline = true; 
    327395            this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox"; 
    328             this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 82); 
    329             this.notatkaKierownikTextBox.TabIndex = 10; 
    330             //  
    331             // groupBox2 
    332             //  
    333             this.groupBox2.Controls.Add(notatkaZamowienieLabel); 
    334             this.groupBox2.Controls.Add(this.notatkaKierownikTextBox); 
    335             this.groupBox2.Controls.Add(notatkaKierownikLabel); 
    336             this.groupBox2.Controls.Add(this.notatkaZamowienieTextBox); 
    337             this.groupBox2.Location = new System.Drawing.Point(15, 45); 
    338             this.groupBox2.Name = "groupBox2"; 
    339             this.groupBox2.Size = new System.Drawing.Size(246, 283); 
    340             this.groupBox2.TabIndex = 11; 
    341             this.groupBox2.TabStop = false; 
    342             this.groupBox2.Text = "Zamówienie"; 
     396            this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 71); 
     397            this.notatkaKierownikTextBox.TabIndex = 14; 
    343398            //  
    344399            // AddZamowienieForm 
     
    346401            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 
    347402            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
    348             this.ClientSize = new System.Drawing.Size(683, 387); 
     403            this.ClientSize = new System.Drawing.Size(683, 376); 
    349404            this.Controls.Add(this.groupBox2); 
    350405            this.Controls.Add(this.zapiszButton); 
     
    353408            this.Controls.Add(numerZamowieniaLabel); 
    354409            this.Controls.Add(this.numerZamowieniaLabel1); 
     410            this.Controls.Add(this.kierownikGroupBox); 
    355411            this.Name = "AddZamowienieForm"; 
    356412            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 
     
    366422            this.groupBox2.ResumeLayout(false); 
    367423            this.groupBox2.PerformLayout(); 
     424            this.kierownikGroupBox.ResumeLayout(false); 
     425            this.kierownikGroupBox.PerformLayout(); 
    368426            this.ResumeLayout(false); 
    369427            this.PerformLayout(); 
     
    392450        private System.Windows.Forms.ListBox czasPlatnosciListBox; 
    393451        private System.Windows.Forms.TextBox notatkaZamowienieTextBox; 
     452        private System.Windows.Forms.GroupBox groupBox2; 
     453        private System.Windows.Forms.GroupBox kierownikGroupBox; 
     454        private System.Windows.Forms.TextBox procentProwizjiTextBox; 
     455        private System.Windows.Forms.CheckBox zPCheckBox; 
    394456        private System.Windows.Forms.TextBox notatkaKierownikTextBox; 
    395         private System.Windows.Forms.GroupBox groupBox2; 
    396457    } 
    397458}