| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- namespace WindowsFormsApp4
- {
- partial class AddressesForm
- {
- 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.dgvAddresses = new System.Windows.Forms.DataGridView();
- this.btnRefresh = new System.Windows.Forms.Button();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnEdit = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnSetMain = new System.Windows.Forms.Button();
- this.btnBack = new System.Windows.Forms.Button();
- this.lblTitle = new System.Windows.Forms.Label();
- this.panelHeader = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAddresses)).BeginInit();
- this.panelHeader.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvAddresses
- //
- this.dgvAddresses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvAddresses.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.dgvAddresses.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvAddresses.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvAddresses.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.dgvAddresses.Location = new System.Drawing.Point(12, 60);
- this.dgvAddresses.Margin = new System.Windows.Forms.Padding(2);
- this.dgvAddresses.Name = "dgvAddresses";
- this.dgvAddresses.ReadOnly = true;
- this.dgvAddresses.RowHeadersVisible = false;
- this.dgvAddresses.RowTemplate.Height = 28;
- this.dgvAddresses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvAddresses.Size = new System.Drawing.Size(676, 310);
- this.dgvAddresses.TabIndex = 1;
- //
- // btnRefresh
- //
- this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnRefresh.FlatAppearance.BorderSize = 0;
- this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
- this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnRefresh.Location = new System.Drawing.Point(12, 385);
- this.btnRefresh.Margin = new System.Windows.Forms.Padding(2);
- this.btnRefresh.Name = "btnRefresh";
- this.btnRefresh.Size = new System.Drawing.Size(85, 35);
- this.btnRefresh.TabIndex = 2;
- this.btnRefresh.Text = "Обновить";
- this.btnRefresh.UseVisualStyleBackColor = false;
- //
- // btnAdd
- //
- this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnAdd.FlatAppearance.BorderSize = 0;
- this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
- this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnAdd.Location = new System.Drawing.Point(102, 385);
- this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(85, 35);
- this.btnAdd.TabIndex = 3;
- this.btnAdd.Text = "Добавить";
- this.btnAdd.UseVisualStyleBackColor = false;
- //
- // btnEdit
- //
- this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnEdit.FlatAppearance.BorderSize = 0;
- this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
- this.btnEdit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnEdit.Location = new System.Drawing.Point(192, 385);
- this.btnEdit.Margin = new System.Windows.Forms.Padding(2);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(120, 35);
- this.btnEdit.TabIndex = 4;
- this.btnEdit.Text = "Редактировать";
- this.btnEdit.UseVisualStyleBackColor = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnDelete.Location = new System.Drawing.Point(316, 385);
- this.btnDelete.Margin = new System.Windows.Forms.Padding(2);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 35);
- this.btnDelete.TabIndex = 5;
- this.btnDelete.Text = "Удалить";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // btnSetMain
- //
- this.btnSetMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnSetMain.FlatAppearance.BorderSize = 0;
- this.btnSetMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnSetMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetMain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnSetMain.Location = new System.Drawing.Point(405, 385);
- this.btnSetMain.Margin = new System.Windows.Forms.Padding(2);
- this.btnSetMain.Name = "btnSetMain";
- this.btnSetMain.Size = new System.Drawing.Size(120, 35);
- this.btnSetMain.TabIndex = 6;
- this.btnSetMain.Text = "⭐ Сделать основным";
- this.btnSetMain.UseVisualStyleBackColor = false;
- //
- // btnBack
- //
- this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
- this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnBack.Location = new System.Drawing.Point(590, 385);
- this.btnBack.Margin = new System.Windows.Forms.Padding(2);
- this.btnBack.Name = "btnBack";
- this.btnBack.Size = new System.Drawing.Size(98, 35);
- this.btnBack.TabIndex = 7;
- this.btnBack.Text = "< Назад";
- this.btnBack.UseVisualStyleBackColor = false;
- //
- // 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(280, 12);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(127, 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(700, 50);
- this.panelHeader.TabIndex = 0;
- //
- // AddressesForm
- //
- 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(700, 435);
- this.Controls.Add(this.btnBack);
- this.Controls.Add(this.btnSetMain);
- this.Controls.Add(this.btnDelete);
- this.Controls.Add(this.btnEdit);
- this.Controls.Add(this.btnAdd);
- this.Controls.Add(this.btnRefresh);
- this.Controls.Add(this.dgvAddresses);
- 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 = "AddressesForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Мои адреса - Обработка заявок";
- ((System.ComponentModel.ISupportInitialize)(this.dgvAddresses)).EndInit();
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.ResumeLayout(false);
- }
- private System.Windows.Forms.DataGridView dgvAddresses;
- private System.Windows.Forms.Button btnRefresh;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnSetMain;
- private System.Windows.Forms.Button btnBack;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Panel panelHeader;
- }
- }
|