123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590 |
- namespace СУБД_Альфапол
- {
- partial class FormAddEdit
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.Label namepartnerLabel;
- System.Windows.Forms.Label surnameLabel;
- System.Windows.Forms.Label nameLabel;
- System.Windows.Forms.Label patronomycLabel;
- System.Windows.Forms.Label emailLabel;
- System.Windows.Forms.Label phoneLabel;
- System.Windows.Forms.Label ratingLabel;
- System.Windows.Forms.Label label2;
- System.Windows.Forms.Label label3;
- System.Windows.Forms.Label label4;
- System.Windows.Forms.Label label5;
- System.Windows.Forms.Label houseLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddEdit));
- this.panel1 = new System.Windows.Forms.Panel();
- this.lblIdPartner = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.lblTitleForm = new System.Windows.Forms.Label();
- this.alfafloorGDVDataSet1 = new СУБД_Альфапол.AlfafloorGDVDataSet();
- this.bsPartner = new System.Windows.Forms.BindingSource(this.components);
- this.partnerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.PartnerTableAdapter();
- this.tableAdapterManager = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.TableAdapterManager();
- this.cityTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.CityTableAdapter();
- this.postCodeTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.PostCodeTableAdapter();
- this.regionTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.RegionTableAdapter();
- this.streetTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.StreetTableAdapter();
- this.typePartnerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.TypePartnerTableAdapter();
- this.tbxNamepartner = new System.Windows.Forms.TextBox();
- this.tbxSurname = new System.Windows.Forms.TextBox();
- this.tbxName = new System.Windows.Forms.TextBox();
- this.tbxPatronomyc = new System.Windows.Forms.TextBox();
- this.tbxEmail = new System.Windows.Forms.TextBox();
- this.tbxPhone = new System.Windows.Forms.TextBox();
- this.tbxRating = new System.Windows.Forms.TextBox();
- this.btnSave = new System.Windows.Forms.Button();
- this.bntCancel = new System.Windows.Forms.Button();
- this.cmbTypePartner = new System.Windows.Forms.ComboBox();
- this.bsTypePartner = new System.Windows.Forms.BindingSource(this.components);
- this.label1 = new System.Windows.Forms.Label();
- this.bsRegion = new System.Windows.Forms.BindingSource(this.components);
- this.bsCity = new System.Windows.Forms.BindingSource(this.components);
- this.bsStreet = new System.Windows.Forms.BindingSource(this.components);
- this.bsPostCode = new System.Windows.Forms.BindingSource(this.components);
- this.cmbRegion = new System.Windows.Forms.ComboBox();
- this.cmbCity = new System.Windows.Forms.ComboBox();
- this.cmbStreet = new System.Windows.Forms.ComboBox();
- this.cmbPostCode = new System.Windows.Forms.ComboBox();
- this.tbxHouse = new System.Windows.Forms.TextBox();
- namepartnerLabel = new System.Windows.Forms.Label();
- surnameLabel = new System.Windows.Forms.Label();
- nameLabel = new System.Windows.Forms.Label();
- patronomycLabel = new System.Windows.Forms.Label();
- emailLabel = new System.Windows.Forms.Label();
- phoneLabel = new System.Windows.Forms.Label();
- ratingLabel = new System.Windows.Forms.Label();
- label2 = new System.Windows.Forms.Label();
- label3 = new System.Windows.Forms.Label();
- label4 = new System.Windows.Forms.Label();
- label5 = new System.Windows.Forms.Label();
- houseLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPartner)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsTypePartner)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsRegion)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsCity)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsStreet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPostCode)).BeginInit();
- this.SuspendLayout();
- //
- // namepartnerLabel
- //
- namepartnerLabel.AutoSize = true;
- namepartnerLabel.Location = new System.Drawing.Point(20, 175);
- namepartnerLabel.Name = "namepartnerLabel";
- namepartnerLabel.Size = new System.Drawing.Size(98, 15);
- namepartnerLabel.TabIndex = 7;
- namepartnerLabel.Text = "Наименование:";
- //
- // surnameLabel
- //
- surnameLabel.AutoSize = true;
- surnameLabel.Location = new System.Drawing.Point(373, 172);
- surnameLabel.Name = "surnameLabel";
- surnameLabel.Size = new System.Drawing.Size(63, 15);
- surnameLabel.TabIndex = 8;
- surnameLabel.Text = "Фамилия:";
- //
- // nameLabel
- //
- nameLabel.AutoSize = true;
- nameLabel.Location = new System.Drawing.Point(401, 199);
- nameLabel.Name = "nameLabel";
- nameLabel.Size = new System.Drawing.Size(35, 15);
- nameLabel.TabIndex = 9;
- nameLabel.Text = "Имя:";
- //
- // patronomycLabel
- //
- patronomycLabel.AutoSize = true;
- patronomycLabel.Location = new System.Drawing.Point(366, 226);
- patronomycLabel.Name = "patronomycLabel";
- patronomycLabel.Size = new System.Drawing.Size(70, 15);
- patronomycLabel.TabIndex = 10;
- patronomycLabel.Text = "Отчество:";
- //
- // emailLabel
- //
- emailLabel.AutoSize = true;
- emailLabel.Location = new System.Drawing.Point(380, 312);
- emailLabel.Name = "emailLabel";
- emailLabel.Size = new System.Drawing.Size(56, 15);
- emailLabel.TabIndex = 11;
- emailLabel.Text = "E-mail:";
- //
- // phoneLabel
- //
- phoneLabel.AutoSize = true;
- phoneLabel.Location = new System.Drawing.Point(373, 288);
- phoneLabel.Name = "phoneLabel";
- phoneLabel.Size = new System.Drawing.Size(63, 15);
- phoneLabel.TabIndex = 12;
- phoneLabel.Text = "Телефон:";
- //
- // ratingLabel
- //
- ratingLabel.AutoSize = true;
- ratingLabel.Location = new System.Drawing.Point(55, 229);
- ratingLabel.Name = "ratingLabel";
- ratingLabel.Size = new System.Drawing.Size(63, 15);
- ratingLabel.TabIndex = 13;
- ratingLabel.Text = "Рейтинг:";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new System.Drawing.Point(62, 259);
- label2.Name = "label2";
- label2.Size = new System.Drawing.Size(56, 15);
- label2.TabIndex = 25;
- label2.Text = "Регион:";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new System.Drawing.Point(69, 288);
- label3.Name = "label3";
- label3.Size = new System.Drawing.Size(49, 15);
- label3.TabIndex = 26;
- label3.Text = "Город:";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Location = new System.Drawing.Point(69, 317);
- label4.Name = "label4";
- label4.Size = new System.Drawing.Size(49, 15);
- label4.TabIndex = 27;
- label4.Text = "Улица:";
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Location = new System.Drawing.Point(-1, 346);
- label5.Name = "label5";
- label5.Size = new System.Drawing.Size(119, 15);
- label5.TabIndex = 28;
- label5.Text = "Почтовый индекс:";
- //
- // houseLabel
- //
- houseLabel.AutoSize = true;
- houseLabel.Location = new System.Drawing.Point(69, 375);
- houseLabel.Name = "houseLabel";
- houseLabel.Size = new System.Drawing.Size(35, 15);
- houseLabel.TabIndex = 28;
- houseLabel.Text = "Дом:";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- this.panel1.Controls.Add(this.lblIdPartner);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.lblTitleForm);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(654, 132);
- this.panel1.TabIndex = 2;
- //
- // lblIdPartner
- //
- this.lblIdPartner.AutoSize = true;
- this.lblIdPartner.Location = new System.Drawing.Point(514, 102);
- this.lblIdPartner.Name = "lblIdPartner";
- this.lblIdPartner.Size = new System.Drawing.Size(91, 15);
- this.lblIdPartner.TabIndex = 2;
- this.lblIdPartner.Text = "lblIdPartner";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(140, 132);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // lblTitleForm
- //
- this.lblTitleForm.AutoSize = true;
- this.lblTitleForm.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblTitleForm.Location = new System.Drawing.Point(165, 51);
- this.lblTitleForm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblTitleForm.Name = "lblTitleForm";
- this.lblTitleForm.Size = new System.Drawing.Size(574, 31);
- this.lblTitleForm.TabIndex = 0;
- this.lblTitleForm.Text = "Редактирование/добавление партнеров";
- //
- // alfafloorGDVDataSet1
- //
- this.alfafloorGDVDataSet1.DataSetName = "AlfafloorGDVDataSet";
- this.alfafloorGDVDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bsPartner
- //
- this.bsPartner.DataMember = "Partner";
- this.bsPartner.DataSource = this.alfafloorGDVDataSet1;
- //
- // partnerTableAdapter
- //
- this.partnerTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CityTableAdapter = this.cityTableAdapter;
- this.tableAdapterManager.ManagerTableAdapter = null;
- this.tableAdapterManager.PartnerProductsTableAdapter = null;
- this.tableAdapterManager.PartnerTableAdapter = this.partnerTableAdapter;
- this.tableAdapterManager.PostCodeTableAdapter = this.postCodeTableAdapter;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.ProductTypeTableAdapter = null;
- this.tableAdapterManager.RegionTableAdapter = this.regionTableAdapter;
- this.tableAdapterManager.StreetTableAdapter = this.streetTableAdapter;
- this.tableAdapterManager.TypeMaterialTableAdapter = null;
- this.tableAdapterManager.TypePartnerTableAdapter = this.typePartnerTableAdapter;
- this.tableAdapterManager.UpdateOrder = СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // cityTableAdapter
- //
- this.cityTableAdapter.ClearBeforeFill = true;
- //
- // postCodeTableAdapter
- //
- this.postCodeTableAdapter.ClearBeforeFill = true;
- //
- // regionTableAdapter
- //
- this.regionTableAdapter.ClearBeforeFill = true;
- //
- // streetTableAdapter
- //
- this.streetTableAdapter.ClearBeforeFill = true;
- //
- // typePartnerTableAdapter
- //
- this.typePartnerTableAdapter.ClearBeforeFill = true;
- //
- // tbxNamepartner
- //
- this.tbxNamepartner.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Namepartner", true));
- this.tbxNamepartner.Location = new System.Drawing.Point(124, 175);
- this.tbxNamepartner.Name = "tbxNamepartner";
- this.tbxNamepartner.Size = new System.Drawing.Size(163, 21);
- this.tbxNamepartner.TabIndex = 1;
- //
- // tbxSurname
- //
- this.tbxSurname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Surname", true));
- this.tbxSurname.Location = new System.Drawing.Point(442, 169);
- this.tbxSurname.Name = "tbxSurname";
- this.tbxSurname.Size = new System.Drawing.Size(163, 21);
- this.tbxSurname.TabIndex = 9;
- //
- // tbxName
- //
- this.tbxName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Name", true));
- this.tbxName.Location = new System.Drawing.Point(442, 196);
- this.tbxName.Name = "tbxName";
- this.tbxName.Size = new System.Drawing.Size(163, 21);
- this.tbxName.TabIndex = 10;
- //
- // tbxPatronomyc
- //
- this.tbxPatronomyc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Patronomyc", true));
- this.tbxPatronomyc.Location = new System.Drawing.Point(442, 223);
- this.tbxPatronomyc.Name = "tbxPatronomyc";
- this.tbxPatronomyc.Size = new System.Drawing.Size(163, 21);
- this.tbxPatronomyc.TabIndex = 11;
- //
- // tbxEmail
- //
- this.tbxEmail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Email", true));
- this.tbxEmail.Location = new System.Drawing.Point(442, 309);
- this.tbxEmail.Name = "tbxEmail";
- this.tbxEmail.Size = new System.Drawing.Size(163, 21);
- this.tbxEmail.TabIndex = 13;
- //
- // tbxPhone
- //
- this.tbxPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Phone", true));
- this.tbxPhone.Location = new System.Drawing.Point(442, 282);
- this.tbxPhone.Name = "tbxPhone";
- this.tbxPhone.Size = new System.Drawing.Size(163, 21);
- this.tbxPhone.TabIndex = 12;
- //
- // tbxRating
- //
- this.tbxRating.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "Rating", true));
- this.tbxRating.Location = new System.Drawing.Point(124, 229);
- this.tbxRating.Name = "tbxRating";
- this.tbxRating.Size = new System.Drawing.Size(163, 21);
- this.tbxRating.TabIndex = 3;
- this.tbxRating.Validating += new System.ComponentModel.CancelEventHandler(this.tbxRating_Validating);
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
- this.btnSave.ForeColor = System.Drawing.Color.GhostWhite;
- this.btnSave.Location = new System.Drawing.Point(12, 415);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(163, 36);
- this.btnSave.TabIndex = 14;
- this.btnSave.Text = "Сохранить";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // bntCancel
- //
- this.bntCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
- this.bntCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.bntCancel.ForeColor = System.Drawing.Color.GhostWhite;
- this.bntCancel.Location = new System.Drawing.Point(471, 415);
- this.bntCancel.Name = "bntCancel";
- this.bntCancel.Size = new System.Drawing.Size(163, 36);
- this.bntCancel.TabIndex = 15;
- this.bntCancel.Text = "Отменить";
- this.bntCancel.UseVisualStyleBackColor = false;
- //
- // cmbTypePartner
- //
- this.cmbTypePartner.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDTypePartner", true));
- this.cmbTypePartner.DataSource = this.bsTypePartner;
- this.cmbTypePartner.DisplayMember = "TypePartner";
- this.cmbTypePartner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbTypePartner.FormattingEnabled = true;
- this.cmbTypePartner.Location = new System.Drawing.Point(124, 202);
- this.cmbTypePartner.Name = "cmbTypePartner";
- this.cmbTypePartner.Size = new System.Drawing.Size(163, 23);
- this.cmbTypePartner.TabIndex = 2;
- this.cmbTypePartner.ValueMember = "IDTypePartner";
- //
- // bsTypePartner
- //
- this.bsTypePartner.DataMember = "TypePartner";
- this.bsTypePartner.DataSource = this.alfafloorGDVDataSet1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(20, 205);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(98, 15);
- this.label1.TabIndex = 20;
- this.label1.Text = "Тип партнера:";
- //
- // bsRegion
- //
- this.bsRegion.DataMember = "Region";
- this.bsRegion.DataSource = this.alfafloorGDVDataSet1;
- //
- // bsCity
- //
- this.bsCity.DataMember = "City";
- this.bsCity.DataSource = this.alfafloorGDVDataSet1;
- //
- // bsStreet
- //
- this.bsStreet.DataMember = "Street";
- this.bsStreet.DataSource = this.alfafloorGDVDataSet1;
- //
- // bsPostCode
- //
- this.bsPostCode.DataMember = "PostCode";
- this.bsPostCode.DataSource = this.alfafloorGDVDataSet1;
- //
- // cmbRegion
- //
- this.cmbRegion.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDRegion", true));
- this.cmbRegion.DataSource = this.bsRegion;
- this.cmbRegion.DisplayMember = "Region";
- this.cmbRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbRegion.FormattingEnabled = true;
- this.cmbRegion.Location = new System.Drawing.Point(124, 256);
- this.cmbRegion.Name = "cmbRegion";
- this.cmbRegion.Size = new System.Drawing.Size(163, 23);
- this.cmbRegion.TabIndex = 4;
- this.cmbRegion.ValueMember = "IDRegion";
- //
- // cmbCity
- //
- this.cmbCity.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDCity", true));
- this.cmbCity.DataSource = this.bsCity;
- this.cmbCity.DisplayMember = "City";
- this.cmbCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbCity.FormattingEnabled = true;
- this.cmbCity.Location = new System.Drawing.Point(124, 285);
- this.cmbCity.Name = "cmbCity";
- this.cmbCity.Size = new System.Drawing.Size(163, 23);
- this.cmbCity.TabIndex = 5;
- this.cmbCity.ValueMember = "IDCity";
- //
- // cmbStreet
- //
- this.cmbStreet.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDStreet", true));
- this.cmbStreet.DataSource = this.bsStreet;
- this.cmbStreet.DisplayMember = "Street";
- this.cmbStreet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbStreet.FormattingEnabled = true;
- this.cmbStreet.Location = new System.Drawing.Point(124, 314);
- this.cmbStreet.Name = "cmbStreet";
- this.cmbStreet.Size = new System.Drawing.Size(163, 23);
- this.cmbStreet.TabIndex = 6;
- this.cmbStreet.ValueMember = "IDStreet";
- //
- // cmbPostCode
- //
- this.cmbPostCode.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsPartner, "IDPostCode", true));
- this.cmbPostCode.DataSource = this.bsPostCode;
- this.cmbPostCode.DisplayMember = "PostCode";
- this.cmbPostCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbPostCode.FormattingEnabled = true;
- this.cmbPostCode.Location = new System.Drawing.Point(124, 343);
- this.cmbPostCode.Name = "cmbPostCode";
- this.cmbPostCode.Size = new System.Drawing.Size(163, 23);
- this.cmbPostCode.TabIndex = 7;
- this.cmbPostCode.ValueMember = "IDPostCode";
- //
- // tbxHouse
- //
- this.tbxHouse.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPartner, "House", true));
- this.tbxHouse.Location = new System.Drawing.Point(124, 372);
- this.tbxHouse.Name = "tbxHouse";
- this.tbxHouse.Size = new System.Drawing.Size(163, 21);
- this.tbxHouse.TabIndex = 8;
- //
- // FormAddEdit
- //
- this.AcceptButton = this.btnSave;
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.CancelButton = this.bntCancel;
- this.ClientSize = new System.Drawing.Size(654, 471);
- this.Controls.Add(houseLabel);
- this.Controls.Add(this.tbxHouse);
- this.Controls.Add(label5);
- this.Controls.Add(label4);
- this.Controls.Add(label3);
- this.Controls.Add(label2);
- this.Controls.Add(this.cmbPostCode);
- this.Controls.Add(this.cmbStreet);
- this.Controls.Add(this.cmbCity);
- this.Controls.Add(this.cmbRegion);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.cmbTypePartner);
- this.Controls.Add(this.bntCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(ratingLabel);
- this.Controls.Add(this.tbxRating);
- this.Controls.Add(phoneLabel);
- this.Controls.Add(this.tbxPhone);
- this.Controls.Add(emailLabel);
- this.Controls.Add(this.tbxEmail);
- this.Controls.Add(patronomycLabel);
- this.Controls.Add(this.tbxPatronomyc);
- this.Controls.Add(nameLabel);
- this.Controls.Add(this.tbxName);
- this.Controls.Add(surnameLabel);
- this.Controls.Add(this.tbxSurname);
- this.Controls.Add(namepartnerLabel);
- this.Controls.Add(this.tbxNamepartner);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.Name = "FormAddEdit";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "OOO \"Альфапол\"";
- this.Load += new System.EventHandler(this.FormAddEdit_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPartner)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsTypePartner)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsRegion)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsCity)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsStreet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPostCode)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- public System.Windows.Forms.Label lblTitleForm;
- private AlfafloorGDVDataSet alfafloorGDVDataSet1;
- private AlfafloorGDVDataSetTableAdapters.PartnerTableAdapter partnerTableAdapter;
- private AlfafloorGDVDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox tbxNamepartner;
- private System.Windows.Forms.TextBox tbxSurname;
- private System.Windows.Forms.TextBox tbxName;
- private System.Windows.Forms.TextBox tbxPatronomyc;
- private System.Windows.Forms.TextBox tbxEmail;
- private System.Windows.Forms.TextBox tbxPhone;
- private System.Windows.Forms.TextBox tbxRating;
- public System.Windows.Forms.Label lblIdPartner;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button bntCancel;
- public System.Windows.Forms.BindingSource bsPartner;
- private System.Windows.Forms.ComboBox cmbTypePartner;
- private System.Windows.Forms.Label label1;
- private AlfafloorGDVDataSetTableAdapters.TypePartnerTableAdapter typePartnerTableAdapter;
- private System.Windows.Forms.BindingSource bsTypePartner;
- private AlfafloorGDVDataSetTableAdapters.RegionTableAdapter regionTableAdapter;
- private System.Windows.Forms.BindingSource bsRegion;
- private System.Windows.Forms.BindingSource bsCity;
- private System.Windows.Forms.BindingSource bsStreet;
- private System.Windows.Forms.BindingSource bsPostCode;
- private AlfafloorGDVDataSetTableAdapters.CityTableAdapter cityTableAdapter;
- private AlfafloorGDVDataSetTableAdapters.StreetTableAdapter streetTableAdapter;
- private AlfafloorGDVDataSetTableAdapters.PostCodeTableAdapter postCodeTableAdapter;
- private System.Windows.Forms.ComboBox cmbRegion;
- private System.Windows.Forms.ComboBox cmbCity;
- private System.Windows.Forms.ComboBox cmbStreet;
- private System.Windows.Forms.ComboBox cmbPostCode;
- private System.Windows.Forms.TextBox tbxHouse;
- }
- }
|