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