Таблица_клиенты.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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.button2 = new System.Windows.Forms.Button();
  31. this.button1 = 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. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. ((System.ComponentModel.ISupportInitialize)(this.prokatavto08DataSet)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.клиентыBindingSource)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.клиентыDataGridView)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // button2
  51. //
  52. this.button2.Location = new System.Drawing.Point(755, 416);
  53. this.button2.Name = "button2";
  54. this.button2.Size = new System.Drawing.Size(99, 33);
  55. this.button2.TabIndex = 3;
  56. this.button2.Text = "Назад";
  57. this.button2.UseVisualStyleBackColor = true;
  58. this.button2.Click += new System.EventHandler(this.button2_Click);
  59. //
  60. // button1
  61. //
  62. this.button1.Location = new System.Drawing.Point(12, 416);
  63. this.button1.Name = "button1";
  64. this.button1.Size = new System.Drawing.Size(99, 33);
  65. this.button1.TabIndex = 2;
  66. this.button1.Text = "Редактирование";
  67. this.button1.UseVisualStyleBackColor = true;
  68. this.button1.Click += new System.EventHandler(this.button1_Click);
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.label1.Location = new System.Drawing.Point(12, 9);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(182, 24);
  77. this.label1.TabIndex = 4;
  78. this.label1.Text = "Таблица \"Клиенты\"";
  79. //
  80. // prokatavto08DataSet
  81. //
  82. this.prokatavto08DataSet.DataSetName = "Prokatavto08DataSet";
  83. this.prokatavto08DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  84. //
  85. // клиентыBindingSource
  86. //
  87. this.клиентыBindingSource.DataMember = "Клиенты";
  88. this.клиентыBindingSource.DataSource = this.prokatavto08DataSet;
  89. //
  90. // клиентыTableAdapter
  91. //
  92. this.клиентыTableAdapter.ClearBeforeFill = true;
  93. //
  94. // tableAdapterManager
  95. //
  96. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  97. this.tableAdapterManager.UpdateOrder = Prokatavto08.Prokatavto08DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  98. this.tableAdapterManager.АвтомобилиTableAdapter = null;
  99. this.tableAdapterManager.КлиентыTableAdapter = this.клиентыTableAdapter;
  100. this.tableAdapterManager.ПрокатыTableAdapter = null;
  101. //
  102. // клиентыDataGridView
  103. //
  104. this.клиентыDataGridView.AutoGenerateColumns = false;
  105. this.клиентыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  106. this.клиентыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  107. this.dataGridViewTextBoxColumn1,
  108. this.dataGridViewTextBoxColumn2,
  109. this.dataGridViewTextBoxColumn3,
  110. this.dataGridViewTextBoxColumn4,
  111. this.dataGridViewTextBoxColumn5,
  112. this.dataGridViewTextBoxColumn6,
  113. this.dataGridViewTextBoxColumn7});
  114. this.клиентыDataGridView.DataSource = this.клиентыBindingSource;
  115. this.клиентыDataGridView.Location = new System.Drawing.Point(12, 36);
  116. this.клиентыDataGridView.Name = "клиентыDataGridView";
  117. this.клиентыDataGridView.Size = new System.Drawing.Size(842, 374);
  118. this.клиентыDataGridView.TabIndex = 5;
  119. //
  120. // dataGridViewTextBoxColumn1
  121. //
  122. this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_клиента";
  123. this.dataGridViewTextBoxColumn1.HeaderText = "Код_клиента";
  124. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  125. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  126. this.dataGridViewTextBoxColumn1.Width = 90;
  127. //
  128. // dataGridViewTextBoxColumn2
  129. //
  130. this.dataGridViewTextBoxColumn2.DataPropertyName = "Фамилия";
  131. this.dataGridViewTextBoxColumn2.HeaderText = "Фамилия";
  132. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  133. //
  134. // dataGridViewTextBoxColumn3
  135. //
  136. this.dataGridViewTextBoxColumn3.DataPropertyName = "Имя";
  137. this.dataGridViewTextBoxColumn3.HeaderText = "Имя";
  138. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  139. //
  140. // dataGridViewTextBoxColumn4
  141. //
  142. this.dataGridViewTextBoxColumn4.DataPropertyName = "Отчество";
  143. this.dataGridViewTextBoxColumn4.HeaderText = "Отчество";
  144. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  145. //
  146. // dataGridViewTextBoxColumn5
  147. //
  148. this.dataGridViewTextBoxColumn5.DataPropertyName = "Серия_и_номер_паспорта";
  149. this.dataGridViewTextBoxColumn5.HeaderText = "Серия_и_номер_паспорта";
  150. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  151. this.dataGridViewTextBoxColumn5.Width = 155;
  152. //
  153. // dataGridViewTextBoxColumn6
  154. //
  155. this.dataGridViewTextBoxColumn6.DataPropertyName = "Адрес";
  156. this.dataGridViewTextBoxColumn6.HeaderText = "Адрес";
  157. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  158. this.dataGridViewTextBoxColumn6.Width = 150;
  159. //
  160. // dataGridViewTextBoxColumn7
  161. //
  162. this.dataGridViewTextBoxColumn7.DataPropertyName = "Телефон";
  163. this.dataGridViewTextBoxColumn7.HeaderText = "Телефон";
  164. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  165. //
  166. // Таблица_клиенты
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.ClientSize = new System.Drawing.Size(866, 461);
  171. this.Controls.Add(this.клиентыDataGridView);
  172. this.Controls.Add(this.label1);
  173. this.Controls.Add(this.button2);
  174. this.Controls.Add(this.button1);
  175. this.Name = "Таблица_клиенты";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  177. this.Text = "Прокат авто";
  178. this.Load += new System.EventHandler(this.Таблица_клиенты_Load);
  179. ((System.ComponentModel.ISupportInitialize)(this.prokatavto08DataSet)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.клиентыBindingSource)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.клиентыDataGridView)).EndInit();
  182. this.ResumeLayout(false);
  183. this.PerformLayout();
  184. }
  185. #endregion
  186. private System.Windows.Forms.Button button2;
  187. private System.Windows.Forms.Button button1;
  188. private System.Windows.Forms.Label label1;
  189. private Prokatavto08DataSet prokatavto08DataSet;
  190. private System.Windows.Forms.BindingSource клиентыBindingSource;
  191. private Prokatavto08DataSetTableAdapters.КлиентыTableAdapter клиентыTableAdapter;
  192. private Prokatavto08DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  193. private System.Windows.Forms.DataGridView клиентыDataGridView;
  194. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  195. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  196. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  197. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  198. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  200. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  201. }
  202. }