123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormClient
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClient));
- this.panel1 = new System.Windows.Forms.Panel();
- this.lblFIO = new System.Windows.Forms.Label();
- this.pbxPhoto = new System.Windows.Forms.PictureBox();
- this.btnEdit = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.btnEdit);
- this.panel1.Controls.Add(this.lblFIO);
- this.panel1.Controls.Add(this.pbxPhoto);
- 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(7, 4, 7, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(895, 92);
- this.panel1.TabIndex = 1;
- //
- // lblFIO
- //
- this.lblFIO.AutoSize = true;
- this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblFIO.Location = new System.Drawing.Point(200, 29);
- this.lblFIO.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
- this.lblFIO.Name = "lblFIO";
- this.lblFIO.Size = new System.Drawing.Size(391, 37);
- this.lblFIO.TabIndex = 1;
- this.lblFIO.Text = "Фамилия Имя Отчество";
- //
- // pbxPhoto
- //
- this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
- this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxPhoto.Location = new System.Drawing.Point(803, 0);
- this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
- this.pbxPhoto.Name = "pbxPhoto";
- this.pbxPhoto.Size = new System.Drawing.Size(92, 92);
- this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxPhoto.TabIndex = 0;
- this.pbxPhoto.TabStop = false;
- //
- // btnEdit
- //
- this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnEdit.Location = new System.Drawing.Point(694, 59);
- this.btnEdit.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(96, 28);
- this.btnEdit.TabIndex = 8;
- this.btnEdit.Text = "Редактировать";
- this.btnEdit.UseVisualStyleBackColor = false;
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // FormClient
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(895, 475);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormClient";
- this.Text = "СУБД Швейная фабрика";
- this.Load += new System.EventHandler(this.FormClient_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblFIO;
- private System.Windows.Forms.PictureBox pbxPhoto;
- private System.Windows.Forms.Button btnEdit;
- }
- }
|