FormProfile.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. namespace СУБД_Альфапол
  2. {
  3. partial class FormProfile
  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.Windows.Forms.Label surnameLabel;
  30. System.Windows.Forms.Label nameLabel;
  31. System.Windows.Forms.Label patronymicLabel;
  32. System.Windows.Forms.Label label2;
  33. System.Windows.Forms.Label label3;
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProfile));
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.bsMeneger = new System.Windows.Forms.BindingSource(this.components);
  39. this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet();
  40. this.managerTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter();
  41. this.tableAdapterManager = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.TableAdapterManager();
  42. this.surnameTextBox = new System.Windows.Forms.TextBox();
  43. this.nameTextBox = new System.Windows.Forms.TextBox();
  44. this.patronymicTextBox = new System.Windows.Forms.TextBox();
  45. this.btnClose = new System.Windows.Forms.Button();
  46. this.BtnSave = new System.Windows.Forms.Button();
  47. this.tbxPass1 = new System.Windows.Forms.TextBox();
  48. this.tbxPass2 = new System.Windows.Forms.TextBox();
  49. this.cbxShowPass = new System.Windows.Forms.CheckBox();
  50. this.lblPass = new System.Windows.Forms.Label();
  51. surnameLabel = new System.Windows.Forms.Label();
  52. nameLabel = new System.Windows.Forms.Label();
  53. patronymicLabel = new System.Windows.Forms.Label();
  54. label2 = new System.Windows.Forms.Label();
  55. label3 = new System.Windows.Forms.Label();
  56. this.panel1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.bsMeneger)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // panel1
  63. //
  64. this.panel1.BackColor = System.Drawing.Color.LightGray;
  65. this.panel1.Controls.Add(this.label1);
  66. this.panel1.Controls.Add(this.pictureBox1);
  67. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  68. this.panel1.Location = new System.Drawing.Point(0, 0);
  69. this.panel1.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  70. this.panel1.Name = "panel1";
  71. this.panel1.Size = new System.Drawing.Size(939, 131);
  72. this.panel1.TabIndex = 2;
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("Courier New", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.label1.Location = new System.Drawing.Point(224, 48);
  79. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(559, 33);
  82. this.label1.TabIndex = 1;
  83. this.label1.Text = "Редактирование профиля менеджера";
  84. //
  85. // pictureBox1
  86. //
  87. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  88. this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол;
  89. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  90. this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  91. this.pictureBox1.Name = "pictureBox1";
  92. this.pictureBox1.Size = new System.Drawing.Size(138, 131);
  93. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  94. this.pictureBox1.TabIndex = 0;
  95. this.pictureBox1.TabStop = false;
  96. //
  97. // bsMeneger
  98. //
  99. this.bsMeneger.DataMember = "Manager";
  100. this.bsMeneger.DataSource = this.dbAlphapolAGDataSet;
  101. //
  102. // dbAlphapolAGDataSet
  103. //
  104. this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet";
  105. this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  106. //
  107. // managerTableAdapter
  108. //
  109. this.managerTableAdapter.ClearBeforeFill = true;
  110. //
  111. // tableAdapterManager
  112. //
  113. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  114. this.tableAdapterManager.CityTableAdapter = null;
  115. this.tableAdapterManager.IndexPartnerTableAdapter = null;
  116. this.tableAdapterManager.ManagerTableAdapter = this.managerTableAdapter;
  117. this.tableAdapterManager.PartnerTableAdapter = null;
  118. this.tableAdapterManager.ProductPartnerTableAdapter = null;
  119. this.tableAdapterManager.ProductsTableAdapter = null;
  120. this.tableAdapterManager.RegionTableAdapter = null;
  121. this.tableAdapterManager.StreetTableAdapter = null;
  122. this.tableAdapterManager.TypeMaterialTableAdapter = null;
  123. this.tableAdapterManager.TypePartnerTableAdapter = null;
  124. this.tableAdapterManager.TypeProductTableAdapter = null;
  125. this.tableAdapterManager.UpdateOrder = СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  126. //
  127. // surnameLabel
  128. //
  129. surnameLabel.AutoSize = true;
  130. surnameLabel.Location = new System.Drawing.Point(12, 145);
  131. surnameLabel.Name = "surnameLabel";
  132. surnameLabel.Size = new System.Drawing.Size(80, 17);
  133. surnameLabel.TabIndex = 2;
  134. surnameLabel.Text = "Фамилия:";
  135. //
  136. // surnameTextBox
  137. //
  138. this.surnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Surname", true));
  139. this.surnameTextBox.Location = new System.Drawing.Point(98, 138);
  140. this.surnameTextBox.Name = "surnameTextBox";
  141. this.surnameTextBox.Size = new System.Drawing.Size(100, 24);
  142. this.surnameTextBox.TabIndex = 3;
  143. //
  144. // nameLabel
  145. //
  146. nameLabel.AutoSize = true;
  147. nameLabel.Location = new System.Drawing.Point(48, 177);
  148. nameLabel.Name = "nameLabel";
  149. nameLabel.Size = new System.Drawing.Size(44, 17);
  150. nameLabel.TabIndex = 3;
  151. nameLabel.Text = "Имя:";
  152. //
  153. // nameTextBox
  154. //
  155. this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Name", true));
  156. this.nameTextBox.Location = new System.Drawing.Point(98, 174);
  157. this.nameTextBox.Name = "nameTextBox";
  158. this.nameTextBox.Size = new System.Drawing.Size(100, 24);
  159. this.nameTextBox.TabIndex = 4;
  160. //
  161. // patronymicLabel
  162. //
  163. patronymicLabel.AutoSize = true;
  164. patronymicLabel.Location = new System.Drawing.Point(3, 214);
  165. patronymicLabel.Name = "patronymicLabel";
  166. patronymicLabel.Size = new System.Drawing.Size(89, 17);
  167. patronymicLabel.TabIndex = 5;
  168. patronymicLabel.Text = "Отчество:";
  169. //
  170. // patronymicTextBox
  171. //
  172. this.patronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Patronymic", true));
  173. this.patronymicTextBox.Location = new System.Drawing.Point(98, 211);
  174. this.patronymicTextBox.Name = "patronymicTextBox";
  175. this.patronymicTextBox.Size = new System.Drawing.Size(100, 24);
  176. this.patronymicTextBox.TabIndex = 6;
  177. //
  178. // btnClose
  179. //
  180. this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  181. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  182. this.btnClose.ForeColor = System.Drawing.SystemColors.Control;
  183. this.btnClose.Location = new System.Drawing.Point(723, 496);
  184. this.btnClose.Name = "btnClose";
  185. this.btnClose.Size = new System.Drawing.Size(204, 30);
  186. this.btnClose.TabIndex = 21;
  187. this.btnClose.Text = "Отмена";
  188. this.btnClose.UseVisualStyleBackColor = false;
  189. //
  190. // BtnSave
  191. //
  192. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  193. this.BtnSave.ForeColor = System.Drawing.SystemColors.Control;
  194. this.BtnSave.Location = new System.Drawing.Point(12, 496);
  195. this.BtnSave.Name = "BtnSave";
  196. this.BtnSave.Size = new System.Drawing.Size(204, 30);
  197. this.BtnSave.TabIndex = 22;
  198. this.BtnSave.Text = "Сохранить";
  199. this.BtnSave.UseVisualStyleBackColor = false;
  200. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  201. //
  202. // tbxPass1
  203. //
  204. this.tbxPass1.Location = new System.Drawing.Point(358, 141);
  205. this.tbxPass1.Name = "tbxPass1";
  206. this.tbxPass1.Size = new System.Drawing.Size(155, 24);
  207. this.tbxPass1.TabIndex = 23;
  208. this.tbxPass1.UseSystemPasswordChar = true;
  209. this.tbxPass1.TextChanged += new System.EventHandler(this.tbxPass1_TextChanged);
  210. //
  211. // tbxPass2
  212. //
  213. this.tbxPass2.Location = new System.Drawing.Point(356, 171);
  214. this.tbxPass2.Name = "tbxPass2";
  215. this.tbxPass2.Size = new System.Drawing.Size(157, 24);
  216. this.tbxPass2.TabIndex = 24;
  217. this.tbxPass2.UseSystemPasswordChar = true;
  218. this.tbxPass2.TextChanged += new System.EventHandler(this.tbxPass2_TextChanged);
  219. //
  220. // label2
  221. //
  222. label2.AutoSize = true;
  223. label2.Location = new System.Drawing.Point(225, 145);
  224. label2.Name = "label2";
  225. label2.Size = new System.Drawing.Size(125, 17);
  226. label2.TabIndex = 25;
  227. label2.Text = "Новый пароль:";
  228. //
  229. // label3
  230. //
  231. label3.AutoSize = true;
  232. label3.Location = new System.Drawing.Point(216, 174);
  233. label3.Name = "label3";
  234. label3.Size = new System.Drawing.Size(134, 17);
  235. label3.TabIndex = 26;
  236. label3.Text = "Повтор пароля:";
  237. //
  238. // cbxShowPass
  239. //
  240. this.cbxShowPass.AutoSize = true;
  241. this.cbxShowPass.Location = new System.Drawing.Point(356, 202);
  242. this.cbxShowPass.Name = "cbxShowPass";
  243. this.cbxShowPass.Size = new System.Drawing.Size(162, 21);
  244. this.cbxShowPass.TabIndex = 27;
  245. this.cbxShowPass.Text = "показать пароль";
  246. this.cbxShowPass.UseVisualStyleBackColor = true;
  247. this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged);
  248. //
  249. // lblPass
  250. //
  251. this.lblPass.AutoSize = true;
  252. this.lblPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Password", true));
  253. this.lblPass.Location = new System.Drawing.Point(579, 151);
  254. this.lblPass.Name = "lblPass";
  255. this.lblPass.Size = new System.Drawing.Size(71, 17);
  256. this.lblPass.TabIndex = 28;
  257. this.lblPass.Text = "lblPass";
  258. //
  259. // FormProfile
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.ClientSize = new System.Drawing.Size(939, 538);
  264. this.Controls.Add(this.lblPass);
  265. this.Controls.Add(this.cbxShowPass);
  266. this.Controls.Add(label3);
  267. this.Controls.Add(label2);
  268. this.Controls.Add(this.tbxPass2);
  269. this.Controls.Add(this.tbxPass1);
  270. this.Controls.Add(this.BtnSave);
  271. this.Controls.Add(this.btnClose);
  272. this.Controls.Add(patronymicLabel);
  273. this.Controls.Add(this.patronymicTextBox);
  274. this.Controls.Add(nameLabel);
  275. this.Controls.Add(this.nameTextBox);
  276. this.Controls.Add(surnameLabel);
  277. this.Controls.Add(this.surnameTextBox);
  278. this.Controls.Add(this.panel1);
  279. this.Font = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  280. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  281. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  282. this.Name = "FormProfile";
  283. this.Text = "\"ООО\" Альфапол";
  284. this.Load += new System.EventHandler(this.FormProfile_Load);
  285. this.panel1.ResumeLayout(false);
  286. this.panel1.PerformLayout();
  287. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.bsMeneger)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
  290. this.ResumeLayout(false);
  291. this.PerformLayout();
  292. }
  293. #endregion
  294. private System.Windows.Forms.Panel panel1;
  295. private System.Windows.Forms.Label label1;
  296. private System.Windows.Forms.PictureBox pictureBox1;
  297. private dbAlphapolAGDataSet dbAlphapolAGDataSet;
  298. private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
  299. public System.Windows.Forms.BindingSource bsMeneger;
  300. private dbAlphapolAGDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  301. private System.Windows.Forms.TextBox surnameTextBox;
  302. private System.Windows.Forms.TextBox nameTextBox;
  303. private System.Windows.Forms.TextBox patronymicTextBox;
  304. private System.Windows.Forms.Button btnClose;
  305. private System.Windows.Forms.Button BtnSave;
  306. private System.Windows.Forms.TextBox tbxPass1;
  307. private System.Windows.Forms.TextBox tbxPass2;
  308. private System.Windows.Forms.CheckBox cbxShowPass;
  309. private System.Windows.Forms.Label lblPass;
  310. }
  311. }