EditionAdd.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 
  2. namespace proba
  3. {
  4. partial class EditionAdd
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditionAdd));
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.button_back = new System.Windows.Forms.Button();
  33. this.button_save = new System.Windows.Forms.Button();
  34. this.label_header = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // textBox1
  38. //
  39. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  40. this.textBox1.Location = new System.Drawing.Point(166, 95);
  41. this.textBox1.MaxLength = 25;
  42. this.textBox1.Name = "textBox1";
  43. this.textBox1.Size = new System.Drawing.Size(210, 29);
  44. this.textBox1.TabIndex = 19;
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  50. this.label1.Location = new System.Drawing.Point(21, 100);
  51. this.label1.Name = "label1";
  52. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  53. this.label1.Size = new System.Drawing.Size(139, 24);
  54. this.label1.TabIndex = 20;
  55. this.label1.Text = "Издательство";
  56. //
  57. // button_back
  58. //
  59. this.button_back.BackColor = System.Drawing.Color.Gray;
  60. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  61. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  63. this.button_back.Location = new System.Drawing.Point(63, 154);
  64. this.button_back.Name = "button_back";
  65. this.button_back.Size = new System.Drawing.Size(111, 30);
  66. this.button_back.TabIndex = 21;
  67. this.button_back.Text = "Назад";
  68. this.button_back.UseVisualStyleBackColor = false;
  69. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  70. //
  71. // button_save
  72. //
  73. this.button_save.BackColor = System.Drawing.Color.Gray;
  74. this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
  75. this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  77. this.button_save.Location = new System.Drawing.Point(232, 154);
  78. this.button_save.Name = "button_save";
  79. this.button_save.Size = new System.Drawing.Size(111, 30);
  80. this.button_save.TabIndex = 22;
  81. this.button_save.Text = "Сохранить";
  82. this.button_save.UseVisualStyleBackColor = false;
  83. this.button_save.Click += new System.EventHandler(this.button_save_Click);
  84. //
  85. // label_header
  86. //
  87. this.label_header.AutoSize = true;
  88. this.label_header.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.label_header.Location = new System.Drawing.Point(27, 32);
  90. this.label_header.Name = "label_header";
  91. this.label_header.Size = new System.Drawing.Size(380, 26);
  92. this.label_header.TabIndex = 33;
  93. this.label_header.Text = "ДОБАВЛЕНИЕ ИЗДАТЕЛЬСТВА";
  94. //
  95. // EditionAdd
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  100. this.ClientSize = new System.Drawing.Size(419, 206);
  101. this.Controls.Add(this.label_header);
  102. this.Controls.Add(this.button_save);
  103. this.Controls.Add(this.button_back);
  104. this.Controls.Add(this.label1);
  105. this.Controls.Add(this.textBox1);
  106. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  107. this.Name = "EditionAdd";
  108. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  109. this.Text = "Добавление издательства";
  110. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private System.Windows.Forms.TextBox textBox1;
  116. private System.Windows.Forms.Label label1;
  117. private System.Windows.Forms.Button button_back;
  118. private System.Windows.Forms.Button button_save;
  119. private System.Windows.Forms.Label label_header;
  120. }
  121. }