FormManager.Designer.cs 21 KB

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