FormWorkPlace.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. namespace СУБД_Техносервис
  2. {
  3. partial class FormWorkPlace
  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(FormWorkPlace));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.panel1.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  39. this.panel1.Controls.Add(this.label1);
  40. this.panel1.Controls.Add(this.pictureBox1);
  41. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  42. this.panel1.Location = new System.Drawing.Point(0, 0);
  43. this.panel1.Name = "panel1";
  44. this.panel1.Size = new System.Drawing.Size(454, 100);
  45. this.panel1.TabIndex = 1;
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  51. this.label1.Location = new System.Drawing.Point(35, 31);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(123, 37);
  54. this.label1.TabIndex = 1;
  55. this.label1.Text = "Рабочая";
  56. //
  57. // pictureBox1
  58. //
  59. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  60. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  61. this.pictureBox1.Location = new System.Drawing.Point(310, 0);
  62. this.pictureBox1.Name = "pictureBox1";
  63. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  64. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  65. this.pictureBox1.TabIndex = 0;
  66. this.pictureBox1.TabStop = false;
  67. //
  68. // FormWorkPlace
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.BackColor = System.Drawing.Color.White;
  73. this.ClientSize = new System.Drawing.Size(454, 350);
  74. this.Controls.Add(this.panel1);
  75. this.Font = new System.Drawing.Font("Arial Narrow", 9F);
  76. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  77. this.Name = "FormWorkPlace";
  78. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  79. this.Text = "ООО \"Техносервис\"";
  80. this.panel1.ResumeLayout(false);
  81. this.panel1.PerformLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  83. this.ResumeLayout(false);
  84. }
  85. #endregion
  86. private System.Windows.Forms.Panel panel1;
  87. private System.Windows.Forms.Label label1;
  88. private System.Windows.Forms.PictureBox pictureBox1;
  89. }
  90. }