Таблица тематические каталоги.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. namespace Ogurchenok_11
  2. {
  3. partial class Form8
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this._Ogurchenok_11DataSet = new Ogurchenok_11._Ogurchenok_11DataSet();
  31. this.тематическиеКаталогиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.тематические_каталогиTableAdapter = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.Тематические_каталогиTableAdapter();
  33. this.кодыТемDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.наименованияТемDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.button1 = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.тематическиеКаталогиBindingSource)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // dataGridView1
  42. //
  43. this.dataGridView1.AutoGenerateColumns = false;
  44. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  45. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  46. this.кодыТемDataGridViewTextBoxColumn,
  47. this.наименованияТемDataGridViewTextBoxColumn});
  48. this.dataGridView1.DataSource = this.тематическиеКаталогиBindingSource;
  49. this.dataGridView1.Location = new System.Drawing.Point(179, 112);
  50. this.dataGridView1.Name = "dataGridView1";
  51. this.dataGridView1.Size = new System.Drawing.Size(240, 150);
  52. this.dataGridView1.TabIndex = 0;
  53. //
  54. // _Ogurchenok_11DataSet
  55. //
  56. this._Ogurchenok_11DataSet.DataSetName = "_Ogurchenok_11DataSet";
  57. this._Ogurchenok_11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  58. //
  59. // тематическиеКаталогиBindingSource
  60. //
  61. this.тематическиеКаталогиBindingSource.DataMember = "Тематические каталоги";
  62. this.тематическиеКаталогиBindingSource.DataSource = this._Ogurchenok_11DataSet;
  63. //
  64. // тематические_каталогиTableAdapter
  65. //
  66. this.тематические_каталогиTableAdapter.ClearBeforeFill = true;
  67. //
  68. // кодыТемDataGridViewTextBoxColumn
  69. //
  70. this.кодыТемDataGridViewTextBoxColumn.DataPropertyName = "коды тем";
  71. this.кодыТемDataGridViewTextBoxColumn.HeaderText = "коды тем";
  72. this.кодыТемDataGridViewTextBoxColumn.Name = "кодыТемDataGridViewTextBoxColumn";
  73. //
  74. // наименованияТемDataGridViewTextBoxColumn
  75. //
  76. this.наименованияТемDataGridViewTextBoxColumn.DataPropertyName = "наименования тем";
  77. this.наименованияТемDataGridViewTextBoxColumn.HeaderText = "наименования тем";
  78. this.наименованияТемDataGridViewTextBoxColumn.Name = "наименованияТемDataGridViewTextBoxColumn";
  79. //
  80. // button1
  81. //
  82. this.button1.Location = new System.Drawing.Point(179, 285);
  83. this.button1.Name = "button1";
  84. this.button1.Size = new System.Drawing.Size(148, 34);
  85. this.button1.TabIndex = 1;
  86. this.button1.Text = "Линейная таблица";
  87. this.button1.UseVisualStyleBackColor = true;
  88. this.button1.Click += new System.EventHandler(this.button1_Click);
  89. //
  90. // Form8
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.ClientSize = new System.Drawing.Size(800, 450);
  95. this.Controls.Add(this.button1);
  96. this.Controls.Add(this.dataGridView1);
  97. this.Name = "Form8";
  98. this.Text = "Таблица тематических каталогов";
  99. this.Load += new System.EventHandler(this.Form8_Load);
  100. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  101. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).EndInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.тематическиеКаталогиBindingSource)).EndInit();
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private System.Windows.Forms.DataGridView dataGridView1;
  107. private _Ogurchenok_11DataSet _Ogurchenok_11DataSet;
  108. private System.Windows.Forms.BindingSource тематическиеКаталогиBindingSource;
  109. private _Ogurchenok_11DataSetTableAdapters.Тематические_каталогиTableAdapter тематические_каталогиTableAdapter;
  110. private System.Windows.Forms.DataGridViewTextBoxColumn кодыТемDataGridViewTextBoxColumn;
  111. private System.Windows.Forms.DataGridViewTextBoxColumn наименованияТемDataGridViewTextBoxColumn;
  112. private System.Windows.Forms.Button button1;
  113. }
  114. }