123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
-
- namespace Transportation
- {
- partial class AddLogistician
- {
- /// <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()
- {
- this.TelephoneLogisticianMTB = new System.Windows.Forms.MaskedTextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.PlacePassportLogisticianRTB = new System.Windows.Forms.RichTextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.DatePassportLogisticianDTP = new System.Windows.Forms.DateTimePicker();
- this.label8 = new System.Windows.Forms.Label();
- this.CodePassportLogisticianMTB = new System.Windows.Forms.MaskedTextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.NumberPassportLogisticianMTB = new System.Windows.Forms.MaskedTextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.MidnameLogisticianTB = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.NameLogisticianTB = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.SurnameLogisticianTB = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.AddBTN = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // TelephoneLogisticianMTB
- //
- this.TelephoneLogisticianMTB.Location = new System.Drawing.Point(518, 135);
- this.TelephoneLogisticianMTB.Mask = "+7(000)-000-00-00";
- this.TelephoneLogisticianMTB.Name = "TelephoneLogisticianMTB";
- this.TelephoneLogisticianMTB.Size = new System.Drawing.Size(118, 22);
- this.TelephoneLogisticianMTB.TabIndex = 53;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(378, 138);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(123, 17);
- this.label11.TabIndex = 52;
- this.label11.Text = "Телефон логиста";
- //
- // PlacePassportLogisticianRTB
- //
- this.PlacePassportLogisticianRTB.Location = new System.Drawing.Point(134, 138);
- this.PlacePassportLogisticianRTB.Name = "PlacePassportLogisticianRTB";
- this.PlacePassportLogisticianRTB.Size = new System.Drawing.Size(223, 113);
- this.PlacePassportLogisticianRTB.TabIndex = 51;
- this.PlacePassportLogisticianRTB.Text = "";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(17, 138);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(102, 17);
- this.label9.TabIndex = 50;
- this.label9.Text = "Место выдачи";
- //
- // DatePassportLogisticianDTP
- //
- this.DatePassportLogisticianDTP.Location = new System.Drawing.Point(618, 92);
- this.DatePassportLogisticianDTP.Name = "DatePassportLogisticianDTP";
- this.DatePassportLogisticianDTP.Size = new System.Drawing.Size(166, 22);
- this.DatePassportLogisticianDTP.TabIndex = 49;
- this.DatePassportLogisticianDTP.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(517, 95);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(95, 17);
- this.label8.TabIndex = 48;
- this.label8.Text = "Дата выдачи";
- //
- // CodePassportLogisticianMTB
- //
- this.CodePassportLogisticianMTB.Location = new System.Drawing.Point(438, 92);
- this.CodePassportLogisticianMTB.Mask = "000-000";
- this.CodePassportLogisticianMTB.Name = "CodePassportLogisticianMTB";
- this.CodePassportLogisticianMTB.Size = new System.Drawing.Size(59, 22);
- this.CodePassportLogisticianMTB.TabIndex = 47;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(292, 95);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(140, 17);
- this.label7.TabIndex = 46;
- this.label7.Text = "Код подразделения";
- //
- // NumberPassportLogisticianMTB
- //
- this.NumberPassportLogisticianMTB.Location = new System.Drawing.Point(184, 92);
- this.NumberPassportLogisticianMTB.Mask = "00-00-000000";
- this.NumberPassportLogisticianMTB.Name = "NumberPassportLogisticianMTB";
- this.NumberPassportLogisticianMTB.Size = new System.Drawing.Size(89, 22);
- this.NumberPassportLogisticianMTB.TabIndex = 43;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(17, 95);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(161, 17);
- this.label5.TabIndex = 42;
- this.label5.Text = "Серия-номер паспорта";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(407, 52);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(71, 17);
- this.label4.TabIndex = 41;
- this.label4.Text = "Отчество";
- //
- // MidnameLogisticianTB
- //
- this.MidnameLogisticianTB.Location = new System.Drawing.Point(484, 49);
- this.MidnameLogisticianTB.Name = "MidnameLogisticianTB";
- this.MidnameLogisticianTB.Size = new System.Drawing.Size(118, 22);
- this.MidnameLogisticianTB.TabIndex = 40;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(230, 52);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 17);
- this.label3.TabIndex = 39;
- this.label3.Text = "Имя";
- //
- // NameLogisticianTB
- //
- this.NameLogisticianTB.Location = new System.Drawing.Point(271, 49);
- this.NameLogisticianTB.Name = "NameLogisticianTB";
- this.NameLogisticianTB.Size = new System.Drawing.Size(118, 22);
- this.NameLogisticianTB.TabIndex = 38;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(15, 52);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(70, 17);
- this.label1.TabIndex = 37;
- this.label1.Text = "Фамилия";
- //
- // SurnameLogisticianTB
- //
- this.SurnameLogisticianTB.Location = new System.Drawing.Point(91, 49);
- this.SurnameLogisticianTB.Name = "SurnameLogisticianTB";
- this.SurnameLogisticianTB.Size = new System.Drawing.Size(118, 22);
- this.SurnameLogisticianTB.TabIndex = 36;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(12, 9);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(224, 25);
- this.label2.TabIndex = 35;
- this.label2.Text = "Добавление логиста";
- //
- // AddBTN
- //
- this.AddBTN.Location = new System.Drawing.Point(654, 248);
- this.AddBTN.Name = "AddBTN";
- this.AddBTN.Size = new System.Drawing.Size(101, 23);
- this.AddBTN.TabIndex = 54;
- this.AddBTN.Text = "Добавить";
- this.AddBTN.UseVisualStyleBackColor = true;
- this.AddBTN.Click += new System.EventHandler(this.AddBTN_Click);
- //
- // AddLogistician
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(794, 293);
- this.Controls.Add(this.AddBTN);
- this.Controls.Add(this.TelephoneLogisticianMTB);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.PlacePassportLogisticianRTB);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.DatePassportLogisticianDTP);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.CodePassportLogisticianMTB);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.NumberPassportLogisticianMTB);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.MidnameLogisticianTB);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.NameLogisticianTB);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.SurnameLogisticianTB);
- this.Controls.Add(this.label2);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(812, 340);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(812, 340);
- this.Name = "AddLogistician";
- this.Text = "Добавление логиста";
- this.Load += new System.EventHandler(this.AddLogistician_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MaskedTextBox TelephoneLogisticianMTB;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.RichTextBox PlacePassportLogisticianRTB;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.DateTimePicker DatePassportLogisticianDTP;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.MaskedTextBox CodePassportLogisticianMTB;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.MaskedTextBox NumberPassportLogisticianMTB;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox MidnameLogisticianTB;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox NameLogisticianTB;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox SurnameLogisticianTB;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button AddBTN;
- }
- }
|