AddEditUslugi.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class AddEditUslugi
  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. this.label1 = new System.Windows.Forms.Label();
  30. this.backBtn = new System.Windows.Forms.Button();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.priceText = new System.Windows.Forms.TextBox();
  33. this.saveBtn = new System.Windows.Forms.Button();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.nameText = new System.Windows.Forms.TextBox();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.label1.ForeColor = System.Drawing.Color.White;
  45. this.label1.Location = new System.Drawing.Point(74, 24);
  46. this.label1.Name = "label1";
  47. this.label1.Size = new System.Drawing.Size(516, 45);
  48. this.label1.TabIndex = 0;
  49. this.label1.Text = "Добавить/редактировать услуги";
  50. //
  51. // backBtn
  52. //
  53. this.backBtn.BackColor = System.Drawing.Color.White;
  54. this.backBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  55. this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  56. this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  57. this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  58. this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  59. this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.backBtn.ForeColor = System.Drawing.Color.Black;
  61. this.backBtn.Location = new System.Drawing.Point(404, 216);
  62. this.backBtn.Name = "backBtn";
  63. this.backBtn.Size = new System.Drawing.Size(146, 35);
  64. this.backBtn.TabIndex = 40;
  65. this.backBtn.Text = "Отмена";
  66. this.backBtn.UseVisualStyleBackColor = false;
  67. this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave);
  68. this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove);
  69. //
  70. // label4
  71. //
  72. this.label4.AutoSize = true;
  73. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.label4.Location = new System.Drawing.Point(11, 165);
  75. this.label4.Name = "label4";
  76. this.label4.Size = new System.Drawing.Size(163, 38);
  77. this.label4.TabIndex = 39;
  78. this.label4.Text = "Стоимость:";
  79. //
  80. // priceText
  81. //
  82. this.priceText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.priceText.Location = new System.Drawing.Point(293, 162);
  84. this.priceText.Name = "priceText";
  85. this.priceText.Size = new System.Drawing.Size(379, 45);
  86. this.priceText.TabIndex = 38;
  87. //
  88. // saveBtn
  89. //
  90. this.saveBtn.BackColor = System.Drawing.Color.White;
  91. this.saveBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  92. this.saveBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  93. this.saveBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  94. this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  95. this.saveBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.saveBtn.ForeColor = System.Drawing.Color.Black;
  97. this.saveBtn.Location = new System.Drawing.Point(130, 216);
  98. this.saveBtn.Name = "saveBtn";
  99. this.saveBtn.Size = new System.Drawing.Size(146, 35);
  100. this.saveBtn.TabIndex = 37;
  101. this.saveBtn.Text = "Сохранить";
  102. this.saveBtn.UseVisualStyleBackColor = false;
  103. this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
  104. this.saveBtn.MouseLeave += new System.EventHandler(this.saveBtn_MouseLeave);
  105. this.saveBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.saveBtn_MouseMove);
  106. //
  107. // label2
  108. //
  109. this.label2.AutoSize = true;
  110. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  111. this.label2.Location = new System.Drawing.Point(11, 114);
  112. this.label2.Name = "label2";
  113. this.label2.Size = new System.Drawing.Size(218, 38);
  114. this.label2.TabIndex = 36;
  115. this.label2.Text = "Наименование:";
  116. //
  117. // nameText
  118. //
  119. this.nameText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.nameText.Location = new System.Drawing.Point(293, 111);
  121. this.nameText.Name = "nameText";
  122. this.nameText.Size = new System.Drawing.Size(379, 45);
  123. this.nameText.TabIndex = 35;
  124. //
  125. // panel1
  126. //
  127. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  128. this.panel1.Controls.Add(this.label1);
  129. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  130. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  131. this.panel1.Location = new System.Drawing.Point(0, 0);
  132. this.panel1.Name = "panel1";
  133. this.panel1.Size = new System.Drawing.Size(684, 95);
  134. this.panel1.TabIndex = 34;
  135. //
  136. // AddEditUslugi
  137. //
  138. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  139. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  140. this.ClientSize = new System.Drawing.Size(684, 264);
  141. this.Controls.Add(this.backBtn);
  142. this.Controls.Add(this.label4);
  143. this.Controls.Add(this.priceText);
  144. this.Controls.Add(this.saveBtn);
  145. this.Controls.Add(this.label2);
  146. this.Controls.Add(this.nameText);
  147. this.Controls.Add(this.panel1);
  148. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  149. this.MaximizeBox = false;
  150. this.MinimizeBox = false;
  151. this.Name = "AddEditUslugi";
  152. this.ShowIcon = false;
  153. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  154. this.Text = "Форма добавления/редактирования услуг";
  155. this.panel1.ResumeLayout(false);
  156. this.panel1.PerformLayout();
  157. this.ResumeLayout(false);
  158. this.PerformLayout();
  159. }
  160. #endregion
  161. private System.Windows.Forms.Label label1;
  162. private System.Windows.Forms.Button backBtn;
  163. private System.Windows.Forms.Label label4;
  164. private System.Windows.Forms.Button saveBtn;
  165. private System.Windows.Forms.Label label2;
  166. private System.Windows.Forms.Panel panel1;
  167. public System.Windows.Forms.TextBox priceText;
  168. public System.Windows.Forms.TextBox nameText;
  169. }
  170. }