1
0

Form1.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormAuthorization
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthorization));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.CmbRole = new System.Windows.Forms.ComboBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.TbxLogin = new System.Windows.Forms.TextBox();
  38. this.TbxPass = new System.Windows.Forms.TextBox();
  39. this.CbxShowPass = new System.Windows.Forms.CheckBox();
  40. this.BtnLogin = new System.Windows.Forms.Button();
  41. this.LblReg = new System.Windows.Forms.Label();
  42. this.fab2021DataSet1 = new СУБД_Швейная_фабрика.fab2021DataSet();
  43. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  44. this.usersTableAdapter = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.UsersTableAdapter();
  45. this.LblCapcha = new System.Windows.Forms.Label();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.TbxCapcha = new System.Windows.Forms.TextBox();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // panel1
  56. //
  57. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  58. this.panel1.Controls.Add(this.label1);
  59. this.panel1.Controls.Add(this.pictureBox1);
  60. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  61. this.panel1.Location = new System.Drawing.Point(0, 0);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(512, 130);
  64. this.panel1.TabIndex = 0;
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.label1.Location = new System.Drawing.Point(184, 39);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(166, 29);
  73. this.label1.TabIndex = 1;
  74. this.label1.Text = "Авторизация";
  75. //
  76. // pictureBox1
  77. //
  78. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  79. this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  80. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  81. this.pictureBox1.Name = "pictureBox1";
  82. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  83. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  84. this.pictureBox1.TabIndex = 0;
  85. this.pictureBox1.TabStop = false;
  86. //
  87. // CmbRole
  88. //
  89. this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  90. this.CmbRole.FormattingEnabled = true;
  91. this.CmbRole.Items.AddRange(new object[] {
  92. "заказчик",
  93. "менеджер",
  94. "кладовщик"});
  95. this.CmbRole.Location = new System.Drawing.Point(80, 173);
  96. this.CmbRole.Name = "CmbRole";
  97. this.CmbRole.Size = new System.Drawing.Size(236, 24);
  98. this.CmbRole.TabIndex = 1;
  99. //
  100. // label2
  101. //
  102. this.label2.AutoSize = true;
  103. this.label2.Location = new System.Drawing.Point(80, 150);
  104. this.label2.Name = "label2";
  105. this.label2.Size = new System.Drawing.Size(198, 17);
  106. this.label2.TabIndex = 2;
  107. this.label2.Text = "Выберите, кто авторизуется";
  108. //
  109. // label3
  110. //
  111. this.label3.AutoSize = true;
  112. this.label3.Location = new System.Drawing.Point(80, 212);
  113. this.label3.Name = "label3";
  114. this.label3.Size = new System.Drawing.Size(104, 17);
  115. this.label3.TabIndex = 3;
  116. this.label3.Text = "Введите логин";
  117. //
  118. // label4
  119. //
  120. this.label4.AutoSize = true;
  121. this.label4.Location = new System.Drawing.Point(83, 264);
  122. this.label4.Name = "label4";
  123. this.label4.Size = new System.Drawing.Size(114, 17);
  124. this.label4.TabIndex = 4;
  125. this.label4.Text = "Введите пароль";
  126. //
  127. // TbxLogin
  128. //
  129. this.TbxLogin.Location = new System.Drawing.Point(80, 233);
  130. this.TbxLogin.Name = "TbxLogin";
  131. this.TbxLogin.Size = new System.Drawing.Size(236, 22);
  132. this.TbxLogin.TabIndex = 5;
  133. //
  134. // TbxPass
  135. //
  136. this.TbxPass.Location = new System.Drawing.Point(80, 285);
  137. this.TbxPass.Name = "TbxPass";
  138. this.TbxPass.Size = new System.Drawing.Size(236, 22);
  139. this.TbxPass.TabIndex = 6;
  140. this.TbxPass.UseSystemPasswordChar = true;
  141. //
  142. // CbxShowPass
  143. //
  144. this.CbxShowPass.AutoSize = true;
  145. this.CbxShowPass.Location = new System.Drawing.Point(80, 323);
  146. this.CbxShowPass.Name = "CbxShowPass";
  147. this.CbxShowPass.Size = new System.Drawing.Size(222, 21);
  148. this.CbxShowPass.TabIndex = 7;
  149. this.CbxShowPass.Text = "Показывать символы пароля";
  150. this.CbxShowPass.UseVisualStyleBackColor = true;
  151. this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
  152. //
  153. // BtnLogin
  154. //
  155. this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  156. this.BtnLogin.Location = new System.Drawing.Point(155, 493);
  157. this.BtnLogin.Name = "BtnLogin";
  158. this.BtnLogin.Size = new System.Drawing.Size(84, 28);
  159. this.BtnLogin.TabIndex = 8;
  160. this.BtnLogin.Text = "Вход";
  161. this.BtnLogin.UseVisualStyleBackColor = false;
  162. this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
  163. //
  164. // LblReg
  165. //
  166. this.LblReg.AutoSize = true;
  167. this.LblReg.ForeColor = System.Drawing.Color.Blue;
  168. this.LblReg.Location = new System.Drawing.Point(96, 544);
  169. this.LblReg.Name = "LblReg";
  170. this.LblReg.Size = new System.Drawing.Size(212, 17);
  171. this.LblReg.TabIndex = 9;
  172. this.LblReg.Text = "Регистрация нового заказчика";
  173. this.LblReg.Click += new System.EventHandler(this.LblReg_Click);
  174. //
  175. // fab2021DataSet1
  176. //
  177. this.fab2021DataSet1.DataSetName = "fab2021DataSet";
  178. this.fab2021DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  179. //
  180. // BsUsers
  181. //
  182. this.BsUsers.DataMember = "Users";
  183. this.BsUsers.DataSource = this.fab2021DataSet1;
  184. this.BsUsers.Filter = "";
  185. //
  186. // usersTableAdapter
  187. //
  188. this.usersTableAdapter.ClearBeforeFill = true;
  189. //
  190. // LblCapcha
  191. //
  192. this.LblCapcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  193. this.LblCapcha.Font = new System.Drawing.Font("Segoe Script", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  194. this.LblCapcha.Location = new System.Drawing.Point(83, 366);
  195. this.LblCapcha.Name = "LblCapcha";
  196. this.LblCapcha.Size = new System.Drawing.Size(159, 49);
  197. this.LblCapcha.TabIndex = 10;
  198. this.LblCapcha.Text = "label5";
  199. this.LblCapcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  200. this.LblCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCapcha_Paint);
  201. //
  202. // label5
  203. //
  204. this.label5.AutoSize = true;
  205. this.label5.Location = new System.Drawing.Point(86, 429);
  206. this.label5.Name = "label5";
  207. this.label5.Size = new System.Drawing.Size(109, 17);
  208. this.label5.TabIndex = 11;
  209. this.label5.Text = "Введите капчу:";
  210. //
  211. // TbxCapcha
  212. //
  213. this.TbxCapcha.Location = new System.Drawing.Point(201, 426);
  214. this.TbxCapcha.Name = "TbxCapcha";
  215. this.TbxCapcha.Size = new System.Drawing.Size(115, 22);
  216. this.TbxCapcha.TabIndex = 12;
  217. //
  218. // label6
  219. //
  220. this.label6.Location = new System.Drawing.Point(353, 150);
  221. this.label6.Name = "label6";
  222. this.label6.Size = new System.Drawing.Size(147, 105);
  223. this.label6.TabIndex = 13;
  224. this.label6.Text = "z z - заказчик\r\nk k - кладовщик\r\nm m - менеджер";
  225. //
  226. // FormAuthorization
  227. //
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  229. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  230. this.BackColor = System.Drawing.Color.White;
  231. this.ClientSize = new System.Drawing.Size(512, 598);
  232. this.Controls.Add(this.label6);
  233. this.Controls.Add(this.TbxCapcha);
  234. this.Controls.Add(this.label5);
  235. this.Controls.Add(this.LblCapcha);
  236. this.Controls.Add(this.LblReg);
  237. this.Controls.Add(this.BtnLogin);
  238. this.Controls.Add(this.CbxShowPass);
  239. this.Controls.Add(this.TbxPass);
  240. this.Controls.Add(this.TbxLogin);
  241. this.Controls.Add(this.label4);
  242. this.Controls.Add(this.label3);
  243. this.Controls.Add(this.label2);
  244. this.Controls.Add(this.CmbRole);
  245. this.Controls.Add(this.panel1);
  246. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  247. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  248. this.MaximizeBox = false;
  249. this.MinimizeBox = false;
  250. this.Name = "FormAuthorization";
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  252. this.Text = "СУБД \"Швейная фабрика\"";
  253. this.Load += new System.EventHandler(this.FormAuthorization_Load);
  254. this.panel1.ResumeLayout(false);
  255. this.panel1.PerformLayout();
  256. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  259. this.ResumeLayout(false);
  260. this.PerformLayout();
  261. }
  262. #endregion
  263. private System.Windows.Forms.Panel panel1;
  264. private System.Windows.Forms.Label label1;
  265. private System.Windows.Forms.PictureBox pictureBox1;
  266. private System.Windows.Forms.ComboBox CmbRole;
  267. private System.Windows.Forms.Label label2;
  268. private System.Windows.Forms.Label label3;
  269. private System.Windows.Forms.Label label4;
  270. private System.Windows.Forms.TextBox TbxLogin;
  271. private System.Windows.Forms.TextBox TbxPass;
  272. private System.Windows.Forms.CheckBox CbxShowPass;
  273. private System.Windows.Forms.Button BtnLogin;
  274. private System.Windows.Forms.Label LblReg;
  275. private fab2021DataSet fab2021DataSet1;
  276. private System.Windows.Forms.BindingSource BsUsers;
  277. private fab2021DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  278. private System.Windows.Forms.Label LblCapcha;
  279. private System.Windows.Forms.Label label5;
  280. private System.Windows.Forms.TextBox TbxCapcha;
  281. private System.Windows.Forms.Label label6;
  282. }
  283. }