Form4.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace ISP41Kholin
  2. {
  3. partial class Form4
  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.button1 = new System.Windows.Forms.Button();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  32. this._ИСП41_ХолинР_А_DataSet = new ISP41Kholin._ИСП41_ХолинР_А_DataSet();
  33. this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.manufacturerTableAdapter = new ISP41Kholin._ИСП41_ХолинР_А_DataSetTableAdapters.ManufacturerTableAdapter();
  35. this.названиепроизводителяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.датаначалаработыDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // button1
  43. //
  44. this.button1.Location = new System.Drawing.Point(221, 3);
  45. this.button1.Name = "button1";
  46. this.button1.Size = new System.Drawing.Size(125, 36);
  47. this.button1.TabIndex = 3;
  48. this.button1.Text = "Назад";
  49. this.button1.UseVisualStyleBackColor = true;
  50. this.button1.Click += new System.EventHandler(this.button1_Click);
  51. //
  52. // textBox1
  53. //
  54. this.textBox1.Location = new System.Drawing.Point(76, 70);
  55. this.textBox1.Name = "textBox1";
  56. this.textBox1.Size = new System.Drawing.Size(183, 20);
  57. this.textBox1.TabIndex = 5;
  58. this.textBox1.Text = "Таблица \"История покупок\"";
  59. //
  60. // dataGridView1
  61. //
  62. this.dataGridView1.AutoGenerateColumns = false;
  63. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  64. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  65. this.названиепроизводителяDataGridViewTextBoxColumn,
  66. this.датаначалаработыDataGridViewTextBoxColumn});
  67. this.dataGridView1.DataSource = this.manufacturerBindingSource;
  68. this.dataGridView1.Location = new System.Drawing.Point(33, 110);
  69. this.dataGridView1.Name = "dataGridView1";
  70. this.dataGridView1.Size = new System.Drawing.Size(245, 150);
  71. this.dataGridView1.TabIndex = 4;
  72. //
  73. // _ИСП41_ХолинР_А_DataSet
  74. //
  75. this._ИСП41_ХолинР_А_DataSet.DataSetName = "_ИСП41_ХолинР_А_DataSet";
  76. this._ИСП41_ХолинР_А_DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  77. //
  78. // manufacturerBindingSource
  79. //
  80. this.manufacturerBindingSource.DataMember = "Manufacturer";
  81. this.manufacturerBindingSource.DataSource = this._ИСП41_ХолинР_А_DataSet;
  82. //
  83. // manufacturerTableAdapter
  84. //
  85. this.manufacturerTableAdapter.ClearBeforeFill = true;
  86. //
  87. // названиепроизводителяDataGridViewTextBoxColumn
  88. //
  89. this.названиепроизводителяDataGridViewTextBoxColumn.DataPropertyName = "Название_производителя";
  90. this.названиепроизводителяDataGridViewTextBoxColumn.HeaderText = "Название_производителя";
  91. this.названиепроизводителяDataGridViewTextBoxColumn.Name = "названиепроизводителяDataGridViewTextBoxColumn";
  92. //
  93. // датаначалаработыDataGridViewTextBoxColumn
  94. //
  95. this.датаначалаработыDataGridViewTextBoxColumn.DataPropertyName = "Дата_начала_работы";
  96. this.датаначалаработыDataGridViewTextBoxColumn.HeaderText = "Дата_начала_работы";
  97. this.датаначалаработыDataGridViewTextBoxColumn.Name = "датаначалаработыDataGridViewTextBoxColumn";
  98. //
  99. // Form4
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(351, 326);
  104. this.Controls.Add(this.textBox1);
  105. this.Controls.Add(this.dataGridView1);
  106. this.Controls.Add(this.button1);
  107. this.Name = "Form4";
  108. this.Text = "Form4";
  109. this.Load += new System.EventHandler(this.Form4_Load);
  110. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  111. ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).EndInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
  113. this.ResumeLayout(false);
  114. this.PerformLayout();
  115. }
  116. #endregion
  117. private System.Windows.Forms.Button button1;
  118. private System.Windows.Forms.TextBox textBox1;
  119. private System.Windows.Forms.DataGridView dataGridView1;
  120. private _ИСП41_ХолинР_А_DataSet _ИСП41_ХолинР_А_DataSet;
  121. private System.Windows.Forms.BindingSource manufacturerBindingSource;
  122. private _ИСП41_ХолинР_А_DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
  123. private System.Windows.Forms.DataGridViewTextBoxColumn названиепроизводителяDataGridViewTextBoxColumn;
  124. private System.Windows.Forms.DataGridViewTextBoxColumn датаначалаработыDataGridViewTextBoxColumn;
  125. }
  126. }