Form1.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. 
  2. namespace ShtukoSpecOdejda
  3. {
  4. partial class FMain
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Код, автоматически созданный конструктором форм Windows
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.butPolych = new System.Windows.Forms.Button();
  31. this.butRab = new System.Windows.Forms.Button();
  32. this.butSpec = new System.Windows.Forms.Button();
  33. this.butCeh = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  40. this.label1.ForeColor = System.Drawing.SystemColors.MenuHighlight;
  41. this.label1.Location = new System.Drawing.Point(72, 60);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(318, 25);
  44. this.label1.TabIndex = 0;
  45. this.label1.Text = "База данных \"Спец одежда\"";
  46. //
  47. // butPolych
  48. //
  49. this.butPolych.Location = new System.Drawing.Point(158, 122);
  50. this.butPolych.Name = "butPolych";
  51. this.butPolych.Size = new System.Drawing.Size(147, 40);
  52. this.butPolych.TabIndex = 1;
  53. this.butPolych.Text = "Таблица \"Получение\"";
  54. this.butPolych.UseVisualStyleBackColor = true;
  55. this.butPolych.Click += new System.EventHandler(this.butPolych_Click);
  56. //
  57. // butRab
  58. //
  59. this.butRab.Location = new System.Drawing.Point(158, 168);
  60. this.butRab.Name = "butRab";
  61. this.butRab.Size = new System.Drawing.Size(147, 37);
  62. this.butRab.TabIndex = 2;
  63. this.butRab.Text = "Таблица \"Работник\"";
  64. this.butRab.UseVisualStyleBackColor = true;
  65. this.butRab.Click += new System.EventHandler(this.button1_Click);
  66. //
  67. // butSpec
  68. //
  69. this.butSpec.Location = new System.Drawing.Point(158, 211);
  70. this.butSpec.Name = "butSpec";
  71. this.butSpec.Size = new System.Drawing.Size(147, 38);
  72. this.butSpec.TabIndex = 3;
  73. this.butSpec.Text = "Таблица \"Спец одежда\"";
  74. this.butSpec.UseVisualStyleBackColor = true;
  75. this.butSpec.Click += new System.EventHandler(this.butSpec_Click);
  76. //
  77. // butCeh
  78. //
  79. this.butCeh.Location = new System.Drawing.Point(158, 255);
  80. this.butCeh.Name = "butCeh";
  81. this.butCeh.Size = new System.Drawing.Size(147, 39);
  82. this.butCeh.TabIndex = 4;
  83. this.butCeh.Text = "Таблица \"Цех\"";
  84. this.butCeh.UseVisualStyleBackColor = true;
  85. this.butCeh.Click += new System.EventHandler(this.butCeh_Click);
  86. //
  87. // FMain
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.BackgroundImage = global::ShtukoSpecOdejda.Properties.Resources.img1_akspic_ru_temnota_liniya_chernyy_polnoch_monoxromnyj_rejim_2400x1400;
  92. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  93. this.ClientSize = new System.Drawing.Size(449, 356);
  94. this.Controls.Add(this.butCeh);
  95. this.Controls.Add(this.butSpec);
  96. this.Controls.Add(this.butRab);
  97. this.Controls.Add(this.butPolych);
  98. this.Controls.Add(this.label1);
  99. this.Name = "FMain";
  100. this.Text = "Таблица \"Получение\"";
  101. this.ResumeLayout(false);
  102. this.PerformLayout();
  103. }
  104. #endregion
  105. private System.Windows.Forms.Label label1;
  106. private System.Windows.Forms.Button butPolych;
  107. private System.Windows.Forms.Button butRab;
  108. private System.Windows.Forms.Button butSpec;
  109. private System.Windows.Forms.Button butCeh;
  110. }
  111. }