FormClient.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormClient
  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(FormClient));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.lblFIO = new System.Windows.Forms.Label();
  31. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  32. this.btnEdit = new System.Windows.Forms.Button();
  33. this.panel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  40. this.panel1.Controls.Add(this.btnEdit);
  41. this.panel1.Controls.Add(this.lblFIO);
  42. this.panel1.Controls.Add(this.pbxPhoto);
  43. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  44. this.panel1.Location = new System.Drawing.Point(0, 0);
  45. this.panel1.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(895, 92);
  48. this.panel1.TabIndex = 1;
  49. //
  50. // lblFIO
  51. //
  52. this.lblFIO.AutoSize = true;
  53. this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.lblFIO.Location = new System.Drawing.Point(200, 29);
  55. this.lblFIO.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  56. this.lblFIO.Name = "lblFIO";
  57. this.lblFIO.Size = new System.Drawing.Size(391, 37);
  58. this.lblFIO.TabIndex = 1;
  59. this.lblFIO.Text = "Фамилия Имя Отчество";
  60. //
  61. // pbxPhoto
  62. //
  63. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  64. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  65. this.pbxPhoto.Location = new System.Drawing.Point(803, 0);
  66. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  67. this.pbxPhoto.Name = "pbxPhoto";
  68. this.pbxPhoto.Size = new System.Drawing.Size(92, 92);
  69. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  70. this.pbxPhoto.TabIndex = 0;
  71. this.pbxPhoto.TabStop = false;
  72. //
  73. // btnEdit
  74. //
  75. this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  76. this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.btnEdit.Location = new System.Drawing.Point(694, 59);
  78. this.btnEdit.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  79. this.btnEdit.Name = "btnEdit";
  80. this.btnEdit.Size = new System.Drawing.Size(96, 28);
  81. this.btnEdit.TabIndex = 8;
  82. this.btnEdit.Text = "Редактировать";
  83. this.btnEdit.UseVisualStyleBackColor = false;
  84. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  85. //
  86. // FormClient
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.BackColor = System.Drawing.Color.White;
  91. this.ClientSize = new System.Drawing.Size(895, 475);
  92. this.Controls.Add(this.panel1);
  93. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  94. this.Name = "FormClient";
  95. this.Text = "СУБД Швейная фабрика";
  96. this.Load += new System.EventHandler(this.FormClient_Load);
  97. this.panel1.ResumeLayout(false);
  98. this.panel1.PerformLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  100. this.ResumeLayout(false);
  101. }
  102. #endregion
  103. private System.Windows.Forms.Panel panel1;
  104. private System.Windows.Forms.Label lblFIO;
  105. private System.Windows.Forms.PictureBox pbxPhoto;
  106. private System.Windows.Forms.Button btnEdit;
  107. }
  108. }