FormAuthorization.Designer.cs 14 KB

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