Form1Авторизация.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace Lyakhov_Tovar
  2. {
  3. partial class Form1Авторизация
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1Авторизация));
  30. this.сотрудникBindingSource = new System.Windows.Forms.BindingSource(this.components);
  31. this.ляховDataSet = new Lyakhov_Tovar.ЛяховDataSet();
  32. this.сотрудникTableAdapter = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.СотрудникTableAdapter();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.textBox2 = new System.Windows.Forms.TextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.сотрудникBindingSource)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // сотрудникBindingSource
  46. //
  47. this.сотрудникBindingSource.DataMember = "Сотрудник";
  48. this.сотрудникBindingSource.DataSource = this.ляховDataSet;
  49. //
  50. // ляховDataSet
  51. //
  52. this.ляховDataSet.DataSetName = "ЛяховDataSet";
  53. this.ляховDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  54. //
  55. // сотрудникTableAdapter
  56. //
  57. this.сотрудникTableAdapter.ClearBeforeFill = true;
  58. //
  59. // pictureBox1
  60. //
  61. this.pictureBox1.BackColor = System.Drawing.Color.Silver;
  62. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  63. this.pictureBox1.Location = new System.Drawing.Point(0, -1);
  64. this.pictureBox1.Name = "pictureBox1";
  65. this.pictureBox1.Size = new System.Drawing.Size(527, 156);
  66. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  67. this.pictureBox1.TabIndex = 12;
  68. this.pictureBox1.TabStop = false;
  69. //
  70. // button1
  71. //
  72. this.button1.BackColor = System.Drawing.Color.IndianRed;
  73. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  74. this.button1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.button1.Location = new System.Drawing.Point(128, 351);
  76. this.button1.Name = "button1";
  77. this.button1.Size = new System.Drawing.Size(230, 71);
  78. this.button1.TabIndex = 13;
  79. this.button1.Text = "Войти";
  80. this.button1.UseVisualStyleBackColor = false;
  81. this.button1.Click += new System.EventHandler(this.button1_Click);
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.BackColor = System.Drawing.Color.White;
  87. this.label1.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.label1.Location = new System.Drawing.Point(150, 169);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(190, 36);
  91. this.label1.TabIndex = 14;
  92. this.label1.Text = "Авторизация";
  93. //
  94. // comboBox1
  95. //
  96. this.comboBox1.DataSource = this.сотрудникBindingSource;
  97. this.comboBox1.DisplayMember = "Логин";
  98. this.comboBox1.FormattingEnabled = true;
  99. this.comboBox1.Location = new System.Drawing.Point(184, 232);
  100. this.comboBox1.Name = "comboBox1";
  101. this.comboBox1.Size = new System.Drawing.Size(174, 21);
  102. this.comboBox1.TabIndex = 15;
  103. this.comboBox1.ValueMember = "Логин";
  104. //
  105. // label2
  106. //
  107. this.label2.AutoSize = true;
  108. this.label2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.label2.Location = new System.Drawing.Point(86, 232);
  110. this.label2.Name = "label2";
  111. this.label2.Size = new System.Drawing.Size(65, 23);
  112. this.label2.TabIndex = 16;
  113. this.label2.Text = "Логин";
  114. //
  115. // textBox2
  116. //
  117. this.textBox2.Location = new System.Drawing.Point(183, 297);
  118. this.textBox2.Multiline = true;
  119. this.textBox2.Name = "textBox2";
  120. this.textBox2.PasswordChar = '*';
  121. this.textBox2.Size = new System.Drawing.Size(175, 20);
  122. this.textBox2.TabIndex = 17;
  123. //
  124. // label3
  125. //
  126. this.label3.AutoSize = true;
  127. this.label3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.label3.Location = new System.Drawing.Point(76, 297);
  129. this.label3.Name = "label3";
  130. this.label3.Size = new System.Drawing.Size(75, 23);
  131. this.label3.TabIndex = 18;
  132. this.label3.Text = "Пароль";
  133. //
  134. // Form1Авторизация
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.BackColor = System.Drawing.Color.White;
  139. this.ClientSize = new System.Drawing.Size(523, 453);
  140. this.Controls.Add(this.label3);
  141. this.Controls.Add(this.textBox2);
  142. this.Controls.Add(this.label2);
  143. this.Controls.Add(this.comboBox1);
  144. this.Controls.Add(this.label1);
  145. this.Controls.Add(this.button1);
  146. this.Controls.Add(this.pictureBox1);
  147. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  148. this.Name = "Form1Авторизация";
  149. this.Text = "Авторизация";
  150. this.Load += new System.EventHandler(this.Form1Авторизация_Load);
  151. ((System.ComponentModel.ISupportInitialize)(this.сотрудникBindingSource)).EndInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).EndInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  154. this.ResumeLayout(false);
  155. this.PerformLayout();
  156. }
  157. #endregion
  158. private ЛяховDataSet ляховDataSet;
  159. private System.Windows.Forms.BindingSource сотрудникBindingSource;
  160. private ЛяховDataSetTableAdapters.СотрудникTableAdapter сотрудникTableAdapter;
  161. private System.Windows.Forms.PictureBox pictureBox1;
  162. private System.Windows.Forms.Button button1;
  163. private System.Windows.Forms.Label label1;
  164. private System.Windows.Forms.ComboBox comboBox1;
  165. private System.Windows.Forms.Label label2;
  166. private System.Windows.Forms.TextBox textBox2;
  167. private System.Windows.Forms.Label label3;
  168. }
  169. }