| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- namespace PhotoStudioApp
- {
- partial class MainForm
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- private void InitializeComponent()
- {
- this.dgvOrders = new System.Windows.Forms.DataGridView();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnEdit = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnSearch = new System.Windows.Forms.Button();
- this.btnReport = new System.Windows.Forms.Button();
- this.btnLogout = new System.Windows.Forms.Button();
- this.btnServices = new System.Windows.Forms.Button();
- this.btnClients = new System.Windows.Forms.Button();
- this.lblTitle = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).BeginInit();
- this.SuspendLayout();
- //
- // dgvOrders
- //
- this.dgvOrders.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvOrders.Location = new System.Drawing.Point(27, 74);
- this.dgvOrders.Margin = new System.Windows.Forms.Padding(4);
- this.dgvOrders.MultiSelect = false;
- this.dgvOrders.Name = "dgvOrders";
- this.dgvOrders.ReadOnly = true;
- this.dgvOrders.RowHeadersWidth = 51;
- this.dgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvOrders.Size = new System.Drawing.Size(912, 431);
- this.dgvOrders.TabIndex = 0;
- //
- // btnAdd
- //
- this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnAdd.Location = new System.Drawing.Point(27, 517);
- this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(180, 40);
- this.btnAdd.TabIndex = 1;
- this.btnAdd.Text = "Добавить заказ";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnEdit
- //
- this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnEdit.Location = new System.Drawing.Point(215, 517);
- this.btnEdit.Margin = new System.Windows.Forms.Padding(4);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(180, 40);
- this.btnEdit.TabIndex = 2;
- this.btnEdit.Text = "Редактировать";
- this.btnEdit.UseVisualStyleBackColor = true;
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // btnDelete
- //
- this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnDelete.Location = new System.Drawing.Point(403, 517);
- this.btnDelete.Margin = new System.Windows.Forms.Padding(4);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(160, 40);
- this.btnDelete.TabIndex = 3;
- this.btnDelete.Text = "Удалить";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnSearch
- //
- this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnSearch.Location = new System.Drawing.Point(571, 517);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(180, 40);
- this.btnSearch.TabIndex = 4;
- this.btnSearch.Text = "Поиск по услуге";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnReport
- //
- this.btnReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnReport.Location = new System.Drawing.Point(759, 517);
- this.btnReport.Margin = new System.Windows.Forms.Padding(4);
- this.btnReport.Name = "btnReport";
- this.btnReport.Size = new System.Drawing.Size(180, 40);
- this.btnReport.TabIndex = 5;
- this.btnReport.Text = "Отчёт по датам";
- this.btnReport.UseVisualStyleBackColor = true;
- this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
- //
- // btnLogout
- //
- this.btnLogout.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnLogout.Location = new System.Drawing.Point(829, 565);
- this.btnLogout.Margin = new System.Windows.Forms.Padding(4);
- this.btnLogout.Name = "btnLogout";
- this.btnLogout.Size = new System.Drawing.Size(110, 40);
- this.btnLogout.TabIndex = 6;
- this.btnLogout.Text = "Выход";
- this.btnLogout.UseVisualStyleBackColor = true;
- this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
- //
- // btnServices
- //
- this.btnServices.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnServices.Location = new System.Drawing.Point(143, 564);
- this.btnServices.Name = "btnServices";
- this.btnServices.Size = new System.Drawing.Size(110, 40);
- this.btnServices.TabIndex = 8;
- this.btnServices.Text = "Услуги";
- this.btnServices.UseVisualStyleBackColor = true;
- this.btnServices.Click += new System.EventHandler(this.btnServices_Click);
- //
- // btnClients
- //
- this.btnClients.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnClients.Location = new System.Drawing.Point(27, 564);
- this.btnClients.Name = "btnClients";
- this.btnClients.Size = new System.Drawing.Size(110, 40);
- this.btnClients.TabIndex = 9;
- this.btnClients.Text = "Клиенты";
- this.btnClients.UseVisualStyleBackColor = true;
- this.btnClients.Click += new System.EventHandler(this.btnClients_Click);
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblTitle.Location = new System.Drawing.Point(27, 25);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(4);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(293, 29);
- this.lblTitle.TabIndex = 7;
- this.lblTitle.Text = "Управление заказами";
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(962, 623);
- this.Controls.Add(this.btnClients);
- this.Controls.Add(this.btnServices);
- this.Controls.Add(this.lblTitle);
- this.Controls.Add(this.btnLogout);
- this.Controls.Add(this.btnReport);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.btnDelete);
- this.Controls.Add(this.btnEdit);
- this.Controls.Add(this.btnAdd);
- this.Controls.Add(this.dgvOrders);
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Фотостудия - Главная";
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dgvOrders;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnSearch;
- private System.Windows.Forms.Button btnReport;
- private System.Windows.Forms.Button btnLogout;
- private System.Windows.Forms.Button btnServices;
- private System.Windows.Forms.Button btnClients;
- private System.Windows.Forms.Label lblTitle;
- }
- }
|