-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfrmMusteriSec.Designer.cs
121 lines (115 loc) · 6.15 KB
/
frmMusteriSec.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
namespace RestoranOtomasyonu
{
partial class frmMusteriSec
{
/// <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(frmMusteriSec));
this.btnExit = new System.Windows.Forms.Button();
this.lblTableName = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.White;
this.btnExit.BackgroundImage = global::RestoranOtomasyonu.Properties.Resources.Delete_96;
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnExit.Font = new System.Drawing.Font("Bahnschrift", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.btnExit.Location = new System.Drawing.Point(554, 14);
this.btnExit.Margin = new System.Windows.Forms.Padding(5);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(32, 32);
this.btnExit.TabIndex = 38;
this.btnExit.UseVisualStyleBackColor = false;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// lblTableName
//
this.lblTableName.AutoSize = true;
this.lblTableName.Font = new System.Drawing.Font("Bahnschrift", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblTableName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.lblTableName.Location = new System.Drawing.Point(14, 14);
this.lblTableName.Margin = new System.Windows.Forms.Padding(5);
this.lblTableName.Name = "lblTableName";
this.lblTableName.Size = new System.Drawing.Size(165, 23);
this.lblTableName.TabIndex = 39;
this.lblTableName.Text = "Kayıtlı Müşteri Seç";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(12, 54);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.Size = new System.Drawing.Size(574, 303);
this.dataGridView1.TabIndex = 40;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Bahnschrift", 11F);
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.label1.Location = new System.Drawing.Point(9, 368);
this.label1.Margin = new System.Windows.Forms.Padding(5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(369, 18);
this.label1.TabIndex = 41;
this.label1.Text = "Müşteri seçmek için listedeki bir müşteriye çift tıklayın.";
//
// frmMusteriSec
//
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(600, 400);
this.Controls.Add(this.label1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.lblTableName);
this.Controls.Add(this.btnExit);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmMusteriSec";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Müşteri Seç";
this.Load += new System.EventHandler(this.frmMusteriSec_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnExit;
public System.Windows.Forms.Label lblTableName;
private System.Windows.Forms.DataGridView dataGridView1;
public System.Windows.Forms.Label label1;
}
}