FormReport.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. namespace СУБД_Агентство
  2. {
  3. partial class FormReport
  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.Label famLabel;
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.dgvReport = new System.Windows.Forms.DataGridView();
  32. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
  36. this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
  37. this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
  38. this.tableAdapterManager = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager();
  39. this.famLabel1 = new System.Windows.Forms.Label();
  40. this.lblIdRielter = new System.Windows.Forms.Label();
  41. this.dtp1 = new System.Windows.Forms.DateTimePicker();
  42. this.dtp2 = new System.Windows.Forms.DateTimePicker();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.btnExport = new System.Windows.Forms.Button();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. famLabel = new System.Windows.Forms.Label();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  54. this.panel1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // famLabel
  58. //
  59. famLabel.AutoSize = true;
  60. famLabel.Location = new System.Drawing.Point(16, 147);
  61. famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  62. famLabel.Name = "famLabel";
  63. famLabel.Size = new System.Drawing.Size(76, 23);
  64. famLabel.TabIndex = 1;
  65. famLabel.Text = "Риелтер:";
  66. //
  67. // dgvReport
  68. //
  69. this.dgvReport.AllowUserToAddRows = false;
  70. this.dgvReport.AllowUserToDeleteRows = false;
  71. this.dgvReport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  72. this.dgvReport.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  73. this.Column1,
  74. this.Column2,
  75. this.Column3});
  76. this.dgvReport.Location = new System.Drawing.Point(16, 187);
  77. this.dgvReport.Margin = new System.Windows.Forms.Padding(4);
  78. this.dgvReport.Name = "dgvReport";
  79. this.dgvReport.ReadOnly = true;
  80. this.dgvReport.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  81. this.dgvReport.Size = new System.Drawing.Size(690, 304);
  82. this.dgvReport.TabIndex = 0;
  83. //
  84. // Column1
  85. //
  86. this.Column1.HeaderText = "Покупатель";
  87. this.Column1.Name = "Column1";
  88. this.Column1.ReadOnly = true;
  89. this.Column1.Width = 150;
  90. //
  91. // Column2
  92. //
  93. this.Column2.HeaderText = "Продавец";
  94. this.Column2.Name = "Column2";
  95. this.Column2.ReadOnly = true;
  96. this.Column2.Width = 150;
  97. //
  98. // Column3
  99. //
  100. dataGridViewCellStyle3.Format = "d";
  101. dataGridViewCellStyle3.NullValue = null;
  102. this.Column3.DefaultCellStyle = dataGridViewCellStyle3;
  103. this.Column3.HeaderText = "Дата сделки";
  104. this.Column3.Name = "Column3";
  105. this.Column3.ReadOnly = true;
  106. //
  107. // dbAgentstvoDataSet1
  108. //
  109. this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
  110. this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  111. //
  112. // bsUsers
  113. //
  114. this.bsUsers.DataMember = "Users";
  115. this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
  116. //
  117. // usersTableAdapter
  118. //
  119. this.usersTableAdapter.ClearBeforeFill = true;
  120. //
  121. // tableAdapterManager
  122. //
  123. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  124. this.tableAdapterManager.PotrebnostTableAdapter = null;
  125. this.tableAdapterManager.predlozhenieTableAdapter = null;
  126. this.tableAdapterManager.SdelkaTableAdapter = null;
  127. this.tableAdapterManager.UpdateOrder = СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  128. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  129. //
  130. // famLabel1
  131. //
  132. this.famLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));
  133. this.famLabel1.Location = new System.Drawing.Point(102, 147);
  134. this.famLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.famLabel1.Name = "famLabel1";
  136. this.famLabel1.Size = new System.Drawing.Size(150, 27);
  137. this.famLabel1.TabIndex = 2;
  138. this.famLabel1.Text = "label1";
  139. //
  140. // lblIdRielter
  141. //
  142. this.lblIdRielter.AutoSize = true;
  143. this.lblIdRielter.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "idusers", true));
  144. this.lblIdRielter.Location = new System.Drawing.Point(35, 652);
  145. this.lblIdRielter.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.lblIdRielter.Name = "lblIdRielter";
  147. this.lblIdRielter.Size = new System.Drawing.Size(100, 23);
  148. this.lblIdRielter.TabIndex = 3;
  149. this.lblIdRielter.Text = "lblIdRielter";
  150. //
  151. // dtp1
  152. //
  153. this.dtp1.Location = new System.Drawing.Point(16, 541);
  154. this.dtp1.Margin = new System.Windows.Forms.Padding(4);
  155. this.dtp1.Name = "dtp1";
  156. this.dtp1.Size = new System.Drawing.Size(185, 29);
  157. this.dtp1.TabIndex = 4;
  158. //
  159. // dtp2
  160. //
  161. this.dtp2.Location = new System.Drawing.Point(523, 541);
  162. this.dtp2.Margin = new System.Windows.Forms.Padding(4);
  163. this.dtp2.Name = "dtp2";
  164. this.dtp2.Size = new System.Drawing.Size(181, 29);
  165. this.dtp2.TabIndex = 5;
  166. //
  167. // label1
  168. //
  169. this.label1.AutoSize = true;
  170. this.label1.Location = new System.Drawing.Point(11, 512);
  171. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label1.Name = "label1";
  173. this.label1.Size = new System.Drawing.Size(128, 23);
  174. this.label1.TabIndex = 6;
  175. this.label1.Text = "Начальная дата";
  176. //
  177. // label2
  178. //
  179. this.label2.AutoSize = true;
  180. this.label2.Location = new System.Drawing.Point(523, 512);
  181. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  182. this.label2.Name = "label2";
  183. this.label2.Size = new System.Drawing.Size(118, 23);
  184. this.label2.TabIndex = 7;
  185. this.label2.Text = "Конечная дата";
  186. //
  187. // btnExport
  188. //
  189. this.btnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  190. this.btnExport.Location = new System.Drawing.Point(250, 600);
  191. this.btnExport.Margin = new System.Windows.Forms.Padding(4);
  192. this.btnExport.Name = "btnExport";
  193. this.btnExport.Size = new System.Drawing.Size(235, 36);
  194. this.btnExport.TabIndex = 8;
  195. this.btnExport.Text = "Выполнить экспорт в Excel";
  196. this.btnExport.UseVisualStyleBackColor = false;
  197. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  198. //
  199. // label4
  200. //
  201. this.label4.AutoSize = true;
  202. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
  203. this.label4.Location = new System.Drawing.Point(66, 32);
  204. this.label4.Name = "label4";
  205. this.label4.Size = new System.Drawing.Size(390, 39);
  206. this.label4.TabIndex = 1;
  207. this.label4.Text = "Отчеты о сделках риелтера";
  208. //
  209. // pictureBox1
  210. //
  211. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  212. this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
  213. this.pictureBox1.Location = new System.Drawing.Point(566, 0);
  214. this.pictureBox1.Name = "pictureBox1";
  215. this.pictureBox1.Size = new System.Drawing.Size(172, 119);
  216. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  217. this.pictureBox1.TabIndex = 0;
  218. this.pictureBox1.TabStop = false;
  219. //
  220. // panel1
  221. //
  222. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
  223. this.panel1.Controls.Add(this.label4);
  224. this.panel1.Controls.Add(this.pictureBox1);
  225. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  226. this.panel1.Location = new System.Drawing.Point(0, 0);
  227. this.panel1.Name = "panel1";
  228. this.panel1.Size = new System.Drawing.Size(738, 119);
  229. this.panel1.TabIndex = 10;
  230. //
  231. // FormReport
  232. //
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.BackColor = System.Drawing.Color.White;
  236. this.ClientSize = new System.Drawing.Size(738, 651);
  237. this.Controls.Add(this.panel1);
  238. this.Controls.Add(this.btnExport);
  239. this.Controls.Add(this.label2);
  240. this.Controls.Add(this.label1);
  241. this.Controls.Add(this.dtp2);
  242. this.Controls.Add(this.dtp1);
  243. this.Controls.Add(this.lblIdRielter);
  244. this.Controls.Add(famLabel);
  245. this.Controls.Add(this.famLabel1);
  246. this.Controls.Add(this.dgvReport);
  247. this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
  248. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  249. this.Margin = new System.Windows.Forms.Padding(4);
  250. this.MaximizeBox = false;
  251. this.MinimizeBox = false;
  252. this.Name = "FormReport";
  253. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  254. this.Text = "СУБД \"Агентство недвижимости\"";
  255. this.Load += new System.EventHandler(this.FormReport_Load);
  256. ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  260. this.panel1.ResumeLayout(false);
  261. this.panel1.PerformLayout();
  262. this.ResumeLayout(false);
  263. this.PerformLayout();
  264. }
  265. #endregion
  266. private System.Windows.Forms.DataGridView dgvReport;
  267. private DBAgentstvoDataSet dbAgentstvoDataSet1;
  268. private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  269. public System.Windows.Forms.BindingSource bsUsers;
  270. private DBAgentstvoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  271. private System.Windows.Forms.Label famLabel1;
  272. private System.Windows.Forms.Label lblIdRielter;
  273. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  274. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  275. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  276. private System.Windows.Forms.DateTimePicker dtp1;
  277. private System.Windows.Forms.DateTimePicker dtp2;
  278. private System.Windows.Forms.Label label1;
  279. private System.Windows.Forms.Label label2;
  280. private System.Windows.Forms.Button btnExport;
  281. private System.Windows.Forms.Label label4;
  282. private System.Windows.Forms.PictureBox pictureBox1;
  283. private System.Windows.Forms.Panel panel1;
  284. }
  285. }