123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- namespace Servise.Forms.User
- {
- partial class AddClient
- {
- /// <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(AddClient));
- this.maskedPhoneClient = new System.Windows.Forms.MaskedTextBox();
- this.textSurnameClient = new System.Windows.Forms.TextBox();
- this.textNameClient = new System.Windows.Forms.TextBox();
- this.saveClient = new System.Windows.Forms.Button();
- this.dataClient = new System.Windows.Forms.DataGridView();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.label13 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dataClient)).BeginInit();
- this.SuspendLayout();
- //
- // maskedPhoneClient
- //
- this.maskedPhoneClient.Location = new System.Drawing.Point(694, 186);
- this.maskedPhoneClient.Margin = new System.Windows.Forms.Padding(2);
- this.maskedPhoneClient.Mask = "+7 (000) 000-0000";
- this.maskedPhoneClient.Name = "maskedPhoneClient";
- this.maskedPhoneClient.Size = new System.Drawing.Size(132, 22);
- this.maskedPhoneClient.TabIndex = 37;
- //
- // textSurnameClient
- //
- this.textSurnameClient.Location = new System.Drawing.Point(437, 186);
- this.textSurnameClient.Margin = new System.Windows.Forms.Padding(2);
- this.textSurnameClient.MaxLength = 40;
- this.textSurnameClient.Name = "textSurnameClient";
- this.textSurnameClient.Size = new System.Drawing.Size(132, 22);
- this.textSurnameClient.TabIndex = 36;
- this.textSurnameClient.TextChanged += new System.EventHandler(this.textSurnameClient_TextChanged);
- //
- // textNameClient
- //
- this.textNameClient.Location = new System.Drawing.Point(181, 186);
- this.textNameClient.Margin = new System.Windows.Forms.Padding(2);
- this.textNameClient.MaxLength = 20;
- this.textNameClient.Name = "textNameClient";
- this.textNameClient.Size = new System.Drawing.Size(132, 22);
- this.textNameClient.TabIndex = 35;
- //
- // saveClient
- //
- this.saveClient.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.saveClient.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.saveClient.Location = new System.Drawing.Point(166, 256);
- this.saveClient.Margin = new System.Windows.Forms.Padding(2);
- this.saveClient.Name = "saveClient";
- this.saveClient.Size = new System.Drawing.Size(160, 20);
- this.saveClient.TabIndex = 34;
- this.saveClient.Text = "Сохранить строку";
- this.saveClient.UseVisualStyleBackColor = false;
- this.saveClient.Click += new System.EventHandler(this.saveClient_Click);
- //
- // dataClient
- //
- this.dataClient.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
- this.dataClient.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllHeaders;
- this.dataClient.BackgroundColor = System.Drawing.Color.FloralWhite;
- this.dataClient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataClient.Location = new System.Drawing.Point(129, 293);
- this.dataClient.Margin = new System.Windows.Forms.Padding(2);
- this.dataClient.Name = "dataClient";
- this.dataClient.RowHeadersWidth = 51;
- this.dataClient.RowTemplate.Height = 24;
- this.dataClient.Size = new System.Drawing.Size(738, 198);
- this.dataClient.TabIndex = 32;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button1.Location = new System.Drawing.Point(424, 256);
- this.button1.Margin = new System.Windows.Forms.Padding(2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(160, 20);
- this.button1.TabIndex = 38;
- this.button1.Text = "Поиск клиента";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button2.Location = new System.Drawing.Point(680, 256);
- this.button2.Margin = new System.Windows.Forms.Padding(2);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(160, 20);
- this.button2.TabIndex = 39;
- this.button2.Text = "Назад";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
- this.label13.Location = new System.Drawing.Point(231, 169);
- this.label13.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(28, 15);
- this.label13.TabIndex = 40;
- this.label13.Text = "Имя";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
- this.label1.Location = new System.Drawing.Point(472, 169);
- this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(55, 15);
- this.label1.TabIndex = 41;
- this.label1.Text = "Фамилия";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
- this.label2.Location = new System.Drawing.Point(730, 169);
- this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 15);
- this.label2.TabIndex = 42;
- this.label2.Text = "Телефон";
- //
- // AddClient
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gold;
- this.BackgroundImage = global::Servise.Properties.Resources.auto_21;
- this.ClientSize = new System.Drawing.Size(1008, 680);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label13);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.maskedPhoneClient);
- this.Controls.Add(this.textSurnameClient);
- this.Controls.Add(this.textNameClient);
- this.Controls.Add(this.saveClient);
- this.Controls.Add(this.dataClient);
- this.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximumSize = new System.Drawing.Size(1024, 719);
- this.MinimumSize = new System.Drawing.Size(1024, 719);
- this.Name = "AddClient";
- this.Text = "Добавление клиента";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AddClient_FormClosed);
- this.Load += new System.EventHandler(this.AddClient_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataClient)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MaskedTextBox maskedPhoneClient;
- private System.Windows.Forms.TextBox textSurnameClient;
- private System.Windows.Forms.TextBox textNameClient;
- private System.Windows.Forms.Button saveClient;
- private System.Windows.Forms.DataGridView dataClient;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- }
- }
|