Form2.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace КрымковБД
  2. {
  3. partial class Form2
  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.krymkovBDDataSet = new КрымковБД.KrymkovBDDataSet();
  30. this.списокВакансийBindingSource = new System.Windows.Forms.BindingSource(this.components);
  31. this.список_вакансийTableAdapter = new КрымковБД.KrymkovBDDataSetTableAdapters.Список_вакансийTableAdapter();
  32. this.списокВакансийBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  33. this.списокВакансийBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
  34. ((System.ComponentModel.ISupportInitialize)(this.krymkovBDDataSet)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource2)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // krymkovBDDataSet
  41. //
  42. this.krymkovBDDataSet.DataSetName = "KrymkovBDDataSet";
  43. this.krymkovBDDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  44. //
  45. // списокВакансийBindingSource
  46. //
  47. this.списокВакансийBindingSource.DataMember = "Список вакансий";
  48. this.списокВакансийBindingSource.DataSource = this.krymkovBDDataSet;
  49. //
  50. // список_вакансийTableAdapter
  51. //
  52. this.список_вакансийTableAdapter.ClearBeforeFill = true;
  53. //
  54. // списокВакансийBindingSource1
  55. //
  56. this.списокВакансийBindingSource1.DataMember = "Список вакансий";
  57. this.списокВакансийBindingSource1.DataSource = this.krymkovBDDataSet;
  58. //
  59. // списокВакансийBindingSource2
  60. //
  61. this.списокВакансийBindingSource2.DataMember = "Список вакансий";
  62. this.списокВакансийBindingSource2.DataSource = this.krymkovBDDataSet;
  63. //
  64. // Form2
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(800, 450);
  69. this.Name = "Form2";
  70. this.Text = "Form2";
  71. this.Load += new System.EventHandler(this.Form2_Load);
  72. ((System.ComponentModel.ISupportInitialize)(this.krymkovBDDataSet)).EndInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).EndInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource1)).EndInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource2)).EndInit();
  76. this.ResumeLayout(false);
  77. }
  78. #endregion
  79. private KrymkovBDDataSet krymkovBDDataSet;
  80. private System.Windows.Forms.BindingSource списокВакансийBindingSource;
  81. private KrymkovBDDataSetTableAdapters.Список_вакансийTableAdapter список_вакансийTableAdapter;
  82. private System.Windows.Forms.BindingSource списокВакансийBindingSource1;
  83. private System.Windows.Forms.BindingSource списокВакансийBindingSource2;
  84. }
  85. }