FormMain.Designer.cs 14 KB

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