Client.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. 
  2. namespace Avtoprok
  3. {
  4. partial class Client
  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.Windows.Forms.Label iDLabel;
  31. System.Windows.Forms.Label fIOLabel;
  32. System.Windows.Forms.Label pasportLabel;
  33. System.Windows.Forms.Label phoneLabel;
  34. System.Windows.Forms.Label addressLabel;
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Client));
  36. this.groupBox4 = new System.Windows.Forms.GroupBox();
  37. this.button8 = new System.Windows.Forms.Button();
  38. this.button7 = new System.Windows.Forms.Button();
  39. this.groupBox1 = new System.Windows.Forms.GroupBox();
  40. this.addressTextBox = new System.Windows.Forms.TextBox();
  41. this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.avtodrive_02DataSet = new Avtoprok.Avtodrive_02DataSet();
  43. this.phoneTextBox = new System.Windows.Forms.TextBox();
  44. this.pasportTextBox = new System.Windows.Forms.TextBox();
  45. this.fIOTextBox = new System.Windows.Forms.TextBox();
  46. this.groupBox3 = new System.Windows.Forms.GroupBox();
  47. this.button4 = new System.Windows.Forms.Button();
  48. this.button6 = new System.Windows.Forms.Button();
  49. this.button5 = new System.Windows.Forms.Button();
  50. this.button3 = new System.Windows.Forms.Button();
  51. this.button2 = new System.Windows.Forms.Button();
  52. this.button1 = new System.Windows.Forms.Button();
  53. this.groupBox2 = new System.Windows.Forms.GroupBox();
  54. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  55. this.fIODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pasportDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.phoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.addressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.clientTableAdapter = new Avtoprok.Avtodrive_02DataSetTableAdapters.ClientTableAdapter();
  60. this.tableAdapterManager = new Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager();
  61. this.iDTextBox = new System.Windows.Forms.TextBox();
  62. iDLabel = new System.Windows.Forms.Label();
  63. fIOLabel = new System.Windows.Forms.Label();
  64. pasportLabel = new System.Windows.Forms.Label();
  65. phoneLabel = new System.Windows.Forms.Label();
  66. addressLabel = new System.Windows.Forms.Label();
  67. this.groupBox4.SuspendLayout();
  68. this.groupBox1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).BeginInit();
  71. this.groupBox3.SuspendLayout();
  72. this.groupBox2.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // iDLabel
  77. //
  78. iDLabel.AutoSize = true;
  79. iDLabel.Location = new System.Drawing.Point(15, 11);
  80. iDLabel.Name = "iDLabel";
  81. iDLabel.Size = new System.Drawing.Size(21, 13);
  82. iDLabel.TabIndex = 23;
  83. iDLabel.Text = "ID:";
  84. //
  85. // fIOLabel
  86. //
  87. fIOLabel.AutoSize = true;
  88. fIOLabel.Location = new System.Drawing.Point(27, 21);
  89. fIOLabel.Name = "fIOLabel";
  90. fIOLabel.Size = new System.Drawing.Size(27, 13);
  91. fIOLabel.TabIndex = 0;
  92. fIOLabel.Text = "FIO:";
  93. //
  94. // pasportLabel
  95. //
  96. pasportLabel.AutoSize = true;
  97. pasportLabel.Location = new System.Drawing.Point(8, 47);
  98. pasportLabel.Name = "pasportLabel";
  99. pasportLabel.Size = new System.Drawing.Size(46, 13);
  100. pasportLabel.TabIndex = 2;
  101. pasportLabel.Text = "Pasport:";
  102. //
  103. // phoneLabel
  104. //
  105. phoneLabel.AutoSize = true;
  106. phoneLabel.Location = new System.Drawing.Point(13, 73);
  107. phoneLabel.Name = "phoneLabel";
  108. phoneLabel.Size = new System.Drawing.Size(41, 13);
  109. phoneLabel.TabIndex = 4;
  110. phoneLabel.Text = "Phone:";
  111. //
  112. // addressLabel
  113. //
  114. addressLabel.AutoSize = true;
  115. addressLabel.Location = new System.Drawing.Point(6, 99);
  116. addressLabel.Name = "addressLabel";
  117. addressLabel.Size = new System.Drawing.Size(48, 13);
  118. addressLabel.TabIndex = 6;
  119. addressLabel.Text = "Address:";
  120. //
  121. // groupBox4
  122. //
  123. this.groupBox4.Controls.Add(this.button8);
  124. this.groupBox4.Controls.Add(this.button7);
  125. this.groupBox4.Location = new System.Drawing.Point(10, 170);
  126. this.groupBox4.Name = "groupBox4";
  127. this.groupBox4.Size = new System.Drawing.Size(291, 54);
  128. this.groupBox4.TabIndex = 22;
  129. this.groupBox4.TabStop = false;
  130. this.groupBox4.Text = "Related forms";
  131. //
  132. // button8
  133. //
  134. this.button8.Location = new System.Drawing.Point(151, 19);
  135. this.button8.Name = "button8";
  136. this.button8.Size = new System.Drawing.Size(105, 23);
  137. this.button8.TabIndex = 1;
  138. this.button8.Text = "Order";
  139. this.button8.UseVisualStyleBackColor = true;
  140. this.button8.Click += new System.EventHandler(this.button8_Click);
  141. //
  142. // button7
  143. //
  144. this.button7.Location = new System.Drawing.Point(40, 19);
  145. this.button7.Name = "button7";
  146. this.button7.Size = new System.Drawing.Size(105, 23);
  147. this.button7.TabIndex = 0;
  148. this.button7.Text = "Back";
  149. this.button7.UseVisualStyleBackColor = true;
  150. this.button7.Click += new System.EventHandler(this.button7_Click);
  151. //
  152. // groupBox1
  153. //
  154. this.groupBox1.Controls.Add(addressLabel);
  155. this.groupBox1.Controls.Add(this.addressTextBox);
  156. this.groupBox1.Controls.Add(phoneLabel);
  157. this.groupBox1.Controls.Add(this.phoneTextBox);
  158. this.groupBox1.Controls.Add(pasportLabel);
  159. this.groupBox1.Controls.Add(this.pasportTextBox);
  160. this.groupBox1.Controls.Add(fIOLabel);
  161. this.groupBox1.Controls.Add(this.fIOTextBox);
  162. this.groupBox1.Location = new System.Drawing.Point(12, 34);
  163. this.groupBox1.Name = "groupBox1";
  164. this.groupBox1.Size = new System.Drawing.Size(289, 129);
  165. this.groupBox1.TabIndex = 19;
  166. this.groupBox1.TabStop = false;
  167. this.groupBox1.Text = "Data entry and editing";
  168. //
  169. // addressTextBox
  170. //
  171. this.addressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Address", true));
  172. this.addressTextBox.Location = new System.Drawing.Point(60, 96);
  173. this.addressTextBox.Name = "addressTextBox";
  174. this.addressTextBox.Size = new System.Drawing.Size(223, 20);
  175. this.addressTextBox.TabIndex = 7;
  176. //
  177. // clientBindingSource
  178. //
  179. this.clientBindingSource.DataMember = "Client";
  180. this.clientBindingSource.DataSource = this.avtodrive_02DataSet;
  181. //
  182. // avtodrive_02DataSet
  183. //
  184. this.avtodrive_02DataSet.DataSetName = "Avtodrive_02DataSet";
  185. this.avtodrive_02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  186. //
  187. // phoneTextBox
  188. //
  189. this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Phone", true));
  190. this.phoneTextBox.Location = new System.Drawing.Point(60, 70);
  191. this.phoneTextBox.Name = "phoneTextBox";
  192. this.phoneTextBox.Size = new System.Drawing.Size(223, 20);
  193. this.phoneTextBox.TabIndex = 5;
  194. //
  195. // pasportTextBox
  196. //
  197. this.pasportTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Pasport", true));
  198. this.pasportTextBox.Location = new System.Drawing.Point(60, 44);
  199. this.pasportTextBox.Name = "pasportTextBox";
  200. this.pasportTextBox.Size = new System.Drawing.Size(223, 20);
  201. this.pasportTextBox.TabIndex = 3;
  202. //
  203. // fIOTextBox
  204. //
  205. this.fIOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "FIO", true));
  206. this.fIOTextBox.Location = new System.Drawing.Point(60, 18);
  207. this.fIOTextBox.Name = "fIOTextBox";
  208. this.fIOTextBox.Size = new System.Drawing.Size(223, 20);
  209. this.fIOTextBox.TabIndex = 1;
  210. //
  211. // groupBox3
  212. //
  213. this.groupBox3.Controls.Add(this.button4);
  214. this.groupBox3.Controls.Add(this.button6);
  215. this.groupBox3.Controls.Add(this.button5);
  216. this.groupBox3.Controls.Add(this.button3);
  217. this.groupBox3.Controls.Add(this.button2);
  218. this.groupBox3.Controls.Add(this.button1);
  219. this.groupBox3.Location = new System.Drawing.Point(12, 230);
  220. this.groupBox3.Name = "groupBox3";
  221. this.groupBox3.Size = new System.Drawing.Size(951, 47);
  222. this.groupBox3.TabIndex = 21;
  223. this.groupBox3.TabStop = false;
  224. this.groupBox3.Text = "Data manipulation";
  225. //
  226. // button4
  227. //
  228. this.button4.Location = new System.Drawing.Point(491, 15);
  229. this.button4.Name = "button4";
  230. this.button4.Size = new System.Drawing.Size(30, 23);
  231. this.button4.TabIndex = 6;
  232. this.button4.Text = "х";
  233. this.button4.UseVisualStyleBackColor = true;
  234. this.button4.Click += new System.EventHandler(this.button4_Click);
  235. //
  236. // button6
  237. //
  238. this.button6.Location = new System.Drawing.Point(608, 15);
  239. this.button6.Name = "button6";
  240. this.button6.Size = new System.Drawing.Size(75, 23);
  241. this.button6.TabIndex = 5;
  242. this.button6.Text = ">>";
  243. this.button6.UseVisualStyleBackColor = true;
  244. this.button6.Click += new System.EventHandler(this.button6_Click);
  245. //
  246. // button5
  247. //
  248. this.button5.Location = new System.Drawing.Point(527, 15);
  249. this.button5.Name = "button5";
  250. this.button5.Size = new System.Drawing.Size(75, 23);
  251. this.button5.TabIndex = 4;
  252. this.button5.Text = ">";
  253. this.button5.UseVisualStyleBackColor = true;
  254. this.button5.Click += new System.EventHandler(this.button5_Click);
  255. //
  256. // button3
  257. //
  258. this.button3.Location = new System.Drawing.Point(463, 15);
  259. this.button3.Name = "button3";
  260. this.button3.Size = new System.Drawing.Size(30, 23);
  261. this.button3.TabIndex = 2;
  262. this.button3.Text = "+";
  263. this.button3.UseVisualStyleBackColor = true;
  264. this.button3.Click += new System.EventHandler(this.button3_Click);
  265. //
  266. // button2
  267. //
  268. this.button2.Location = new System.Drawing.Point(382, 15);
  269. this.button2.Name = "button2";
  270. this.button2.Size = new System.Drawing.Size(75, 23);
  271. this.button2.TabIndex = 1;
  272. this.button2.Text = "<";
  273. this.button2.UseVisualStyleBackColor = true;
  274. this.button2.Click += new System.EventHandler(this.button2_Click);
  275. //
  276. // button1
  277. //
  278. this.button1.Location = new System.Drawing.Point(301, 15);
  279. this.button1.Name = "button1";
  280. this.button1.Size = new System.Drawing.Size(75, 23);
  281. this.button1.TabIndex = 0;
  282. this.button1.Text = "<<";
  283. this.button1.UseVisualStyleBackColor = true;
  284. this.button1.Click += new System.EventHandler(this.button1_Click);
  285. //
  286. // groupBox2
  287. //
  288. this.groupBox2.Controls.Add(this.dataGridView1);
  289. this.groupBox2.Location = new System.Drawing.Point(307, 34);
  290. this.groupBox2.Name = "groupBox2";
  291. this.groupBox2.Size = new System.Drawing.Size(656, 190);
  292. this.groupBox2.TabIndex = 20;
  293. this.groupBox2.TabStop = false;
  294. this.groupBox2.Text = "Viewing data";
  295. //
  296. // dataGridView1
  297. //
  298. this.dataGridView1.AllowUserToAddRows = false;
  299. this.dataGridView1.AllowUserToDeleteRows = false;
  300. this.dataGridView1.AutoGenerateColumns = false;
  301. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  302. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  303. this.fIODataGridViewTextBoxColumn,
  304. this.pasportDataGridViewTextBoxColumn,
  305. this.phoneDataGridViewTextBoxColumn,
  306. this.addressDataGridViewTextBoxColumn});
  307. this.dataGridView1.DataSource = this.clientBindingSource;
  308. this.dataGridView1.Location = new System.Drawing.Point(6, 18);
  309. this.dataGridView1.Name = "dataGridView1";
  310. this.dataGridView1.ReadOnly = true;
  311. this.dataGridView1.Size = new System.Drawing.Size(644, 154);
  312. this.dataGridView1.TabIndex = 0;
  313. //
  314. // fIODataGridViewTextBoxColumn
  315. //
  316. this.fIODataGridViewTextBoxColumn.DataPropertyName = "FIO";
  317. this.fIODataGridViewTextBoxColumn.HeaderText = "FIO";
  318. this.fIODataGridViewTextBoxColumn.Name = "fIODataGridViewTextBoxColumn";
  319. this.fIODataGridViewTextBoxColumn.ReadOnly = true;
  320. this.fIODataGridViewTextBoxColumn.Width = 200;
  321. //
  322. // pasportDataGridViewTextBoxColumn
  323. //
  324. this.pasportDataGridViewTextBoxColumn.DataPropertyName = "Pasport";
  325. this.pasportDataGridViewTextBoxColumn.HeaderText = "Pasport";
  326. this.pasportDataGridViewTextBoxColumn.Name = "pasportDataGridViewTextBoxColumn";
  327. this.pasportDataGridViewTextBoxColumn.ReadOnly = true;
  328. //
  329. // phoneDataGridViewTextBoxColumn
  330. //
  331. this.phoneDataGridViewTextBoxColumn.DataPropertyName = "Phone";
  332. this.phoneDataGridViewTextBoxColumn.HeaderText = "Phone";
  333. this.phoneDataGridViewTextBoxColumn.Name = "phoneDataGridViewTextBoxColumn";
  334. this.phoneDataGridViewTextBoxColumn.ReadOnly = true;
  335. //
  336. // addressDataGridViewTextBoxColumn
  337. //
  338. this.addressDataGridViewTextBoxColumn.DataPropertyName = "Address";
  339. this.addressDataGridViewTextBoxColumn.HeaderText = "Address";
  340. this.addressDataGridViewTextBoxColumn.Name = "addressDataGridViewTextBoxColumn";
  341. this.addressDataGridViewTextBoxColumn.ReadOnly = true;
  342. this.addressDataGridViewTextBoxColumn.Width = 200;
  343. //
  344. // clientTableAdapter
  345. //
  346. this.clientTableAdapter.ClearBeforeFill = true;
  347. //
  348. // tableAdapterManager
  349. //
  350. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  351. this.tableAdapterManager.CarTableAdapter = null;
  352. this.tableAdapterManager.ClientTableAdapter = this.clientTableAdapter;
  353. this.tableAdapterManager.Order_TableAdapter = null;
  354. this.tableAdapterManager.UpdateOrder = Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  355. //
  356. // iDTextBox
  357. //
  358. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "ID", true));
  359. this.iDTextBox.Location = new System.Drawing.Point(42, 8);
  360. this.iDTextBox.Name = "iDTextBox";
  361. this.iDTextBox.Size = new System.Drawing.Size(56, 20);
  362. this.iDTextBox.TabIndex = 24;
  363. //
  364. // Client
  365. //
  366. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  367. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  368. this.ClientSize = new System.Drawing.Size(974, 287);
  369. this.Controls.Add(iDLabel);
  370. this.Controls.Add(this.iDTextBox);
  371. this.Controls.Add(this.groupBox4);
  372. this.Controls.Add(this.groupBox1);
  373. this.Controls.Add(this.groupBox3);
  374. this.Controls.Add(this.groupBox2);
  375. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  376. this.Name = "Client";
  377. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  378. this.Text = "Client";
  379. this.Load += new System.EventHandler(this.Client_Load);
  380. this.groupBox4.ResumeLayout(false);
  381. this.groupBox1.ResumeLayout(false);
  382. this.groupBox1.PerformLayout();
  383. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).EndInit();
  385. this.groupBox3.ResumeLayout(false);
  386. this.groupBox2.ResumeLayout(false);
  387. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  388. this.ResumeLayout(false);
  389. this.PerformLayout();
  390. }
  391. #endregion
  392. private System.Windows.Forms.GroupBox groupBox4;
  393. private System.Windows.Forms.Button button8;
  394. private System.Windows.Forms.Button button7;
  395. private System.Windows.Forms.GroupBox groupBox1;
  396. private System.Windows.Forms.GroupBox groupBox3;
  397. private System.Windows.Forms.Button button4;
  398. private System.Windows.Forms.Button button6;
  399. private System.Windows.Forms.Button button5;
  400. private System.Windows.Forms.Button button3;
  401. private System.Windows.Forms.Button button2;
  402. private System.Windows.Forms.Button button1;
  403. private System.Windows.Forms.GroupBox groupBox2;
  404. private System.Windows.Forms.DataGridView dataGridView1;
  405. private Avtodrive_02DataSet avtodrive_02DataSet;
  406. private System.Windows.Forms.BindingSource clientBindingSource;
  407. private Avtodrive_02DataSetTableAdapters.ClientTableAdapter clientTableAdapter;
  408. private Avtodrive_02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  409. private System.Windows.Forms.TextBox iDTextBox;
  410. private System.Windows.Forms.TextBox addressTextBox;
  411. private System.Windows.Forms.TextBox phoneTextBox;
  412. private System.Windows.Forms.TextBox pasportTextBox;
  413. private System.Windows.Forms.TextBox fIOTextBox;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn fIODataGridViewTextBoxColumn;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn pasportDataGridViewTextBoxColumn;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn phoneDataGridViewTextBoxColumn;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn addressDataGridViewTextBoxColumn;
  418. }
  419. }