FormManager.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. namespace СУБД_Альфапол
  2. {
  3. partial class FormManager
  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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormManager));
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.btnEditProfmanager = new System.Windows.Forms.Button();
  33. this.lblPhoto = new System.Windows.Forms.Label();
  34. this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
  35. this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet();
  36. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  37. this.lblPatr = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.lblName = new System.Windows.Forms.Label();
  40. this.lblFan = new System.Windows.Forms.Label();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. this.managerTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter();
  43. this.dgvPartner = new System.Windows.Forms.DataGridView();
  44. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Info = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Discount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.btnAdd = new System.Windows.Forms.Button();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.tbxFind = new System.Windows.Forms.TextBox();
  50. this.cbxFindReting = new System.Windows.Forms.CheckBox();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.tbxMinRating = new System.Windows.Forms.TextBox();
  54. this.tbxMaxReting = new System.Windows.Forms.TextBox();
  55. this.cmbTypePartner = new System.Windows.Forms.ComboBox();
  56. this.bsTypeForFilter = new System.Windows.Forms.BindingSource(this.components);
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.typeForFilterTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.TypeForFilterTableAdapter();
  59. this.btnHistory = new System.Windows.Forms.Button();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.bsTypeForFilter)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // panel1
  70. //
  71. this.panel1.BackColor = System.Drawing.Color.LightGray;
  72. this.panel1.Controls.Add(this.btnEditProfmanager);
  73. this.panel1.Controls.Add(this.lblPhoto);
  74. this.panel1.Controls.Add(this.pbxPhoto);
  75. this.panel1.Controls.Add(this.lblPatr);
  76. this.panel1.Controls.Add(this.label1);
  77. this.panel1.Controls.Add(this.lblName);
  78. this.panel1.Controls.Add(this.lblFan);
  79. this.panel1.Controls.Add(this.pictureBox1);
  80. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  81. this.panel1.Location = new System.Drawing.Point(0, 0);
  82. this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  83. this.panel1.Name = "panel1";
  84. this.panel1.Size = new System.Drawing.Size(1016, 125);
  85. this.panel1.TabIndex = 1;
  86. //
  87. // btnEditProfmanager
  88. //
  89. this.btnEditProfmanager.Anchor = System.Windows.Forms.AnchorStyles.Right;
  90. this.btnEditProfmanager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  91. this.btnEditProfmanager.ForeColor = System.Drawing.SystemColors.Control;
  92. this.btnEditProfmanager.Location = new System.Drawing.Point(730, 92);
  93. this.btnEditProfmanager.Name = "btnEditProfmanager";
  94. this.btnEditProfmanager.Size = new System.Drawing.Size(149, 30);
  95. this.btnEditProfmanager.TabIndex = 21;
  96. this.btnEditProfmanager.Text = "Профиль менеджера";
  97. this.btnEditProfmanager.UseVisualStyleBackColor = false;
  98. this.btnEditProfmanager.Click += new System.EventHandler(this.btnEditProfmanager_Click);
  99. //
  100. // lblPhoto
  101. //
  102. this.lblPhoto.AutoSize = true;
  103. this.lblPhoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Photo", true));
  104. this.lblPhoto.Location = new System.Drawing.Point(189, 9);
  105. this.lblPhoto.Name = "lblPhoto";
  106. this.lblPhoto.Size = new System.Drawing.Size(63, 15);
  107. this.lblPhoto.TabIndex = 10;
  108. this.lblPhoto.Text = "lblPhoto";
  109. //
  110. // bsUsers
  111. //
  112. this.bsUsers.DataMember = "Manager";
  113. this.bsUsers.DataSource = this.dbAlphapolAGDataSet;
  114. //
  115. // dbAlphapolAGDataSet
  116. //
  117. this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet";
  118. this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  119. //
  120. // pbxPhoto
  121. //
  122. this.pbxPhoto.Anchor = System.Windows.Forms.AnchorStyles.Right;
  123. this.pbxPhoto.Location = new System.Drawing.Point(885, 0);
  124. this.pbxPhoto.Name = "pbxPhoto";
  125. this.pbxPhoto.Size = new System.Drawing.Size(131, 125);
  126. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  127. this.pbxPhoto.TabIndex = 12;
  128. this.pbxPhoto.TabStop = false;
  129. //
  130. // lblPatr
  131. //
  132. this.lblPatr.Anchor = System.Windows.Forms.AnchorStyles.Right;
  133. this.lblPatr.AutoSize = true;
  134. this.lblPatr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Patronymic", true));
  135. this.lblPatr.Location = new System.Drawing.Point(780, 68);
  136. this.lblPatr.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  137. this.lblPatr.Name = "lblPatr";
  138. this.lblPatr.Size = new System.Drawing.Size(49, 15);
  139. this.lblPatr.TabIndex = 11;
  140. this.lblPatr.Text = "label6";
  141. //
  142. // label1
  143. //
  144. this.label1.AutoSize = true;
  145. this.label1.Font = new System.Drawing.Font("Courier New", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  146. this.label1.Location = new System.Drawing.Point(211, 42);
  147. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  148. this.label1.Name = "label1";
  149. this.label1.Size = new System.Drawing.Size(524, 41);
  150. this.label1.TabIndex = 1;
  151. this.label1.Text = "Рабочее место менеджера";
  152. //
  153. // lblName
  154. //
  155. this.lblName.Anchor = System.Windows.Forms.AnchorStyles.Right;
  156. this.lblName.AutoSize = true;
  157. this.lblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Name", true));
  158. this.lblName.Location = new System.Drawing.Point(780, 42);
  159. this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.lblName.Name = "lblName";
  161. this.lblName.Size = new System.Drawing.Size(49, 15);
  162. this.lblName.TabIndex = 10;
  163. this.lblName.Text = "label5";
  164. //
  165. // lblFan
  166. //
  167. this.lblFan.Anchor = System.Windows.Forms.AnchorStyles.Right;
  168. this.lblFan.AutoSize = true;
  169. this.lblFan.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Surname", true));
  170. this.lblFan.Location = new System.Drawing.Point(780, 18);
  171. this.lblFan.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.lblFan.Name = "lblFan";
  173. this.lblFan.Size = new System.Drawing.Size(49, 15);
  174. this.lblFan.TabIndex = 9;
  175. this.lblFan.Text = "label4";
  176. //
  177. // pictureBox1
  178. //
  179. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  180. this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол;
  181. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  182. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  183. this.pictureBox1.Name = "pictureBox1";
  184. this.pictureBox1.Size = new System.Drawing.Size(145, 125);
  185. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  186. this.pictureBox1.TabIndex = 0;
  187. this.pictureBox1.TabStop = false;
  188. //
  189. // managerTableAdapter
  190. //
  191. this.managerTableAdapter.ClearBeforeFill = true;
  192. //
  193. // dgvPartner
  194. //
  195. this.dgvPartner.AllowUserToAddRows = false;
  196. this.dgvPartner.AllowUserToDeleteRows = false;
  197. this.dgvPartner.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  198. | System.Windows.Forms.AnchorStyles.Left)
  199. | System.Windows.Forms.AnchorStyles.Right)));
  200. this.dgvPartner.BackgroundColor = System.Drawing.Color.White;
  201. this.dgvPartner.BorderStyle = System.Windows.Forms.BorderStyle.None;
  202. this.dgvPartner.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  203. this.dgvPartner.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  204. this.dgvPartner.ColumnHeadersVisible = false;
  205. this.dgvPartner.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  206. this.ID,
  207. this.Info,
  208. this.Discount});
  209. this.dgvPartner.GridColor = System.Drawing.Color.White;
  210. this.dgvPartner.Location = new System.Drawing.Point(12, 211);
  211. this.dgvPartner.Name = "dgvPartner";
  212. this.dgvPartner.ReadOnly = true;
  213. this.dgvPartner.RowHeadersVisible = false;
  214. this.dgvPartner.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.PaleGoldenrod;
  215. this.dgvPartner.RowTemplate.DividerHeight = 10;
  216. this.dgvPartner.RowTemplate.Height = 75;
  217. this.dgvPartner.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  218. this.dgvPartner.Size = new System.Drawing.Size(992, 299);
  219. this.dgvPartner.TabIndex = 9;
  220. this.dgvPartner.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPartner_CellDoubleClick);
  221. //
  222. // ID
  223. //
  224. this.ID.HeaderText = "ID";
  225. this.ID.Name = "ID";
  226. this.ID.ReadOnly = true;
  227. this.ID.Visible = false;
  228. //
  229. // Info
  230. //
  231. this.Info.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  232. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  233. this.Info.DefaultCellStyle = dataGridViewCellStyle1;
  234. this.Info.HeaderText = "Info";
  235. this.Info.Name = "Info";
  236. this.Info.ReadOnly = true;
  237. //
  238. // Discount
  239. //
  240. this.Discount.HeaderText = "Discount";
  241. this.Discount.Name = "Discount";
  242. this.Discount.ReadOnly = true;
  243. //
  244. // btnAdd
  245. //
  246. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  247. this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  248. this.btnAdd.ForeColor = System.Drawing.SystemColors.Control;
  249. this.btnAdd.Location = new System.Drawing.Point(800, 131);
  250. this.btnAdd.Name = "btnAdd";
  251. this.btnAdd.Size = new System.Drawing.Size(204, 30);
  252. this.btnAdd.TabIndex = 10;
  253. this.btnAdd.Text = "Добавить партнера";
  254. this.btnAdd.UseVisualStyleBackColor = false;
  255. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  256. //
  257. // label2
  258. //
  259. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  260. | System.Windows.Forms.AnchorStyles.Right)));
  261. this.label2.AutoSize = true;
  262. this.label2.Location = new System.Drawing.Point(9, 135);
  263. this.label2.Name = "label2";
  264. this.label2.Size = new System.Drawing.Size(238, 15);
  265. this.label2.TabIndex = 11;
  266. this.label2.Text = "Поиск по наименованию или фамалии";
  267. //
  268. // tbxFind
  269. //
  270. this.tbxFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  271. | System.Windows.Forms.AnchorStyles.Right)));
  272. this.tbxFind.Location = new System.Drawing.Point(253, 132);
  273. this.tbxFind.Name = "tbxFind";
  274. this.tbxFind.Size = new System.Drawing.Size(139, 21);
  275. this.tbxFind.TabIndex = 12;
  276. this.tbxFind.TextChanged += new System.EventHandler(this.tbxFind_TextChanged);
  277. //
  278. // cbxFindReting
  279. //
  280. this.cbxFindReting.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.cbxFindReting.AutoSize = true;
  283. this.cbxFindReting.Location = new System.Drawing.Point(240, 156);
  284. this.cbxFindReting.Name = "cbxFindReting";
  285. this.cbxFindReting.Size = new System.Drawing.Size(152, 19);
  286. this.cbxFindReting.TabIndex = 13;
  287. this.cbxFindReting.Text = "Искать по рейтингу";
  288. this.cbxFindReting.UseVisualStyleBackColor = true;
  289. this.cbxFindReting.CheckedChanged += new System.EventHandler(this.cbxFindReting_CheckedChanged);
  290. //
  291. // label3
  292. //
  293. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  294. this.label3.AutoSize = true;
  295. this.label3.Location = new System.Drawing.Point(411, 156);
  296. this.label3.Name = "label3";
  297. this.label3.Size = new System.Drawing.Size(147, 15);
  298. this.label3.TabIndex = 14;
  299. this.label3.Text = "Минимальный рейтинг:";
  300. //
  301. // label4
  302. //
  303. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  304. this.label4.AutoSize = true;
  305. this.label4.Location = new System.Drawing.Point(404, 135);
  306. this.label4.Name = "label4";
  307. this.label4.Size = new System.Drawing.Size(154, 15);
  308. this.label4.TabIndex = 15;
  309. this.label4.Text = "Максимальный рейтинг:";
  310. //
  311. // tbxMinRating
  312. //
  313. this.tbxMinRating.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  314. this.tbxMinRating.Location = new System.Drawing.Point(564, 153);
  315. this.tbxMinRating.Name = "tbxMinRating";
  316. this.tbxMinRating.Size = new System.Drawing.Size(49, 21);
  317. this.tbxMinRating.TabIndex = 16;
  318. this.tbxMinRating.TextChanged += new System.EventHandler(this.tbxMinRating_TextChanged);
  319. //
  320. // tbxMaxReting
  321. //
  322. this.tbxMaxReting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  323. this.tbxMaxReting.Location = new System.Drawing.Point(564, 131);
  324. this.tbxMaxReting.Name = "tbxMaxReting";
  325. this.tbxMaxReting.Size = new System.Drawing.Size(49, 21);
  326. this.tbxMaxReting.TabIndex = 17;
  327. this.tbxMaxReting.TextChanged += new System.EventHandler(this.tbxMaxReting_TextChanged);
  328. //
  329. // cmbTypePartner
  330. //
  331. this.cmbTypePartner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  332. this.cmbTypePartner.DataSource = this.bsTypeForFilter;
  333. this.cmbTypePartner.DisplayMember = "Type";
  334. this.cmbTypePartner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  335. this.cmbTypePartner.FormattingEnabled = true;
  336. this.cmbTypePartner.Location = new System.Drawing.Point(619, 152);
  337. this.cmbTypePartner.Name = "cmbTypePartner";
  338. this.cmbTypePartner.Size = new System.Drawing.Size(140, 23);
  339. this.cmbTypePartner.TabIndex = 18;
  340. this.cmbTypePartner.SelectedIndexChanged += new System.EventHandler(this.cmbTypePartner_SelectedIndexChanged);
  341. //
  342. // bsTypeForFilter
  343. //
  344. this.bsTypeForFilter.DataMember = "TypeForFilter";
  345. this.bsTypeForFilter.DataSource = this.dbAlphapolAGDataSet;
  346. //
  347. // label5
  348. //
  349. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  350. this.label5.AutoSize = true;
  351. this.label5.Location = new System.Drawing.Point(619, 134);
  352. this.label5.Name = "label5";
  353. this.label5.Size = new System.Drawing.Size(140, 15);
  354. this.label5.TabIndex = 19;
  355. this.label5.Text = "Фильтрация по типу:";
  356. //
  357. // typeForFilterTableAdapter
  358. //
  359. this.typeForFilterTableAdapter.ClearBeforeFill = true;
  360. //
  361. // btnHistory
  362. //
  363. this.btnHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  364. this.btnHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  365. this.btnHistory.ForeColor = System.Drawing.SystemColors.Control;
  366. this.btnHistory.Location = new System.Drawing.Point(800, 167);
  367. this.btnHistory.Name = "btnHistory";
  368. this.btnHistory.Size = new System.Drawing.Size(204, 30);
  369. this.btnHistory.TabIndex = 20;
  370. this.btnHistory.Text = "История продаж";
  371. this.btnHistory.UseVisualStyleBackColor = false;
  372. this.btnHistory.Click += new System.EventHandler(this.btnHistory_Click);
  373. //
  374. // FormManager
  375. //
  376. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  377. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  378. this.BackColor = System.Drawing.Color.White;
  379. this.ClientSize = new System.Drawing.Size(1016, 522);
  380. this.Controls.Add(this.btnHistory);
  381. this.Controls.Add(this.label5);
  382. this.Controls.Add(this.cmbTypePartner);
  383. this.Controls.Add(this.tbxMaxReting);
  384. this.Controls.Add(this.tbxMinRating);
  385. this.Controls.Add(this.label4);
  386. this.Controls.Add(this.label3);
  387. this.Controls.Add(this.cbxFindReting);
  388. this.Controls.Add(this.tbxFind);
  389. this.Controls.Add(this.label2);
  390. this.Controls.Add(this.btnAdd);
  391. this.Controls.Add(this.dgvPartner);
  392. this.Controls.Add(this.panel1);
  393. this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  394. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  395. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  396. this.MinimumSize = new System.Drawing.Size(1032, 561);
  397. this.Name = "FormManager";
  398. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  399. this.Text = "\"ООО\" Альфапол";
  400. this.Load += new System.EventHandler(this.FormManager_Load);
  401. this.panel1.ResumeLayout(false);
  402. this.panel1.PerformLayout();
  403. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
  404. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
  405. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  406. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  407. ((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.bsTypeForFilter)).EndInit();
  409. this.ResumeLayout(false);
  410. this.PerformLayout();
  411. }
  412. #endregion
  413. private System.Windows.Forms.Panel panel1;
  414. private System.Windows.Forms.Label label1;
  415. private System.Windows.Forms.PictureBox pictureBox1;
  416. private System.Windows.Forms.Label lblPatr;
  417. private System.Windows.Forms.Label lblName;
  418. private System.Windows.Forms.Label lblFan;
  419. private dbAlphapolAGDataSet dbAlphapolAGDataSet;
  420. private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
  421. private System.Windows.Forms.PictureBox pbxPhoto;
  422. private System.Windows.Forms.DataGridView dgvPartner;
  423. public System.Windows.Forms.BindingSource bsUsers;
  424. private System.Windows.Forms.Label lblPhoto;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn Info;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn Discount;
  428. private System.Windows.Forms.Button btnAdd;
  429. private System.Windows.Forms.Label label2;
  430. public System.Windows.Forms.TextBox tbxFind;
  431. private System.Windows.Forms.CheckBox cbxFindReting;
  432. private System.Windows.Forms.Label label3;
  433. private System.Windows.Forms.Label label4;
  434. public System.Windows.Forms.TextBox tbxMinRating;
  435. public System.Windows.Forms.TextBox tbxMaxReting;
  436. private System.Windows.Forms.ComboBox cmbTypePartner;
  437. private System.Windows.Forms.Label label5;
  438. private System.Windows.Forms.BindingSource bsTypeForFilter;
  439. private dbAlphapolAGDataSetTableAdapters.TypeForFilterTableAdapter typeForFilterTableAdapter;
  440. private System.Windows.Forms.Button btnHistory;
  441. private System.Windows.Forms.Button btnEditProfmanager;
  442. }
  443. }