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