FormManager.Designer.cs 25 KB

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