-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdmin_View.Designer.cs
126 lines (120 loc) · 8.35 KB
/
Admin_View.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
122
123
124
125
126
namespace Cafe_Management_Mini_Project
{
partial class Admin_View
{
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.Datagrid1 = new Guna.UI2.WinForms.Guna2DataGridView();
((System.ComponentModel.ISupportInitialize)(this.Datagrid1)).BeginInit();
this.SuspendLayout();
//
// Datagrid1
//
this.Datagrid1.AllowUserToAddRows = false;
this.Datagrid1.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
this.Datagrid1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.Datagrid1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.Datagrid1.BackgroundColor = System.Drawing.Color.White;
this.Datagrid1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.Datagrid1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.Datagrid1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 10.5F);
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.Datagrid1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.Datagrid1.ColumnHeadersHeight = 26;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 10.5F);
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.Datagrid1.DefaultCellStyle = dataGridViewCellStyle3;
this.Datagrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.Datagrid1.EnableHeadersVisualStyles = false;
this.Datagrid1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.Datagrid1.Location = new System.Drawing.Point(0, 0);
this.Datagrid1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Datagrid1.Name = "Datagrid1";
this.Datagrid1.ReadOnly = true;
this.Datagrid1.RowHeadersVisible = false;
this.Datagrid1.RowHeadersWidth = 51;
this.Datagrid1.RowTemplate.Height = 24;
this.Datagrid1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.Datagrid1.Size = new System.Drawing.Size(1015, 584);
this.Datagrid1.TabIndex = 0;
this.Datagrid1.Theme = Guna.UI2.WinForms.Enums.DataGridViewPresetThemes.Default;
this.Datagrid1.ThemeStyle.AlternatingRowsStyle.BackColor = System.Drawing.Color.White;
this.Datagrid1.ThemeStyle.AlternatingRowsStyle.Font = null;
this.Datagrid1.ThemeStyle.AlternatingRowsStyle.ForeColor = System.Drawing.Color.Empty;
this.Datagrid1.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.Empty;
this.Datagrid1.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Empty;
this.Datagrid1.ThemeStyle.BackColor = System.Drawing.Color.White;
this.Datagrid1.ThemeStyle.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.Datagrid1.ThemeStyle.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
this.Datagrid1.ThemeStyle.HeaderStyle.BorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.Datagrid1.ThemeStyle.HeaderStyle.Font = new System.Drawing.Font("Segoe UI", 10.5F);
this.Datagrid1.ThemeStyle.HeaderStyle.ForeColor = System.Drawing.Color.White;
this.Datagrid1.ThemeStyle.HeaderStyle.HeaightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.EnableResizing;
this.Datagrid1.ThemeStyle.HeaderStyle.Height = 26;
this.Datagrid1.ThemeStyle.ReadOnly = true;
this.Datagrid1.ThemeStyle.RowsStyle.BackColor = System.Drawing.Color.White;
this.Datagrid1.ThemeStyle.RowsStyle.BorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.Datagrid1.ThemeStyle.RowsStyle.Font = new System.Drawing.Font("Segoe UI", 10.5F);
this.Datagrid1.ThemeStyle.RowsStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
this.Datagrid1.ThemeStyle.RowsStyle.Height = 24;
this.Datagrid1.ThemeStyle.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.Datagrid1.ThemeStyle.RowsStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
this.Datagrid1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Datagrid1_CellContentClick);
//
// Admin_View
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1015, 584);
this.Controls.Add(this.Datagrid1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Admin_View";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Admin_View";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Admin_View_FormClosing);
this.Load += new System.EventHandler(this.Admin_View_Load);
((System.ComponentModel.ISupportInitialize)(this.Datagrid1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Guna.UI2.WinForms.Guna2DataGridView Datagrid1;
}
}