-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFormClassicInfo3.Designer.cs
More file actions
141 lines (135 loc) · 7.37 KB
/
FormClassicInfo3.Designer.cs
File metadata and controls
141 lines (135 loc) · 7.37 KB
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
namespace vsGUI
{
partial class FormClassicInfo3
{
/// <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(FormClassicInfo3));
this.labelInfoEN = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.labelInfoCN = new System.Windows.Forms.Label();
this.buttonYes = new System.Windows.Forms.Button();
this.buttonC1 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// labelInfoEN
//
this.labelInfoEN.Anchor = System.Windows.Forms.AnchorStyles.None;
this.labelInfoEN.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelInfoEN.Location = new System.Drawing.Point(196, 24);
this.labelInfoEN.Name = "labelInfoEN";
this.labelInfoEN.Size = new System.Drawing.Size(360, 240);
this.labelInfoEN.TabIndex = 6;
this.labelInfoEN.Text = resources.GetString("labelInfoEN.Text");
//
// panel1
//
this.panel1.Controls.Add(this.labelInfoCN);
this.panel1.Controls.Add(this.labelInfoEN);
this.panel1.Controls.Add(this.buttonYes);
this.panel1.Controls.Add(this.buttonC1);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(568, 361);
this.panel1.TabIndex = 1;
//
// labelInfoCN
//
this.labelInfoCN.Anchor = System.Windows.Forms.AnchorStyles.None;
this.labelInfoCN.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelInfoCN.Location = new System.Drawing.Point(196, 24);
this.labelInfoCN.Name = "labelInfoCN";
this.labelInfoCN.Size = new System.Drawing.Size(360, 240);
this.labelInfoCN.TabIndex = 7;
this.labelInfoCN.Text = " 虽然取名冰茶,却在没有使用半滴红茶的情况下就调制出 具有红茶色泽与口味的美味鸡尾酒来。它的酒精成份相当 高,千万别被柑香酒、柠檬汁与可乐的甜味蒙骗了" +
"。\r\n\r\n基酒:龙舌兰(30ml),伏特加(30ml)\r\n配料:柠檬汁(20ml)\r\n\r\n价格:41 元人民币";
//
// buttonYes
//
this.buttonYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonYes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.buttonYes.FlatAppearance.BorderSize = 0;
this.buttonYes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonYes.Image = ((System.Drawing.Image)(resources.GetObject("buttonYes.Image")));
this.buttonYes.Location = new System.Drawing.Point(496, 289);
this.buttonYes.Name = "buttonYes";
this.buttonYes.Size = new System.Drawing.Size(60, 60);
this.buttonYes.TabIndex = 5;
this.buttonYes.UseVisualStyleBackColor = true;
this.buttonYes.Click += new System.EventHandler(this.buttonYes_Click);
//
// buttonC1
//
this.buttonC1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.buttonC1.FlatAppearance.BorderSize = 0;
this.buttonC1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(240)))));
this.buttonC1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(240)))));
this.buttonC1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonC1.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonC1.Location = new System.Drawing.Point(30, 271);
this.buttonC1.Name = "buttonC1";
this.buttonC1.Size = new System.Drawing.Size(160, 30);
this.buttonC1.TabIndex = 4;
this.buttonC1.Text = "Long Island Iced Tea";
this.buttonC1.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(30, 24);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(160, 240);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// FormClassicInfo3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(240)))));
this.ClientSize = new System.Drawing.Size(568, 361);
this.Controls.Add(this.panel1);
this.Name = "FormClassicInfo3";
this.Text = "FormClassicInfo3";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label labelInfoEN;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button buttonYes;
private System.Windows.Forms.Button buttonC1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label labelInfoCN;
}
}