FormMain.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace СУБД_Фабрика
  2. {
  3. partial class FormMain
  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(FormMain));
  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.LblIdUser = new System.Windows.Forms.Label();
  34. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  35. this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
  36. this.LblReg = new System.Windows.Forms.Label();
  37. this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
  38. this.CmbRole = new System.Windows.Forms.ComboBox();
  39. this.BsRoles = new System.Windows.Forms.BindingSource(this.components);
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.rolesTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.RolesTableAdapter();
  42. this.fKUsersRolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.TbxLog = new System.Windows.Forms.TextBox();
  46. this.TbxPass = new System.Windows.Forms.TextBox();
  47. this.CbxShowPass = new System.Windows.Forms.CheckBox();
  48. this.BtnEnter = new System.Windows.Forms.Button();
  49. this.TbxCaptcha = new System.Windows.Forms.TextBox();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.LblCaptcha = new System.Windows.Forms.Label();
  52. this.panel1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.BsRoles)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.fKUsersRolesBindingSource)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // panel1
  61. //
  62. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  63. this.panel1.Controls.Add(this.label1);
  64. this.panel1.Controls.Add(this.pictureBox1);
  65. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.panel1.Location = new System.Drawing.Point(0, 0);
  67. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  68. this.panel1.Name = "panel1";
  69. this.panel1.Size = new System.Drawing.Size(436, 91);
  70. this.panel1.TabIndex = 0;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.label1.Location = new System.Drawing.Point(120, 38);
  77. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(104, 23);
  80. this.label1.TabIndex = 1;
  81. this.label1.Text = "Авторизация";
  82. //
  83. // pictureBox1
  84. //
  85. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  86. this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
  87. this.pictureBox1.Location = new System.Drawing.Point(335, 0);
  88. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
  89. this.pictureBox1.Name = "pictureBox1";
  90. this.pictureBox1.Size = new System.Drawing.Size(101, 91);
  91. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  92. this.pictureBox1.TabIndex = 0;
  93. this.pictureBox1.TabStop = false;
  94. //
  95. // LblIdUser
  96. //
  97. this.LblIdUser.AutoSize = true;
  98. this.LblIdUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "IDUser", true));
  99. this.LblIdUser.Location = new System.Drawing.Point(367, 139);
  100. this.LblIdUser.Name = "LblIdUser";
  101. this.LblIdUser.Size = new System.Drawing.Size(48, 20);
  102. this.LblIdUser.TabIndex = 2;
  103. this.LblIdUser.Text = "IdUser";
  104. //
  105. // BsUsers
  106. //
  107. this.BsUsers.DataMember = "Users";
  108. this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
  109. //
  110. // sewingFactoryMURDataSet1
  111. //
  112. this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
  113. this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  114. //
  115. // LblReg
  116. //
  117. this.LblReg.AutoSize = true;
  118. this.LblReg.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  119. this.LblReg.ForeColor = System.Drawing.SystemColors.Highlight;
  120. this.LblReg.Location = new System.Drawing.Point(157, 540);
  121. this.LblReg.Name = "LblReg";
  122. this.LblReg.Size = new System.Drawing.Size(103, 23);
  123. this.LblReg.TabIndex = 1;
  124. this.LblReg.Text = "Регистрация";
  125. this.LblReg.Click += new System.EventHandler(this.LblReg_Click);
  126. //
  127. // usersTableAdapter
  128. //
  129. this.usersTableAdapter.ClearBeforeFill = true;
  130. //
  131. // CmbRole
  132. //
  133. this.CmbRole.DataSource = this.BsRoles;
  134. this.CmbRole.DisplayMember = "Role";
  135. this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  136. this.CmbRole.FormattingEnabled = true;
  137. this.CmbRole.Location = new System.Drawing.Point(133, 131);
  138. this.CmbRole.Name = "CmbRole";
  139. this.CmbRole.Size = new System.Drawing.Size(145, 28);
  140. this.CmbRole.TabIndex = 2;
  141. //
  142. // BsRoles
  143. //
  144. this.BsRoles.DataMember = "Roles";
  145. this.BsRoles.DataSource = this.sewingFactoryMURDataSet1;
  146. //
  147. // label2
  148. //
  149. this.label2.AutoSize = true;
  150. this.label2.Location = new System.Drawing.Point(120, 108);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(189, 20);
  153. this.label2.TabIndex = 3;
  154. this.label2.Text = "Выберите тип пользователя:";
  155. //
  156. // rolesTableAdapter
  157. //
  158. this.rolesTableAdapter.ClearBeforeFill = true;
  159. //
  160. // fKUsersRolesBindingSource
  161. //
  162. this.fKUsersRolesBindingSource.DataMember = "FK_Users_Roles";
  163. this.fKUsersRolesBindingSource.DataSource = this.BsRoles;
  164. //
  165. // label3
  166. //
  167. this.label3.AutoSize = true;
  168. this.label3.Location = new System.Drawing.Point(177, 257);
  169. this.label3.Name = "label3";
  170. this.label3.Size = new System.Drawing.Size(60, 20);
  171. this.label3.TabIndex = 4;
  172. this.label3.Text = "Пароль:";
  173. //
  174. // label4
  175. //
  176. this.label4.AutoSize = true;
  177. this.label4.Location = new System.Drawing.Point(177, 190);
  178. this.label4.Name = "label4";
  179. this.label4.Size = new System.Drawing.Size(49, 20);
  180. this.label4.TabIndex = 5;
  181. this.label4.Text = "Логин:";
  182. //
  183. // TbxLog
  184. //
  185. this.TbxLog.Location = new System.Drawing.Point(133, 213);
  186. this.TbxLog.Name = "TbxLog";
  187. this.TbxLog.Size = new System.Drawing.Size(145, 26);
  188. this.TbxLog.TabIndex = 6;
  189. //
  190. // TbxPass
  191. //
  192. this.TbxPass.Location = new System.Drawing.Point(133, 289);
  193. this.TbxPass.Name = "TbxPass";
  194. this.TbxPass.Size = new System.Drawing.Size(145, 26);
  195. this.TbxPass.TabIndex = 7;
  196. this.TbxPass.UseSystemPasswordChar = true;
  197. //
  198. // CbxShowPass
  199. //
  200. this.CbxShowPass.AutoSize = true;
  201. this.CbxShowPass.Location = new System.Drawing.Point(146, 321);
  202. this.CbxShowPass.Name = "CbxShowPass";
  203. this.CbxShowPass.Size = new System.Drawing.Size(132, 24);
  204. this.CbxShowPass.TabIndex = 8;
  205. this.CbxShowPass.Text = "Показать пароль";
  206. this.CbxShowPass.UseVisualStyleBackColor = true;
  207. this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
  208. //
  209. // BtnEnter
  210. //
  211. this.BtnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  212. this.BtnEnter.Location = new System.Drawing.Point(133, 484);
  213. this.BtnEnter.Name = "BtnEnter";
  214. this.BtnEnter.Size = new System.Drawing.Size(145, 33);
  215. this.BtnEnter.TabIndex = 17;
  216. this.BtnEnter.Text = "Вход";
  217. this.BtnEnter.UseVisualStyleBackColor = false;
  218. this.BtnEnter.Click += new System.EventHandler(this.BtnEnter_Click);
  219. //
  220. // TbxCaptcha
  221. //
  222. this.TbxCaptcha.Location = new System.Drawing.Point(222, 434);
  223. this.TbxCaptcha.Margin = new System.Windows.Forms.Padding(2);
  224. this.TbxCaptcha.Name = "TbxCaptcha";
  225. this.TbxCaptcha.Size = new System.Drawing.Size(87, 26);
  226. this.TbxCaptcha.TabIndex = 19;
  227. //
  228. // label5
  229. //
  230. this.label5.AutoSize = true;
  231. this.label5.Location = new System.Drawing.Point(111, 437);
  232. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  233. this.label5.Name = "label5";
  234. this.label5.Size = new System.Drawing.Size(103, 20);
  235. this.label5.TabIndex = 18;
  236. this.label5.Text = "Введите капчу:";
  237. //
  238. // LblCaptcha
  239. //
  240. this.LblCaptcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  241. this.LblCaptcha.Font = new System.Drawing.Font("Segoe Script", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  242. this.LblCaptcha.Location = new System.Drawing.Point(139, 368);
  243. this.LblCaptcha.Name = "LblCaptcha";
  244. this.LblCaptcha.Size = new System.Drawing.Size(132, 45);
  245. this.LblCaptcha.TabIndex = 20;
  246. this.LblCaptcha.Text = "label6";
  247. this.LblCaptcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCaptcha_Paint);
  248. //
  249. // FormMain
  250. //
  251. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  252. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  253. this.BackColor = System.Drawing.Color.White;
  254. this.ClientSize = new System.Drawing.Size(436, 600);
  255. this.Controls.Add(this.LblIdUser);
  256. this.Controls.Add(this.LblCaptcha);
  257. this.Controls.Add(this.TbxCaptcha);
  258. this.Controls.Add(this.label5);
  259. this.Controls.Add(this.BtnEnter);
  260. this.Controls.Add(this.CbxShowPass);
  261. this.Controls.Add(this.TbxPass);
  262. this.Controls.Add(this.TbxLog);
  263. this.Controls.Add(this.label4);
  264. this.Controls.Add(this.label3);
  265. this.Controls.Add(this.label2);
  266. this.Controls.Add(this.CmbRole);
  267. this.Controls.Add(this.LblReg);
  268. this.Controls.Add(this.panel1);
  269. this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  270. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  271. this.Margin = new System.Windows.Forms.Padding(4);
  272. this.MaximizeBox = false;
  273. this.Name = "FormMain";
  274. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  275. this.Text = "СУБД \"Швейная фабрика\"";
  276. this.Load += new System.EventHandler(this.FormMain_Load);
  277. this.panel1.ResumeLayout(false);
  278. this.panel1.PerformLayout();
  279. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.BsRoles)).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.fKUsersRolesBindingSource)).EndInit();
  284. this.ResumeLayout(false);
  285. this.PerformLayout();
  286. }
  287. #endregion
  288. private System.Windows.Forms.Panel panel1;
  289. private System.Windows.Forms.PictureBox pictureBox1;
  290. private System.Windows.Forms.Label label1;
  291. private System.Windows.Forms.Label LblReg;
  292. private System.Windows.Forms.BindingSource BsUsers;
  293. private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
  294. private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  295. private System.Windows.Forms.ComboBox CmbRole;
  296. private System.Windows.Forms.Label label2;
  297. private System.Windows.Forms.BindingSource BsRoles;
  298. private SewingFactoryMURDataSetTableAdapters.RolesTableAdapter rolesTableAdapter;
  299. private System.Windows.Forms.BindingSource fKUsersRolesBindingSource;
  300. private System.Windows.Forms.Label label3;
  301. private System.Windows.Forms.Label label4;
  302. private System.Windows.Forms.TextBox TbxLog;
  303. private System.Windows.Forms.TextBox TbxPass;
  304. private System.Windows.Forms.CheckBox CbxShowPass;
  305. private System.Windows.Forms.Button BtnEnter;
  306. private System.Windows.Forms.TextBox TbxCaptcha;
  307. private System.Windows.Forms.Label label5;
  308. private System.Windows.Forms.Label LblCaptcha;
  309. public System.Windows.Forms.Label LblIdUser;
  310. }
  311. }