| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- namespace SUBD_Medical_Staff
- {
- partial class Form1
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.personnelDataSet = new SUBD_Medical_Staff.PersonnelDataSet();
- this.medical_staffBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.medical_staffTableAdapter = new SUBD_Medical_Staff.PersonnelDataSetTableAdapters.Medical_staffTableAdapter();
- this.tableAdapterManager = new SUBD_Medical_Staff.PersonnelDataSetTableAdapters.TableAdapterManager();
- this.rolesTableAdapter = new SUBD_Medical_Staff.PersonnelDataSetTableAdapters.RolesTableAdapter();
- this.rolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.cbFindPo = new System.Windows.Forms.ComboBox();
- this.lFindPo = new System.Windows.Forms.Label();
- this.lFindPol = new System.Windows.Forms.Label();
- this.cbFindPol = new System.Windows.Forms.ComboBox();
- this.tbFindTxt = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.personnelDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.medical_staffBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // personnelDataSet
- //
- this.personnelDataSet.DataSetName = "PersonnelDataSet";
- this.personnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // medical_staffBindingSource
- //
- this.medical_staffBindingSource.DataMember = "Medical_staff";
- this.medical_staffBindingSource.DataSource = this.personnelDataSet;
- //
- // medical_staffTableAdapter
- //
- this.medical_staffTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.Medical_staffTableAdapter = this.medical_staffTableAdapter;
- this.tableAdapterManager.RolesTableAdapter = this.rolesTableAdapter;
- this.tableAdapterManager.UpdateOrder = SUBD_Medical_Staff.PersonnelDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // rolesTableAdapter
- //
- this.rolesTableAdapter.ClearBeforeFill = true;
- //
- // rolesBindingSource
- //
- this.rolesBindingSource.DataMember = "Roles";
- this.rolesBindingSource.DataSource = this.personnelDataSet;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.AutoScroll = true;
- this.flowLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 219);
- this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(990, 431);
- this.flowLayoutPanel1.TabIndex = 0;
- //
- // cbFindPo
- //
- this.cbFindPo.BackColor = System.Drawing.Color.White;
- this.cbFindPo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbFindPo.FormattingEnabled = true;
- this.cbFindPo.Items.AddRange(new object[] {
- "Фамилия",
- "Имя",
- "Отчество",
- "Телефон"});
- this.cbFindPo.Location = new System.Drawing.Point(14, 178);
- this.cbFindPo.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
- this.cbFindPo.Name = "cbFindPo";
- this.cbFindPo.Size = new System.Drawing.Size(114, 31);
- this.cbFindPo.TabIndex = 1;
- this.cbFindPo.SelectedIndexChanged += new System.EventHandler(this.cbFindPo_SelectedIndexChanged);
- //
- // lFindPo
- //
- this.lFindPo.AutoSize = true;
- this.lFindPo.Location = new System.Drawing.Point(14, 154);
- this.lFindPo.Name = "lFindPo";
- this.lFindPo.Size = new System.Drawing.Size(79, 23);
- this.lFindPo.TabIndex = 2;
- this.lFindPo.Text = "Поиск по:";
- //
- // lFindPol
- //
- this.lFindPol.AutoSize = true;
- this.lFindPol.Location = new System.Drawing.Point(141, 154);
- this.lFindPol.Name = "lFindPol";
- this.lFindPol.Size = new System.Drawing.Size(157, 23);
- this.lFindPol.TabIndex = 4;
- this.lFindPol.Text = "Фильтрация по полу";
- //
- // cbFindPol
- //
- this.cbFindPol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbFindPol.FormattingEnabled = true;
- this.cbFindPol.Items.AddRange(new object[] {
- "Все",
- "Женщины",
- "Мужчины"});
- this.cbFindPol.Location = new System.Drawing.Point(141, 178);
- this.cbFindPol.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
- this.cbFindPol.Name = "cbFindPol";
- this.cbFindPol.Size = new System.Drawing.Size(157, 31);
- this.cbFindPol.TabIndex = 3;
- this.cbFindPol.SelectedIndexChanged += new System.EventHandler(this.cbFindPol_SelectedIndexChanged);
- //
- // tbFindTxt
- //
- this.tbFindTxt.Location = new System.Drawing.Point(332, 180);
- this.tbFindTxt.Name = "tbFindTxt";
- this.tbFindTxt.Size = new System.Drawing.Size(193, 29);
- this.tbFindTxt.TabIndex = 5;
- this.tbFindTxt.TextChanged += new System.EventHandler(this.tbFindTxt_TextChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(328, 154);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(197, 23);
- this.label1.TabIndex = 6;
- this.label1.Text = "Введите текст для поиска";
- //
- // 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(14, 12);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(992, 139);
- this.panel1.TabIndex = 7;
- //
- // 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\"";
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.White;
- this.button1.Location = new System.Drawing.Point(531, 180);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(220, 29);
- this.button1.TabIndex = 36;
- this.button1.Text = "Добавить Пользователя";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 23F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1018, 653);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.tbFindTxt);
- this.Controls.Add(this.lFindPol);
- this.Controls.Add(this.cbFindPol);
- this.Controls.Add(this.lFindPo);
- this.Controls.Add(this.cbFindPo);
- this.Controls.Add(this.flowLayoutPanel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 11.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(3, 5, 3, 5);
- this.MaximumSize = new System.Drawing.Size(1036, 700);
- this.MinimumSize = new System.Drawing.Size(1036, 700);
- this.Name = "Form1";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.personnelDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.medical_staffBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private PersonnelDataSet personnelDataSet;
- private System.Windows.Forms.BindingSource medical_staffBindingSource;
- private PersonnelDataSetTableAdapters.Medical_staffTableAdapter medical_staffTableAdapter;
- private PersonnelDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private PersonnelDataSetTableAdapters.RolesTableAdapter rolesTableAdapter;
- private System.Windows.Forms.BindingSource rolesBindingSource;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private System.Windows.Forms.ComboBox cbFindPo;
- private System.Windows.Forms.Label lFindPo;
- private System.Windows.Forms.Label lFindPol;
- private System.Windows.Forms.ComboBox cbFindPol;
- private System.Windows.Forms.TextBox tbFindTxt;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button1;
- }
- }
|