-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathMessageDialog.Designer.cs
163 lines (157 loc) · 8.09 KB
/
MessageDialog.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
namespace DigitalPlatform.CommonControl
{
partial class MessageDialog
{
/// <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(MessageDialog));
this.textBox_message = new System.Windows.Forms.TextBox();
this.checkBox_message1 = new System.Windows.Forms.CheckBox();
this.button_3 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button_2 = new System.Windows.Forms.Button();
this.button_1 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// textBox_message
//
this.textBox_message.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox_message.BackColor = System.Drawing.SystemColors.Window;
this.textBox_message.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox_message.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_message.Location = new System.Drawing.Point(53, 12);
this.textBox_message.MaxLength = 0;
this.textBox_message.Multiline = true;
this.textBox_message.Name = "textBox_message";
this.textBox_message.ReadOnly = true;
this.textBox_message.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox_message.Size = new System.Drawing.Size(320, 91);
this.textBox_message.TabIndex = 0;
//
// checkBox_message1
//
this.checkBox_message1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.checkBox_message1.AutoSize = true;
this.checkBox_message1.Location = new System.Drawing.Point(53, 109);
this.checkBox_message1.Name = "checkBox_message1";
this.checkBox_message1.Size = new System.Drawing.Size(15, 14);
this.checkBox_message1.TabIndex = 1;
this.checkBox_message1.UseVisualStyleBackColor = true;
//
// button_3
//
this.button_3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button_3.Location = new System.Drawing.Point(303, 11);
this.button_3.Name = "button_3";
this.button_3.Size = new System.Drawing.Size(75, 23);
this.button_3.TabIndex = 2;
this.button_3.Text = "3";
this.button_3.UseVisualStyleBackColor = true;
this.button_3.Click += new System.EventHandler(this.button_3_Click);
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(16, 16);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
this.pictureBox1.Visible = false;
//
// button_2
//
this.button_2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button_2.Location = new System.Drawing.Point(222, 11);
this.button_2.Name = "button_2";
this.button_2.Size = new System.Drawing.Size(75, 23);
this.button_2.TabIndex = 1;
this.button_2.Text = "2";
this.button_2.UseVisualStyleBackColor = true;
this.button_2.Click += new System.EventHandler(this.button_2_Click);
//
// button_1
//
this.button_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button_1.Location = new System.Drawing.Point(141, 11);
this.button_1.Name = "button_1";
this.button_1.Size = new System.Drawing.Size(75, 23);
this.button_1.TabIndex = 0;
this.button_1.Text = "1";
this.button_1.UseVisualStyleBackColor = true;
this.button_1.Click += new System.EventHandler(this.button_1_Click);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.SystemColors.Control;
this.panel1.Controls.Add(this.button_1);
this.panel1.Controls.Add(this.button_2);
this.panel1.Controls.Add(this.button_3);
this.panel1.Location = new System.Drawing.Point(-5, 129);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(395, 43);
this.panel1.TabIndex = 2;
//
// MessageDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(385, 172);
this.Controls.Add(this.panel1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.checkBox_message1);
this.Controls.Add(this.textBox_message);
this.DoubleBuffered = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MessageDialog";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "MessageDialog";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MessageDialog_FormClosed);
this.Load += new System.EventHandler(this.MessageDialog_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox_message;
private System.Windows.Forms.CheckBox checkBox_message1;
private System.Windows.Forms.Button button_3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button_2;
private System.Windows.Forms.Button button_1;
private System.Windows.Forms.Panel panel1;
}
}