Pokaż
Ignoruj:
Pliki:
1 zmodyfikowane

Legenda:

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

    r21 r13  
    3737            System.Windows.Forms.Label czasPlatnosciLabel; 
    3838            System.Windows.Forms.Label notatkaZamowienieLabel; 
    39             System.Windows.Forms.Label procentProwizjiLabel; 
    40             System.Windows.Forms.Label zPLabel; 
    4139            System.Windows.Forms.Label notatkaKierownikLabel; 
    4240            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddZamowienieForm)); 
     
    6058            this.aGENCITableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter(); 
    6159            this.notatkaZamowienieTextBox = new System.Windows.Forms.TextBox(); 
     60            this.notatkaKierownikTextBox = new System.Windows.Forms.TextBox(); 
    6261            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(); 
    66             this.notatkaKierownikTextBox = new System.Windows.Forms.TextBox(); 
    6762            numerZamowieniaLabel = new System.Windows.Forms.Label(); 
    6863            sPOSOB_ZAPLATYLabel = new System.Windows.Forms.Label(); 
     
    7267            czasPlatnosciLabel = new System.Windows.Forms.Label(); 
    7368            notatkaZamowienieLabel = new System.Windows.Forms.Label(); 
    74             procentProwizjiLabel = new System.Windows.Forms.Label(); 
    75             zPLabel = new System.Windows.Forms.Label(); 
    7669            notatkaKierownikLabel = new System.Windows.Forms.Label(); 
    7770            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 
     
    8275            ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit(); 
    8376            this.groupBox2.SuspendLayout(); 
    84             this.kierownikGroupBox.SuspendLayout(); 
    8577            this.SuspendLayout(); 
    8678            //  
     
    143135            //  
    144136            notatkaZamowienieLabel.AutoSize = true; 
    145             notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 23); 
     137            notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 29); 
    146138            notatkaZamowienieLabel.Name = "notatkaZamowienieLabel"; 
    147139            notatkaZamowienieLabel.Size = new System.Drawing.Size(40, 13); 
     
    149141            notatkaZamowienieLabel.Text = "Uwagi:"; 
    150142            //  
    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             //  
    169143            // notatkaKierownikLabel 
    170144            //  
    171145            notatkaKierownikLabel.AutoSize = true; 
    172             notatkaKierownikLabel.Location = new System.Drawing.Point(19, 16); 
     146            notatkaKierownikLabel.Location = new System.Drawing.Point(15, 146); 
    173147            notatkaKierownikLabel.Name = "notatkaKierownikLabel"; 
    174148            notatkaKierownikLabel.Size = new System.Drawing.Size(102, 13); 
    175             notatkaKierownikLabel.TabIndex = 13; 
     149            notatkaKierownikLabel.TabIndex = 9; 
    176150            notatkaKierownikLabel.Text = "Notatka kierownika:"; 
    177151            //  
     
    338312            //  
    339313            this.notatkaZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaZamowienie", true)); 
    340             this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 39); 
     314            this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 46); 
    341315            this.notatkaZamowienieTextBox.MaxLength = 200; 
    342316            this.notatkaZamowienieTextBox.Multiline = true; 
    343317            this.notatkaZamowienieTextBox.Name = "notatkaZamowienieTextBox"; 
    344             this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 74); 
     318            this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 87); 
    345319            this.notatkaZamowienieTextBox.TabIndex = 9; 
    346320            //  
     321            // notatkaKierownikTextBox 
     322            //  
     323            this.notatkaKierownikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaKierownik", true)); 
     324            this.notatkaKierownikTextBox.Location = new System.Drawing.Point(17, 162); 
     325            this.notatkaKierownikTextBox.MaxLength = 200; 
     326            this.notatkaKierownikTextBox.Multiline = true; 
     327            this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox"; 
     328            this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 82); 
     329            this.notatkaKierownikTextBox.TabIndex = 10; 
     330            //  
    347331            // groupBox2 
    348332            //  
    349333            this.groupBox2.Controls.Add(notatkaZamowienieLabel); 
     334            this.groupBox2.Controls.Add(this.notatkaKierownikTextBox); 
     335            this.groupBox2.Controls.Add(notatkaKierownikLabel); 
    350336            this.groupBox2.Controls.Add(this.notatkaZamowienieTextBox); 
    351337            this.groupBox2.Location = new System.Drawing.Point(15, 45); 
    352338            this.groupBox2.Name = "groupBox2"; 
    353             this.groupBox2.Size = new System.Drawing.Size(256, 125); 
     339            this.groupBox2.Size = new System.Drawing.Size(246, 283); 
    354340            this.groupBox2.TabIndex = 11; 
    355341            this.groupBox2.TabStop = false; 
    356342            this.groupBox2.Text = "Zamówienie"; 
    357343            //  
    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             //  
    389             // notatkaKierownikTextBox 
    390             //  
    391             this.notatkaKierownikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaKierownik", true)); 
    392             this.notatkaKierownikTextBox.Location = new System.Drawing.Point(18, 32); 
    393             this.notatkaKierownikTextBox.MaxLength = 200; 
    394             this.notatkaKierownikTextBox.Multiline = true; 
    395             this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox"; 
    396             this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 71); 
    397             this.notatkaKierownikTextBox.TabIndex = 14; 
    398             //  
    399344            // AddZamowienieForm 
    400345            //  
    401346            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 
    402347            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
    403             this.ClientSize = new System.Drawing.Size(683, 376); 
     348            this.ClientSize = new System.Drawing.Size(683, 387); 
    404349            this.Controls.Add(this.groupBox2); 
    405350            this.Controls.Add(this.zapiszButton); 
     
    408353            this.Controls.Add(numerZamowieniaLabel); 
    409354            this.Controls.Add(this.numerZamowieniaLabel1); 
    410             this.Controls.Add(this.kierownikGroupBox); 
    411355            this.Name = "AddZamowienieForm"; 
    412356            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 
     
    422366            this.groupBox2.ResumeLayout(false); 
    423367            this.groupBox2.PerformLayout(); 
    424             this.kierownikGroupBox.ResumeLayout(false); 
    425             this.kierownikGroupBox.PerformLayout(); 
    426368            this.ResumeLayout(false); 
    427369            this.PerformLayout(); 
     
    450392        private System.Windows.Forms.ListBox czasPlatnosciListBox; 
    451393        private System.Windows.Forms.TextBox notatkaZamowienieTextBox; 
     394        private System.Windows.Forms.TextBox notatkaKierownikTextBox; 
    452395        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; 
    456         private System.Windows.Forms.TextBox notatkaKierownikTextBox; 
    457396    } 
    458397}