FormManager.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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.btnExit = new System.Windows.Forms.Button();
  43. this.managerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.ManagerTableAdapter();
  44. this.dgvPartner = new System.Windows.Forms.DataGridView();
  45. this.IDPartner = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.InfoPartner = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Discount4Partner = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.panel1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.bsManager)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.pbxProfile)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // panel1
  57. //
  58. this.panel1.BackColor = System.Drawing.Color.LightGray;
  59. this.panel1.Controls.Add(this.lblphoto);
  60. this.panel1.Controls.Add(this.label4);
  61. this.panel1.Controls.Add(this.label3);
  62. this.panel1.Controls.Add(this.label2);
  63. this.panel1.Controls.Add(this.pbxProfile);
  64. this.panel1.Controls.Add(this.pictureBox1);
  65. this.panel1.Controls.Add(this.label1);
  66. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.panel1.Location = new System.Drawing.Point(0, 0);
  68. this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  69. this.panel1.Name = "panel1";
  70. this.panel1.Size = new System.Drawing.Size(933, 136);
  71. this.panel1.TabIndex = 1;
  72. //
  73. // lblphoto
  74. //
  75. this.lblphoto.AutoSize = true;
  76. this.lblphoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Photo", true));
  77. this.lblphoto.Location = new System.Drawing.Point(679, 94);
  78. this.lblphoto.Name = "lblphoto";
  79. this.lblphoto.Size = new System.Drawing.Size(49, 15);
  80. this.lblphoto.TabIndex = 9;
  81. this.lblphoto.Text = "label5";
  82. //
  83. // bsManager
  84. //
  85. this.bsManager.DataMember = "Manager";
  86. this.bsManager.DataSource = this.alfafloorGDVDataSet1;
  87. //
  88. // alfafloorGDVDataSet1
  89. //
  90. this.alfafloorGDVDataSet1.DataSetName = "AlfafloorGDVDataSet";
  91. this.alfafloorGDVDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  92. //
  93. // label4
  94. //
  95. this.label4.AutoSize = true;
  96. this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Patronomyc", true));
  97. this.label4.Location = new System.Drawing.Point(679, 63);
  98. this.label4.Name = "label4";
  99. this.label4.Size = new System.Drawing.Size(49, 15);
  100. this.label4.TabIndex = 8;
  101. this.label4.Text = "label4";
  102. //
  103. // label3
  104. //
  105. this.label3.AutoSize = true;
  106. this.label3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Name", true));
  107. this.label3.Location = new System.Drawing.Point(679, 35);
  108. this.label3.Name = "label3";
  109. this.label3.Size = new System.Drawing.Size(49, 15);
  110. this.label3.TabIndex = 7;
  111. this.label3.Text = "label3";
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Surname", true));
  117. this.label2.Location = new System.Drawing.Point(679, 9);
  118. this.label2.Name = "label2";
  119. this.label2.Size = new System.Drawing.Size(49, 15);
  120. this.label2.TabIndex = 6;
  121. this.label2.Text = "label2";
  122. //
  123. // pbxProfile
  124. //
  125. this.pbxProfile.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  126. this.pbxProfile.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bsManager, "Photo", true));
  127. this.pbxProfile.Dock = System.Windows.Forms.DockStyle.Right;
  128. this.pbxProfile.Location = new System.Drawing.Point(794, 0);
  129. this.pbxProfile.Name = "pbxProfile";
  130. this.pbxProfile.Size = new System.Drawing.Size(139, 136);
  131. this.pbxProfile.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  132. this.pbxProfile.TabIndex = 2;
  133. this.pbxProfile.TabStop = false;
  134. //
  135. // pictureBox1
  136. //
  137. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  138. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  139. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  140. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  141. this.pictureBox1.Name = "pictureBox1";
  142. this.pictureBox1.Size = new System.Drawing.Size(140, 136);
  143. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  144. this.pictureBox1.TabIndex = 1;
  145. this.pictureBox1.TabStop = false;
  146. //
  147. // label1
  148. //
  149. this.label1.AutoSize = true;
  150. this.label1.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  151. this.label1.Location = new System.Drawing.Point(218, 52);
  152. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.label1.Name = "label1";
  154. this.label1.Size = new System.Drawing.Size(382, 31);
  155. this.label1.TabIndex = 0;
  156. this.label1.Text = "Рабочее место Менеджера";
  157. //
  158. // btnExit
  159. //
  160. this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  161. this.btnExit.ForeColor = System.Drawing.Color.GhostWhite;
  162. this.btnExit.Location = new System.Drawing.Point(749, 453);
  163. this.btnExit.Name = "btnExit";
  164. this.btnExit.Size = new System.Drawing.Size(100, 36);
  165. this.btnExit.TabIndex = 5;
  166. this.btnExit.Text = "Выйти";
  167. this.btnExit.UseVisualStyleBackColor = false;
  168. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  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.IDPartner,
  185. this.InfoPartner,
  186. this.Discount4Partner});
  187. this.dgvPartner.GridColor = System.Drawing.Color.White;
  188. this.dgvPartner.Location = new System.Drawing.Point(12, 142);
  189. this.dgvPartner.MultiSelect = false;
  190. this.dgvPartner.Name = "dgvPartner";
  191. this.dgvPartner.RowHeadersVisible = false;
  192. this.dgvPartner.RowHeadersWidth = 100;
  193. this.dgvPartner.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
  194. this.dgvPartner.RowTemplate.DividerHeight = 10;
  195. this.dgvPartner.RowTemplate.Height = 70;
  196. this.dgvPartner.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  197. this.dgvPartner.Size = new System.Drawing.Size(682, 349);
  198. this.dgvPartner.TabIndex = 6;
  199. //
  200. // IDPartner
  201. //
  202. this.IDPartner.HeaderText = "Column1";
  203. this.IDPartner.Name = "IDPartner";
  204. this.IDPartner.Visible = false;
  205. //
  206. // InfoPartner
  207. //
  208. this.InfoPartner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  209. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  210. this.InfoPartner.DefaultCellStyle = dataGridViewCellStyle1;
  211. this.InfoPartner.HeaderText = "Инфо";
  212. this.InfoPartner.Name = "InfoPartner";
  213. //
  214. // Discount4Partner
  215. //
  216. dataGridViewCellStyle2.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  217. this.Discount4Partner.DefaultCellStyle = dataGridViewCellStyle2;
  218. this.Discount4Partner.HeaderText = "Скидка";
  219. this.Discount4Partner.Name = "Discount4Partner";
  220. //
  221. // FormManager
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.BackColor = System.Drawing.Color.White;
  226. this.ClientSize = new System.Drawing.Size(933, 519);
  227. this.Controls.Add(this.dgvPartner);
  228. this.Controls.Add(this.btnExit);
  229. this.Controls.Add(this.panel1);
  230. this.Font = new System.Drawing.Font("Courier New", 9F);
  231. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  232. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  233. this.Name = "FormManager";
  234. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  235. this.Text = "OOO \"Альфапол\"";
  236. this.Load += new System.EventHandler(this.FormManager_Load);
  237. this.panel1.ResumeLayout(false);
  238. this.panel1.PerformLayout();
  239. ((System.ComponentModel.ISupportInitialize)(this.bsManager)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.pbxProfile)).EndInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).EndInit();
  244. this.ResumeLayout(false);
  245. }
  246. #endregion
  247. private System.Windows.Forms.Panel panel1;
  248. private System.Windows.Forms.PictureBox pictureBox1;
  249. private System.Windows.Forms.Label label1;
  250. private System.Windows.Forms.Button btnExit;
  251. private System.Windows.Forms.Label label4;
  252. private System.Windows.Forms.Label label3;
  253. private System.Windows.Forms.Label label2;
  254. private System.Windows.Forms.PictureBox pbxProfile;
  255. private AlfafloorGDVDataSet alfafloorGDVDataSet1;
  256. private AlfafloorGDVDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
  257. public System.Windows.Forms.BindingSource bsManager;
  258. private System.Windows.Forms.Label lblphoto;
  259. private System.Windows.Forms.DataGridView dgvPartner;
  260. private System.Windows.Forms.DataGridViewTextBoxColumn IDPartner;
  261. private System.Windows.Forms.DataGridViewTextBoxColumn InfoPartner;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn Discount4Partner;
  263. }
  264. }