namespace Baza_Reklam { partial class AddZamowienieForm { /// /// 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 numerZamowieniaLabel; System.Windows.Forms.Label sPOSOB_ZAPLATYLabel; System.Windows.Forms.Label iD_KONTALabel; System.Windows.Forms.Label label1; System.Windows.Forms.Label idAgentaLabel; 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)); this.numerZamowieniaLabel1 = new System.Windows.Forms.Label(); this.zamowieniaBindingSource = new System.Windows.Forms.BindingSource(this.components); this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.czasPlatnosciListBox = new System.Windows.Forms.ListBox(); this.symbolAgentaComboBox = new System.Windows.Forms.ComboBox(); this.aGENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet(); this.sposobZaplatyListBox = new System.Windows.Forms.ListBox(); this.iD_KONTAComboBox = new System.Windows.Forms.ComboBox(); this.kONTABindingSource = new System.Windows.Forms.BindingSource(this.components); this.button3 = new System.Windows.Forms.Button(); this.sPOSOB_ZAPLATYListBox = new System.Windows.Forms.ListBox(); this.anulujButton = new System.Windows.Forms.Button(); this.zapiszButton = new System.Windows.Forms.Button(); this.zamowieniaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.zamowieniaTableAdapter(); this.kONTATableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter(); 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(); numerZamowieniaLabel = new System.Windows.Forms.Label(); sPOSOB_ZAPLATYLabel = new System.Windows.Forms.Label(); iD_KONTALabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); idAgentaLabel = new System.Windows.Forms.Label(); 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(); ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit(); this.groupBox2.SuspendLayout(); this.kierownikGroupBox.SuspendLayout(); this.SuspendLayout(); // // numerZamowieniaLabel // numerZamowieniaLabel.AutoSize = true; numerZamowieniaLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); numerZamowieniaLabel.Location = new System.Drawing.Point(12, 19); numerZamowieniaLabel.Name = "numerZamowieniaLabel"; numerZamowieniaLabel.Size = new System.Drawing.Size(141, 16); numerZamowieniaLabel.TabIndex = 1; numerZamowieniaLabel.Text = "numer Zamowienia:"; // // sPOSOB_ZAPLATYLabel // sPOSOB_ZAPLATYLabel.AutoSize = true; sPOSOB_ZAPLATYLabel.Location = new System.Drawing.Point(15, 180); sPOSOB_ZAPLATYLabel.Name = "sPOSOB_ZAPLATYLabel"; sPOSOB_ZAPLATYLabel.Size = new System.Drawing.Size(81, 13); sPOSOB_ZAPLATYLabel.TabIndex = 57; sPOSOB_ZAPLATYLabel.Text = "Sposób zapłaty"; // // iD_KONTALabel // iD_KONTALabel.AutoSize = true; iD_KONTALabel.Location = new System.Drawing.Point(195, 23); iD_KONTALabel.Name = "iD_KONTALabel"; iD_KONTALabel.Size = new System.Drawing.Size(38, 13); iD_KONTALabel.TabIndex = 55; iD_KONTALabel.Text = "Konto:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(16, 83); label1.Name = "label1"; label1.Size = new System.Drawing.Size(71, 13); label1.TabIndex = 60; label1.Text = "Fakturowanie"; // // idAgentaLabel // idAgentaLabel.AutoSize = true; idAgentaLabel.Location = new System.Drawing.Point(16, 23); idAgentaLabel.Name = "idAgentaLabel"; idAgentaLabel.Size = new System.Drawing.Size(35, 13); idAgentaLabel.TabIndex = 61; idAgentaLabel.Text = "Agent"; // // czasPlatnosciLabel // czasPlatnosciLabel.AutoSize = true; czasPlatnosciLabel.Location = new System.Drawing.Point(195, 83); czasPlatnosciLabel.Name = "czasPlatnosciLabel"; czasPlatnosciLabel.Size = new System.Drawing.Size(77, 13); czasPlatnosciLabel.TabIndex = 62; czasPlatnosciLabel.Text = "Czas płatności"; // // notatkaZamowienieLabel // notatkaZamowienieLabel.AutoSize = true; notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 23); notatkaZamowienieLabel.Name = "notatkaZamowienieLabel"; notatkaZamowienieLabel.Size = new System.Drawing.Size(40, 13); notatkaZamowienieLabel.TabIndex = 8; 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(19, 16); notatkaKierownikLabel.Name = "notatkaKierownikLabel"; notatkaKierownikLabel.Size = new System.Drawing.Size(102, 13); notatkaKierownikLabel.TabIndex = 13; notatkaKierownikLabel.Text = "Notatka kierownika:"; // // numerZamowieniaLabel1 // this.numerZamowieniaLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.numerZamowieniaLabel1.Location = new System.Drawing.Point(186, 19); this.numerZamowieniaLabel1.Name = "numerZamowieniaLabel1"; this.numerZamowieniaLabel1.Size = new System.Drawing.Size(299, 23); this.numerZamowieniaLabel1.TabIndex = 2; this.numerZamowieniaLabel1.Text = "---"; // // zamowieniaBindingSource // this.zamowieniaBindingSource.DataMember = "zamowienia"; this.zamowieniaBindingSource.DataSource = this.rEKLAMADataSet; // // rEKLAMADataSet // this.rEKLAMADataSet.DataSetName = "REKLAMADataSet"; this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // groupBox1 // this.groupBox1.Controls.Add(czasPlatnosciLabel); this.groupBox1.Controls.Add(this.czasPlatnosciListBox); this.groupBox1.Controls.Add(this.symbolAgentaComboBox); this.groupBox1.Controls.Add(idAgentaLabel); this.groupBox1.Controls.Add(this.sposobZaplatyListBox); this.groupBox1.Controls.Add(label1); this.groupBox1.Controls.Add(this.iD_KONTAComboBox); this.groupBox1.Controls.Add(this.button3); this.groupBox1.Controls.Add(iD_KONTALabel); this.groupBox1.Controls.Add(sPOSOB_ZAPLATYLabel); this.groupBox1.Controls.Add(this.sPOSOB_ZAPLATYListBox); this.groupBox1.Location = new System.Drawing.Point(277, 45); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(394, 283); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "Sposób fakturowania"; // // czasPlatnosciListBox // this.czasPlatnosciListBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.zamowieniaBindingSource, "czasPlatnosci", true)); this.czasPlatnosciListBox.FormattingEnabled = true; this.czasPlatnosciListBox.Location = new System.Drawing.Point(198, 99); this.czasPlatnosciListBox.Name = "czasPlatnosciListBox"; this.czasPlatnosciListBox.Size = new System.Drawing.Size(144, 69); this.czasPlatnosciListBox.TabIndex = 63; // // symbolAgentaComboBox // this.symbolAgentaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.zamowieniaBindingSource, "kodAgenta", true)); this.symbolAgentaComboBox.DataSource = this.aGENCIBindingSource; this.symbolAgentaComboBox.DisplayMember = "Symbol"; this.symbolAgentaComboBox.FormattingEnabled = true; this.symbolAgentaComboBox.Location = new System.Drawing.Point(18, 39); this.symbolAgentaComboBox.Name = "symbolAgentaComboBox"; this.symbolAgentaComboBox.Size = new System.Drawing.Size(121, 21); this.symbolAgentaComboBox.TabIndex = 62; this.symbolAgentaComboBox.ValueMember = "F_ROZ"; // // aGENCIBindingSource // this.aGENCIBindingSource.DataMember = "AGENCI"; this.aGENCIBindingSource.DataSource = this.sLOWNIKDataSet; // // sLOWNIKDataSet // this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet"; this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // sposobZaplatyListBox // this.sposobZaplatyListBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedIndex", this.zamowieniaBindingSource, "rodzajFakturowania", true)); this.sposobZaplatyListBox.FormattingEnabled = true; this.sposobZaplatyListBox.Items.AddRange(new object[] { "co 1 miesiąc", "co 3 miesiące", "zamówienie"}); this.sposobZaplatyListBox.Location = new System.Drawing.Point(18, 99); this.sposobZaplatyListBox.Name = "sposobZaplatyListBox"; this.sposobZaplatyListBox.Size = new System.Drawing.Size(120, 69); this.sposobZaplatyListBox.TabIndex = 61; // // iD_KONTAComboBox // this.iD_KONTAComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.zamowieniaBindingSource, "idKonta", true)); this.iD_KONTAComboBox.DataSource = this.kONTABindingSource; this.iD_KONTAComboBox.DisplayMember = "opis"; this.iD_KONTAComboBox.DropDownWidth = 600; this.iD_KONTAComboBox.FormattingEnabled = true; this.iD_KONTAComboBox.Location = new System.Drawing.Point(198, 39); this.iD_KONTAComboBox.Name = "iD_KONTAComboBox"; this.iD_KONTAComboBox.Size = new System.Drawing.Size(144, 21); this.iD_KONTAComboBox.TabIndex = 56; this.iD_KONTAComboBox.ValueMember = "id"; // // kONTABindingSource // this.kONTABindingSource.DataMember = "KONTA"; this.kONTABindingSource.DataSource = this.sLOWNIKDataSet; // // button3 // this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); this.button3.Location = new System.Drawing.Point(348, 37); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(28, 23); this.button3.TabIndex = 59; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // sPOSOB_ZAPLATYListBox // this.sPOSOB_ZAPLATYListBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedIndex", this.zamowieniaBindingSource, "sposobZaplaty", true)); this.sPOSOB_ZAPLATYListBox.FormattingEnabled = true; this.sPOSOB_ZAPLATYListBox.Items.AddRange(new object[] { "Karta kredytowa", "Przelew", "Gotówka", "Barter"}); this.sPOSOB_ZAPLATYListBox.Location = new System.Drawing.Point(18, 196); this.sPOSOB_ZAPLATYListBox.Name = "sPOSOB_ZAPLATYListBox"; this.sPOSOB_ZAPLATYListBox.Size = new System.Drawing.Size(120, 56); this.sPOSOB_ZAPLATYListBox.TabIndex = 58; // // anulujButton // this.anulujButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.anulujButton.Location = new System.Drawing.Point(267, 344); this.anulujButton.Name = "anulujButton"; this.anulujButton.Size = new System.Drawing.Size(75, 23); this.anulujButton.TabIndex = 7; this.anulujButton.Text = "Anuluj"; this.anulujButton.UseVisualStyleBackColor = true; this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click); // // zapiszButton // this.zapiszButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.zapiszButton.Location = new System.Drawing.Point(362, 344); this.zapiszButton.Name = "zapiszButton"; this.zapiszButton.Size = new System.Drawing.Size(75, 23); this.zapiszButton.TabIndex = 8; this.zapiszButton.Text = "Zapisz"; this.zapiszButton.UseVisualStyleBackColor = true; this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click); // // zamowieniaTableAdapter // this.zamowieniaTableAdapter.ClearBeforeFill = true; // // kONTATableAdapter // this.kONTATableAdapter.ClearBeforeFill = true; // // aGENCITableAdapter // this.aGENCITableAdapter.ClearBeforeFill = true; // // notatkaZamowienieTextBox // this.notatkaZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaZamowienie", true)); 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, 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.Text = "0"; this.procentProwizjiTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.procentProwizjiTextBox.Leave += new System.EventHandler(this.procentProwizjiTextBox_TextChanged); // // 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(18, 32); this.notatkaKierownikTextBox.MaxLength = 200; this.notatkaKierownikTextBox.Multiline = true; this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox"; this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 71); this.notatkaKierownikTextBox.TabIndex = 14; // // AddZamowienieForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(683, 376); this.Controls.Add(this.groupBox2); this.Controls.Add(this.zapiszButton); this.Controls.Add(this.anulujButton); this.Controls.Add(this.groupBox1); this.Controls.Add(numerZamowieniaLabel); this.Controls.Add(this.numerZamowieniaLabel1); this.Controls.Add(this.kierownikGroupBox); this.Name = "AddZamowienieForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Zamówienie"; this.Load += new System.EventHandler(this.AddZamowienieForm_Load); ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.kierownikGroupBox.ResumeLayout(false); this.kierownikGroupBox.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private REKLAMADataSet rEKLAMADataSet; private System.Windows.Forms.BindingSource zamowieniaBindingSource; private Baza_Reklam.REKLAMADataSetTableAdapters.zamowieniaTableAdapter zamowieniaTableAdapter; private System.Windows.Forms.Label numerZamowieniaLabel1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button anulujButton; private System.Windows.Forms.Button zapiszButton; private System.Windows.Forms.ComboBox iD_KONTAComboBox; private System.Windows.Forms.Button button3; private System.Windows.Forms.ListBox sPOSOB_ZAPLATYListBox; private System.Windows.Forms.ListBox sposobZaplatyListBox; private SLOWNIKDataSet sLOWNIKDataSet; private System.Windows.Forms.BindingSource kONTABindingSource; private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kONTATableAdapter; private System.Windows.Forms.BindingSource aGENCIBindingSource; private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter aGENCITableAdapter; private System.Windows.Forms.ComboBox symbolAgentaComboBox; 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; } }