FormExport.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormExport
  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(FormExport));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  32. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  33. this.panel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // panel1
  39. //
  40. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  41. this.panel1.Controls.Add(this.label1);
  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(24, 12, 24, 12);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(800, 82);
  48. this.panel1.TabIndex = 3;
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.label1.Location = new System.Drawing.Point(76, 22);
  55. this.label1.Margin = new System.Windows.Forms.Padding(24, 0, 24, 0);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(399, 37);
  58. this.label1.TabIndex = 1;
  59. this.label1.Text = "Создание нового заказа";
  60. //
  61. // dataGridView1
  62. //
  63. this.dataGridView1.AllowUserToAddRows = false;
  64. this.dataGridView1.AllowUserToDeleteRows = false;
  65. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  66. this.dataGridView1.Location = new System.Drawing.Point(12, 97);
  67. this.dataGridView1.Name = "dataGridView1";
  68. this.dataGridView1.ReadOnly = true;
  69. this.dataGridView1.Size = new System.Drawing.Size(776, 341);
  70. this.dataGridView1.TabIndex = 4;
  71. //
  72. // pbxPhoto
  73. //
  74. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  75. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  76. this.pbxPhoto.Location = new System.Drawing.Point(596, 0);
  77. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(24, 12, 24, 12);
  78. this.pbxPhoto.Name = "pbxPhoto";
  79. this.pbxPhoto.Size = new System.Drawing.Size(204, 82);
  80. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  81. this.pbxPhoto.TabIndex = 0;
  82. this.pbxPhoto.TabStop = false;
  83. //
  84. // FormExport
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.BackColor = System.Drawing.Color.White;
  89. this.ClientSize = new System.Drawing.Size(800, 450);
  90. this.Controls.Add(this.dataGridView1);
  91. this.Controls.Add(this.panel1);
  92. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  93. this.MaximizeBox = false;
  94. this.MaximumSize = new System.Drawing.Size(816, 489);
  95. this.MinimizeBox = false;
  96. this.MinimumSize = new System.Drawing.Size(816, 489);
  97. this.Name = "FormExport";
  98. this.Text = "СУБД Швейная фабрика";
  99. this.panel1.ResumeLayout(false);
  100. this.panel1.PerformLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private System.Windows.Forms.Panel panel1;
  107. private System.Windows.Forms.Label label1;
  108. private System.Windows.Forms.PictureBox pbxPhoto;
  109. private System.Windows.Forms.DataGridView dataGridView1;
  110. }
  111. }