123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- namespace СУБД_Фабрика
- {
- partial class FormProfile
- {
- /// <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 famLabel;
- System.Windows.Forms.Label nameLabel;
- System.Windows.Forms.Label otchLabel;
- System.Windows.Forms.Label phoneLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProfile));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.sewingFactoryMURDataSet = new СУБД_Фабрика.SewingFactoryMURDataSet();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.TableAdapterManager();
- this.TbxFam = new System.Windows.Forms.TextBox();
- this.TbxName = new System.Windows.Forms.TextBox();
- this.TbxOtch = new System.Windows.Forms.TextBox();
- this.MtbxPhone = new System.Windows.Forms.MaskedTextBox();
- this.TbxOldPass = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.TbxNewPass = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.BtnSave = new System.Windows.Forms.Button();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.CbxShowPass = new System.Windows.Forms.CheckBox();
- this.LblPass = new System.Windows.Forms.Label();
- famLabel = new System.Windows.Forms.Label();
- nameLabel = new System.Windows.Forms.Label();
- otchLabel = new System.Windows.Forms.Label();
- phoneLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).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.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(593, 91);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(177, 35);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(78, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Профиль";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(492, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(101, 91);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // sewingFactoryMURDataSet
- //
- this.sewingFactoryMURDataSet.DataSetName = "SewingFactoryMURDataSet";
- this.sewingFactoryMURDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.sewingFactoryMURDataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClothTableAdapter = null;
- this.tableAdapterManager.FurnituraTableAdapter = null;
- this.tableAdapterManager.IzdeliaTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // famLabel
- //
- famLabel.AutoSize = true;
- famLabel.Location = new System.Drawing.Point(107, 100);
- famLabel.Name = "famLabel";
- famLabel.Size = new System.Drawing.Size(68, 20);
- famLabel.TabIndex = 2;
- famLabel.Text = "Фамилия:";
- //
- // TbxFam
- //
- this.TbxFam.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Fam", true));
- this.TbxFam.Location = new System.Drawing.Point(181, 97);
- this.TbxFam.Name = "TbxFam";
- this.TbxFam.Size = new System.Drawing.Size(113, 26);
- this.TbxFam.TabIndex = 3;
- //
- // nameLabel
- //
- nameLabel.AutoSize = true;
- nameLabel.Location = new System.Drawing.Point(127, 132);
- nameLabel.Name = "nameLabel";
- nameLabel.Size = new System.Drawing.Size(38, 20);
- nameLabel.TabIndex = 3;
- nameLabel.Text = "Имя:";
- //
- // TbxName
- //
- this.TbxName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
- this.TbxName.Location = new System.Drawing.Point(181, 129);
- this.TbxName.Name = "TbxName";
- this.TbxName.Size = new System.Drawing.Size(113, 26);
- this.TbxName.TabIndex = 4;
- //
- // otchLabel
- //
- otchLabel.AutoSize = true;
- otchLabel.Location = new System.Drawing.Point(105, 164);
- otchLabel.Name = "otchLabel";
- otchLabel.Size = new System.Drawing.Size(70, 20);
- otchLabel.TabIndex = 5;
- otchLabel.Text = "Отчество:";
- //
- // TbxOtch
- //
- this.TbxOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
- this.TbxOtch.Location = new System.Drawing.Point(181, 161);
- this.TbxOtch.Name = "TbxOtch";
- this.TbxOtch.Size = new System.Drawing.Size(113, 26);
- this.TbxOtch.TabIndex = 6;
- //
- // phoneLabel
- //
- phoneLabel.AutoSize = true;
- phoneLabel.Location = new System.Drawing.Point(105, 196);
- phoneLabel.Name = "phoneLabel";
- phoneLabel.Size = new System.Drawing.Size(70, 20);
- phoneLabel.TabIndex = 7;
- phoneLabel.Text = "Телефон:";
- //
- // MtbxPhone
- //
- this.MtbxPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Phone", true));
- this.MtbxPhone.Location = new System.Drawing.Point(181, 193);
- this.MtbxPhone.Mask = "+0(000) 000-00-00";
- this.MtbxPhone.Name = "MtbxPhone";
- this.MtbxPhone.Size = new System.Drawing.Size(113, 26);
- this.MtbxPhone.TabIndex = 8;
- //
- // TbxOldPass
- //
- this.TbxOldPass.Location = new System.Drawing.Point(181, 257);
- this.TbxOldPass.Name = "TbxOldPass";
- this.TbxOldPass.Size = new System.Drawing.Size(113, 26);
- this.TbxOldPass.TabIndex = 9;
- this.TbxOldPass.UseSystemPasswordChar = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(67, 260);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(108, 20);
- this.label2.TabIndex = 10;
- this.label2.Text = "Старый пароль:";
- //
- // TbxNewPass
- //
- this.TbxNewPass.Location = new System.Drawing.Point(181, 225);
- this.TbxNewPass.Name = "TbxNewPass";
- this.TbxNewPass.Size = new System.Drawing.Size(113, 26);
- this.TbxNewPass.TabIndex = 11;
- this.TbxNewPass.UseSystemPasswordChar = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(72, 228);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(103, 20);
- this.label3.TabIndex = 12;
- this.label3.Text = "Новый пароль:";
- //
- // BtnSave
- //
- this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSave.Location = new System.Drawing.Point(40, 319);
- this.BtnSave.Name = "BtnSave";
- this.BtnSave.Size = new System.Drawing.Size(135, 31);
- this.BtnSave.TabIndex = 19;
- this.BtnSave.Text = "Сохранить";
- this.BtnSave.UseVisualStyleBackColor = false;
- this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
- //
- // BtnCancel
- //
- this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.BtnCancel.Location = new System.Drawing.Point(319, 319);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(135, 31);
- this.BtnCancel.TabIndex = 20;
- this.BtnCancel.Text = "Отмена";
- this.BtnCancel.UseVisualStyleBackColor = false;
- //
- // CbxShowPass
- //
- this.CbxShowPass.AutoSize = true;
- this.CbxShowPass.Location = new System.Drawing.Point(301, 244);
- this.CbxShowPass.Name = "CbxShowPass";
- this.CbxShowPass.Size = new System.Drawing.Size(132, 24);
- this.CbxShowPass.TabIndex = 21;
- this.CbxShowPass.Text = "Показать пароль";
- this.CbxShowPass.UseVisualStyleBackColor = true;
- this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
- //
- // LblPass
- //
- this.LblPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Pass", true));
- this.LblPass.Location = new System.Drawing.Point(473, 149);
- this.LblPass.Name = "LblPass";
- this.LblPass.Size = new System.Drawing.Size(100, 23);
- this.LblPass.TabIndex = 22;
- this.LblPass.Text = "label4";
- //
- // FormProfile
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(593, 370);
- this.Controls.Add(this.LblPass);
- this.Controls.Add(this.CbxShowPass);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.BtnSave);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.TbxNewPass);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.TbxOldPass);
- this.Controls.Add(phoneLabel);
- this.Controls.Add(this.MtbxPhone);
- this.Controls.Add(otchLabel);
- this.Controls.Add(this.TbxOtch);
- this.Controls.Add(nameLabel);
- this.Controls.Add(this.TbxName);
- this.Controls.Add(famLabel);
- this.Controls.Add(this.TbxFam);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 12F, 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(4, 5, 4, 5);
- this.Name = "FormProfile";
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormProfile_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private SewingFactoryMURDataSet sewingFactoryMURDataSet;
- private System.Windows.Forms.BindingSource BsUsers;
- private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private SewingFactoryMURDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox TbxFam;
- private System.Windows.Forms.TextBox TbxName;
- private System.Windows.Forms.TextBox TbxOtch;
- private System.Windows.Forms.MaskedTextBox MtbxPhone;
- private System.Windows.Forms.TextBox TbxOldPass;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox TbxNewPass;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button BtnSave;
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.CheckBox CbxShowPass;
- private System.Windows.Forms.Label LblPass;
- }
- }
|