|
@@ -0,0 +1,306 @@
|
|
|
+namespace СУБД_Швейная_фабрика
|
|
|
+{
|
|
|
+ partial class FormEditUser
|
|
|
+ {
|
|
|
+ /// <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(FormEditUser));
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.tbxPhone = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.tbxOtch = new System.Windows.Forms.TextBox();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.tbxName = new System.Windows.Forms.TextBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.tbxFam = new System.Windows.Forms.TextBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.cbxPassword = new System.Windows.Forms.CheckBox();
|
|
|
+ this.tbxPasRepeat = new System.Windows.Forms.TextBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.tbxPas = new System.Windows.Forms.TextBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.tbxOldPas = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblOldPas = new System.Windows.Forms.Label();
|
|
|
+ this.btnSaveEdit = new System.Windows.Forms.Button();
|
|
|
+ this.pbxPhoto = new System.Windows.Forms.PictureBox();
|
|
|
+ this.btnBack = 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.label1);
|
|
|
+ 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(13, 7, 13, 7);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(608, 97);
|
|
|
+ this.panel1.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(8, 28);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(13, 0, 13, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(428, 37);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "Редактирование профиля";
|
|
|
+ //
|
|
|
+ // tbxPhone
|
|
|
+ //
|
|
|
+ this.tbxPhone.Location = new System.Drawing.Point(37, 494);
|
|
|
+ this.tbxPhone.Mask = "+0(000) 000-00-00";
|
|
|
+ this.tbxPhone.Name = "tbxPhone";
|
|
|
+ this.tbxPhone.Size = new System.Drawing.Size(518, 29);
|
|
|
+ this.tbxPhone.TabIndex = 38;
|
|
|
+ this.tbxPhone.ValidatingType = typeof(int);
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Location = new System.Drawing.Point(180, 469);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(236, 22);
|
|
|
+ this.label8.TabIndex = 37;
|
|
|
+ this.label8.Text = "Введите номер телефона";
|
|
|
+ //
|
|
|
+ // tbxOtch
|
|
|
+ //
|
|
|
+ this.tbxOtch.Location = new System.Drawing.Point(37, 437);
|
|
|
+ this.tbxOtch.Name = "tbxOtch";
|
|
|
+ this.tbxOtch.Size = new System.Drawing.Size(518, 29);
|
|
|
+ this.tbxOtch.TabIndex = 36;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Location = new System.Drawing.Point(217, 412);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(168, 22);
|
|
|
+ this.label7.TabIndex = 35;
|
|
|
+ this.label7.Text = "Введите отчество";
|
|
|
+ //
|
|
|
+ // tbxName
|
|
|
+ //
|
|
|
+ this.tbxName.Location = new System.Drawing.Point(37, 380);
|
|
|
+ this.tbxName.Name = "tbxName";
|
|
|
+ this.tbxName.Size = new System.Drawing.Size(518, 29);
|
|
|
+ this.tbxName.TabIndex = 34;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(232, 355);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(122, 22);
|
|
|
+ this.label6.TabIndex = 33;
|
|
|
+ this.label6.Text = "Введите имя";
|
|
|
+ //
|
|
|
+ // tbxFam
|
|
|
+ //
|
|
|
+ this.tbxFam.Location = new System.Drawing.Point(37, 323);
|
|
|
+ this.tbxFam.Name = "tbxFam";
|
|
|
+ this.tbxFam.Size = new System.Drawing.Size(518, 29);
|
|
|
+ this.tbxFam.TabIndex = 32;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(217, 298);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(172, 22);
|
|
|
+ this.label5.TabIndex = 31;
|
|
|
+ this.label5.Text = "Введите фамилию";
|
|
|
+ //
|
|
|
+ // cbxPassword
|
|
|
+ //
|
|
|
+ this.cbxPassword.AutoSize = true;
|
|
|
+ this.cbxPassword.Location = new System.Drawing.Point(37, 279);
|
|
|
+ this.cbxPassword.Name = "cbxPassword";
|
|
|
+ this.cbxPassword.Size = new System.Drawing.Size(176, 26);
|
|
|
+ this.cbxPassword.TabIndex = 30;
|
|
|
+ this.cbxPassword.Text = "Показать пароль";
|
|
|
+ this.cbxPassword.UseVisualStyleBackColor = true;
|
|
|
+ this.cbxPassword.CheckedChanged += new System.EventHandler(this.cbxPassword_CheckedChanged);
|
|
|
+ //
|
|
|
+ // tbxPasRepeat
|
|
|
+ //
|
|
|
+ this.tbxPasRepeat.Location = new System.Drawing.Point(37, 244);
|
|
|
+ this.tbxPasRepeat.Name = "tbxPasRepeat";
|
|
|
+ this.tbxPasRepeat.Size = new System.Drawing.Size(518, 29);
|
|
|
+ this.tbxPasRepeat.TabIndex = 29;
|
|
|
+ this.tbxPasRepeat.UseSystemPasswordChar = true;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(217, 219);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(170, 22);
|
|
|
+ this.label4.TabIndex = 28;
|
|
|
+ this.label4.Text = "Повторите пароль";
|
|
|
+ //
|
|
|
+ // tbxPas
|
|
|
+ //
|
|
|
+ this.tbxPas.Location = new System.Drawing.Point(37, 187);
|
|
|
+ this.tbxPas.Name = "tbxPas";
|
|
|
+ this.tbxPas.Size = new System.Drawing.Size(518, 29);
|
|
|
+ this.tbxPas.TabIndex = 27;
|
|
|
+ this.tbxPas.UseSystemPasswordChar = true;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(217, 162);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(151, 22);
|
|
|
+ this.label3.TabIndex = 26;
|
|
|
+ this.label3.Text = "Введите пароль";
|
|
|
+ //
|
|
|
+ // tbxOldPas
|
|
|
+ //
|
|
|
+ this.tbxOldPas.Location = new System.Drawing.Point(37, 129);
|
|
|
+ this.tbxOldPas.Name = "tbxOldPas";
|
|
|
+ this.tbxOldPas.Size = new System.Drawing.Size(518, 29);
|
|
|
+ this.tbxOldPas.TabIndex = 40;
|
|
|
+ this.tbxOldPas.UseSystemPasswordChar = true;
|
|
|
+ //
|
|
|
+ // lblOldPas
|
|
|
+ //
|
|
|
+ this.lblOldPas.AutoSize = true;
|
|
|
+ this.lblOldPas.Location = new System.Drawing.Point(199, 104);
|
|
|
+ this.lblOldPas.Name = "lblOldPas";
|
|
|
+ this.lblOldPas.Size = new System.Drawing.Size(219, 22);
|
|
|
+ this.lblOldPas.TabIndex = 39;
|
|
|
+ this.lblOldPas.Text = "Введите старый пароль";
|
|
|
+ //
|
|
|
+ // btnSaveEdit
|
|
|
+ //
|
|
|
+ this.btnSaveEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.btnSaveEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btnSaveEdit.Location = new System.Drawing.Point(315, 537);
|
|
|
+ this.btnSaveEdit.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
+ this.btnSaveEdit.Name = "btnSaveEdit";
|
|
|
+ this.btnSaveEdit.Size = new System.Drawing.Size(240, 39);
|
|
|
+ this.btnSaveEdit.TabIndex = 41;
|
|
|
+ this.btnSaveEdit.Text = "Сохранить";
|
|
|
+ this.btnSaveEdit.UseVisualStyleBackColor = false;
|
|
|
+ this.btnSaveEdit.Click += new System.EventHandler(this.btnSaveEdit_Click);
|
|
|
+ //
|
|
|
+ // pbxPhoto
|
|
|
+ //
|
|
|
+ this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
+ this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
|
|
|
+ this.pbxPhoto.Location = new System.Drawing.Point(439, 0);
|
|
|
+ this.pbxPhoto.Margin = new System.Windows.Forms.Padding(13, 7, 13, 7);
|
|
|
+ this.pbxPhoto.Name = "pbxPhoto";
|
|
|
+ this.pbxPhoto.Size = new System.Drawing.Size(169, 97);
|
|
|
+ this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pbxPhoto.TabIndex = 0;
|
|
|
+ this.pbxPhoto.TabStop = false;
|
|
|
+ //
|
|
|
+ // btnBack
|
|
|
+ //
|
|
|
+ this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btnBack.Location = new System.Drawing.Point(37, 537);
|
|
|
+ this.btnBack.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
+ this.btnBack.Name = "btnBack";
|
|
|
+ this.btnBack.Size = new System.Drawing.Size(240, 39);
|
|
|
+ this.btnBack.TabIndex = 42;
|
|
|
+ this.btnBack.Text = "Назад";
|
|
|
+ this.btnBack.UseVisualStyleBackColor = false;
|
|
|
+ this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
|
|
+ //
|
|
|
+ // FormEditUser
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ClientSize = new System.Drawing.Size(608, 590);
|
|
|
+ this.Controls.Add(this.btnBack);
|
|
|
+ this.Controls.Add(this.btnSaveEdit);
|
|
|
+ this.Controls.Add(this.tbxOldPas);
|
|
|
+ this.Controls.Add(this.lblOldPas);
|
|
|
+ this.Controls.Add(this.tbxPhone);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
+ this.Controls.Add(this.tbxOtch);
|
|
|
+ this.Controls.Add(this.label7);
|
|
|
+ this.Controls.Add(this.tbxName);
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
+ this.Controls.Add(this.tbxFam);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.cbxPassword);
|
|
|
+ this.Controls.Add(this.tbxPasRepeat);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.tbxPas);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
+ this.Name = "FormEditUser";
|
|
|
+ this.Text = "СУБД Швейная фабрика";
|
|
|
+ this.Load += new System.EventHandler(this.FormEditUser_Load);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.PictureBox pbxPhoto;
|
|
|
+ private System.Windows.Forms.MaskedTextBox tbxPhone;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.TextBox tbxOtch;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.TextBox tbxName;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.TextBox tbxFam;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.CheckBox cbxPassword;
|
|
|
+ private System.Windows.Forms.TextBox tbxPasRepeat;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.TextBox tbxPas;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.TextBox tbxOldPas;
|
|
|
+ private System.Windows.Forms.Label lblOldPas;
|
|
|
+ private System.Windows.Forms.Button btnSaveEdit;
|
|
|
+ private System.Windows.Forms.Button btnBack;
|
|
|
+ }
|
|
|
+}
|