-
Notifications
You must be signed in to change notification settings - Fork 5
/
frmMoneyReport.Designer.cs
101 lines (95 loc) · 4.88 KB
/
frmMoneyReport.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
namespace RestoranOtomasyonu
{
partial class frmMoneyReport
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMoneyReport));
this.lblTitle = new System.Windows.Forms.Label();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.btnGoBack = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.lblTitle.Font = new System.Drawing.Font("Bahnschrift", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.lblTitle.Location = new System.Drawing.Point(14, 14);
this.lblTitle.Margin = new System.Windows.Forms.Padding(5);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(127, 23);
this.lblTitle.TabIndex = 74;
this.lblTitle.Text = "Hesap Raporu";
//
// reportViewer1
//
this.reportViewer1.Location = new System.Drawing.Point(18, 54);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(970, 396);
this.reportViewer1.TabIndex = 75;
//
// btnGoBack
//
this.btnGoBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(181)))));
this.btnGoBack.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnGoBack.FlatAppearance.BorderSize = 0;
this.btnGoBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(160)))));
this.btnGoBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(200)))), ((int)(((byte)(209)))));
this.btnGoBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGoBack.Font = new System.Drawing.Font("Bahnschrift", 12F);
this.btnGoBack.ForeColor = System.Drawing.Color.Black;
this.btnGoBack.Location = new System.Drawing.Point(18, 458);
this.btnGoBack.Margin = new System.Windows.Forms.Padding(5);
this.btnGoBack.Name = "btnGoBack";
this.btnGoBack.Size = new System.Drawing.Size(106, 28);
this.btnGoBack.TabIndex = 76;
this.btnGoBack.Text = "Geri Dön";
this.btnGoBack.UseVisualStyleBackColor = false;
this.btnGoBack.Click += new System.EventHandler(this.btnGoBack_Click);
//
// frmMoneyReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(40)))), ((int)(((byte)(49)))));
this.ClientSize = new System.Drawing.Size(1000, 500);
this.Controls.Add(this.btnGoBack);
this.Controls.Add(this.reportViewer1);
this.Controls.Add(this.lblTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmMoneyReport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Hesap Raporu";
this.Load += new System.EventHandler(this.frmMoneyReport_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.Label lblTitle;
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
private System.Windows.Forms.Button btnGoBack;
}
}