fAvtoriz.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. namespace garment_factory
  2. {
  3. partial class fAvtoriz
  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(fAvtoriz));
  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.CbxShowPass = new System.Windows.Forms.CheckBox();
  34. this.TbxPass = new System.Windows.Forms.TextBox();
  35. this.TbxLogin = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.LblCapcha = new System.Windows.Forms.Label();
  39. this.tbxCapcha = new System.Windows.Forms.TextBox();
  40. this.LblCap = new System.Windows.Forms.Label();
  41. this.BtnOpen = new System.Windows.Forms.Button();
  42. this.LblReg = new System.Windows.Forms.Label();
  43. this.CmbRole = new System.Windows.Forms.ComboBox();
  44. this.lblutoriz = new System.Windows.Forms.Label();
  45. this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet();
  46. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  47. this.usersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.UsersTableAdapter();
  48. this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // panel1
  56. //
  57. this.panel1.Controls.Add(this.label1);
  58. this.panel1.Controls.Add(this.pictureBox1);
  59. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  60. this.panel1.Location = new System.Drawing.Point(0, 0);
  61. this.panel1.Margin = new System.Windows.Forms.Padding(6);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(421, 122);
  64. this.panel1.TabIndex = 0;
  65. //
  66. // label1
  67. //
  68. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  69. this.label1.Font = new System.Drawing.Font("Arial", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.label1.Location = new System.Drawing.Point(146, 0);
  71. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(275, 122);
  74. this.label1.TabIndex = 1;
  75. this.label1.Text = "Авторизация";
  76. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  77. //
  78. // pictureBox1
  79. //
  80. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  81. this.pictureBox1.Image = global::garment_factory.Properties.Resources.fabric_logo;
  82. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  83. this.pictureBox1.Margin = new System.Windows.Forms.Padding(6);
  84. this.pictureBox1.Name = "pictureBox1";
  85. this.pictureBox1.Size = new System.Drawing.Size(146, 122);
  86. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  87. this.pictureBox1.TabIndex = 0;
  88. this.pictureBox1.TabStop = false;
  89. //
  90. // CbxShowPass
  91. //
  92. this.CbxShowPass.AutoSize = true;
  93. this.CbxShowPass.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  94. this.CbxShowPass.Location = new System.Drawing.Point(17, 252);
  95. this.CbxShowPass.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  96. this.CbxShowPass.Name = "CbxShowPass";
  97. this.CbxShowPass.Size = new System.Drawing.Size(234, 33);
  98. this.CbxShowPass.TabIndex = 26;
  99. this.CbxShowPass.Text = "Показать пароль";
  100. this.CbxShowPass.UseVisualStyleBackColor = true;
  101. this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
  102. //
  103. // TbxPass
  104. //
  105. this.TbxPass.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  106. this.TbxPass.Location = new System.Drawing.Point(120, 213);
  107. this.TbxPass.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  108. this.TbxPass.Name = "TbxPass";
  109. this.TbxPass.Size = new System.Drawing.Size(288, 35);
  110. this.TbxPass.TabIndex = 25;
  111. this.TbxPass.UseSystemPasswordChar = true;
  112. //
  113. // TbxLogin
  114. //
  115. this.TbxLogin.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  116. this.TbxLogin.Location = new System.Drawing.Point(120, 166);
  117. this.TbxLogin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  118. this.TbxLogin.Name = "TbxLogin";
  119. this.TbxLogin.Size = new System.Drawing.Size(289, 35);
  120. this.TbxLogin.TabIndex = 24;
  121. //
  122. // label4
  123. //
  124. this.label4.AutoSize = true;
  125. this.label4.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  126. this.label4.Location = new System.Drawing.Point(12, 219);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(102, 29);
  129. this.label4.TabIndex = 23;
  130. this.label4.Text = "Пароль";
  131. //
  132. // label3
  133. //
  134. this.label3.AutoSize = true;
  135. this.label3.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  136. this.label3.Location = new System.Drawing.Point(12, 172);
  137. this.label3.Name = "label3";
  138. this.label3.Size = new System.Drawing.Size(85, 29);
  139. this.label3.TabIndex = 22;
  140. this.label3.Text = "Логин";
  141. //
  142. // LblCapcha
  143. //
  144. this.LblCapcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  145. this.LblCapcha.Font = new System.Drawing.Font("Chiller", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  146. this.LblCapcha.Location = new System.Drawing.Point(110, 302);
  147. this.LblCapcha.Name = "LblCapcha";
  148. this.LblCapcha.Size = new System.Drawing.Size(200, 87);
  149. this.LblCapcha.TabIndex = 27;
  150. this.LblCapcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  151. this.LblCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCapcha_Paint);
  152. //
  153. // tbxCapcha
  154. //
  155. this.tbxCapcha.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  156. this.tbxCapcha.Location = new System.Drawing.Point(203, 401);
  157. this.tbxCapcha.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  158. this.tbxCapcha.Name = "tbxCapcha";
  159. this.tbxCapcha.Size = new System.Drawing.Size(205, 35);
  160. this.tbxCapcha.TabIndex = 29;
  161. //
  162. // LblCap
  163. //
  164. this.LblCap.AutoSize = true;
  165. this.LblCap.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  166. this.LblCap.Location = new System.Drawing.Point(11, 404);
  167. this.LblCap.Name = "LblCap";
  168. this.LblCap.Size = new System.Drawing.Size(186, 29);
  169. this.LblCap.TabIndex = 28;
  170. this.LblCap.Text = "Введите капчу";
  171. //
  172. // BtnOpen
  173. //
  174. this.BtnOpen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  175. this.BtnOpen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  176. this.BtnOpen.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  177. this.BtnOpen.Location = new System.Drawing.Point(-10, 458);
  178. this.BtnOpen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  179. this.BtnOpen.Name = "BtnOpen";
  180. this.BtnOpen.Size = new System.Drawing.Size(438, 36);
  181. this.BtnOpen.TabIndex = 30;
  182. this.BtnOpen.Text = "Войти";
  183. this.BtnOpen.UseVisualStyleBackColor = false;
  184. this.BtnOpen.Click += new System.EventHandler(this.BtnOpen_Click);
  185. //
  186. // LblReg
  187. //
  188. this.LblReg.BackColor = System.Drawing.Color.Transparent;
  189. this.LblReg.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  190. this.LblReg.ForeColor = System.Drawing.Color.Blue;
  191. this.LblReg.Location = new System.Drawing.Point(0, 496);
  192. this.LblReg.Name = "LblReg";
  193. this.LblReg.Size = new System.Drawing.Size(408, 29);
  194. this.LblReg.TabIndex = 32;
  195. this.LblReg.Text = "Регистрация нового заказчика";
  196. this.LblReg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  197. this.LblReg.Click += new System.EventHandler(this.LblReg_Click);
  198. //
  199. // CmbRole
  200. //
  201. this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  202. this.CmbRole.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  203. this.CmbRole.FormattingEnabled = true;
  204. this.CmbRole.Items.AddRange(new object[] {
  205. "Заказчик",
  206. "Менеджер",
  207. "Кладовщик"});
  208. this.CmbRole.Location = new System.Drawing.Point(271, 127);
  209. this.CmbRole.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  210. this.CmbRole.Name = "CmbRole";
  211. this.CmbRole.Size = new System.Drawing.Size(138, 30);
  212. this.CmbRole.TabIndex = 33;
  213. //
  214. // lblutoriz
  215. //
  216. this.lblutoriz.AutoSize = true;
  217. this.lblutoriz.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  218. this.lblutoriz.Location = new System.Drawing.Point(13, 128);
  219. this.lblutoriz.Name = "lblutoriz";
  220. this.lblutoriz.Size = new System.Drawing.Size(252, 29);
  221. this.lblutoriz.TabIndex = 33;
  222. this.lblutoriz.Text = "Авторизоваться как";
  223. //
  224. // fabrika2024DataSet
  225. //
  226. this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet";
  227. this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  228. //
  229. // BsUsers
  230. //
  231. this.BsUsers.DataMember = "Users";
  232. this.BsUsers.DataSource = this.fabrika2024DataSet;
  233. //
  234. // usersTableAdapter
  235. //
  236. this.usersTableAdapter.ClearBeforeFill = true;
  237. //
  238. // tableAdapterManager
  239. //
  240. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  241. this.tableAdapterManager.CvetaTableAdapter = null;
  242. this.tableAdapterManager.FurnituraTableAdapter = null;
  243. this.tableAdapterManager.IzdelieTableAdapter = null;
  244. this.tableAdapterManager.OrdersTableAdapter = null;
  245. this.tableAdapterManager.RoleTableAdapter = null;
  246. this.tableAdapterManager.TkaniTableAdapter = null;
  247. this.tableAdapterManager.UpdateOrder = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  248. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  249. //
  250. // fAvtoriz
  251. //
  252. this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 26F);
  253. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  254. this.BackColor = System.Drawing.Color.White;
  255. this.ClientSize = new System.Drawing.Size(421, 545);
  256. this.Controls.Add(this.lblutoriz);
  257. this.Controls.Add(this.CmbRole);
  258. this.Controls.Add(this.LblReg);
  259. this.Controls.Add(this.BtnOpen);
  260. this.Controls.Add(this.tbxCapcha);
  261. this.Controls.Add(this.LblCap);
  262. this.Controls.Add(this.LblCapcha);
  263. this.Controls.Add(this.CbxShowPass);
  264. this.Controls.Add(this.TbxPass);
  265. this.Controls.Add(this.TbxLogin);
  266. this.Controls.Add(this.label4);
  267. this.Controls.Add(this.label3);
  268. this.Controls.Add(this.panel1);
  269. this.Font = new System.Drawing.Font("Arial", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  270. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  271. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  272. this.Margin = new System.Windows.Forms.Padding(6);
  273. this.MaximizeBox = false;
  274. this.Name = "fAvtoriz";
  275. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  276. this.Text = "СУБД \"Швейная фабрика\"";
  277. this.Load += new System.EventHandler(this.fAvtoriz_Load);
  278. this.panel1.ResumeLayout(false);
  279. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  282. this.ResumeLayout(false);
  283. this.PerformLayout();
  284. }
  285. #endregion
  286. private System.Windows.Forms.Panel panel1;
  287. private System.Windows.Forms.PictureBox pictureBox1;
  288. private System.Windows.Forms.Label label1;
  289. private System.Windows.Forms.CheckBox CbxShowPass;
  290. private System.Windows.Forms.TextBox TbxPass;
  291. private System.Windows.Forms.TextBox TbxLogin;
  292. private System.Windows.Forms.Label label4;
  293. private System.Windows.Forms.Label label3;
  294. private System.Windows.Forms.Label LblCapcha;
  295. private System.Windows.Forms.TextBox tbxCapcha;
  296. private System.Windows.Forms.Label LblCap;
  297. private System.Windows.Forms.Button BtnOpen;
  298. private System.Windows.Forms.Label LblReg;
  299. private System.Windows.Forms.ComboBox CmbRole;
  300. private System.Windows.Forms.Label lblutoriz;
  301. private Fabrika2024DataSet fabrika2024DataSet;
  302. private System.Windows.Forms.BindingSource BsUsers;
  303. private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  304. private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  305. }
  306. }