fStorekeeper.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace Швейная_фабрика
  2. {
  3. partial class fStorekeeper
  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.pnlLogo = new System.Windows.Forms.Panel();
  29. this.pnlTItle = new System.Windows.Forms.Panel();
  30. this.lblTitle = new System.Windows.Forms.Label();
  31. this.pbxLogo = new System.Windows.Forms.PictureBox();
  32. this.pnlLogo.SuspendLayout();
  33. this.pnlTItle.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // pnlLogo
  38. //
  39. this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  40. this.pnlLogo.Controls.Add(this.pnlTItle);
  41. this.pnlLogo.Controls.Add(this.pbxLogo);
  42. this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top;
  43. this.pnlLogo.Location = new System.Drawing.Point(0, 0);
  44. this.pnlLogo.Name = "pnlLogo";
  45. this.pnlLogo.Size = new System.Drawing.Size(800, 64);
  46. this.pnlLogo.TabIndex = 20;
  47. //
  48. // pnlTItle
  49. //
  50. this.pnlTItle.Controls.Add(this.lblTitle);
  51. this.pnlTItle.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.pnlTItle.Location = new System.Drawing.Point(64, 0);
  53. this.pnlTItle.Name = "pnlTItle";
  54. this.pnlTItle.Size = new System.Drawing.Size(734, 62);
  55. this.pnlTItle.TabIndex = 2;
  56. //
  57. // lblTitle
  58. //
  59. this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  60. this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  62. this.lblTitle.Location = new System.Drawing.Point(0, 0);
  63. this.lblTitle.Name = "lblTitle";
  64. this.lblTitle.Size = new System.Drawing.Size(734, 62);
  65. this.lblTitle.TabIndex = 0;
  66. this.lblTitle.Text = "Швейная фабрика";
  67. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  68. //
  69. // pbxLogo
  70. //
  71. this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  72. this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left;
  73. this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  74. this.pbxLogo.Location = new System.Drawing.Point(0, 0);
  75. this.pbxLogo.Name = "pbxLogo";
  76. this.pbxLogo.Size = new System.Drawing.Size(64, 62);
  77. this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  78. this.pbxLogo.TabIndex = 1;
  79. this.pbxLogo.TabStop = false;
  80. //
  81. // fStorekeeper
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.ClientSize = new System.Drawing.Size(800, 450);
  86. this.Controls.Add(this.pnlLogo);
  87. this.Name = "fStorekeeper";
  88. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  89. this.Text = "Швейная фабрика";
  90. this.Load += new System.EventHandler(this.fStorekeeper_Load);
  91. this.pnlLogo.ResumeLayout(false);
  92. this.pnlTItle.ResumeLayout(false);
  93. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private System.Windows.Forms.Panel pnlLogo;
  98. private System.Windows.Forms.Panel pnlTItle;
  99. private System.Windows.Forms.Label lblTitle;
  100. private System.Windows.Forms.PictureBox pbxLogo;
  101. }
  102. }