-
Notifications
You must be signed in to change notification settings - Fork 1
/
说明.Designer.cs
102 lines (97 loc) · 4.96 KB
/
说明.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
namespace i_car1
{
partial class 说明
{
/// <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(说明));
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.uiCheckBox1 = new Sunny.UI.UICheckBox();
this.uiLabel2 = new Sunny.UI.UILabel();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.Color.White;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.richTextBox1.Location = new System.Drawing.Point(43, 130);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(601, 482);
this.richTextBox1.TabIndex = 2;
this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
//
// uiCheckBox1
//
this.uiCheckBox1.CheckBoxColor = System.Drawing.Color.Gray;
this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckBox1.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiCheckBox1.Location = new System.Drawing.Point(172, 662);
this.uiCheckBox1.Margin = new System.Windows.Forms.Padding(2);
this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox1.Name = "uiCheckBox1";
this.uiCheckBox1.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.uiCheckBox1.Size = new System.Drawing.Size(318, 33);
this.uiCheckBox1.Style = Sunny.UI.UIStyle.Custom;
this.uiCheckBox1.TabIndex = 3;
this.uiCheckBox1.Text = "我已认真阅读、知晓并将履行上述说明";
this.uiCheckBox1.ValueChanged += new Sunny.UI.UICheckBox.OnValueChanged(this.uiCheckBox1_ValueChanged);
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.Location = new System.Drawing.Point(225, 697);
this.uiLabel2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(197, 18);
this.uiLabel2.TabIndex = 4;
this.uiLabel2.Text = "请勾选以便支付定金及获得电子版合同";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 说明
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.ClientSize = new System.Drawing.Size(686, 762);
this.Controls.Add(this.uiLabel2);
this.Controls.Add(this.uiCheckBox1);
this.Controls.Add(this.richTextBox1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "说明";
this.Text = "提示";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox richTextBox1;
private Sunny.UI.UICheckBox uiCheckBox1;
private Sunny.UI.UILabel uiLabel2;
}
}