FormProfile.Designer.cs 19 KB

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