Таблица книги.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. namespace Ogurchenok_11
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.шифрКнигиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.наименованиеКнигиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.авторКнигиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.количествоСтраницDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.книгиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this._Ogurchenok_11DataSet = new Ogurchenok_11._Ogurchenok_11DataSet();
  37. this.книгиTableAdapter = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.КнигиTableAdapter();
  38. this.button1 = new System.Windows.Forms.Button();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.книгиBindingSource)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // dataGridView1
  45. //
  46. this.dataGridView1.AutoGenerateColumns = false;
  47. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  48. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  49. this.шифрКнигиDataGridViewTextBoxColumn,
  50. this.наименованиеКнигиDataGridViewTextBoxColumn,
  51. this.авторКнигиDataGridViewTextBoxColumn,
  52. this.количествоСтраницDataGridViewTextBoxColumn,
  53. this.ценаDataGridViewTextBoxColumn});
  54. this.dataGridView1.DataSource = this.книгиBindingSource;
  55. this.dataGridView1.Location = new System.Drawing.Point(108, 80);
  56. this.dataGridView1.Name = "dataGridView1";
  57. this.dataGridView1.Size = new System.Drawing.Size(541, 157);
  58. this.dataGridView1.TabIndex = 0;
  59. //
  60. // шифрКнигиDataGridViewTextBoxColumn
  61. //
  62. this.шифрКнигиDataGridViewTextBoxColumn.DataPropertyName = "шифр книги";
  63. this.шифрКнигиDataGridViewTextBoxColumn.HeaderText = "шифр книги";
  64. this.шифрКнигиDataGridViewTextBoxColumn.Name = "шифрКнигиDataGridViewTextBoxColumn";
  65. //
  66. // наименованиеКнигиDataGridViewTextBoxColumn
  67. //
  68. this.наименованиеКнигиDataGridViewTextBoxColumn.DataPropertyName = "Наименование книги";
  69. this.наименованиеКнигиDataGridViewTextBoxColumn.HeaderText = "Наименование книги";
  70. this.наименованиеКнигиDataGridViewTextBoxColumn.Name = "наименованиеКнигиDataGridViewTextBoxColumn";
  71. //
  72. // авторКнигиDataGridViewTextBoxColumn
  73. //
  74. this.авторКнигиDataGridViewTextBoxColumn.DataPropertyName = "Автор книги";
  75. this.авторКнигиDataGridViewTextBoxColumn.HeaderText = "Автор книги";
  76. this.авторКнигиDataGridViewTextBoxColumn.Name = "авторКнигиDataGridViewTextBoxColumn";
  77. //
  78. // количествоСтраницDataGridViewTextBoxColumn
  79. //
  80. this.количествоСтраницDataGridViewTextBoxColumn.DataPropertyName = "Количество страниц";
  81. this.количествоСтраницDataGridViewTextBoxColumn.HeaderText = "Количество страниц";
  82. this.количествоСтраницDataGridViewTextBoxColumn.Name = "количествоСтраницDataGridViewTextBoxColumn";
  83. //
  84. // ценаDataGridViewTextBoxColumn
  85. //
  86. this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
  87. this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
  88. this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
  89. //
  90. // книгиBindingSource
  91. //
  92. this.книгиBindingSource.DataMember = "Книги";
  93. this.книгиBindingSource.DataSource = this._Ogurchenok_11DataSet;
  94. //
  95. // _Ogurchenok_11DataSet
  96. //
  97. this._Ogurchenok_11DataSet.DataSetName = "_Ogurchenok_11DataSet";
  98. this._Ogurchenok_11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  99. //
  100. // книгиTableAdapter
  101. //
  102. this.книгиTableAdapter.ClearBeforeFill = true;
  103. //
  104. // button1
  105. //
  106. this.button1.Location = new System.Drawing.Point(122, 274);
  107. this.button1.Name = "button1";
  108. this.button1.Size = new System.Drawing.Size(120, 38);
  109. this.button1.TabIndex = 1;
  110. this.button1.Text = "Линейная таблица";
  111. this.button1.UseVisualStyleBackColor = true;
  112. this.button1.Click += new System.EventHandler(this.button1_Click);
  113. //
  114. // Form2
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.ClientSize = new System.Drawing.Size(800, 450);
  119. this.Controls.Add(this.button1);
  120. this.Controls.Add(this.dataGridView1);
  121. this.Name = "Form2";
  122. this.Text = "Таблица книги";
  123. this.Load += new System.EventHandler(this.Form2_Load);
  124. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.книгиBindingSource)).EndInit();
  126. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).EndInit();
  127. this.ResumeLayout(false);
  128. }
  129. #endregion
  130. private System.Windows.Forms.DataGridView dataGridView1;
  131. private _Ogurchenok_11DataSet _Ogurchenok_11DataSet;
  132. private System.Windows.Forms.BindingSource книгиBindingSource;
  133. private _Ogurchenok_11DataSetTableAdapters.КнигиTableAdapter книгиTableAdapter;
  134. private System.Windows.Forms.DataGridViewTextBoxColumn шифрКнигиDataGridViewTextBoxColumn;
  135. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеКнигиDataGridViewTextBoxColumn;
  136. private System.Windows.Forms.DataGridViewTextBoxColumn авторКнигиDataGridViewTextBoxColumn;
  137. private System.Windows.Forms.DataGridViewTextBoxColumn количествоСтраницDataGridViewTextBoxColumn;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
  139. private System.Windows.Forms.Button button1;
  140. }
  141. }