123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- namespace KokursTest2
- {
- partial class Form3
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.konkursDataSet = new KokursTest2.konkursDataSet();
- this.konkursDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.konkursDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.bronirovaniBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.bronirovaniTableAdapter = new KokursTest2.konkursDataSetTableAdapters.bronirovaniTableAdapter();
- this.comfortBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.comfortTableAdapter = new KokursTest2.konkursDataSetTableAdapters.comfortTableAdapter();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.button1 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bronirovaniBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // konkursDataSet
- //
- this.konkursDataSet.DataSetName = "konkursDataSet";
- this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // konkursDataSetBindingSource
- //
- this.konkursDataSetBindingSource.DataSource = this.konkursDataSet;
- this.konkursDataSetBindingSource.Position = 0;
- //
- // konkursDataSetBindingSource1
- //
- this.konkursDataSetBindingSource1.DataSource = this.konkursDataSet;
- this.konkursDataSetBindingSource1.Position = 0;
- //
- // bronirovaniBindingSource
- //
- this.bronirovaniBindingSource.DataMember = "bronirovani";
- this.bronirovaniBindingSource.DataSource = this.konkursDataSetBindingSource1;
- //
- // bronirovaniTableAdapter
- //
- this.bronirovaniTableAdapter.ClearBeforeFill = true;
- //
- // comfortBindingSource
- //
- this.comfortBindingSource.DataMember = "comfort";
- this.comfortBindingSource.DataSource = this.konkursDataSetBindingSource1;
- //
- // comfortTableAdapter
- //
- this.comfortTableAdapter.ClearBeforeFill = true;
- //
- // listBox1
- //
- this.listBox1.ColumnWidth = 200;
- this.listBox1.FormattingEnabled = true;
- this.listBox1.Location = new System.Drawing.Point(54, 22);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(850, 368);
- this.listBox1.TabIndex = 0;
- this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(245, 419);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(180, 33);
- this.button1.TabIndex = 1;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Form3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1001, 475);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.listBox1);
- this.Name = "Form3";
- this.Text = "Form3";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
- this.Load += new System.EventHandler(this.Form3_Load);
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bronirovaniBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.BindingSource konkursDataSetBindingSource;
- private konkursDataSet konkursDataSet;
- private System.Windows.Forms.BindingSource konkursDataSetBindingSource1;
- private System.Windows.Forms.BindingSource bronirovaniBindingSource;
- private konkursDataSetTableAdapters.bronirovaniTableAdapter bronirovaniTableAdapter;
- private System.Windows.Forms.BindingSource comfortBindingSource;
- private konkursDataSetTableAdapters.comfortTableAdapter comfortTableAdapter;
- private System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.Button button1;
- }
- }
|