123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435 |
-
- namespace SUBD
- {
- partial class fAddUser
- {
- /// <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.lErrorPhoto = new System.Windows.Forms.Label();
- this.bClear = new System.Windows.Forms.Button();
- this.bPhoto = new System.Windows.Forms.Button();
- this.pbImage = new System.Windows.Forms.PictureBox();
- this.label7 = new System.Windows.Forms.Label();
- this.tbNumberKv = new System.Windows.Forms.TextBox();
- this.lNumberHouse = new System.Windows.Forms.Label();
- this.tbNumberHouse = new System.Windows.Forms.TextBox();
- this.lNaim = new System.Windows.Forms.Label();
- this.tbNaim = new System.Windows.Forms.TextBox();
- this.cbUch = new System.Windows.Forms.ComboBox();
- this.cbPol = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.cbRole = new System.Windows.Forms.ComboBox();
- this.lErrorOtch = new System.Windows.Forms.Label();
- this.tbOtch = new System.Windows.Forms.TextBox();
- this.lOtch = new System.Windows.Forms.Label();
- this.lErrorName = new System.Windows.Forms.Label();
- this.tbName = new System.Windows.Forms.TextBox();
- this.BAddUser = new System.Windows.Forms.Button();
- this.lErrorFam = new System.Windows.Forms.Label();
- this.tbFam = new System.Windows.Forms.TextBox();
- this.lFam = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pbLogo = new System.Windows.Forms.PictureBox();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
- this.SuspendLayout();
- //
- // lErrorPhoto
- //
- this.lErrorPhoto.AutoSize = true;
- this.lErrorPhoto.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lErrorPhoto.ForeColor = System.Drawing.Color.DarkRed;
- this.lErrorPhoto.Location = new System.Drawing.Point(383, 235);
- this.lErrorPhoto.Name = "lErrorPhoto";
- this.lErrorPhoto.Size = new System.Drawing.Size(161, 17);
- this.lErrorPhoto.TabIndex = 52;
- this.lErrorPhoto.Text = "Фото или заглушка";
- this.lErrorPhoto.Visible = false;
- //
- // bClear
- //
- this.bClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.bClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.bClear.ForeColor = System.Drawing.Color.White;
- this.bClear.Location = new System.Drawing.Point(544, 344);
- this.bClear.Name = "bClear";
- this.bClear.Size = new System.Drawing.Size(143, 35);
- this.bClear.TabIndex = 51;
- this.bClear.Text = "Заглушка";
- this.bClear.UseVisualStyleBackColor = false;
- this.bClear.Click += new System.EventHandler(this.bClear_Click);
- //
- // bPhoto
- //
- this.bPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.bPhoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.bPhoto.ForeColor = System.Drawing.Color.White;
- this.bPhoto.Location = new System.Drawing.Point(544, 263);
- this.bPhoto.Name = "bPhoto";
- this.bPhoto.Size = new System.Drawing.Size(143, 35);
- this.bPhoto.TabIndex = 50;
- this.bPhoto.Text = "Выбрать фото";
- this.bPhoto.UseVisualStyleBackColor = false;
- this.bPhoto.Click += new System.EventHandler(this.bPhoto_Click);
- //
- // pbImage
- //
- this.pbImage.Location = new System.Drawing.Point(385, 260);
- this.pbImage.Name = "pbImage";
- this.pbImage.Size = new System.Drawing.Size(144, 119);
- this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbImage.TabIndex = 49;
- this.pbImage.TabStop = false;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(542, 184);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(260, 17);
- this.label7.TabIndex = 48;
- this.label7.Text = "номер квартиры(только цифры)";
- //
- // tbNumberKv
- //
- this.tbNumberKv.Location = new System.Drawing.Point(545, 204);
- this.tbNumberKv.Name = "tbNumberKv";
- this.tbNumberKv.Size = new System.Drawing.Size(127, 24);
- this.tbNumberKv.TabIndex = 47;
- this.tbNumberKv.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbNumberKv_KeyPress);
- //
- // lNumberHouse
- //
- this.lNumberHouse.AutoSize = true;
- this.lNumberHouse.Location = new System.Drawing.Point(382, 184);
- this.lNumberHouse.Name = "lNumberHouse";
- this.lNumberHouse.Size = new System.Drawing.Size(98, 17);
- this.lNumberHouse.TabIndex = 46;
- this.lNumberHouse.Text = "номер дома";
- //
- // tbNumberHouse
- //
- this.tbNumberHouse.Location = new System.Drawing.Point(385, 204);
- this.tbNumberHouse.Name = "tbNumberHouse";
- this.tbNumberHouse.Size = new System.Drawing.Size(127, 24);
- this.tbNumberHouse.TabIndex = 45;
- //
- // lNaim
- //
- this.lNaim.AutoSize = true;
- this.lNaim.Location = new System.Drawing.Point(542, 127);
- this.lNaim.Name = "lNaim";
- this.lNaim.Size = new System.Drawing.Size(188, 17);
- this.lNaim.TabIndex = 44;
- this.lNaim.Text = "наименование участка";
- //
- // tbNaim
- //
- this.tbNaim.Location = new System.Drawing.Point(545, 147);
- this.tbNaim.Name = "tbNaim";
- this.tbNaim.Size = new System.Drawing.Size(209, 24);
- this.tbNaim.TabIndex = 43;
- //
- // cbUch
- //
- this.cbUch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbUch.FormattingEnabled = true;
- this.cbUch.Items.AddRange(new object[] {
- "улица",
- "проспект",
- "переулок"});
- this.cbUch.Location = new System.Drawing.Point(386, 147);
- this.cbUch.Name = "cbUch";
- this.cbUch.Size = new System.Drawing.Size(144, 25);
- this.cbUch.TabIndex = 42;
- //
- // cbPol
- //
- this.cbPol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbPol.FormattingEnabled = true;
- this.cbPol.Items.AddRange(new object[] {
- "муж",
- "жен"});
- this.cbPol.Location = new System.Drawing.Point(104, 354);
- this.cbPol.Name = "cbPol";
- this.cbPol.Size = new System.Drawing.Size(204, 25);
- this.cbPol.TabIndex = 41;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(10, 309);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(89, 17);
- this.label2.TabIndex = 40;
- this.label2.Text = "Должность";
- //
- // cbRole
- //
- this.cbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbRole.FormattingEnabled = true;
- this.cbRole.Items.AddRange(new object[] {
- "1",
- "2",
- "2"});
- this.cbRole.Location = new System.Drawing.Point(105, 306);
- this.cbRole.Name = "cbRole";
- this.cbRole.Size = new System.Drawing.Size(204, 25);
- this.cbRole.TabIndex = 39;
- //
- // lErrorOtch
- //
- this.lErrorOtch.AutoSize = true;
- this.lErrorOtch.Font = new System.Drawing.Font("Courier New", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lErrorOtch.ForeColor = System.Drawing.Color.DarkRed;
- this.lErrorOtch.Location = new System.Drawing.Point(101, 235);
- this.lErrorOtch.Name = "lErrorOtch";
- this.lErrorOtch.Size = new System.Drawing.Size(98, 15);
- this.lErrorOtch.TabIndex = 38;
- this.lErrorOtch.Text = "Введите текст";
- this.lErrorOtch.Visible = false;
- //
- // tbOtch
- //
- this.tbOtch.Font = new System.Drawing.Font("Courier New", 9F);
- this.tbOtch.Location = new System.Drawing.Point(105, 255);
- this.tbOtch.Name = "tbOtch";
- this.tbOtch.Size = new System.Drawing.Size(204, 24);
- this.tbOtch.TabIndex = 37;
- //
- // lOtch
- //
- this.lOtch.AutoSize = true;
- this.lOtch.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lOtch.Location = new System.Drawing.Point(10, 258);
- this.lOtch.Name = "lOtch";
- this.lOtch.Size = new System.Drawing.Size(80, 17);
- this.lOtch.TabIndex = 36;
- this.lOtch.Text = "Отчество";
- //
- // lErrorName
- //
- this.lErrorName.AutoSize = true;
- this.lErrorName.Font = new System.Drawing.Font("Courier New", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lErrorName.ForeColor = System.Drawing.Color.DarkRed;
- this.lErrorName.Location = new System.Drawing.Point(101, 181);
- this.lErrorName.Name = "lErrorName";
- this.lErrorName.Size = new System.Drawing.Size(98, 15);
- this.lErrorName.TabIndex = 35;
- this.lErrorName.Text = "Введите текст";
- this.lErrorName.Visible = false;
- //
- // tbName
- //
- this.tbName.Font = new System.Drawing.Font("Courier New", 9F);
- this.tbName.Location = new System.Drawing.Point(105, 201);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(204, 24);
- this.tbName.TabIndex = 34;
- //
- // BAddUser
- //
- this.BAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.BAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BAddUser.ForeColor = System.Drawing.Color.White;
- this.BAddUser.Location = new System.Drawing.Point(12, 416);
- this.BAddUser.Name = "BAddUser";
- this.BAddUser.Size = new System.Drawing.Size(149, 35);
- this.BAddUser.TabIndex = 33;
- this.BAddUser.Text = "Добавить";
- this.BAddUser.UseVisualStyleBackColor = false;
- this.BAddUser.Click += new System.EventHandler(this.BAddUser_Click);
- //
- // lErrorFam
- //
- this.lErrorFam.AutoSize = true;
- this.lErrorFam.Font = new System.Drawing.Font("Courier New", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lErrorFam.ForeColor = System.Drawing.Color.DarkRed;
- this.lErrorFam.Location = new System.Drawing.Point(101, 127);
- this.lErrorFam.Name = "lErrorFam";
- this.lErrorFam.Size = new System.Drawing.Size(98, 15);
- this.lErrorFam.TabIndex = 32;
- this.lErrorFam.Text = "Введите текст";
- this.lErrorFam.Visible = false;
- //
- // tbFam
- //
- this.tbFam.Font = new System.Drawing.Font("Courier New", 9F);
- this.tbFam.Location = new System.Drawing.Point(105, 147);
- this.tbFam.Name = "tbFam";
- this.tbFam.Size = new System.Drawing.Size(204, 24);
- this.tbFam.TabIndex = 31;
- //
- // lFam
- //
- this.lFam.AutoSize = true;
- this.lFam.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lFam.Location = new System.Drawing.Point(10, 150);
- this.lFam.Name = "lFam";
- this.lFam.Size = new System.Drawing.Size(71, 17);
- this.lFam.TabIndex = 30;
- this.lFam.Text = "Фамилия";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pbLogo);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(863, 85);
- this.panel1.TabIndex = 29;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Courier New", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(191, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(375, 34);
- this.label1.TabIndex = 1;
- this.label1.Text = "Добавление работника";
- //
- // pbLogo
- //
- this.pbLogo.Dock = System.Windows.Forms.DockStyle.Right;
- this.pbLogo.Location = new System.Drawing.Point(729, 0);
- this.pbLogo.Name = "pbLogo";
- this.pbLogo.Size = new System.Drawing.Size(134, 85);
- this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbLogo.TabIndex = 0;
- this.pbLogo.TabStop = false;
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.Location = new System.Drawing.Point(9, 207);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 17);
- this.label3.TabIndex = 53;
- this.label3.Text = "Имя";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(9, 362);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(35, 17);
- this.label4.TabIndex = 54;
- this.label4.Text = "Пол";
- //
- // fAddUser
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(863, 478);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.lErrorPhoto);
- this.Controls.Add(this.bClear);
- this.Controls.Add(this.bPhoto);
- this.Controls.Add(this.pbImage);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.tbNumberKv);
- this.Controls.Add(this.lNumberHouse);
- this.Controls.Add(this.tbNumberHouse);
- this.Controls.Add(this.lNaim);
- this.Controls.Add(this.tbNaim);
- this.Controls.Add(this.cbUch);
- this.Controls.Add(this.cbPol);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.cbRole);
- this.Controls.Add(this.lErrorOtch);
- this.Controls.Add(this.tbOtch);
- this.Controls.Add(this.lOtch);
- this.Controls.Add(this.lErrorName);
- this.Controls.Add(this.tbName);
- this.Controls.Add(this.BAddUser);
- this.Controls.Add(this.lErrorFam);
- this.Controls.Add(this.tbFam);
- this.Controls.Add(this.lFam);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Courier New", 9F);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Name = "fAddUser";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "СУБД Кадры";
- this.Load += new System.EventHandler(this.fAddUser_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lErrorPhoto;
- private System.Windows.Forms.Button bClear;
- private System.Windows.Forms.Button bPhoto;
- private System.Windows.Forms.PictureBox pbImage;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tbNumberKv;
- private System.Windows.Forms.Label lNumberHouse;
- private System.Windows.Forms.TextBox tbNumberHouse;
- private System.Windows.Forms.Label lNaim;
- private System.Windows.Forms.TextBox tbNaim;
- private System.Windows.Forms.ComboBox cbUch;
- private System.Windows.Forms.ComboBox cbPol;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cbRole;
- private System.Windows.Forms.Label lErrorOtch;
- private System.Windows.Forms.TextBox tbOtch;
- private System.Windows.Forms.Label lOtch;
- private System.Windows.Forms.Label lErrorName;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.Button BAddUser;
- private System.Windows.Forms.Label lErrorFam;
- private System.Windows.Forms.TextBox tbFam;
- private System.Windows.Forms.Label lFam;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pbLogo;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- }
- }
|