AddMedic.Designer.cs 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. namespace SUBD_Medical_Staff
  2. {
  3. partial class AddMedic
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddMedic));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.panel1.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  39. | System.Windows.Forms.AnchorStyles.Right)));
  40. this.panel1.BackColor = System.Drawing.Color.White;
  41. this.panel1.Controls.Add(this.pictureBox1);
  42. this.panel1.Controls.Add(this.label2);
  43. this.panel1.Location = new System.Drawing.Point(12, 12);
  44. this.panel1.Name = "panel1";
  45. this.panel1.Size = new System.Drawing.Size(882, 139);
  46. this.panel1.TabIndex = 8;
  47. //
  48. // pictureBox1
  49. //
  50. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  51. this.pictureBox1.Location = new System.Drawing.Point(736, 3);
  52. this.pictureBox1.Name = "pictureBox1";
  53. this.pictureBox1.Size = new System.Drawing.Size(143, 136);
  54. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  55. this.pictureBox1.TabIndex = 1;
  56. this.pictureBox1.TabStop = false;
  57. //
  58. // label2
  59. //
  60. this.label2.AutoSize = true;
  61. this.label2.Font = new System.Drawing.Font("Arial", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  62. this.label2.Location = new System.Drawing.Point(15, 12);
  63. this.label2.Name = "label2";
  64. this.label2.Size = new System.Drawing.Size(515, 41);
  65. this.label2.TabIndex = 0;
  66. this.label2.Text = "Отдел кадров \"Heath Center\"";
  67. //
  68. // AddMedic
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 20F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.BackColor = System.Drawing.Color.White;
  73. this.ClientSize = new System.Drawing.Size(905, 557);
  74. this.Controls.Add(this.panel1);
  75. this.Font = new System.Drawing.Font("Arial Narrow", 11.25F);
  76. this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  77. this.Name = "AddMedic";
  78. this.Text = "AddMedic";
  79. this.panel1.ResumeLayout(false);
  80. this.panel1.PerformLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  82. this.ResumeLayout(false);
  83. }
  84. #endregion
  85. private System.Windows.Forms.Panel panel1;
  86. private System.Windows.Forms.PictureBox pictureBox1;
  87. private System.Windows.Forms.Label label2;
  88. }
  89. }