SummaSaleDay.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. 
  2. namespace proba
  3. {
  4. partial class SummaSaleDay
  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(SummaSaleDay));
  30. this.text_day = new System.Windows.Forms.TextBox();
  31. this.text_summa = new System.Windows.Forms.TextBox();
  32. this.label_day = new System.Windows.Forms.Label();
  33. this.label_summa = new System.Windows.Forms.Label();
  34. this.button_back = new System.Windows.Forms.Button();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // text_day
  39. //
  40. this.text_day.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  41. this.text_day.Location = new System.Drawing.Point(34, 93);
  42. this.text_day.MaxLength = 25;
  43. this.text_day.Name = "text_day";
  44. this.text_day.Size = new System.Drawing.Size(210, 29);
  45. this.text_day.TabIndex = 25;
  46. this.text_day.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  47. this.text_day.Enter += new System.EventHandler(this.text_day_Enter);
  48. this.text_day.Leave += new System.EventHandler(this.text_day_Leave);
  49. //
  50. // text_summa
  51. //
  52. this.text_summa.BackColor = System.Drawing.SystemColors.Window;
  53. this.text_summa.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.text_summa.Location = new System.Drawing.Point(327, 93);
  55. this.text_summa.MaxLength = 25;
  56. this.text_summa.Name = "text_summa";
  57. this.text_summa.ReadOnly = true;
  58. this.text_summa.Size = new System.Drawing.Size(210, 29);
  59. this.text_summa.TabIndex = 25;
  60. this.text_summa.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  61. //
  62. // label_day
  63. //
  64. this.label_day.AutoSize = true;
  65. this.label_day.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  66. this.label_day.Location = new System.Drawing.Point(69, 66);
  67. this.label_day.Name = "label_day";
  68. this.label_day.Size = new System.Drawing.Size(138, 24);
  69. this.label_day.TabIndex = 28;
  70. this.label_day.Text = "Введите день";
  71. //
  72. // label_summa
  73. //
  74. this.label_summa.AutoSize = true;
  75. this.label_summa.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  76. this.label_summa.Location = new System.Drawing.Point(330, 42);
  77. this.label_summa.Name = "label_summa";
  78. this.label_summa.Size = new System.Drawing.Size(203, 48);
  79. this.label_summa.TabIndex = 29;
  80. this.label_summa.Text = "Общая сумма продаж\r\nза этот день";
  81. this.label_summa.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  82. //
  83. // button_back
  84. //
  85. this.button_back.BackColor = System.Drawing.Color.Gray;
  86. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  87. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  89. this.button_back.Location = new System.Drawing.Point(46, 176);
  90. this.button_back.Name = "button_back";
  91. this.button_back.Size = new System.Drawing.Size(111, 30);
  92. this.button_back.TabIndex = 32;
  93. this.button_back.Text = "Назад";
  94. this.button_back.UseVisualStyleBackColor = false;
  95. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  96. //
  97. // button1
  98. //
  99. this.button1.BackColor = System.Drawing.Color.Gray;
  100. this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  101. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  103. this.button1.Location = new System.Drawing.Point(400, 176);
  104. this.button1.Name = "button1";
  105. this.button1.Size = new System.Drawing.Size(111, 30);
  106. this.button1.TabIndex = 33;
  107. this.button1.Text = "Посчитать";
  108. this.button1.UseVisualStyleBackColor = false;
  109. this.button1.Click += new System.EventHandler(this.button1_Click);
  110. //
  111. // SummaSaleDay
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  116. this.ClientSize = new System.Drawing.Size(592, 229);
  117. this.Controls.Add(this.button1);
  118. this.Controls.Add(this.button_back);
  119. this.Controls.Add(this.label_summa);
  120. this.Controls.Add(this.label_day);
  121. this.Controls.Add(this.text_summa);
  122. this.Controls.Add(this.text_day);
  123. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  124. this.MaximumSize = new System.Drawing.Size(608, 268);
  125. this.MinimumSize = new System.Drawing.Size(608, 268);
  126. this.Name = "SummaSaleDay";
  127. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  128. this.Text = "Сумма продаж за день";
  129. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  130. this.Load += new System.EventHandler(this.SummaSaleDay_Load);
  131. this.ResumeLayout(false);
  132. this.PerformLayout();
  133. }
  134. #endregion
  135. private System.Windows.Forms.TextBox text_day;
  136. private System.Windows.Forms.TextBox text_summa;
  137. private System.Windows.Forms.Label label_day;
  138. private System.Windows.Forms.Label label_summa;
  139. private System.Windows.Forms.Button button_back;
  140. private System.Windows.Forms.Button button1;
  141. }
  142. }