Form2.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. 
  2. namespace автопрокат
  3. {
  4. partial class Form2
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  31. System.Windows.Forms.Label кодLabel;
  32. System.Windows.Forms.Label фИОLabel;
  33. System.Windows.Forms.Label серия_паспортаLabel;
  34. System.Windows.Forms.Label номер_паспортаLabel;
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.автопрокатDataSet = new автопрокат.АвтопрокатDataSet();
  39. this.клиентBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.клиентTableAdapter = new автопрокат.АвтопрокатDataSetTableAdapters.КлиентTableAdapter();
  41. this.tableAdapterManager = new автопрокат.АвтопрокатDataSetTableAdapters.TableAdapterManager();
  42. this.клиентDataGridView = new System.Windows.Forms.DataGridView();
  43. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.кодTextBox = new System.Windows.Forms.TextBox();
  48. this.фИОTextBox = new System.Windows.Forms.TextBox();
  49. this.серия_паспортаTextBox = new System.Windows.Forms.TextBox();
  50. this.номер_паспортаTextBox = new System.Windows.Forms.TextBox();
  51. кодLabel = new System.Windows.Forms.Label();
  52. фИОLabel = new System.Windows.Forms.Label();
  53. серия_паспортаLabel = new System.Windows.Forms.Label();
  54. номер_паспортаLabel = new System.Windows.Forms.Label();
  55. this.panel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.автопрокатDataSet)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // button4
  63. //
  64. this.button4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  65. this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
  66. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  67. this.button4.ForeColor = System.Drawing.Color.Black;
  68. this.button4.Location = new System.Drawing.Point(721, 11);
  69. this.button4.Name = "button4";
  70. this.button4.Size = new System.Drawing.Size(66, 21);
  71. this.button4.TabIndex = 5;
  72. this.button4.Text = "Выход";
  73. this.button4.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  74. this.button4.UseVisualStyleBackColor = true;
  75. this.button4.Click += new System.EventHandler(this.button4_Click_1);
  76. //
  77. // panel1
  78. //
  79. this.panel1.AutoSize = true;
  80. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(144)))), ((int)(((byte)(156)))));
  81. this.panel1.Controls.Add(this.pictureBox1);
  82. this.panel1.Controls.Add(this.button4);
  83. this.panel1.Location = new System.Drawing.Point(0, -2);
  84. this.panel1.Name = "panel1";
  85. this.panel1.Size = new System.Drawing.Size(801, 100);
  86. this.panel1.TabIndex = 6;
  87. //
  88. // pictureBox1
  89. //
  90. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  91. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  92. this.pictureBox1.Location = new System.Drawing.Point(-1, -2);
  93. this.pictureBox1.Name = "pictureBox1";
  94. this.pictureBox1.Size = new System.Drawing.Size(269, 97);
  95. this.pictureBox1.TabIndex = 6;
  96. this.pictureBox1.TabStop = false;
  97. //
  98. // автопрокатDataSet
  99. //
  100. this.автопрокатDataSet.DataSetName = "АвтопрокатDataSet";
  101. this.автопрокатDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  102. //
  103. // клиентBindingSource
  104. //
  105. this.клиентBindingSource.DataMember = "Клиент";
  106. this.клиентBindingSource.DataSource = this.автопрокатDataSet;
  107. //
  108. // клиентTableAdapter
  109. //
  110. this.клиентTableAdapter.ClearBeforeFill = true;
  111. //
  112. // tableAdapterManager
  113. //
  114. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  115. this.tableAdapterManager.UpdateOrder = автопрокат.АвтопрокатDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  116. this.tableAdapterManager.АвтомобильTableAdapter = null;
  117. this.tableAdapterManager.КлиентTableAdapter = this.клиентTableAdapter;
  118. this.tableAdapterManager.ПрокатTableAdapter = null;
  119. //
  120. // клиентDataGridView
  121. //
  122. this.клиентDataGridView.AutoGenerateColumns = false;
  123. this.клиентDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  124. this.клиентDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  125. this.dataGridViewTextBoxColumn1,
  126. this.dataGridViewTextBoxColumn2,
  127. this.dataGridViewTextBoxColumn3,
  128. this.dataGridViewTextBoxColumn4});
  129. this.клиентDataGridView.DataSource = this.клиентBindingSource;
  130. this.клиентDataGridView.Location = new System.Drawing.Point(344, 104);
  131. this.клиентDataGridView.Name = "клиентDataGridView";
  132. this.клиентDataGridView.Size = new System.Drawing.Size(443, 271);
  133. this.клиентDataGridView.TabIndex = 7;
  134. //
  135. // dataGridViewTextBoxColumn1
  136. //
  137. this.dataGridViewTextBoxColumn1.DataPropertyName = "код";
  138. this.dataGridViewTextBoxColumn1.HeaderText = "код";
  139. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  140. //
  141. // dataGridViewTextBoxColumn2
  142. //
  143. this.dataGridViewTextBoxColumn2.DataPropertyName = "ФИО";
  144. this.dataGridViewTextBoxColumn2.HeaderText = "ФИО";
  145. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  146. //
  147. // dataGridViewTextBoxColumn3
  148. //
  149. this.dataGridViewTextBoxColumn3.DataPropertyName = "Серия_паспорта";
  150. this.dataGridViewTextBoxColumn3.HeaderText = "Серия_паспорта";
  151. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  152. //
  153. // dataGridViewTextBoxColumn4
  154. //
  155. this.dataGridViewTextBoxColumn4.DataPropertyName = "номер_паспорта";
  156. this.dataGridViewTextBoxColumn4.HeaderText = "номер_паспорта";
  157. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  158. //
  159. // кодLabel
  160. //
  161. кодLabel.AutoSize = true;
  162. кодLabel.Location = new System.Drawing.Point(109, 142);
  163. кодLabel.Name = "кодLabel";
  164. кодLabel.Size = new System.Drawing.Size(28, 13);
  165. кодLabel.TabIndex = 7;
  166. кодLabel.Text = "код:";
  167. кодLabel.Click += new System.EventHandler(this.кодLabel_Click);
  168. //
  169. // кодTextBox
  170. //
  171. this.кодTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "код", true));
  172. this.кодTextBox.Location = new System.Drawing.Point(156, 135);
  173. this.кодTextBox.Name = "кодTextBox";
  174. this.кодTextBox.Size = new System.Drawing.Size(100, 20);
  175. this.кодTextBox.TabIndex = 8;
  176. this.кодTextBox.TextChanged += new System.EventHandler(this.кодTextBox_TextChanged);
  177. //
  178. // фИОLabel
  179. //
  180. фИОLabel.AutoSize = true;
  181. фИОLabel.Location = new System.Drawing.Point(109, 173);
  182. фИОLabel.Name = "фИОLabel";
  183. фИОLabel.Size = new System.Drawing.Size(37, 13);
  184. фИОLabel.TabIndex = 8;
  185. фИОLabel.Text = "ФИО:";
  186. //
  187. // фИОTextBox
  188. //
  189. this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "ФИО", true));
  190. this.фИОTextBox.Location = new System.Drawing.Point(156, 170);
  191. this.фИОTextBox.Name = "фИОTextBox";
  192. this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
  193. this.фИОTextBox.TabIndex = 9;
  194. //
  195. // серия_паспортаLabel
  196. //
  197. серия_паспортаLabel.AutoSize = true;
  198. серия_паспортаLabel.Location = new System.Drawing.Point(59, 219);
  199. серия_паспортаLabel.Name = "серия_паспортаLabel";
  200. серия_паспортаLabel.Size = new System.Drawing.Size(91, 13);
  201. серия_паспортаLabel.TabIndex = 9;
  202. серия_паспортаLabel.Text = "Серия паспорта:";
  203. //
  204. // серия_паспортаTextBox
  205. //
  206. this.серия_паспортаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Серия_паспорта", true));
  207. this.серия_паспортаTextBox.Location = new System.Drawing.Point(156, 212);
  208. this.серия_паспортаTextBox.Name = "серия_паспортаTextBox";
  209. this.серия_паспортаTextBox.Size = new System.Drawing.Size(100, 20);
  210. this.серия_паспортаTextBox.TabIndex = 10;
  211. //
  212. // номер_паспортаLabel
  213. //
  214. номер_паспортаLabel.AutoSize = true;
  215. номер_паспортаLabel.Location = new System.Drawing.Point(45, 257);
  216. номер_паспортаLabel.Name = "номер_паспортаLabel";
  217. номер_паспортаLabel.Size = new System.Drawing.Size(92, 13);
  218. номер_паспортаLabel.TabIndex = 10;
  219. номер_паспортаLabel.Text = "номер паспорта:";
  220. //
  221. // номер_паспортаTextBox
  222. //
  223. this.номер_паспортаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "номер_паспорта", true));
  224. this.номер_паспортаTextBox.Location = new System.Drawing.Point(156, 250);
  225. this.номер_паспортаTextBox.Name = "номер_паспортаTextBox";
  226. this.номер_паспортаTextBox.Size = new System.Drawing.Size(100, 20);
  227. this.номер_паспортаTextBox.TabIndex = 11;
  228. //
  229. // Form2
  230. //
  231. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  232. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  233. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(234)))));
  234. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  235. this.ClientSize = new System.Drawing.Size(799, 450);
  236. this.Controls.Add(номер_паспортаLabel);
  237. this.Controls.Add(this.номер_паспортаTextBox);
  238. this.Controls.Add(серия_паспортаLabel);
  239. this.Controls.Add(this.серия_паспортаTextBox);
  240. this.Controls.Add(фИОLabel);
  241. this.Controls.Add(this.фИОTextBox);
  242. this.Controls.Add(кодLabel);
  243. this.Controls.Add(this.кодTextBox);
  244. this.Controls.Add(this.клиентDataGridView);
  245. this.Controls.Add(this.panel1);
  246. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  247. this.Name = "Form2";
  248. this.Text = "Form2";
  249. this.Load += new System.EventHandler(this.Form2_Load);
  250. this.panel1.ResumeLayout(false);
  251. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.автопрокатDataSet)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).EndInit();
  255. this.ResumeLayout(false);
  256. this.PerformLayout();
  257. }
  258. #endregion
  259. private System.Windows.Forms.Button button4;
  260. private System.Windows.Forms.Panel panel1;
  261. private System.Windows.Forms.PictureBox pictureBox1;
  262. private АвтопрокатDataSet автопрокатDataSet;
  263. private System.Windows.Forms.BindingSource клиентBindingSource;
  264. private АвтопрокатDataSetTableAdapters.КлиентTableAdapter клиентTableAdapter;
  265. private АвтопрокатDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  266. private System.Windows.Forms.DataGridView клиентDataGridView;
  267. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  269. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  270. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  271. private System.Windows.Forms.TextBox кодTextBox;
  272. private System.Windows.Forms.TextBox фИОTextBox;
  273. private System.Windows.Forms.TextBox серия_паспортаTextBox;
  274. private System.Windows.Forms.TextBox номер_паспортаTextBox;
  275. }
  276. }