Form2.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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. this.button1 = new System.Windows.Forms.Button();
  52. this.button2 = new System.Windows.Forms.Button();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.button5 = new System.Windows.Forms.Button();
  55. this.button6 = new System.Windows.Forms.Button();
  56. кодLabel = new System.Windows.Forms.Label();
  57. фИОLabel = new System.Windows.Forms.Label();
  58. серия_паспортаLabel = new System.Windows.Forms.Label();
  59. номер_паспортаLabel = new System.Windows.Forms.Label();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.автопрокатDataSet)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // button4
  68. //
  69. this.button4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  70. this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
  71. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  72. this.button4.ForeColor = System.Drawing.Color.Black;
  73. this.button4.Location = new System.Drawing.Point(721, 11);
  74. this.button4.Name = "button4";
  75. this.button4.Size = new System.Drawing.Size(66, 21);
  76. this.button4.TabIndex = 5;
  77. this.button4.Text = "Выход";
  78. this.button4.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  79. this.button4.UseVisualStyleBackColor = true;
  80. this.button4.Click += new System.EventHandler(this.button4_Click_1);
  81. //
  82. // panel1
  83. //
  84. this.panel1.AutoSize = true;
  85. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(144)))), ((int)(((byte)(156)))));
  86. this.panel1.Controls.Add(this.pictureBox1);
  87. this.panel1.Controls.Add(this.button4);
  88. this.panel1.Location = new System.Drawing.Point(0, -2);
  89. this.panel1.Name = "panel1";
  90. this.panel1.Size = new System.Drawing.Size(801, 100);
  91. this.panel1.TabIndex = 6;
  92. //
  93. // pictureBox1
  94. //
  95. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  96. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  97. this.pictureBox1.Location = new System.Drawing.Point(-1, -2);
  98. this.pictureBox1.Name = "pictureBox1";
  99. this.pictureBox1.Size = new System.Drawing.Size(269, 97);
  100. this.pictureBox1.TabIndex = 6;
  101. this.pictureBox1.TabStop = false;
  102. //
  103. // автопрокатDataSet
  104. //
  105. this.автопрокатDataSet.DataSetName = "АвтопрокатDataSet";
  106. this.автопрокатDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  107. //
  108. // клиентBindingSource
  109. //
  110. this.клиентBindingSource.DataMember = "Клиент";
  111. this.клиентBindingSource.DataSource = this.автопрокатDataSet;
  112. //
  113. // клиентTableAdapter
  114. //
  115. this.клиентTableAdapter.ClearBeforeFill = true;
  116. //
  117. // tableAdapterManager
  118. //
  119. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  120. this.tableAdapterManager.UpdateOrder = автопрокат.АвтопрокатDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  121. this.tableAdapterManager.АвтомобильTableAdapter = null;
  122. this.tableAdapterManager.КлиентTableAdapter = this.клиентTableAdapter;
  123. this.tableAdapterManager.ПрокатTableAdapter = null;
  124. //
  125. // клиентDataGridView
  126. //
  127. this.клиентDataGridView.AutoGenerateColumns = false;
  128. this.клиентDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  129. this.клиентDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  130. this.dataGridViewTextBoxColumn1,
  131. this.dataGridViewTextBoxColumn2,
  132. this.dataGridViewTextBoxColumn3,
  133. this.dataGridViewTextBoxColumn4});
  134. this.клиентDataGridView.DataSource = this.клиентBindingSource;
  135. this.клиентDataGridView.Location = new System.Drawing.Point(344, 104);
  136. this.клиентDataGridView.Name = "клиентDataGridView";
  137. this.клиентDataGridView.Size = new System.Drawing.Size(443, 271);
  138. this.клиентDataGridView.TabIndex = 7;
  139. //
  140. // dataGridViewTextBoxColumn1
  141. //
  142. this.dataGridViewTextBoxColumn1.DataPropertyName = "код";
  143. this.dataGridViewTextBoxColumn1.HeaderText = "код";
  144. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  145. //
  146. // dataGridViewTextBoxColumn2
  147. //
  148. this.dataGridViewTextBoxColumn2.DataPropertyName = "ФИО";
  149. this.dataGridViewTextBoxColumn2.HeaderText = "ФИО";
  150. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  151. //
  152. // dataGridViewTextBoxColumn3
  153. //
  154. this.dataGridViewTextBoxColumn3.DataPropertyName = "Серия_паспорта";
  155. this.dataGridViewTextBoxColumn3.HeaderText = "Серия_паспорта";
  156. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  157. //
  158. // dataGridViewTextBoxColumn4
  159. //
  160. this.dataGridViewTextBoxColumn4.DataPropertyName = "номер_паспорта";
  161. this.dataGridViewTextBoxColumn4.HeaderText = "номер_паспорта";
  162. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  163. //
  164. // кодLabel
  165. //
  166. кодLabel.AutoSize = true;
  167. кодLabel.Location = new System.Drawing.Point(109, 142);
  168. кодLabel.Name = "кодLabel";
  169. кодLabel.Size = new System.Drawing.Size(28, 13);
  170. кодLabel.TabIndex = 7;
  171. кодLabel.Text = "код:";
  172. кодLabel.Click += new System.EventHandler(this.кодLabel_Click);
  173. //
  174. // кодTextBox
  175. //
  176. this.кодTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "код", true));
  177. this.кодTextBox.Location = new System.Drawing.Point(156, 135);
  178. this.кодTextBox.Name = "кодTextBox";
  179. this.кодTextBox.Size = new System.Drawing.Size(100, 20);
  180. this.кодTextBox.TabIndex = 8;
  181. this.кодTextBox.TextChanged += new System.EventHandler(this.кодTextBox_TextChanged);
  182. //
  183. // фИОLabel
  184. //
  185. фИОLabel.AutoSize = true;
  186. фИОLabel.Location = new System.Drawing.Point(109, 173);
  187. фИОLabel.Name = "фИОLabel";
  188. фИОLabel.Size = new System.Drawing.Size(37, 13);
  189. фИОLabel.TabIndex = 8;
  190. фИОLabel.Text = "ФИО:";
  191. //
  192. // фИОTextBox
  193. //
  194. this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "ФИО", true));
  195. this.фИОTextBox.Location = new System.Drawing.Point(156, 170);
  196. this.фИОTextBox.Name = "фИОTextBox";
  197. this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
  198. this.фИОTextBox.TabIndex = 9;
  199. //
  200. // серия_паспортаLabel
  201. //
  202. серия_паспортаLabel.AutoSize = true;
  203. серия_паспортаLabel.Location = new System.Drawing.Point(59, 219);
  204. серия_паспортаLabel.Name = "серия_паспортаLabel";
  205. серия_паспортаLabel.Size = new System.Drawing.Size(91, 13);
  206. серия_паспортаLabel.TabIndex = 9;
  207. серия_паспортаLabel.Text = "Серия паспорта:";
  208. //
  209. // серия_паспортаTextBox
  210. //
  211. this.серия_паспортаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Серия_паспорта", true));
  212. this.серия_паспортаTextBox.Location = new System.Drawing.Point(156, 212);
  213. this.серия_паспортаTextBox.Name = "серия_паспортаTextBox";
  214. this.серия_паспортаTextBox.Size = new System.Drawing.Size(100, 20);
  215. this.серия_паспортаTextBox.TabIndex = 10;
  216. //
  217. // номер_паспортаLabel
  218. //
  219. номер_паспортаLabel.AutoSize = true;
  220. номер_паспортаLabel.Location = new System.Drawing.Point(45, 257);
  221. номер_паспортаLabel.Name = "номер_паспортаLabel";
  222. номер_паспортаLabel.Size = new System.Drawing.Size(92, 13);
  223. номер_паспортаLabel.TabIndex = 10;
  224. номер_паспортаLabel.Text = "номер паспорта:";
  225. //
  226. // номер_паспортаTextBox
  227. //
  228. this.номер_паспортаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "номер_паспорта", true));
  229. this.номер_паспортаTextBox.Location = new System.Drawing.Point(156, 250);
  230. this.номер_паспортаTextBox.Name = "номер_паспортаTextBox";
  231. this.номер_паспортаTextBox.Size = new System.Drawing.Size(100, 20);
  232. this.номер_паспортаTextBox.TabIndex = 11;
  233. //
  234. // button1
  235. //
  236. this.button1.Location = new System.Drawing.Point(54, 324);
  237. this.button1.Name = "button1";
  238. this.button1.Size = new System.Drawing.Size(75, 23);
  239. this.button1.TabIndex = 12;
  240. this.button1.Text = "Добавить";
  241. this.button1.UseVisualStyleBackColor = true;
  242. this.button1.Click += new System.EventHandler(this.button1_Click);
  243. //
  244. // button2
  245. //
  246. this.button2.Location = new System.Drawing.Point(192, 322);
  247. this.button2.Name = "button2";
  248. this.button2.Size = new System.Drawing.Size(106, 26);
  249. this.button2.TabIndex = 13;
  250. this.button2.Text = "Удалить";
  251. this.button2.UseVisualStyleBackColor = true;
  252. this.button2.Click += new System.EventHandler(this.button2_Click);
  253. //
  254. // button3
  255. //
  256. this.button3.Location = new System.Drawing.Point(131, 354);
  257. this.button3.Name = "button3";
  258. this.button3.Size = new System.Drawing.Size(75, 23);
  259. this.button3.TabIndex = 14;
  260. this.button3.Text = "Сохранить";
  261. this.button3.UseVisualStyleBackColor = true;
  262. this.button3.Click += new System.EventHandler(this.button3_Click);
  263. //
  264. // button5
  265. //
  266. this.button5.Location = new System.Drawing.Point(202, 398);
  267. this.button5.Name = "button5";
  268. this.button5.Size = new System.Drawing.Size(75, 23);
  269. this.button5.TabIndex = 15;
  270. this.button5.Text = "Следующая";
  271. this.button5.UseVisualStyleBackColor = true;
  272. this.button5.Click += new System.EventHandler(this.button5_Click);
  273. //
  274. // button6
  275. //
  276. this.button6.Location = new System.Drawing.Point(54, 398);
  277. this.button6.Name = "button6";
  278. this.button6.Size = new System.Drawing.Size(92, 23);
  279. this.button6.TabIndex = 16;
  280. this.button6.Text = "Предыдушая";
  281. this.button6.UseVisualStyleBackColor = true;
  282. this.button6.Click += new System.EventHandler(this.button6_Click);
  283. //
  284. // Form2
  285. //
  286. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  287. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  288. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(234)))));
  289. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  290. this.ClientSize = new System.Drawing.Size(791, 450);
  291. this.Controls.Add(this.button6);
  292. this.Controls.Add(this.button5);
  293. this.Controls.Add(this.button3);
  294. this.Controls.Add(this.button2);
  295. this.Controls.Add(this.button1);
  296. this.Controls.Add(номер_паспортаLabel);
  297. this.Controls.Add(this.номер_паспортаTextBox);
  298. this.Controls.Add(серия_паспортаLabel);
  299. this.Controls.Add(this.серия_паспортаTextBox);
  300. this.Controls.Add(фИОLabel);
  301. this.Controls.Add(this.фИОTextBox);
  302. this.Controls.Add(кодLabel);
  303. this.Controls.Add(this.кодTextBox);
  304. this.Controls.Add(this.клиентDataGridView);
  305. this.Controls.Add(this.panel1);
  306. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  307. this.Name = "Form2";
  308. this.Text = "Form2";
  309. this.Load += new System.EventHandler(this.Form2_Load);
  310. this.panel1.ResumeLayout(false);
  311. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.автопрокатDataSet)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).EndInit();
  315. this.ResumeLayout(false);
  316. this.PerformLayout();
  317. }
  318. #endregion
  319. private System.Windows.Forms.Button button4;
  320. private System.Windows.Forms.Panel panel1;
  321. private System.Windows.Forms.PictureBox pictureBox1;
  322. private АвтопрокатDataSet автопрокатDataSet;
  323. private System.Windows.Forms.BindingSource клиентBindingSource;
  324. private АвтопрокатDataSetTableAdapters.КлиентTableAdapter клиентTableAdapter;
  325. private АвтопрокатDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  326. private System.Windows.Forms.DataGridView клиентDataGridView;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  331. private System.Windows.Forms.TextBox кодTextBox;
  332. private System.Windows.Forms.TextBox фИОTextBox;
  333. private System.Windows.Forms.TextBox серия_паспортаTextBox;
  334. private System.Windows.Forms.TextBox номер_паспортаTextBox;
  335. private System.Windows.Forms.Button button1;
  336. private System.Windows.Forms.Button button2;
  337. private System.Windows.Forms.Button button3;
  338. private System.Windows.Forms.Button button5;
  339. private System.Windows.Forms.Button button6;
  340. }
  341. }