| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- namespace SUBD_Medical_Staff
- {
- partial class fAdd
- {
- /// <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(fAdd));
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.pbImage = new System.Windows.Forms.PictureBox();
- this.cbDolj = new System.Windows.Forms.ComboBox();
- this.bCancel = new System.Windows.Forms.Button();
- this.bOk = new System.Windows.Forms.Button();
- this.tbFam = new System.Windows.Forms.TextBox();
- this.tbOtch = new System.Windows.Forms.TextBox();
- this.tbPol = new System.Windows.Forms.TextBox();
- this.tbPhone = new System.Windows.Forms.TextBox();
- this.tbName = new System.Windows.Forms.TextBox();
- this.lDolj = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Location = new System.Drawing.Point(12, 12);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(992, 139);
- this.panel1.TabIndex = 8;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(846, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(143, 136);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Arial", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(15, 12);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(649, 51);
- this.label2.TabIndex = 0;
- this.label2.Text = "Отдел кадров \"Heath Center\"";
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.button2.Location = new System.Drawing.Point(720, 438);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(187, 30);
- this.button2.TabIndex = 112;
- this.button2.Text = "Выставить заглушку";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.button1.Location = new System.Drawing.Point(720, 398);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(187, 30);
- this.button1.TabIndex = 111;
- this.button1.Text = "Загрузить фото";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // pbImage
- //
- this.pbImage.Cursor = System.Windows.Forms.Cursors.Default;
- this.pbImage.Location = new System.Drawing.Point(720, 216);
- this.pbImage.Name = "pbImage";
- this.pbImage.Size = new System.Drawing.Size(187, 176);
- this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbImage.TabIndex = 110;
- this.pbImage.TabStop = false;
- //
- // cbDolj
- //
- this.cbDolj.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.cbDolj.FormattingEnabled = true;
- this.cbDolj.Location = new System.Drawing.Point(499, 251);
- this.cbDolj.Name = "cbDolj";
- this.cbDolj.Size = new System.Drawing.Size(215, 31);
- this.cbDolj.TabIndex = 107;
- //
- // bCancel
- //
- this.bCancel.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.bCancel.Location = new System.Drawing.Point(880, 606);
- this.bCancel.Name = "bCancel";
- this.bCancel.Size = new System.Drawing.Size(126, 35);
- this.bCancel.TabIndex = 106;
- this.bCancel.Text = "Отмена";
- this.bCancel.UseVisualStyleBackColor = false;
- this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
- //
- // bOk
- //
- this.bOk.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.bOk.Location = new System.Drawing.Point(670, 606);
- this.bOk.Name = "bOk";
- this.bOk.Size = new System.Drawing.Size(204, 35);
- this.bOk.TabIndex = 105;
- this.bOk.Text = "Зарегистрировать";
- this.bOk.UseVisualStyleBackColor = false;
- this.bOk.Click += new System.EventHandler(this.bOk_Click);
- //
- // tbFam
- //
- this.tbFam.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.tbFam.Location = new System.Drawing.Point(160, 216);
- this.tbFam.Name = "tbFam";
- this.tbFam.Size = new System.Drawing.Size(215, 29);
- this.tbFam.TabIndex = 104;
- //
- // tbOtch
- //
- this.tbOtch.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.tbOtch.Location = new System.Drawing.Point(160, 303);
- this.tbOtch.Name = "tbOtch";
- this.tbOtch.Size = new System.Drawing.Size(215, 29);
- this.tbOtch.TabIndex = 103;
- //
- // tbPol
- //
- this.tbPol.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.tbPol.Location = new System.Drawing.Point(160, 347);
- this.tbPol.Name = "tbPol";
- this.tbPol.Size = new System.Drawing.Size(215, 29);
- this.tbPol.TabIndex = 102;
- //
- // tbPhone
- //
- this.tbPhone.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.tbPhone.Location = new System.Drawing.Point(499, 216);
- this.tbPhone.Name = "tbPhone";
- this.tbPhone.Size = new System.Drawing.Size(215, 29);
- this.tbPhone.TabIndex = 101;
- //
- // tbName
- //
- this.tbName.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.tbName.Location = new System.Drawing.Point(160, 259);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(215, 29);
- this.tbName.TabIndex = 100;
- //
- // lDolj
- //
- this.lDolj.AutoSize = true;
- this.lDolj.Location = new System.Drawing.Point(381, 259);
- this.lDolj.Name = "lDolj";
- this.lDolj.Size = new System.Drawing.Size(90, 23);
- this.lDolj.TabIndex = 99;
- this.lDolj.Text = "Должность";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(381, 216);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(77, 23);
- this.label4.TabIndex = 98;
- this.label4.Text = "Телефон";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 222);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 23);
- this.label1.TabIndex = 113;
- this.label1.Text = "Фамилия";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(12, 265);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(40, 23);
- this.label3.TabIndex = 114;
- this.label3.Text = "Имя";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(12, 353);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(39, 23);
- this.label5.TabIndex = 115;
- this.label5.Text = "Пол";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(12, 309);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(78, 23);
- this.label6.TabIndex = 116;
- this.label6.Text = "Отчество";
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // fAdd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 23F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1018, 653);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.pbImage);
- this.Controls.Add(this.cbDolj);
- this.Controls.Add(this.bCancel);
- this.Controls.Add(this.bOk);
- this.Controls.Add(this.tbFam);
- this.Controls.Add(this.tbOtch);
- this.Controls.Add(this.tbPol);
- this.Controls.Add(this.tbPhone);
- this.Controls.Add(this.tbName);
- this.Controls.Add(this.lDolj);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 11.25F);
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.MaximumSize = new System.Drawing.Size(1036, 700);
- this.MinimumSize = new System.Drawing.Size(1036, 700);
- this.Name = "fAdd";
- this.Text = "fAdd";
- this.Load += new System.EventHandler(this.fAdd_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.PictureBox pbImage;
- private System.Windows.Forms.ComboBox cbDolj;
- private System.Windows.Forms.Button bCancel;
- private System.Windows.Forms.Button bOk;
- private System.Windows.Forms.TextBox tbFam;
- private System.Windows.Forms.TextBox tbOtch;
- private System.Windows.Forms.TextBox tbPol;
- private System.Windows.Forms.TextBox tbPhone;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.Label lDolj;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- }
- }
|