Date.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class Date
  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(Date));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.button_back = new System.Windows.Forms.Button();
  31. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // dataGridView1
  35. //
  36. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  37. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  38. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  39. this.dataGridView1.Name = "dataGridView1";
  40. this.dataGridView1.Size = new System.Drawing.Size(864, 321);
  41. this.dataGridView1.TabIndex = 2;
  42. //
  43. // button_back
  44. //
  45. this.button_back.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.button_back.Location = new System.Drawing.Point(12, 343);
  47. this.button_back.Name = "button_back";
  48. this.button_back.Size = new System.Drawing.Size(121, 37);
  49. this.button_back.TabIndex = 27;
  50. this.button_back.Text = "Назад";
  51. this.button_back.UseVisualStyleBackColor = true;
  52. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  53. //
  54. // Date
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.BackColor = System.Drawing.Color.LightSkyBlue;
  59. this.ClientSize = new System.Drawing.Size(888, 392);
  60. this.Controls.Add(this.button_back);
  61. this.Controls.Add(this.dataGridView1);
  62. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  63. this.Name = "Date";
  64. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  65. this.Text = "Общая таблица";
  66. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  67. this.Load += new System.EventHandler(this.Date_Load);
  68. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  69. this.ResumeLayout(false);
  70. }
  71. #endregion
  72. private System.Windows.Forms.DataGridView dataGridView1;
  73. private System.Windows.Forms.Button button_back;
  74. }
  75. }