AddClient.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. namespace Servise.Forms.User
  2. {
  3. partial class AddClient
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddClient));
  29. this.maskedPhoneClient = new System.Windows.Forms.MaskedTextBox();
  30. this.textSurnameClient = new System.Windows.Forms.TextBox();
  31. this.textNameClient = new System.Windows.Forms.TextBox();
  32. this.saveClient = new System.Windows.Forms.Button();
  33. this.dataClient = new System.Windows.Forms.DataGridView();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.label13 = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataClient)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // maskedPhoneClient
  43. //
  44. this.maskedPhoneClient.Location = new System.Drawing.Point(694, 186);
  45. this.maskedPhoneClient.Margin = new System.Windows.Forms.Padding(2);
  46. this.maskedPhoneClient.Mask = "+7 (000) 000-0000";
  47. this.maskedPhoneClient.Name = "maskedPhoneClient";
  48. this.maskedPhoneClient.Size = new System.Drawing.Size(132, 22);
  49. this.maskedPhoneClient.TabIndex = 37;
  50. //
  51. // textSurnameClient
  52. //
  53. this.textSurnameClient.Location = new System.Drawing.Point(437, 186);
  54. this.textSurnameClient.Margin = new System.Windows.Forms.Padding(2);
  55. this.textSurnameClient.MaxLength = 40;
  56. this.textSurnameClient.Name = "textSurnameClient";
  57. this.textSurnameClient.Size = new System.Drawing.Size(132, 22);
  58. this.textSurnameClient.TabIndex = 36;
  59. this.textSurnameClient.TextChanged += new System.EventHandler(this.textSurnameClient_TextChanged);
  60. //
  61. // textNameClient
  62. //
  63. this.textNameClient.Location = new System.Drawing.Point(181, 186);
  64. this.textNameClient.Margin = new System.Windows.Forms.Padding(2);
  65. this.textNameClient.MaxLength = 20;
  66. this.textNameClient.Name = "textNameClient";
  67. this.textNameClient.Size = new System.Drawing.Size(132, 22);
  68. this.textNameClient.TabIndex = 35;
  69. //
  70. // saveClient
  71. //
  72. this.saveClient.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  73. this.saveClient.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.saveClient.Location = new System.Drawing.Point(166, 256);
  75. this.saveClient.Margin = new System.Windows.Forms.Padding(2);
  76. this.saveClient.Name = "saveClient";
  77. this.saveClient.Size = new System.Drawing.Size(160, 20);
  78. this.saveClient.TabIndex = 34;
  79. this.saveClient.Text = "Сохранить строку";
  80. this.saveClient.UseVisualStyleBackColor = false;
  81. this.saveClient.Click += new System.EventHandler(this.saveClient_Click);
  82. //
  83. // dataClient
  84. //
  85. this.dataClient.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
  86. this.dataClient.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllHeaders;
  87. this.dataClient.BackgroundColor = System.Drawing.Color.FloralWhite;
  88. this.dataClient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  89. this.dataClient.Location = new System.Drawing.Point(129, 293);
  90. this.dataClient.Margin = new System.Windows.Forms.Padding(2);
  91. this.dataClient.Name = "dataClient";
  92. this.dataClient.RowHeadersWidth = 51;
  93. this.dataClient.RowTemplate.Height = 24;
  94. this.dataClient.Size = new System.Drawing.Size(738, 198);
  95. this.dataClient.TabIndex = 32;
  96. //
  97. // button1
  98. //
  99. this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  100. this.button1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.button1.Location = new System.Drawing.Point(424, 256);
  102. this.button1.Margin = new System.Windows.Forms.Padding(2);
  103. this.button1.Name = "button1";
  104. this.button1.Size = new System.Drawing.Size(160, 20);
  105. this.button1.TabIndex = 38;
  106. this.button1.Text = "Поиск клиента";
  107. this.button1.UseVisualStyleBackColor = false;
  108. this.button1.Click += new System.EventHandler(this.button1_Click);
  109. //
  110. // button2
  111. //
  112. this.button2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  113. this.button2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  114. this.button2.Location = new System.Drawing.Point(680, 256);
  115. this.button2.Margin = new System.Windows.Forms.Padding(2);
  116. this.button2.Name = "button2";
  117. this.button2.Size = new System.Drawing.Size(160, 20);
  118. this.button2.TabIndex = 39;
  119. this.button2.Text = "Назад";
  120. this.button2.UseVisualStyleBackColor = false;
  121. this.button2.Click += new System.EventHandler(this.button2_Click);
  122. //
  123. // label13
  124. //
  125. this.label13.AutoSize = true;
  126. this.label13.BackColor = System.Drawing.Color.Transparent;
  127. this.label13.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
  128. this.label13.Location = new System.Drawing.Point(231, 169);
  129. this.label13.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  130. this.label13.Name = "label13";
  131. this.label13.Size = new System.Drawing.Size(28, 15);
  132. this.label13.TabIndex = 40;
  133. this.label13.Text = "Имя";
  134. //
  135. // label1
  136. //
  137. this.label1.AutoSize = true;
  138. this.label1.BackColor = System.Drawing.Color.Transparent;
  139. this.label1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
  140. this.label1.Location = new System.Drawing.Point(472, 169);
  141. this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  142. this.label1.Name = "label1";
  143. this.label1.Size = new System.Drawing.Size(55, 15);
  144. this.label1.TabIndex = 41;
  145. this.label1.Text = "Фамилия";
  146. this.label1.Click += new System.EventHandler(this.label1_Click);
  147. //
  148. // label2
  149. //
  150. this.label2.AutoSize = true;
  151. this.label2.BackColor = System.Drawing.Color.Transparent;
  152. this.label2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
  153. this.label2.Location = new System.Drawing.Point(730, 169);
  154. this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  155. this.label2.Name = "label2";
  156. this.label2.Size = new System.Drawing.Size(53, 15);
  157. this.label2.TabIndex = 42;
  158. this.label2.Text = "Телефон";
  159. //
  160. // AddClient
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.BackColor = System.Drawing.Color.Gold;
  165. this.BackgroundImage = global::Servise.Properties.Resources.auto_21;
  166. this.ClientSize = new System.Drawing.Size(1008, 680);
  167. this.Controls.Add(this.label2);
  168. this.Controls.Add(this.label1);
  169. this.Controls.Add(this.label13);
  170. this.Controls.Add(this.button2);
  171. this.Controls.Add(this.button1);
  172. this.Controls.Add(this.maskedPhoneClient);
  173. this.Controls.Add(this.textSurnameClient);
  174. this.Controls.Add(this.textNameClient);
  175. this.Controls.Add(this.saveClient);
  176. this.Controls.Add(this.dataClient);
  177. this.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  179. this.Margin = new System.Windows.Forms.Padding(2);
  180. this.MaximumSize = new System.Drawing.Size(1024, 719);
  181. this.MinimumSize = new System.Drawing.Size(1024, 719);
  182. this.Name = "AddClient";
  183. this.Text = "Добавление клиента";
  184. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AddClient_FormClosed);
  185. this.Load += new System.EventHandler(this.AddClient_Load);
  186. ((System.ComponentModel.ISupportInitialize)(this.dataClient)).EndInit();
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.MaskedTextBox maskedPhoneClient;
  192. private System.Windows.Forms.TextBox textSurnameClient;
  193. private System.Windows.Forms.TextBox textNameClient;
  194. private System.Windows.Forms.Button saveClient;
  195. private System.Windows.Forms.DataGridView dataClient;
  196. private System.Windows.Forms.Button button1;
  197. private System.Windows.Forms.Button button2;
  198. private System.Windows.Forms.Label label13;
  199. private System.Windows.Forms.Label label1;
  200. private System.Windows.Forms.Label label2;
  201. }
  202. }