Form1.Designer.cs 16 KB

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