FormManager.Designer.cs 20 KB

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