namespace Baza_Reklam { partial class PaymentForm2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label dATA_ZAPŁATYLabel; System.Windows.Forms.Label sYMBOL_POTWIERDZENIALabel; System.Windows.Forms.Label rODZAJ_POTWIERDZENIALabel; System.Windows.Forms.Label reklamaIDLabel; System.Windows.Forms.Label bRUTTOLabel; System.Windows.Forms.Label suma_zaplatLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaymentForm2)); this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); this.dATA_ZAPŁATYDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.wplatyBindingSource = new System.Windows.Forms.BindingSource(this.components); this.sYMBOL_POTWIERDZENIATextBox = new System.Windows.Forms.TextBox(); this.rODZAJ_POTWIERDZENIAComboBox = new System.Windows.Forms.ComboBox(); this.bRUTTOTextBox = new System.Windows.Forms.TextBox(); this.zestawienieFakturNEWBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dodajButton = new System.Windows.Forms.Button(); this.anulujButton = new System.Windows.Forms.Button(); this.iD_REKLAMYTextBox = new System.Windows.Forms.TextBox(); this.suma_zaplatTextBox = new System.Windows.Forms.TextBox(); this.wplatyTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter(); this.zestawienieFakturNEWTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieFakturNEWTableAdapter(); dATA_ZAPŁATYLabel = new System.Windows.Forms.Label(); sYMBOL_POTWIERDZENIALabel = new System.Windows.Forms.Label(); rODZAJ_POTWIERDZENIALabel = new System.Windows.Forms.Label(); reklamaIDLabel = new System.Windows.Forms.Label(); bRUTTOLabel = new System.Windows.Forms.Label(); suma_zaplatLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wplatyBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).BeginInit(); this.SuspendLayout(); // // dATA_ZAPŁATYLabel // dATA_ZAPŁATYLabel.AutoSize = true; dATA_ZAPŁATYLabel.Location = new System.Drawing.Point(173, 21); dATA_ZAPŁATYLabel.Name = "dATA_ZAPŁATYLabel"; dATA_ZAPŁATYLabel.Size = new System.Drawing.Size(71, 13); dATA_ZAPŁATYLabel.TabIndex = 1; dATA_ZAPŁATYLabel.Text = "Data zapłaty:"; // // sYMBOL_POTWIERDZENIALabel // sYMBOL_POTWIERDZENIALabel.AutoSize = true; sYMBOL_POTWIERDZENIALabel.Location = new System.Drawing.Point(172, 121); sYMBOL_POTWIERDZENIALabel.Name = "sYMBOL_POTWIERDZENIALabel"; sYMBOL_POTWIERDZENIALabel.Size = new System.Drawing.Size(112, 13); sYMBOL_POTWIERDZENIALabel.TabIndex = 3; sYMBOL_POTWIERDZENIALabel.Text = "Symbol potwierdzenia:"; // // rODZAJ_POTWIERDZENIALabel // rODZAJ_POTWIERDZENIALabel.AutoSize = true; rODZAJ_POTWIERDZENIALabel.Location = new System.Drawing.Point(173, 71); rODZAJ_POTWIERDZENIALabel.Name = "rODZAJ_POTWIERDZENIALabel"; rODZAJ_POTWIERDZENIALabel.Size = new System.Drawing.Size(111, 13); rODZAJ_POTWIERDZENIALabel.TabIndex = 5; rODZAJ_POTWIERDZENIALabel.Text = "Rodzaj potwierdzenia:"; // // reklamaIDLabel // reklamaIDLabel.AutoSize = true; reklamaIDLabel.Location = new System.Drawing.Point(19, 21); reklamaIDLabel.Name = "reklamaIDLabel"; reklamaIDLabel.Size = new System.Drawing.Size(56, 13); reklamaIDLabel.TabIndex = 6; reklamaIDLabel.Text = "Nr faktury:"; // // bRUTTOLabel // bRUTTOLabel.AutoSize = true; bRUTTOLabel.Location = new System.Drawing.Point(19, 71); bRUTTOLabel.Name = "bRUTTOLabel"; bRUTTOLabel.Size = new System.Drawing.Size(38, 13); bRUTTOLabel.TabIndex = 12; bRUTTOLabel.Text = "Brutto:"; // // suma_zaplatLabel // suma_zaplatLabel.AutoSize = true; suma_zaplatLabel.Location = new System.Drawing.Point(19, 121); suma_zaplatLabel.Name = "suma_zaplatLabel"; suma_zaplatLabel.Size = new System.Drawing.Size(70, 13); suma_zaplatLabel.TabIndex = 16; suma_zaplatLabel.Text = "Suma zapłat:"; // // rEKLAMADataSet // this.rEKLAMADataSet.DataSetName = "REKLAMADataSet"; this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // dATA_ZAPŁATYDateTimePicker // this.dATA_ZAPŁATYDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.wplatyBindingSource, "dataWplaty", true)); this.dATA_ZAPŁATYDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dATA_ZAPŁATYDateTimePicker.Location = new System.Drawing.Point(176, 37); this.dATA_ZAPŁATYDateTimePicker.Name = "dATA_ZAPŁATYDateTimePicker"; this.dATA_ZAPŁATYDateTimePicker.Size = new System.Drawing.Size(120, 20); this.dATA_ZAPŁATYDateTimePicker.TabIndex = 2; // // wplatyBindingSource // this.wplatyBindingSource.DataMember = "Wplaty"; this.wplatyBindingSource.DataSource = this.rEKLAMADataSet; // // sYMBOL_POTWIERDZENIATextBox // this.sYMBOL_POTWIERDZENIATextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.wplatyBindingSource, "symbolPotwierdzenia", true)); this.sYMBOL_POTWIERDZENIATextBox.Location = new System.Drawing.Point(175, 137); this.sYMBOL_POTWIERDZENIATextBox.MaxLength = 25; this.sYMBOL_POTWIERDZENIATextBox.Name = "sYMBOL_POTWIERDZENIATextBox"; this.sYMBOL_POTWIERDZENIATextBox.Size = new System.Drawing.Size(121, 20); this.sYMBOL_POTWIERDZENIATextBox.TabIndex = 4; // // rODZAJ_POTWIERDZENIAComboBox // this.rODZAJ_POTWIERDZENIAComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.wplatyBindingSource, "rodzajPotwierdzenia", true)); this.rODZAJ_POTWIERDZENIAComboBox.FormattingEnabled = true; this.rODZAJ_POTWIERDZENIAComboBox.Items.AddRange(new object[] { "FAX", "KP", "PRZ", "ECARD", "FV"}); this.rODZAJ_POTWIERDZENIAComboBox.Location = new System.Drawing.Point(176, 87); this.rODZAJ_POTWIERDZENIAComboBox.Name = "rODZAJ_POTWIERDZENIAComboBox"; this.rODZAJ_POTWIERDZENIAComboBox.Size = new System.Drawing.Size(120, 21); this.rODZAJ_POTWIERDZENIAComboBox.TabIndex = 6; // // bRUTTOTextBox // this.bRUTTOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zestawienieFakturNEWBindingSource, "BRUTTO", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); this.bRUTTOTextBox.Enabled = false; this.bRUTTOTextBox.Location = new System.Drawing.Point(22, 87); this.bRUTTOTextBox.Name = "bRUTTOTextBox"; this.bRUTTOTextBox.Size = new System.Drawing.Size(120, 20); this.bRUTTOTextBox.TabIndex = 13; this.bRUTTOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // zestawienieFakturNEWBindingSource // this.zestawienieFakturNEWBindingSource.DataMember = "ZestawienieFakturNEW"; this.zestawienieFakturNEWBindingSource.DataSource = this.rEKLAMADataSet; // // dodajButton // this.dodajButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajButton.Image"))); this.dodajButton.Location = new System.Drawing.Point(175, 176); this.dodajButton.Name = "dodajButton"; this.dodajButton.Size = new System.Drawing.Size(90, 32); this.dodajButton.TabIndex = 14; this.dodajButton.Text = "Zapisz"; this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.dodajButton.UseVisualStyleBackColor = true; this.dodajButton.Click += new System.EventHandler(this.dodajButton_Click); // // anulujButton // this.anulujButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.anulujButton.Image = ((System.Drawing.Image)(resources.GetObject("anulujButton.Image"))); this.anulujButton.Location = new System.Drawing.Point(67, 176); this.anulujButton.Name = "anulujButton"; this.anulujButton.Size = new System.Drawing.Size(75, 32); this.anulujButton.TabIndex = 15; this.anulujButton.Text = "Anuluj"; this.anulujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.anulujButton.UseVisualStyleBackColor = true; this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click); // // iD_REKLAMYTextBox // this.iD_REKLAMYTextBox.BackColor = System.Drawing.Color.White; this.iD_REKLAMYTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zestawienieFakturNEWBindingSource, "NR_FK", true)); this.iD_REKLAMYTextBox.Enabled = false; this.iD_REKLAMYTextBox.Location = new System.Drawing.Point(21, 37); this.iD_REKLAMYTextBox.Name = "iD_REKLAMYTextBox"; this.iD_REKLAMYTextBox.ReadOnly = true; this.iD_REKLAMYTextBox.Size = new System.Drawing.Size(121, 20); this.iD_REKLAMYTextBox.TabIndex = 16; this.iD_REKLAMYTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // suma_zaplatTextBox // this.suma_zaplatTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.suma_zaplatTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zestawienieFakturNEWBindingSource, "suma_zaplat", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); this.suma_zaplatTextBox.Location = new System.Drawing.Point(22, 137); this.suma_zaplatTextBox.Name = "suma_zaplatTextBox"; this.suma_zaplatTextBox.ReadOnly = true; this.suma_zaplatTextBox.Size = new System.Drawing.Size(120, 20); this.suma_zaplatTextBox.TabIndex = 17; this.suma_zaplatTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // wplatyTableAdapter // this.wplatyTableAdapter.ClearBeforeFill = true; // // zestawienieFakturNEWTableAdapter // this.zestawienieFakturNEWTableAdapter.ClearBeforeFill = true; // // PaymentForm2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(320, 218); this.Controls.Add(suma_zaplatLabel); this.Controls.Add(this.suma_zaplatTextBox); this.Controls.Add(this.iD_REKLAMYTextBox); this.Controls.Add(this.anulujButton); this.Controls.Add(this.dodajButton); this.Controls.Add(bRUTTOLabel); this.Controls.Add(this.bRUTTOTextBox); this.Controls.Add(reklamaIDLabel); this.Controls.Add(rODZAJ_POTWIERDZENIALabel); this.Controls.Add(this.rODZAJ_POTWIERDZENIAComboBox); this.Controls.Add(sYMBOL_POTWIERDZENIALabel); this.Controls.Add(this.sYMBOL_POTWIERDZENIATextBox); this.Controls.Add(dATA_ZAPŁATYLabel); this.Controls.Add(this.dATA_ZAPŁATYDateTimePicker); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "PaymentForm2"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Wpłata"; this.Load += new System.EventHandler(this.PaymentForm_Load); ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wplatyBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private REKLAMADataSet rEKLAMADataSet; private System.Windows.Forms.DateTimePicker dATA_ZAPŁATYDateTimePicker; private System.Windows.Forms.TextBox sYMBOL_POTWIERDZENIATextBox; private System.Windows.Forms.ComboBox rODZAJ_POTWIERDZENIAComboBox; private System.Windows.Forms.TextBox bRUTTOTextBox; private System.Windows.Forms.Button dodajButton; private System.Windows.Forms.Button anulujButton; private System.Windows.Forms.TextBox iD_REKLAMYTextBox; private System.Windows.Forms.TextBox suma_zaplatTextBox; private System.Windows.Forms.BindingSource wplatyBindingSource; private Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter wplatyTableAdapter; private System.Windows.Forms.BindingSource zestawienieFakturNEWBindingSource; private Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieFakturNEWTableAdapter zestawienieFakturNEWTableAdapter; } }