namespace BazaZamowien { partial class RealizacjaForm { /// /// 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 dataLabel; System.Windows.Forms.Label opisLabel; System.Windows.Forms.Label okresLabel; System.Windows.Forms.Label wartoscLabel; this.dataDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.realizacjeBindingSource = new System.Windows.Forms.BindingSource(this.components); this.zamowieniaDataSet = new BazaZamowien.zamowieniaDataSet(); this.opisTextBox = new System.Windows.Forms.TextBox(); this.okresTextBox = new System.Windows.Forms.TextBox(); this.wartoscTextBox = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.realizacjeTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.RealizacjeTableAdapter(); this.iDETextBox = new System.Windows.Forms.TextBox(); this.iDEZamowienieTextBox = new System.Windows.Forms.TextBox(); dataLabel = new System.Windows.Forms.Label(); opisLabel = new System.Windows.Forms.Label(); okresLabel = new System.Windows.Forms.Label(); wartoscLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.realizacjeBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).BeginInit(); this.SuspendLayout(); // // dataLabel // dataLabel.AutoSize = true; dataLabel.Location = new System.Drawing.Point(14, 14); dataLabel.Name = "dataLabel"; dataLabel.Size = new System.Drawing.Size(33, 13); dataLabel.TabIndex = 1; dataLabel.Text = "Data:"; // // opisLabel // opisLabel.AutoSize = true; opisLabel.Location = new System.Drawing.Point(14, 47); opisLabel.Name = "opisLabel"; opisLabel.Size = new System.Drawing.Size(31, 13); opisLabel.TabIndex = 2; opisLabel.Text = "Opis:"; // // okresLabel // okresLabel.AutoSize = true; okresLabel.Location = new System.Drawing.Point(9, 114); okresLabel.Name = "okresLabel"; okresLabel.Size = new System.Drawing.Size(38, 13); okresLabel.TabIndex = 4; okresLabel.Text = "Okres:"; // // wartoscLabel // wartoscLabel.AutoSize = true; wartoscLabel.Location = new System.Drawing.Point(182, 14); wartoscLabel.Name = "wartoscLabel"; wartoscLabel.Size = new System.Drawing.Size(50, 13); wartoscLabel.TabIndex = 6; wartoscLabel.Text = "Wartość:"; // // dataDateTimePicker // this.dataDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.realizacjeBindingSource, "Data", true)); this.dataDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dataDateTimePicker.Location = new System.Drawing.Point(63, 12); this.dataDateTimePicker.Name = "dataDateTimePicker"; this.dataDateTimePicker.Size = new System.Drawing.Size(87, 20); this.dataDateTimePicker.TabIndex = 2; // // realizacjeBindingSource // this.realizacjeBindingSource.DataMember = "Realizacje"; this.realizacjeBindingSource.DataSource = this.zamowieniaDataSet; // // zamowieniaDataSet // this.zamowieniaDataSet.DataSetName = "zamowieniaDataSet"; this.zamowieniaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // opisTextBox // this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "Opis", true)); this.opisTextBox.Location = new System.Drawing.Point(63, 47); this.opisTextBox.Multiline = true; this.opisTextBox.Name = "opisTextBox"; this.opisTextBox.Size = new System.Drawing.Size(291, 53); this.opisTextBox.TabIndex = 3; // // okresTextBox // this.okresTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "Okres", true)); this.okresTextBox.Location = new System.Drawing.Point(63, 114); this.okresTextBox.MaxLength = 50; this.okresTextBox.Name = "okresTextBox"; this.okresTextBox.Size = new System.Drawing.Size(291, 20); this.okresTextBox.TabIndex = 5; // // wartoscTextBox // this.wartoscTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "Wartosc", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); this.wartoscTextBox.Location = new System.Drawing.Point(254, 11); this.wartoscTextBox.Name = "wartoscTextBox"; this.wartoscTextBox.Size = new System.Drawing.Size(100, 20); this.wartoscTextBox.TabIndex = 7; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Location = new System.Drawing.Point(113, 149); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 8; this.button1.Text = "OK"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(206, 149); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 9; this.button2.Text = "Anuluj"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // realizacjeTableAdapter // this.realizacjeTableAdapter.ClearBeforeFill = true; // // iDETextBox // this.iDETextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "IDE", true)); this.iDETextBox.Location = new System.Drawing.Point(17, 152); this.iDETextBox.Name = "iDETextBox"; this.iDETextBox.Size = new System.Drawing.Size(51, 20); this.iDETextBox.TabIndex = 11; // // iDEZamowienieTextBox // this.iDEZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "IDEZamowienie", true)); this.iDEZamowienieTextBox.Location = new System.Drawing.Point(287, 151); this.iDEZamowienieTextBox.Name = "iDEZamowienieTextBox"; this.iDEZamowienieTextBox.Size = new System.Drawing.Size(67, 20); this.iDEZamowienieTextBox.TabIndex = 12; // // RealizacjaForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(379, 185); this.Controls.Add(this.iDEZamowienieTextBox); this.Controls.Add(this.iDETextBox); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(wartoscLabel); this.Controls.Add(this.wartoscTextBox); this.Controls.Add(okresLabel); this.Controls.Add(this.okresTextBox); this.Controls.Add(opisLabel); this.Controls.Add(this.opisTextBox); this.Controls.Add(dataLabel); this.Controls.Add(this.dataDateTimePicker); this.Name = "RealizacjaForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Realizacja"; ((System.ComponentModel.ISupportInitialize)(this.realizacjeBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private zamowieniaDataSet zamowieniaDataSet; private System.Windows.Forms.BindingSource realizacjeBindingSource; private BazaZamowien.zamowieniaDataSetTableAdapters.RealizacjeTableAdapter realizacjeTableAdapter; private System.Windows.Forms.DateTimePicker dataDateTimePicker; private System.Windows.Forms.TextBox opisTextBox; private System.Windows.Forms.TextBox okresTextBox; private System.Windows.Forms.TextBox wartoscTextBox; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox iDETextBox; private System.Windows.Forms.TextBox iDEZamowienieTextBox; } }