Form3.Designer.cs 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. 
  2. namespace Praktika5
  3. {
  4. partial class Form3
  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. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  30. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.statusStrip1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // statusStrip1
  35. //
  36. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  37. this.toolStripStatusLabel1});
  38. this.statusStrip1.Location = new System.Drawing.Point(0, 428);
  39. this.statusStrip1.Name = "statusStrip1";
  40. this.statusStrip1.Size = new System.Drawing.Size(800, 22);
  41. this.statusStrip1.TabIndex = 0;
  42. this.statusStrip1.Text = "statusStrip1";
  43. //
  44. // toolStripStatusLabel1
  45. //
  46. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  47. this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
  48. this.toolStripStatusLabel1.Text = "Дата:";
  49. //
  50. // Form3
  51. //
  52. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  53. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  54. this.ClientSize = new System.Drawing.Size(800, 450);
  55. this.Controls.Add(this.statusStrip1);
  56. this.Name = "Form3";
  57. this.Text = "Form3";
  58. this.statusStrip1.ResumeLayout(false);
  59. this.statusStrip1.PerformLayout();
  60. this.ResumeLayout(false);
  61. this.PerformLayout();
  62. }
  63. #endregion
  64. private System.Windows.Forms.StatusStrip statusStrip1;
  65. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  66. }
  67. }