Таблица_автомобили.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. 
  2. namespace Prokatavto08
  3. {
  4. partial class Таблица_автомобили
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.prokatavto08DataSet = new Prokatavto08.Prokatavto08DataSet();
  34. this.автомобилиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.автомобилиTableAdapter = new Prokatavto08.Prokatavto08DataSetTableAdapters.АвтомобилиTableAdapter();
  36. this.tableAdapterManager = new Prokatavto08.Prokatavto08DataSetTableAdapters.TableAdapterManager();
  37. this.автомобилиDataGridView = new System.Windows.Forms.DataGridView();
  38. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.prokatavto08DataSet)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingSource)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.автомобилиDataGridView)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(12, 416);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(99, 33);
  54. this.button1.TabIndex = 0;
  55. this.button1.Text = "Редактирование";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // button2
  60. //
  61. this.button2.Location = new System.Drawing.Point(697, 416);
  62. this.button2.Name = "button2";
  63. this.button2.Size = new System.Drawing.Size(99, 33);
  64. this.button2.TabIndex = 1;
  65. this.button2.Text = "Назад";
  66. this.button2.UseVisualStyleBackColor = true;
  67. this.button2.Click += new System.EventHandler(this.button2_Click);
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label1.Location = new System.Drawing.Point(12, 9);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(216, 24);
  76. this.label1.TabIndex = 2;
  77. this.label1.Text = "Таблица \"Автомобили\"";
  78. //
  79. // prokatavto08DataSet
  80. //
  81. this.prokatavto08DataSet.DataSetName = "Prokatavto08DataSet";
  82. this.prokatavto08DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  83. //
  84. // автомобилиBindingSource
  85. //
  86. this.автомобилиBindingSource.DataMember = "Автомобили";
  87. this.автомобилиBindingSource.DataSource = this.prokatavto08DataSet;
  88. //
  89. // автомобилиTableAdapter
  90. //
  91. this.автомобилиTableAdapter.ClearBeforeFill = true;
  92. //
  93. // tableAdapterManager
  94. //
  95. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  96. this.tableAdapterManager.UpdateOrder = Prokatavto08.Prokatavto08DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  97. this.tableAdapterManager.АвтомобилиTableAdapter = this.автомобилиTableAdapter;
  98. this.tableAdapterManager.КлиентыTableAdapter = null;
  99. this.tableAdapterManager.ПрокатыTableAdapter = null;
  100. //
  101. // автомобилиDataGridView
  102. //
  103. this.автомобилиDataGridView.AutoGenerateColumns = false;
  104. this.автомобилиDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  105. this.автомобилиDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  106. this.dataGridViewTextBoxColumn1,
  107. this.dataGridViewTextBoxColumn2,
  108. this.dataGridViewTextBoxColumn3,
  109. this.dataGridViewTextBoxColumn4,
  110. this.dataGridViewTextBoxColumn5,
  111. this.dataGridViewTextBoxColumn6});
  112. this.автомобилиDataGridView.DataSource = this.автомобилиBindingSource;
  113. this.автомобилиDataGridView.Location = new System.Drawing.Point(12, 36);
  114. this.автомобилиDataGridView.Name = "автомобилиDataGridView";
  115. this.автомобилиDataGridView.Size = new System.Drawing.Size(784, 374);
  116. this.автомобилиDataGridView.TabIndex = 4;
  117. //
  118. // dataGridViewTextBoxColumn1
  119. //
  120. this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_автомобиля";
  121. this.dataGridViewTextBoxColumn1.HeaderText = "Код_автомобиля";
  122. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  123. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  124. //
  125. // dataGridViewTextBoxColumn2
  126. //
  127. this.dataGridViewTextBoxColumn2.DataPropertyName = "Марка_автомобиля";
  128. this.dataGridViewTextBoxColumn2.HeaderText = "Марка_автомобиля";
  129. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  130. this.dataGridViewTextBoxColumn2.Width = 120;
  131. //
  132. // dataGridViewTextBoxColumn3
  133. //
  134. this.dataGridViewTextBoxColumn3.DataPropertyName = "Цвет_автомобиля";
  135. this.dataGridViewTextBoxColumn3.HeaderText = "Цвет_автомобиля";
  136. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  137. this.dataGridViewTextBoxColumn3.Width = 110;
  138. //
  139. // dataGridViewTextBoxColumn4
  140. //
  141. this.dataGridViewTextBoxColumn4.DataPropertyName = "Год_выпуска_автомобиля";
  142. this.dataGridViewTextBoxColumn4.HeaderText = "Год_выпуска_автомобиля";
  143. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  144. this.dataGridViewTextBoxColumn4.Width = 150;
  145. //
  146. // dataGridViewTextBoxColumn5
  147. //
  148. this.dataGridViewTextBoxColumn5.DataPropertyName = "Госномер_автомобиля";
  149. this.dataGridViewTextBoxColumn5.HeaderText = "Госномер_автомобиля";
  150. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  151. this.dataGridViewTextBoxColumn5.Width = 130;
  152. //
  153. // dataGridViewTextBoxColumn6
  154. //
  155. this.dataGridViewTextBoxColumn6.DataPropertyName = "Страховая_стоимость";
  156. this.dataGridViewTextBoxColumn6.HeaderText = "Страховая_стоимость";
  157. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  158. this.dataGridViewTextBoxColumn6.Width = 130;
  159. //
  160. // Таблица_автомобили
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(808, 461);
  165. this.Controls.Add(this.автомобилиDataGridView);
  166. this.Controls.Add(this.label1);
  167. this.Controls.Add(this.button2);
  168. this.Controls.Add(this.button1);
  169. this.Name = "Таблица_автомобили";
  170. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  171. this.Text = "Прокат авто";
  172. this.Load += new System.EventHandler(this.Таблица_автомобили_Load);
  173. ((System.ComponentModel.ISupportInitialize)(this.prokatavto08DataSet)).EndInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingSource)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.автомобилиDataGridView)).EndInit();
  176. this.ResumeLayout(false);
  177. this.PerformLayout();
  178. }
  179. #endregion
  180. private System.Windows.Forms.Button button1;
  181. private System.Windows.Forms.Button button2;
  182. private System.Windows.Forms.Label label1;
  183. private Prokatavto08DataSet prokatavto08DataSet;
  184. private System.Windows.Forms.BindingSource автомобилиBindingSource;
  185. private Prokatavto08DataSetTableAdapters.АвтомобилиTableAdapter автомобилиTableAdapter;
  186. private Prokatavto08DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  187. private System.Windows.Forms.DataGridView автомобилиDataGridView;
  188. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  190. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  191. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  192. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  193. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  194. }
  195. }