Form2.Designer.cs 19 KB

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