-
Notifications
You must be signed in to change notification settings - Fork 1
/
DisplayProductInformation.Designer.cs
212 lines (207 loc) · 14.1 KB
/
DisplayProductInformation.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
namespace HeThongQLDVGiaoHangNhanh
{
partial class DisplayProductInformation
{
/// <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()
{
this.components = new System.ComponentModel.Container();
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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayProductInformation));
this.dgvThongTinSanPham = new Guna.UI2.WinForms.Guna2DataGridView();
this.lblStatus = new System.Windows.Forms.Label();
this.lblMaVanDon = new System.Windows.Forms.Label();
this.DragControl = new Guna.UI2.WinForms.Guna2DragControl(this.components);
this.pnlTitle = new System.Windows.Forms.Panel();
this.btnBack = new Guna.UI2.WinForms.Guna2Button();
this.lblTitle = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvThongTinSanPham)).BeginInit();
this.pnlTitle.SuspendLayout();
this.SuspendLayout();
//
// dgvThongTinSanPham
//
this.dgvThongTinSanPham.AllowUserToAddRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
this.dgvThongTinSanPham.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvThongTinSanPham.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvThongTinSanPham.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dgvThongTinSanPham.BackgroundColor = System.Drawing.Color.White;
this.dgvThongTinSanPham.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvThongTinSanPham.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.dgvThongTinSanPham.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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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.dgvThongTinSanPham.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvThongTinSanPham.ColumnHeadersHeight = 30;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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.dgvThongTinSanPham.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvThongTinSanPham.EnableHeadersVisualStyles = false;
this.dgvThongTinSanPham.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.dgvThongTinSanPham.Location = new System.Drawing.Point(12, 102);
this.dgvThongTinSanPham.Name = "dgvThongTinSanPham";
this.dgvThongTinSanPham.ReadOnly = true;
this.dgvThongTinSanPham.RowHeadersVisible = false;
this.dgvThongTinSanPham.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvThongTinSanPham.Size = new System.Drawing.Size(489, 290);
this.dgvThongTinSanPham.TabIndex = 2;
this.dgvThongTinSanPham.Theme = Guna.UI2.WinForms.Enums.DataGridViewPresetThemes.Default;
this.dgvThongTinSanPham.ThemeStyle.AlternatingRowsStyle.BackColor = System.Drawing.Color.White;
this.dgvThongTinSanPham.ThemeStyle.AlternatingRowsStyle.Font = null;
this.dgvThongTinSanPham.ThemeStyle.AlternatingRowsStyle.ForeColor = System.Drawing.Color.Empty;
this.dgvThongTinSanPham.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.Empty;
this.dgvThongTinSanPham.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Empty;
this.dgvThongTinSanPham.ThemeStyle.BackColor = System.Drawing.Color.White;
this.dgvThongTinSanPham.ThemeStyle.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.dgvThongTinSanPham.ThemeStyle.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
this.dgvThongTinSanPham.ThemeStyle.HeaderStyle.BorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.dgvThongTinSanPham.ThemeStyle.HeaderStyle.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dgvThongTinSanPham.ThemeStyle.HeaderStyle.ForeColor = System.Drawing.Color.White;
this.dgvThongTinSanPham.ThemeStyle.HeaderStyle.HeaightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.EnableResizing;
this.dgvThongTinSanPham.ThemeStyle.HeaderStyle.Height = 30;
this.dgvThongTinSanPham.ThemeStyle.ReadOnly = true;
this.dgvThongTinSanPham.ThemeStyle.RowsStyle.BackColor = System.Drawing.Color.White;
this.dgvThongTinSanPham.ThemeStyle.RowsStyle.BorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.dgvThongTinSanPham.ThemeStyle.RowsStyle.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dgvThongTinSanPham.ThemeStyle.RowsStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
this.dgvThongTinSanPham.ThemeStyle.RowsStyle.Height = 22;
this.dgvThongTinSanPham.ThemeStyle.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.dgvThongTinSanPham.ThemeStyle.RowsStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
this.dgvThongTinSanPham.DataSourceChanged += new System.EventHandler(this.dgvThongTinSanPham_DataSourceChanged);
//
// lblStatus
//
this.lblStatus.AutoSize = true;
this.lblStatus.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStatus.Location = new System.Drawing.Point(12, 395);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(76, 17);
this.lblStatus.TabIndex = 3;
this.lblStatus.Text = "0 sản phẩm";
//
// lblMaVanDon
//
this.lblMaVanDon.AutoSize = true;
this.lblMaVanDon.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold);
this.lblMaVanDon.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(251)))));
this.lblMaVanDon.Location = new System.Drawing.Point(337, 78);
this.lblMaVanDon.Name = "lblMaVanDon";
this.lblMaVanDon.Size = new System.Drawing.Size(164, 17);
this.lblMaVanDon.TabIndex = 1;
this.lblMaVanDon.Text = "Đơn hàng: Ag5539210714";
//
// DragControl
//
this.DragControl.TargetControl = this.pnlTitle;
//
// pnlTitle
//
this.pnlTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(182)))), ((int)(((byte)(152)))));
this.pnlTitle.Controls.Add(this.lblTitle);
this.pnlTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTitle.Location = new System.Drawing.Point(0, 0);
this.pnlTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlTitle.Name = "pnlTitle";
this.pnlTitle.Size = new System.Drawing.Size(513, 46);
this.pnlTitle.TabIndex = 0;
//
// btnBack
//
this.btnBack.BorderRadius = 3;
this.btnBack.CheckedState.Parent = this.btnBack;
this.btnBack.CustomImages.Parent = this.btnBack;
this.btnBack.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnBack.FillColor = System.Drawing.Color.Yellow;
this.btnBack.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnBack.ForeColor = System.Drawing.Color.Black;
this.btnBack.HoverState.Parent = this.btnBack;
this.btnBack.Image = global::HeThongQLDVGiaoHangNhanh.Properties.Resources.Home;
this.btnBack.Location = new System.Drawing.Point(12, 59);
this.btnBack.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnBack.Name = "btnBack";
this.btnBack.ShadowDecoration.Parent = this.btnBack;
this.btnBack.Size = new System.Drawing.Size(117, 36);
this.btnBack.TabIndex = 4;
this.btnBack.Text = "Trở về";
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(88, 11);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(336, 25);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "Thông tin sản phẩm trong đơn hàng";
//
// DisplayProductInformation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.btnBack;
this.ClientSize = new System.Drawing.Size(513, 417);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.pnlTitle);
this.Controls.Add(this.lblMaVanDon);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.dgvThongTinSanPham);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DisplayProductInformation";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Thông tin sản phẩm của đơn hàng";
this.Load += new System.EventHandler(this.DisplayProductInformation_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvThongTinSanPham)).EndInit();
this.pnlTitle.ResumeLayout(false);
this.pnlTitle.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Guna.UI2.WinForms.Guna2DataGridView dgvThongTinSanPham;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.Label lblMaVanDon;
private Guna.UI2.WinForms.Guna2DragControl DragControl;
private System.Windows.Forms.Panel pnlTitle;
private Guna.UI2.WinForms.Guna2Button btnBack;
private System.Windows.Forms.Label lblTitle;
}
}