Form3.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace KokursTest2
  2. {
  3. partial class Form3
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.konkursDataSet = new KokursTest2.konkursDataSet();
  30. this.konkursDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  31. this.konkursDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  32. this.bronirovaniBindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.bronirovaniTableAdapter = new KokursTest2.konkursDataSetTableAdapters.bronirovaniTableAdapter();
  34. this.comfortBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.comfortTableAdapter = new KokursTest2.konkursDataSetTableAdapters.comfortTableAdapter();
  36. this.listBox1 = new System.Windows.Forms.ListBox();
  37. this.button1 = new System.Windows.Forms.Button();
  38. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.bronirovaniBindingSource)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // konkursDataSet
  46. //
  47. this.konkursDataSet.DataSetName = "konkursDataSet";
  48. this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  49. //
  50. // konkursDataSetBindingSource
  51. //
  52. this.konkursDataSetBindingSource.DataSource = this.konkursDataSet;
  53. this.konkursDataSetBindingSource.Position = 0;
  54. //
  55. // konkursDataSetBindingSource1
  56. //
  57. this.konkursDataSetBindingSource1.DataSource = this.konkursDataSet;
  58. this.konkursDataSetBindingSource1.Position = 0;
  59. //
  60. // bronirovaniBindingSource
  61. //
  62. this.bronirovaniBindingSource.DataMember = "bronirovani";
  63. this.bronirovaniBindingSource.DataSource = this.konkursDataSetBindingSource1;
  64. //
  65. // bronirovaniTableAdapter
  66. //
  67. this.bronirovaniTableAdapter.ClearBeforeFill = true;
  68. //
  69. // comfortBindingSource
  70. //
  71. this.comfortBindingSource.DataMember = "comfort";
  72. this.comfortBindingSource.DataSource = this.konkursDataSetBindingSource1;
  73. //
  74. // comfortTableAdapter
  75. //
  76. this.comfortTableAdapter.ClearBeforeFill = true;
  77. //
  78. // listBox1
  79. //
  80. this.listBox1.ColumnWidth = 200;
  81. this.listBox1.FormattingEnabled = true;
  82. this.listBox1.Location = new System.Drawing.Point(54, 22);
  83. this.listBox1.Name = "listBox1";
  84. this.listBox1.Size = new System.Drawing.Size(850, 368);
  85. this.listBox1.TabIndex = 0;
  86. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  87. //
  88. // button1
  89. //
  90. this.button1.Location = new System.Drawing.Point(245, 419);
  91. this.button1.Name = "button1";
  92. this.button1.Size = new System.Drawing.Size(180, 33);
  93. this.button1.TabIndex = 1;
  94. this.button1.Text = "button1";
  95. this.button1.UseVisualStyleBackColor = true;
  96. this.button1.Click += new System.EventHandler(this.button1_Click);
  97. //
  98. // Form3
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.ClientSize = new System.Drawing.Size(1001, 475);
  103. this.Controls.Add(this.button1);
  104. this.Controls.Add(this.listBox1);
  105. this.Name = "Form3";
  106. this.Text = "Form3";
  107. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
  108. this.Load += new System.EventHandler(this.Form3_Load);
  109. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).EndInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).EndInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.bronirovaniBindingSource)).EndInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).EndInit();
  114. this.ResumeLayout(false);
  115. }
  116. #endregion
  117. private System.Windows.Forms.BindingSource konkursDataSetBindingSource;
  118. private konkursDataSet konkursDataSet;
  119. private System.Windows.Forms.BindingSource konkursDataSetBindingSource1;
  120. private System.Windows.Forms.BindingSource bronirovaniBindingSource;
  121. private konkursDataSetTableAdapters.bronirovaniTableAdapter bronirovaniTableAdapter;
  122. private System.Windows.Forms.BindingSource comfortBindingSource;
  123. private konkursDataSetTableAdapters.comfortTableAdapter comfortTableAdapter;
  124. private System.Windows.Forms.ListBox listBox1;
  125. private System.Windows.Forms.Button button1;
  126. }
  127. }