123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
-
- namespace proba
- {
- partial class SummaSaleDay
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SummaSaleDay));
- this.text_day = new System.Windows.Forms.TextBox();
- this.text_summa = new System.Windows.Forms.TextBox();
- this.label_day = new System.Windows.Forms.Label();
- this.label_summa = new System.Windows.Forms.Label();
- this.button_back = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // text_day
- //
- this.text_day.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_day.Location = new System.Drawing.Point(34, 93);
- this.text_day.MaxLength = 25;
- this.text_day.Name = "text_day";
- this.text_day.Size = new System.Drawing.Size(210, 29);
- this.text_day.TabIndex = 25;
- this.text_day.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.text_day.Enter += new System.EventHandler(this.text_day_Enter);
- this.text_day.Leave += new System.EventHandler(this.text_day_Leave);
- //
- // text_summa
- //
- this.text_summa.BackColor = System.Drawing.SystemColors.Window;
- this.text_summa.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_summa.Location = new System.Drawing.Point(327, 93);
- this.text_summa.MaxLength = 25;
- this.text_summa.Name = "text_summa";
- this.text_summa.ReadOnly = true;
- this.text_summa.Size = new System.Drawing.Size(210, 29);
- this.text_summa.TabIndex = 25;
- this.text_summa.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label_day
- //
- this.label_day.AutoSize = true;
- this.label_day.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
- this.label_day.Location = new System.Drawing.Point(69, 66);
- this.label_day.Name = "label_day";
- this.label_day.Size = new System.Drawing.Size(138, 24);
- this.label_day.TabIndex = 28;
- this.label_day.Text = "Введите день";
- //
- // label_summa
- //
- this.label_summa.AutoSize = true;
- this.label_summa.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
- this.label_summa.Location = new System.Drawing.Point(330, 42);
- this.label_summa.Name = "label_summa";
- this.label_summa.Size = new System.Drawing.Size(203, 48);
- this.label_summa.TabIndex = 29;
- this.label_summa.Text = "Общая сумма продаж\r\nза этот день";
- this.label_summa.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.Gray;
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(46, 176);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(111, 30);
- this.button_back.TabIndex = 32;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Gray;
- this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button1.Location = new System.Drawing.Point(400, 176);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(111, 30);
- this.button1.TabIndex = 33;
- this.button1.Text = "Посчитать";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // SummaSaleDay
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.ClientSize = new System.Drawing.Size(592, 229);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.button_back);
- this.Controls.Add(this.label_summa);
- this.Controls.Add(this.label_day);
- this.Controls.Add(this.text_summa);
- this.Controls.Add(this.text_day);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(608, 268);
- this.MinimumSize = new System.Drawing.Size(608, 268);
- this.Name = "SummaSaleDay";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Сумма продаж за день";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
- this.Load += new System.EventHandler(this.SummaSaleDay_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox text_day;
- private System.Windows.Forms.TextBox text_summa;
- private System.Windows.Forms.Label label_day;
- private System.Windows.Forms.Label label_summa;
- private System.Windows.Forms.Button button_back;
- private System.Windows.Forms.Button button1;
- }
- }
|