| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- namespace WindowsFormsApp4
- {
- partial class AddressEditForm
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- this.txtCity = new System.Windows.Forms.TextBox();
- this.txtStreet = new System.Windows.Forms.TextBox();
- this.txtHouse = new System.Windows.Forms.TextBox();
- this.txtBuilding = new System.Windows.Forms.TextBox();
- this.txtApartment = new System.Windows.Forms.TextBox();
- this.cmbAddressType = new System.Windows.Forms.ComboBox();
- this.btnSave = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.lblCity = new System.Windows.Forms.Label();
- this.lblStreet = new System.Windows.Forms.Label();
- this.lblHouse = new System.Windows.Forms.Label();
- this.lblBuilding = new System.Windows.Forms.Label();
- this.lblApartment = new System.Windows.Forms.Label();
- this.lblAddressType = new System.Windows.Forms.Label();
- this.lblTitle = new System.Windows.Forms.Label();
- this.panelHeader = new System.Windows.Forms.Panel();
- this.panelHeader.SuspendLayout();
- this.SuspendLayout();
- //
- // txtCity
- //
- this.txtCity.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtCity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtCity.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtCity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtCity.Location = new System.Drawing.Point(100, 68);
- this.txtCity.Margin = new System.Windows.Forms.Padding(2);
- this.txtCity.Name = "txtCity";
- this.txtCity.Size = new System.Drawing.Size(340, 23);
- this.txtCity.TabIndex = 2;
- //
- // txtStreet
- //
- this.txtStreet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtStreet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtStreet.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtStreet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtStreet.Location = new System.Drawing.Point(100, 103);
- this.txtStreet.Margin = new System.Windows.Forms.Padding(2);
- this.txtStreet.Name = "txtStreet";
- this.txtStreet.Size = new System.Drawing.Size(340, 23);
- this.txtStreet.TabIndex = 4;
- //
- // txtHouse
- //
- this.txtHouse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtHouse.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtHouse.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtHouse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtHouse.Location = new System.Drawing.Point(100, 138);
- this.txtHouse.Margin = new System.Windows.Forms.Padding(2);
- this.txtHouse.Name = "txtHouse";
- this.txtHouse.Size = new System.Drawing.Size(100, 23);
- this.txtHouse.TabIndex = 6;
- //
- // txtBuilding
- //
- this.txtBuilding.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtBuilding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtBuilding.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtBuilding.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtBuilding.Location = new System.Drawing.Point(275, 138);
- this.txtBuilding.Margin = new System.Windows.Forms.Padding(2);
- this.txtBuilding.Name = "txtBuilding";
- this.txtBuilding.Size = new System.Drawing.Size(80, 23);
- this.txtBuilding.TabIndex = 8;
- //
- // txtApartment
- //
- this.txtApartment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtApartment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtApartment.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtApartment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtApartment.Location = new System.Drawing.Point(100, 173);
- this.txtApartment.Margin = new System.Windows.Forms.Padding(2);
- this.txtApartment.Name = "txtApartment";
- this.txtApartment.Size = new System.Drawing.Size(100, 23);
- this.txtApartment.TabIndex = 10;
- //
- // cmbAddressType
- //
- this.cmbAddressType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.cmbAddressType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbAddressType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cmbAddressType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.cmbAddressType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.cmbAddressType.Items.AddRange(new object[] {
- "actual",
- "delivery"});
- this.cmbAddressType.Location = new System.Drawing.Point(100, 207);
- this.cmbAddressType.Margin = new System.Windows.Forms.Padding(2);
- this.cmbAddressType.Name = "cmbAddressType";
- this.cmbAddressType.Size = new System.Drawing.Size(150, 24);
- this.cmbAddressType.TabIndex = 12;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnSave.FlatAppearance.BorderSize = 0;
- this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnSave.Location = new System.Drawing.Point(90, 260);
- this.btnSave.Margin = new System.Windows.Forms.Padding(2);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(110, 35);
- this.btnSave.TabIndex = 13;
- this.btnSave.Text = "Сохранить";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnCancel.FlatAppearance.BorderSize = 0;
- this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnCancel.Location = new System.Drawing.Point(220, 260);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(110, 35);
- this.btnCancel.TabIndex = 14;
- this.btnCancel.Text = "❌ Отмена";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // lblCity
- //
- this.lblCity.AutoSize = true;
- this.lblCity.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblCity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblCity.Location = new System.Drawing.Point(40, 70);
- this.lblCity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblCity.Name = "lblCity";
- this.lblCity.Size = new System.Drawing.Size(52, 17);
- this.lblCity.TabIndex = 1;
- this.lblCity.Text = "Город:";
- //
- // lblStreet
- //
- this.lblStreet.AutoSize = true;
- this.lblStreet.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblStreet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblStreet.Location = new System.Drawing.Point(40, 105);
- this.lblStreet.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblStreet.Name = "lblStreet";
- this.lblStreet.Size = new System.Drawing.Size(53, 17);
- this.lblStreet.TabIndex = 3;
- this.lblStreet.Text = "Улица:";
- //
- // lblHouse
- //
- this.lblHouse.AutoSize = true;
- this.lblHouse.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblHouse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblHouse.Location = new System.Drawing.Point(40, 140);
- this.lblHouse.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblHouse.Name = "lblHouse";
- this.lblHouse.Size = new System.Drawing.Size(40, 17);
- this.lblHouse.TabIndex = 5;
- this.lblHouse.Text = "Дом:";
- //
- // lblBuilding
- //
- this.lblBuilding.AutoSize = true;
- this.lblBuilding.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblBuilding.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblBuilding.Location = new System.Drawing.Point(210, 140);
- this.lblBuilding.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblBuilding.Name = "lblBuilding";
- this.lblBuilding.Size = new System.Drawing.Size(59, 17);
- this.lblBuilding.TabIndex = 7;
- this.lblBuilding.Text = "Корпус:";
- //
- // lblApartment
- //
- this.lblApartment.AutoSize = true;
- this.lblApartment.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblApartment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblApartment.Location = new System.Drawing.Point(30, 175);
- this.lblApartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblApartment.Name = "lblApartment";
- this.lblApartment.Size = new System.Drawing.Size(75, 17);
- this.lblApartment.TabIndex = 9;
- this.lblApartment.Text = "Квартира:";
- //
- // lblAddressType
- //
- this.lblAddressType.AutoSize = true;
- this.lblAddressType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblAddressType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblAddressType.Location = new System.Drawing.Point(40, 210);
- this.lblAddressType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblAddressType.Name = "lblAddressType";
- this.lblAddressType.Size = new System.Drawing.Size(42, 17);
- this.lblAddressType.TabIndex = 11;
- this.lblAddressType.Text = "Тип*:";
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
- this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblTitle.Location = new System.Drawing.Point(150, 12);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(175, 24);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Редактирование";
- //
- // panelHeader
- //
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.panelHeader.Controls.Add(this.lblTitle);
- this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelHeader.Location = new System.Drawing.Point(0, 0);
- this.panelHeader.Margin = new System.Windows.Forms.Padding(2);
- this.panelHeader.Name = "panelHeader";
- this.panelHeader.Size = new System.Drawing.Size(480, 50);
- this.panelHeader.TabIndex = 0;
- //
- // AddressEditForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.ClientSize = new System.Drawing.Size(480, 320);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.cmbAddressType);
- this.Controls.Add(this.lblAddressType);
- this.Controls.Add(this.txtApartment);
- this.Controls.Add(this.lblApartment);
- this.Controls.Add(this.txtBuilding);
- this.Controls.Add(this.lblBuilding);
- this.Controls.Add(this.txtHouse);
- this.Controls.Add(this.lblHouse);
- this.Controls.Add(this.txtStreet);
- this.Controls.Add(this.lblStreet);
- this.Controls.Add(this.txtCity);
- this.Controls.Add(this.lblCity);
- this.Controls.Add(this.panelHeader);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.Name = "AddressEditForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Адрес";
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private System.Windows.Forms.TextBox txtCity;
- private System.Windows.Forms.TextBox txtStreet;
- private System.Windows.Forms.TextBox txtHouse;
- private System.Windows.Forms.TextBox txtBuilding;
- private System.Windows.Forms.TextBox txtApartment;
- private System.Windows.Forms.ComboBox cmbAddressType;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Label lblCity;
- private System.Windows.Forms.Label lblStreet;
- private System.Windows.Forms.Label lblHouse;
- private System.Windows.Forms.Label lblBuilding;
- private System.Windows.Forms.Label lblApartment;
- private System.Windows.Forms.Label lblAddressType;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Panel panelHeader;
- }
- }
|