MainForm.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace PhotoStudioApp
  2. {
  3. partial class MainForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. #region Windows Form Designer generated code
  15. private void InitializeComponent()
  16. {
  17. this.dgvOrders = new System.Windows.Forms.DataGridView();
  18. this.btnAdd = new System.Windows.Forms.Button();
  19. this.btnEdit = new System.Windows.Forms.Button();
  20. this.btnDelete = new System.Windows.Forms.Button();
  21. this.btnSearch = new System.Windows.Forms.Button();
  22. this.btnReport = new System.Windows.Forms.Button();
  23. this.btnLogout = new System.Windows.Forms.Button();
  24. this.btnServices = new System.Windows.Forms.Button();
  25. this.btnClients = new System.Windows.Forms.Button();
  26. this.lblTitle = new System.Windows.Forms.Label();
  27. ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).BeginInit();
  28. this.SuspendLayout();
  29. //
  30. // dgvOrders
  31. //
  32. this.dgvOrders.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  33. this.dgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  34. this.dgvOrders.Location = new System.Drawing.Point(27, 74);
  35. this.dgvOrders.Margin = new System.Windows.Forms.Padding(4);
  36. this.dgvOrders.MultiSelect = false;
  37. this.dgvOrders.Name = "dgvOrders";
  38. this.dgvOrders.ReadOnly = true;
  39. this.dgvOrders.RowHeadersWidth = 51;
  40. this.dgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  41. this.dgvOrders.Size = new System.Drawing.Size(912, 431);
  42. this.dgvOrders.TabIndex = 0;
  43. //
  44. // btnAdd
  45. //
  46. this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  47. this.btnAdd.Location = new System.Drawing.Point(27, 517);
  48. this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
  49. this.btnAdd.Name = "btnAdd";
  50. this.btnAdd.Size = new System.Drawing.Size(180, 40);
  51. this.btnAdd.TabIndex = 1;
  52. this.btnAdd.Text = "Добавить заказ";
  53. this.btnAdd.UseVisualStyleBackColor = true;
  54. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  55. //
  56. // btnEdit
  57. //
  58. this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.btnEdit.Location = new System.Drawing.Point(215, 517);
  60. this.btnEdit.Margin = new System.Windows.Forms.Padding(4);
  61. this.btnEdit.Name = "btnEdit";
  62. this.btnEdit.Size = new System.Drawing.Size(180, 40);
  63. this.btnEdit.TabIndex = 2;
  64. this.btnEdit.Text = "Редактировать";
  65. this.btnEdit.UseVisualStyleBackColor = true;
  66. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  67. //
  68. // btnDelete
  69. //
  70. this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.btnDelete.Location = new System.Drawing.Point(403, 517);
  72. this.btnDelete.Margin = new System.Windows.Forms.Padding(4);
  73. this.btnDelete.Name = "btnDelete";
  74. this.btnDelete.Size = new System.Drawing.Size(160, 40);
  75. this.btnDelete.TabIndex = 3;
  76. this.btnDelete.Text = "Удалить";
  77. this.btnDelete.UseVisualStyleBackColor = true;
  78. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  79. //
  80. // btnSearch
  81. //
  82. this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.btnSearch.Location = new System.Drawing.Point(571, 517);
  84. this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
  85. this.btnSearch.Name = "btnSearch";
  86. this.btnSearch.Size = new System.Drawing.Size(180, 40);
  87. this.btnSearch.TabIndex = 4;
  88. this.btnSearch.Text = "Поиск по услуге";
  89. this.btnSearch.UseVisualStyleBackColor = true;
  90. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  91. //
  92. // btnReport
  93. //
  94. this.btnReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.btnReport.Location = new System.Drawing.Point(759, 517);
  96. this.btnReport.Margin = new System.Windows.Forms.Padding(4);
  97. this.btnReport.Name = "btnReport";
  98. this.btnReport.Size = new System.Drawing.Size(180, 40);
  99. this.btnReport.TabIndex = 5;
  100. this.btnReport.Text = "Отчёт по датам";
  101. this.btnReport.UseVisualStyleBackColor = true;
  102. this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
  103. //
  104. // btnLogout
  105. //
  106. this.btnLogout.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  107. this.btnLogout.Location = new System.Drawing.Point(829, 565);
  108. this.btnLogout.Margin = new System.Windows.Forms.Padding(4);
  109. this.btnLogout.Name = "btnLogout";
  110. this.btnLogout.Size = new System.Drawing.Size(110, 40);
  111. this.btnLogout.TabIndex = 6;
  112. this.btnLogout.Text = "Выход";
  113. this.btnLogout.UseVisualStyleBackColor = true;
  114. this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
  115. //
  116. // btnServices
  117. //
  118. this.btnServices.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  119. this.btnServices.Location = new System.Drawing.Point(143, 564);
  120. this.btnServices.Name = "btnServices";
  121. this.btnServices.Size = new System.Drawing.Size(110, 40);
  122. this.btnServices.TabIndex = 8;
  123. this.btnServices.Text = "Услуги";
  124. this.btnServices.UseVisualStyleBackColor = true;
  125. this.btnServices.Click += new System.EventHandler(this.btnServices_Click);
  126. //
  127. // btnClients
  128. //
  129. this.btnClients.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.btnClients.Location = new System.Drawing.Point(27, 564);
  131. this.btnClients.Name = "btnClients";
  132. this.btnClients.Size = new System.Drawing.Size(110, 40);
  133. this.btnClients.TabIndex = 9;
  134. this.btnClients.Text = "Клиенты";
  135. this.btnClients.UseVisualStyleBackColor = true;
  136. this.btnClients.Click += new System.EventHandler(this.btnClients_Click);
  137. //
  138. // lblTitle
  139. //
  140. this.lblTitle.AutoSize = true;
  141. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.lblTitle.Location = new System.Drawing.Point(27, 25);
  143. this.lblTitle.Margin = new System.Windows.Forms.Padding(4);
  144. this.lblTitle.Name = "lblTitle";
  145. this.lblTitle.Size = new System.Drawing.Size(293, 29);
  146. this.lblTitle.TabIndex = 7;
  147. this.lblTitle.Text = "Управление заказами";
  148. //
  149. // MainForm
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(962, 623);
  154. this.Controls.Add(this.btnClients);
  155. this.Controls.Add(this.btnServices);
  156. this.Controls.Add(this.lblTitle);
  157. this.Controls.Add(this.btnLogout);
  158. this.Controls.Add(this.btnReport);
  159. this.Controls.Add(this.btnSearch);
  160. this.Controls.Add(this.btnDelete);
  161. this.Controls.Add(this.btnEdit);
  162. this.Controls.Add(this.btnAdd);
  163. this.Controls.Add(this.dgvOrders);
  164. this.Margin = new System.Windows.Forms.Padding(4);
  165. this.Name = "MainForm";
  166. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  167. this.Text = "Фотостудия - Главная";
  168. ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).EndInit();
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private System.Windows.Forms.DataGridView dgvOrders;
  174. private System.Windows.Forms.Button btnAdd;
  175. private System.Windows.Forms.Button btnEdit;
  176. private System.Windows.Forms.Button btnDelete;
  177. private System.Windows.Forms.Button btnSearch;
  178. private System.Windows.Forms.Button btnReport;
  179. private System.Windows.Forms.Button btnLogout;
  180. private System.Windows.Forms.Button btnServices;
  181. private System.Windows.Forms.Button btnClients;
  182. private System.Windows.Forms.Label lblTitle;
  183. }
  184. }