FormAddEdit.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. namespace СУБД_Альфапол
  2. {
  3. partial class FormAddEdit
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.Label namepartnerLabel;
  30. System.Windows.Forms.Label surnameLabel;
  31. System.Windows.Forms.Label nameLabel;
  32. System.Windows.Forms.Label patronomycLabel;
  33. System.Windows.Forms.Label emailLabel;
  34. System.Windows.Forms.Label phoneLabel;
  35. System.Windows.Forms.Label ratingLabel;
  36. System.Windows.Forms.Label label2;
  37. System.Windows.Forms.Label label3;
  38. System.Windows.Forms.Label label4;
  39. System.Windows.Forms.Label label5;
  40. System.Windows.Forms.Label houseLabel;
  41. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddEdit));
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.lblIdPartner = new System.Windows.Forms.Label();
  44. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  45. this.lblTitleForm = new System.Windows.Forms.Label();
  46. this.alfafloorGDVDataSet1 = new СУБД_Альфапол.AlfafloorGDVDataSet();
  47. this.bsPartner = new System.Windows.Forms.BindingSource(this.components);
  48. this.partnerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.PartnerTableAdapter();
  49. this.tableAdapterManager = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.TableAdapterManager();
  50. this.cityTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.CityTableAdapter();
  51. this.postCodeTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.PostCodeTableAdapter();
  52. this.regionTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.RegionTableAdapter();
  53. this.streetTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.StreetTableAdapter();
  54. this.typePartnerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.TypePartnerTableAdapter();
  55. this.tbxNamepartner = new System.Windows.Forms.TextBox();
  56. this.tbxSurname = new System.Windows.Forms.TextBox();
  57. this.tbxName = new System.Windows.Forms.TextBox();
  58. this.tbxPatronomyc = new System.Windows.Forms.TextBox();
  59. this.tbxEmail = new System.Windows.Forms.TextBox();
  60. this.tbxPhone = new System.Windows.Forms.TextBox();
  61. this.tbxRating = new System.Windows.Forms.TextBox();
  62. this.btnSave = new System.Windows.Forms.Button();
  63. this.bntCancel = new System.Windows.Forms.Button();
  64. this.cmbTypePartner = new System.Windows.Forms.ComboBox();
  65. this.bsTypePartner = new System.Windows.Forms.BindingSource(this.components);
  66. this.label1 = new System.Windows.Forms.Label();
  67. this.bsRegion = new System.Windows.Forms.BindingSource(this.components);
  68. this.bsCity = new System.Windows.Forms.BindingSource(this.components);
  69. this.bsStreet = new System.Windows.Forms.BindingSource(this.components);
  70. this.bsPostCode = new System.Windows.Forms.BindingSource(this.components);
  71. this.cmbRegion = new System.Windows.Forms.ComboBox();
  72. this.cmbCity = new System.Windows.Forms.ComboBox();
  73. this.cmbStreet = new System.Windows.Forms.ComboBox();
  74. this.cmbPostCode = new System.Windows.Forms.ComboBox();
  75. this.tbxHouse = new System.Windows.Forms.TextBox();
  76. namepartnerLabel = new System.Windows.Forms.Label();
  77. surnameLabel = new System.Windows.Forms.Label();
  78. nameLabel = new System.Windows.Forms.Label();
  79. patronomycLabel = new System.Windows.Forms.Label();
  80. emailLabel = new System.Windows.Forms.Label();
  81. phoneLabel = new System.Windows.Forms.Label();
  82. ratingLabel = new System.Windows.Forms.Label();
  83. label2 = new System.Windows.Forms.Label();
  84. label3 = new System.Windows.Forms.Label();
  85. label4 = new System.Windows.Forms.Label();
  86. label5 = new System.Windows.Forms.Label();
  87. houseLabel = new System.Windows.Forms.Label();
  88. this.panel1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.bsPartner)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.bsTypePartner)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.bsRegion)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.bsCity)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.bsStreet)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.bsPostCode)).BeginInit();
  97. this.SuspendLayout();
  98. //
  99. // namepartnerLabel
  100. //
  101. namepartnerLabel.AutoSize = true;
  102. namepartnerLabel.Location = new System.Drawing.Point(20, 175);
  103. namepartnerLabel.Name = "namepartnerLabel";
  104. namepartnerLabel.Size = new System.Drawing.Size(98, 15);
  105. namepartnerLabel.TabIndex = 7;
  106. namepartnerLabel.Text = "Наименование:";
  107. //
  108. // surnameLabel
  109. //
  110. surnameLabel.AutoSize = true;
  111. surnameLabel.Location = new System.Drawing.Point(373, 172);
  112. surnameLabel.Name = "surnameLabel";
  113. surnameLabel.Size = new System.Drawing.Size(63, 15);
  114. surnameLabel.TabIndex = 8;
  115. surnameLabel.Text = "Фамилия:";
  116. //
  117. // nameLabel
  118. //
  119. nameLabel.AutoSize = true;
  120. nameLabel.Location = new System.Drawing.Point(401, 199);
  121. nameLabel.Name = "nameLabel";
  122. nameLabel.Size = new System.Drawing.Size(35, 15);
  123. nameLabel.TabIndex = 9;
  124. nameLabel.Text = "Имя:";
  125. //
  126. // patronomycLabel
  127. //
  128. patronomycLabel.AutoSize = true;
  129. patronomycLabel.Location = new System.Drawing.Point(366, 226);
  130. patronomycLabel.Name = "patronomycLabel";
  131. patronomycLabel.Size = new System.Drawing.Size(70, 15);
  132. patronomycLabel.TabIndex = 10;
  133. patronomycLabel.Text = "Отчество:";
  134. //
  135. // emailLabel
  136. //
  137. emailLabel.AutoSize = true;
  138. emailLabel.Location = new System.Drawing.Point(380, 312);
  139. emailLabel.Name = "emailLabel";
  140. emailLabel.Size = new System.Drawing.Size(56, 15);
  141. emailLabel.TabIndex = 11;
  142. emailLabel.Text = "E-mail:";
  143. //
  144. // phoneLabel
  145. //
  146. phoneLabel.AutoSize = true;
  147. phoneLabel.Location = new System.Drawing.Point(373, 288);
  148. phoneLabel.Name = "phoneLabel";
  149. phoneLabel.Size = new System.Drawing.Size(63, 15);
  150. phoneLabel.TabIndex = 12;
  151. phoneLabel.Text = "Телефон:";
  152. //
  153. // ratingLabel
  154. //
  155. ratingLabel.AutoSize = true;
  156. ratingLabel.Location = new System.Drawing.Point(55, 229);
  157. ratingLabel.Name = "ratingLabel";
  158. ratingLabel.Size = new System.Drawing.Size(63, 15);
  159. ratingLabel.TabIndex = 13;
  160. ratingLabel.Text = "Рейтинг:";
  161. //
  162. // label2
  163. //
  164. label2.AutoSize = true;
  165. label2.Location = new System.Drawing.Point(62, 259);
  166. label2.Name = "label2";
  167. label2.Size = new System.Drawing.Size(56, 15);
  168. label2.TabIndex = 25;
  169. label2.Text = "Регион:";
  170. //
  171. // label3
  172. //
  173. label3.AutoSize = true;
  174. label3.Location = new System.Drawing.Point(69, 288);
  175. label3.Name = "label3";
  176. label3.Size = new System.Drawing.Size(49, 15);
  177. label3.TabIndex = 26;
  178. label3.Text = "Город:";
  179. //
  180. // label4
  181. //
  182. label4.AutoSize = true;
  183. label4.Location = new System.Drawing.Point(69, 317);
  184. label4.Name = "label4";
  185. label4.Size = new System.Drawing.Size(49, 15);
  186. label4.TabIndex = 27;
  187. label4.Text = "Улица:";
  188. //
  189. // label5
  190. //
  191. label5.AutoSize = true;
  192. label5.Location = new System.Drawing.Point(-1, 346);
  193. label5.Name = "label5";
  194. label5.Size = new System.Drawing.Size(119, 15);
  195. label5.TabIndex = 28;
  196. label5.Text = "Почтовый индекс:";
  197. //
  198. // houseLabel
  199. //
  200. houseLabel.AutoSize = true;
  201. houseLabel.Location = new System.Drawing.Point(69, 375);
  202. houseLabel.Name = "houseLabel";
  203. houseLabel.Size = new System.Drawing.Size(35, 15);
  204. houseLabel.TabIndex = 28;
  205. houseLabel.Text = "Дом:";
  206. //
  207. // panel1
  208. //
  209. this.panel1.BackColor = System.Drawing.Color.LightGray;
  210. this.panel1.Controls.Add(this.lblIdPartner);
  211. this.panel1.Controls.Add(this.pictureBox1);
  212. this.panel1.Controls.Add(this.lblTitleForm);
  213. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  214. this.panel1.Location = new System.Drawing.Point(0, 0);
  215. this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  216. this.panel1.Name = "panel1";
  217. this.panel1.Size = new System.Drawing.Size(654, 132);
  218. this.panel1.TabIndex = 2;
  219. //
  220. // lblIdPartner
  221. //
  222. this.lblIdPartner.AutoSize = true;
  223. this.lblIdPartner.Location = new System.Drawing.Point(514, 102);
  224. this.lblIdPartner.Name = "lblIdPartner";
  225. this.lblIdPartner.Size = new System.Drawing.Size(91, 15);
  226. this.lblIdPartner.TabIndex = 2;
  227. this.lblIdPartner.Text = "lblIdPartner";
  228. //
  229. // pictureBox1
  230. //
  231. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  232. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  233. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  234. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  235. this.pictureBox1.Name = "pictureBox1";
  236. this.pictureBox1.Size = new System.Drawing.Size(140, 132);
  237. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  238. this.pictureBox1.TabIndex = 1;
  239. this.pictureBox1.TabStop = false;
  240. //
  241. // lblTitleForm
  242. //
  243. this.lblTitleForm.AutoSize = true;
  244. this.lblTitleForm.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  245. this.lblTitleForm.Location = new System.Drawing.Point(165, 51);
  246. this.lblTitleForm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  247. this.lblTitleForm.Name = "lblTitleForm";
  248. this.lblTitleForm.Size = new System.Drawing.Size(574, 31);
  249. this.lblTitleForm.TabIndex = 0;
  250. this.lblTitleForm.Text = "Редактирование/добавление партнеров";
  251. //
  252. // alfafloorGDVDataSet1
  253. //
  254. this.alfafloorGDVDataSet1.DataSetName = "AlfafloorGDVDataSet";
  255. this.alfafloorGDVDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  256. //
  257. // bsPartner
  258. //
  259. this.bsPartner.DataMember = "Partner";
  260. this.bsPartner.DataSource = this.alfafloorGDVDataSet1;
  261. //
  262. // partnerTableAdapter
  263. //
  264. this.partnerTableAdapter.ClearBeforeFill = true;
  265. //
  266. // tableAdapterManager
  267. //
  268. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  269. this.tableAdapterManager.CityTableAdapter = this.cityTableAdapter;
  270. this.tableAdapterManager.ManagerTableAdapter = null;
  271. this.tableAdapterManager.PartnerProductsTableAdapter = null;
  272. this.tableAdapterManager.PartnerTableAdapter = this.partnerTableAdapter;
  273. this.tableAdapterManager.PostCodeTableAdapter = this.postCodeTableAdapter;
  274. this.tableAdapterManager.ProductTableAdapter = null;
  275. this.tableAdapterManager.ProductTypeTableAdapter = null;
  276. this.tableAdapterManager.RegionTableAdapter = this.regionTableAdapter;
  277. this.tableAdapterManager.StreetTableAdapter = this.streetTableAdapter;
  278. this.tableAdapterManager.TypeMaterialTableAdapter = null;
  279. this.tableAdapterManager.TypePartnerTableAdapter = this.typePartnerTableAdapter;
  280. this.tableAdapterManager.UpdateOrder = СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  281. //
  282. // cityTableAdapter
  283. //
  284. this.cityTableAdapter.ClearBeforeFill = true;
  285. //
  286. // postCodeTableAdapter
  287. //
  288. this.postCodeTableAdapter.ClearBeforeFill = true;
  289. //
  290. // regionTableAdapter
  291. //
  292. this.regionTableAdapter.ClearBeforeFill = true;
  293. //
  294. // streetTableAdapter
  295. //
  296. this.streetTableAdapter.ClearBeforeFill = true;
  297. //
  298. // typePartnerTableAdapter
  299. //
  300. this.typePartnerTableAdapter.ClearBeforeFill = true;
  301. //
  302. // tbxNamepartner
  303. //
  304. this.tbxNamepartner.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Namepartner", true));
  305. this.tbxNamepartner.Location = new System.Drawing.Point(124, 175);
  306. this.tbxNamepartner.Name = "tbxNamepartner";
  307. this.tbxNamepartner.Size = new System.Drawing.Size(163, 21);
  308. this.tbxNamepartner.TabIndex = 1;
  309. //
  310. // tbxSurname
  311. //
  312. this.tbxSurname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Surname", true));
  313. this.tbxSurname.Location = new System.Drawing.Point(442, 169);
  314. this.tbxSurname.Name = "tbxSurname";
  315. this.tbxSurname.Size = new System.Drawing.Size(163, 21);
  316. this.tbxSurname.TabIndex = 9;
  317. //
  318. // tbxName
  319. //
  320. this.tbxName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Name", true));
  321. this.tbxName.Location = new System.Drawing.Point(442, 196);
  322. this.tbxName.Name = "tbxName";
  323. this.tbxName.Size = new System.Drawing.Size(163, 21);
  324. this.tbxName.TabIndex = 10;
  325. //
  326. // tbxPatronomyc
  327. //
  328. this.tbxPatronomyc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Patronomyc", true));
  329. this.tbxPatronomyc.Location = new System.Drawing.Point(442, 223);
  330. this.tbxPatronomyc.Name = "tbxPatronomyc";
  331. this.tbxPatronomyc.Size = new System.Drawing.Size(163, 21);
  332. this.tbxPatronomyc.TabIndex = 11;
  333. //
  334. // tbxEmail
  335. //
  336. this.tbxEmail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Email", true));
  337. this.tbxEmail.Location = new System.Drawing.Point(442, 309);
  338. this.tbxEmail.Name = "tbxEmail";
  339. this.tbxEmail.Size = new System.Drawing.Size(163, 21);
  340. this.tbxEmail.TabIndex = 13;
  341. //
  342. // tbxPhone
  343. //
  344. this.tbxPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Phone", true));
  345. this.tbxPhone.Location = new System.Drawing.Point(442, 282);
  346. this.tbxPhone.Name = "tbxPhone";
  347. this.tbxPhone.Size = new System.Drawing.Size(163, 21);
  348. this.tbxPhone.TabIndex = 12;
  349. //
  350. // tbxRating
  351. //
  352. this.tbxRating.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Rating", true));
  353. this.tbxRating.Location = new System.Drawing.Point(124, 229);
  354. this.tbxRating.Name = "tbxRating";
  355. this.tbxRating.Size = new System.Drawing.Size(163, 21);
  356. this.tbxRating.TabIndex = 3;
  357. this.tbxRating.Validating += new System.ComponentModel.CancelEventHandler(this.tbxRating_Validating);
  358. //
  359. // btnSave
  360. //
  361. this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  362. this.btnSave.ForeColor = System.Drawing.Color.GhostWhite;
  363. this.btnSave.Location = new System.Drawing.Point(12, 415);
  364. this.btnSave.Name = "btnSave";
  365. this.btnSave.Size = new System.Drawing.Size(163, 36);
  366. this.btnSave.TabIndex = 14;
  367. this.btnSave.Text = "Сохранить";
  368. this.btnSave.UseVisualStyleBackColor = false;
  369. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  370. //
  371. // bntCancel
  372. //
  373. this.bntCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  374. this.bntCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  375. this.bntCancel.ForeColor = System.Drawing.Color.GhostWhite;
  376. this.bntCancel.Location = new System.Drawing.Point(471, 415);
  377. this.bntCancel.Name = "bntCancel";
  378. this.bntCancel.Size = new System.Drawing.Size(163, 36);
  379. this.bntCancel.TabIndex = 15;
  380. this.bntCancel.Text = "Отменить";
  381. this.bntCancel.UseVisualStyleBackColor = false;
  382. //
  383. // cmbTypePartner
  384. //
  385. this.cmbTypePartner.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDTypePartner", true));
  386. this.cmbTypePartner.DataSource = this.bsTypePartner;
  387. this.cmbTypePartner.DisplayMember = "TypePartner";
  388. this.cmbTypePartner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  389. this.cmbTypePartner.FormattingEnabled = true;
  390. this.cmbTypePartner.Location = new System.Drawing.Point(124, 202);
  391. this.cmbTypePartner.Name = "cmbTypePartner";
  392. this.cmbTypePartner.Size = new System.Drawing.Size(163, 23);
  393. this.cmbTypePartner.TabIndex = 2;
  394. this.cmbTypePartner.ValueMember = "IDTypePartner";
  395. //
  396. // bsTypePartner
  397. //
  398. this.bsTypePartner.DataMember = "TypePartner";
  399. this.bsTypePartner.DataSource = this.alfafloorGDVDataSet1;
  400. //
  401. // label1
  402. //
  403. this.label1.AutoSize = true;
  404. this.label1.Location = new System.Drawing.Point(20, 205);
  405. this.label1.Name = "label1";
  406. this.label1.Size = new System.Drawing.Size(98, 15);
  407. this.label1.TabIndex = 20;
  408. this.label1.Text = "Тип партнера:";
  409. //
  410. // bsRegion
  411. //
  412. this.bsRegion.DataMember = "Region";
  413. this.bsRegion.DataSource = this.alfafloorGDVDataSet1;
  414. //
  415. // bsCity
  416. //
  417. this.bsCity.DataMember = "City";
  418. this.bsCity.DataSource = this.alfafloorGDVDataSet1;
  419. //
  420. // bsStreet
  421. //
  422. this.bsStreet.DataMember = "Street";
  423. this.bsStreet.DataSource = this.alfafloorGDVDataSet1;
  424. //
  425. // bsPostCode
  426. //
  427. this.bsPostCode.DataMember = "PostCode";
  428. this.bsPostCode.DataSource = this.alfafloorGDVDataSet1;
  429. //
  430. // cmbRegion
  431. //
  432. this.cmbRegion.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDRegion", true));
  433. this.cmbRegion.DataSource = this.bsRegion;
  434. this.cmbRegion.DisplayMember = "Region";
  435. this.cmbRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  436. this.cmbRegion.FormattingEnabled = true;
  437. this.cmbRegion.Location = new System.Drawing.Point(124, 256);
  438. this.cmbRegion.Name = "cmbRegion";
  439. this.cmbRegion.Size = new System.Drawing.Size(163, 23);
  440. this.cmbRegion.TabIndex = 4;
  441. this.cmbRegion.ValueMember = "IDRegion";
  442. //
  443. // cmbCity
  444. //
  445. this.cmbCity.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDCity", true));
  446. this.cmbCity.DataSource = this.bsCity;
  447. this.cmbCity.DisplayMember = "City";
  448. this.cmbCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  449. this.cmbCity.FormattingEnabled = true;
  450. this.cmbCity.Location = new System.Drawing.Point(124, 285);
  451. this.cmbCity.Name = "cmbCity";
  452. this.cmbCity.Size = new System.Drawing.Size(163, 23);
  453. this.cmbCity.TabIndex = 5;
  454. this.cmbCity.ValueMember = "IDCity";
  455. //
  456. // cmbStreet
  457. //
  458. this.cmbStreet.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDStreet", true));
  459. this.cmbStreet.DataSource = this.bsStreet;
  460. this.cmbStreet.DisplayMember = "Street";
  461. this.cmbStreet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  462. this.cmbStreet.FormattingEnabled = true;
  463. this.cmbStreet.Location = new System.Drawing.Point(124, 314);
  464. this.cmbStreet.Name = "cmbStreet";
  465. this.cmbStreet.Size = new System.Drawing.Size(163, 23);
  466. this.cmbStreet.TabIndex = 6;
  467. this.cmbStreet.ValueMember = "IDStreet";
  468. //
  469. // cmbPostCode
  470. //
  471. this.cmbPostCode.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDPostCode", true));
  472. this.cmbPostCode.DataSource = this.bsPostCode;
  473. this.cmbPostCode.DisplayMember = "PostCode";
  474. this.cmbPostCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  475. this.cmbPostCode.FormattingEnabled = true;
  476. this.cmbPostCode.Location = new System.Drawing.Point(124, 343);
  477. this.cmbPostCode.Name = "cmbPostCode";
  478. this.cmbPostCode.Size = new System.Drawing.Size(163, 23);
  479. this.cmbPostCode.TabIndex = 7;
  480. this.cmbPostCode.ValueMember = "IDPostCode";
  481. //
  482. // tbxHouse
  483. //
  484. this.tbxHouse.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "House", true));
  485. this.tbxHouse.Location = new System.Drawing.Point(124, 372);
  486. this.tbxHouse.Name = "tbxHouse";
  487. this.tbxHouse.Size = new System.Drawing.Size(163, 21);
  488. this.tbxHouse.TabIndex = 8;
  489. //
  490. // FormAddEdit
  491. //
  492. this.AcceptButton = this.btnSave;
  493. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  494. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  495. this.BackColor = System.Drawing.Color.White;
  496. this.CancelButton = this.bntCancel;
  497. this.ClientSize = new System.Drawing.Size(654, 471);
  498. this.Controls.Add(houseLabel);
  499. this.Controls.Add(this.tbxHouse);
  500. this.Controls.Add(label5);
  501. this.Controls.Add(label4);
  502. this.Controls.Add(label3);
  503. this.Controls.Add(label2);
  504. this.Controls.Add(this.cmbPostCode);
  505. this.Controls.Add(this.cmbStreet);
  506. this.Controls.Add(this.cmbCity);
  507. this.Controls.Add(this.cmbRegion);
  508. this.Controls.Add(this.label1);
  509. this.Controls.Add(this.cmbTypePartner);
  510. this.Controls.Add(this.bntCancel);
  511. this.Controls.Add(this.btnSave);
  512. this.Controls.Add(ratingLabel);
  513. this.Controls.Add(this.tbxRating);
  514. this.Controls.Add(phoneLabel);
  515. this.Controls.Add(this.tbxPhone);
  516. this.Controls.Add(emailLabel);
  517. this.Controls.Add(this.tbxEmail);
  518. this.Controls.Add(patronomycLabel);
  519. this.Controls.Add(this.tbxPatronomyc);
  520. this.Controls.Add(nameLabel);
  521. this.Controls.Add(this.tbxName);
  522. this.Controls.Add(surnameLabel);
  523. this.Controls.Add(this.tbxSurname);
  524. this.Controls.Add(namepartnerLabel);
  525. this.Controls.Add(this.tbxNamepartner);
  526. this.Controls.Add(this.panel1);
  527. this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  528. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  529. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  530. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  531. this.Name = "FormAddEdit";
  532. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  533. this.Text = "OOO \"Альфапол\"";
  534. this.Load += new System.EventHandler(this.FormAddEdit_Load);
  535. this.panel1.ResumeLayout(false);
  536. this.panel1.PerformLayout();
  537. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  538. ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.bsPartner)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.bsTypePartner)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.bsRegion)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.bsCity)).EndInit();
  543. ((System.ComponentModel.ISupportInitialize)(this.bsStreet)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.bsPostCode)).EndInit();
  545. this.ResumeLayout(false);
  546. this.PerformLayout();
  547. }
  548. #endregion
  549. private System.Windows.Forms.Panel panel1;
  550. private System.Windows.Forms.PictureBox pictureBox1;
  551. public System.Windows.Forms.Label lblTitleForm;
  552. private AlfafloorGDVDataSet alfafloorGDVDataSet1;
  553. private AlfafloorGDVDataSetTableAdapters.PartnerTableAdapter partnerTableAdapter;
  554. private AlfafloorGDVDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  555. private System.Windows.Forms.TextBox tbxNamepartner;
  556. private System.Windows.Forms.TextBox tbxSurname;
  557. private System.Windows.Forms.TextBox tbxName;
  558. private System.Windows.Forms.TextBox tbxPatronomyc;
  559. private System.Windows.Forms.TextBox tbxEmail;
  560. private System.Windows.Forms.TextBox tbxPhone;
  561. private System.Windows.Forms.TextBox tbxRating;
  562. public System.Windows.Forms.Label lblIdPartner;
  563. private System.Windows.Forms.Button btnSave;
  564. private System.Windows.Forms.Button bntCancel;
  565. public System.Windows.Forms.BindingSource bsPartner;
  566. private System.Windows.Forms.ComboBox cmbTypePartner;
  567. private System.Windows.Forms.Label label1;
  568. private AlfafloorGDVDataSetTableAdapters.TypePartnerTableAdapter typePartnerTableAdapter;
  569. private System.Windows.Forms.BindingSource bsTypePartner;
  570. private AlfafloorGDVDataSetTableAdapters.RegionTableAdapter regionTableAdapter;
  571. private System.Windows.Forms.BindingSource bsRegion;
  572. private System.Windows.Forms.BindingSource bsCity;
  573. private System.Windows.Forms.BindingSource bsStreet;
  574. private System.Windows.Forms.BindingSource bsPostCode;
  575. private AlfafloorGDVDataSetTableAdapters.CityTableAdapter cityTableAdapter;
  576. private AlfafloorGDVDataSetTableAdapters.StreetTableAdapter streetTableAdapter;
  577. private AlfafloorGDVDataSetTableAdapters.PostCodeTableAdapter postCodeTableAdapter;
  578. private System.Windows.Forms.ComboBox cmbRegion;
  579. private System.Windows.Forms.ComboBox cmbCity;
  580. private System.Windows.Forms.ComboBox cmbStreet;
  581. private System.Windows.Forms.ComboBox cmbPostCode;
  582. private System.Windows.Forms.TextBox tbxHouse;
  583. }
  584. }