VidInstrumenta.Designer.cs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. namespace proba
  2. {
  3. partial class VidInstrumenta
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.panel1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // panel1
  34. //
  35. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21)))));
  36. this.panel1.Controls.Add(this.label2);
  37. this.panel1.Location = new System.Drawing.Point(0, -6);
  38. this.panel1.Name = "panel1";
  39. this.panel1.Size = new System.Drawing.Size(801, 463);
  40. this.panel1.TabIndex = 1;
  41. //
  42. // label2
  43. //
  44. this.label2.AutoSize = true;
  45. this.label2.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.label2.Location = new System.Drawing.Point(30, 25);
  47. this.label2.Name = "label2";
  48. this.label2.Size = new System.Drawing.Size(287, 36);
  49. this.label2.TabIndex = 2;
  50. this.label2.Text = "Виды инструмента";
  51. //
  52. // VidInstrumenta
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(800, 450);
  57. this.Controls.Add(this.panel1);
  58. this.Name = "VidInstrumenta";
  59. this.Text = "VidInstrumenta";
  60. this.Load += new System.EventHandler(this.VidInstrumenta_Load);
  61. this.panel1.ResumeLayout(false);
  62. this.panel1.PerformLayout();
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private System.Windows.Forms.Panel panel1;
  67. private System.Windows.Forms.Label label2;
  68. }
  69. }