123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
-
- namespace ARM_spec_otdelenia
- {
- partial class AddEditZdor
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.backBtn = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.trudosposobText = new System.Windows.Forms.TextBox();
- this.saveBtn = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.lekarstvaText = new System.Windows.Forms.TextBox();
- this.zabolevanieText = new System.Windows.Forms.TextBox();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(74, 24);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(548, 45);
- this.label1.TabIndex = 0;
- this.label1.Text = "Добавить/редактировать здоровье";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(684, 95);
- this.panel1.TabIndex = 2;
- //
- // backBtn
- //
- this.backBtn.BackColor = System.Drawing.Color.White;
- this.backBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
- this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
- this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.backBtn.ForeColor = System.Drawing.Color.Black;
- this.backBtn.Location = new System.Drawing.Point(406, 269);
- this.backBtn.Name = "backBtn";
- this.backBtn.Size = new System.Drawing.Size(146, 35);
- this.backBtn.TabIndex = 24;
- this.backBtn.Text = "Отмена";
- this.backBtn.UseVisualStyleBackColor = false;
- this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave);
- this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.Location = new System.Drawing.Point(11, 160);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(265, 38);
- this.label4.TabIndex = 23;
- this.label4.Text = "Трудоспособность:";
- //
- // trudosposobText
- //
- this.trudosposobText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.trudosposobText.Location = new System.Drawing.Point(293, 157);
- this.trudosposobText.Name = "trudosposobText";
- this.trudosposobText.Size = new System.Drawing.Size(379, 45);
- this.trudosposobText.TabIndex = 22;
- //
- // saveBtn
- //
- this.saveBtn.BackColor = System.Drawing.Color.White;
- this.saveBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.saveBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
- this.saveBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
- this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.saveBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.saveBtn.ForeColor = System.Drawing.Color.Black;
- this.saveBtn.Location = new System.Drawing.Point(130, 269);
- this.saveBtn.Name = "saveBtn";
- this.saveBtn.Size = new System.Drawing.Size(146, 35);
- this.saveBtn.TabIndex = 21;
- this.saveBtn.Text = "Сохранить";
- this.saveBtn.UseVisualStyleBackColor = false;
- this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
- this.saveBtn.MouseLeave += new System.EventHandler(this.saveBtn_MouseLeave);
- this.saveBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.saveBtn_MouseMove);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(12, 211);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(156, 38);
- this.label3.TabIndex = 20;
- this.label3.Text = "Лекарства:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(11, 109);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(192, 38);
- this.label2.TabIndex = 19;
- this.label2.Text = "Заболевание:";
- //
- // lekarstvaText
- //
- this.lekarstvaText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lekarstvaText.Location = new System.Drawing.Point(293, 208);
- this.lekarstvaText.Name = "lekarstvaText";
- this.lekarstvaText.Size = new System.Drawing.Size(379, 45);
- this.lekarstvaText.TabIndex = 18;
- //
- // zabolevanieText
- //
- this.zabolevanieText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.zabolevanieText.Location = new System.Drawing.Point(293, 106);
- this.zabolevanieText.Name = "zabolevanieText";
- this.zabolevanieText.Size = new System.Drawing.Size(379, 45);
- this.zabolevanieText.TabIndex = 17;
- //
- // AddEditZdor
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(684, 311);
- this.Controls.Add(this.backBtn);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.trudosposobText);
- this.Controls.Add(this.saveBtn);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.lekarstvaText);
- this.Controls.Add(this.zabolevanieText);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "AddEditZdor";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Форма добавления/редактирования здоровья";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button backBtn;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button saveBtn;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- public System.Windows.Forms.TextBox trudosposobText;
- public System.Windows.Forms.TextBox lekarstvaText;
- public System.Windows.Forms.TextBox zabolevanieText;
- }
- }
|