3 partial class FeedbackForm
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing
)
16 if (disposing
&& (components
!= null))
20 base.Dispose(disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 System
.ComponentModel
.ComponentResourceManager resources
= new System
.ComponentModel
.ComponentResourceManager(typeof(FeedbackForm
));
32 this.PostButton
= new ControlExs
.QQButton();
33 this.UserNameTextBox
= new ControlExs
.QQTextBox();
34 this.QQTextBox
= new ControlExs
.QQTextBox();
35 this.EmailTextBox
= new ControlExs
.QQTextBox();
36 this.TitleTextBox
= new ControlExs
.QQTextBox();
37 this.MessageTextBox
= new ControlExs
.QQTextBox();
38 this.label1
= new System
.Windows
.Forms
.Label();
39 this.label2
= new System
.Windows
.Forms
.Label();
40 this.label3
= new System
.Windows
.Forms
.Label();
41 this.label4
= new System
.Windows
.Forms
.Label();
42 this.label5
= new System
.Windows
.Forms
.Label();
43 this.label6
= new System
.Windows
.Forms
.Label();
44 this.LogPathTextBox
= new ControlExs
.QQTextBox();
45 this.LogFileButton
= new ControlExs
.QQButton();
50 this.PostButton
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
51 this.PostButton
.Location
= new System
.Drawing
.Point(184, 431);
52 this.PostButton
.Name
= "PostButton";
53 this.PostButton
.Size
= new System
.Drawing
.Size(130, 36);
54 this.PostButton
.TabIndex
= 0;
55 this.PostButton
.Text
= "提交";
56 this.PostButton
.UseVisualStyleBackColor
= true;
57 this.PostButton
.Click
+= new System
.EventHandler(this.PostButton_Click
);
61 this.UserNameTextBox
.AllowDrop
= true;
62 this.UserNameTextBox
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
63 this.UserNameTextBox
.EmptyTextTip
= "反馈者的名字(必填)";
64 this.UserNameTextBox
.EmptyTextTipColor
= System
.Drawing
.Color
.DarkGray
;
65 this.UserNameTextBox
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
66 this.UserNameTextBox
.Location
= new System
.Drawing
.Point(48, 12);
67 this.UserNameTextBox
.Name
= "UserNameTextBox";
68 this.UserNameTextBox
.Size
= new System
.Drawing
.Size(437, 23);
69 this.UserNameTextBox
.TabIndex
= 1;
73 this.QQTextBox
.AllowDrop
= true;
74 this.QQTextBox
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
75 this.QQTextBox
.EmptyTextTip
= "(选填)";
76 this.QQTextBox
.EmptyTextTipColor
= System
.Drawing
.Color
.DarkGray
;
77 this.QQTextBox
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
78 this.QQTextBox
.Location
= new System
.Drawing
.Point(48, 43);
79 this.QQTextBox
.Name
= "QQTextBox";
80 this.QQTextBox
.Size
= new System
.Drawing
.Size(437, 23);
81 this.QQTextBox
.TabIndex
= 2;
85 this.EmailTextBox
.AllowDrop
= true;
86 this.EmailTextBox
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
87 this.EmailTextBox
.EmptyTextTip
= "用于作者回复(必填)";
88 this.EmailTextBox
.EmptyTextTipColor
= System
.Drawing
.Color
.DarkGray
;
89 this.EmailTextBox
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
90 this.EmailTextBox
.Location
= new System
.Drawing
.Point(48, 74);
91 this.EmailTextBox
.Name
= "EmailTextBox";
92 this.EmailTextBox
.Size
= new System
.Drawing
.Size(437, 23);
93 this.EmailTextBox
.TabIndex
= 3;
97 this.TitleTextBox
.AllowDrop
= true;
98 this.TitleTextBox
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
99 this.TitleTextBox
.EmptyTextTip
= "简明扼要的问题概括(必填)";
100 this.TitleTextBox
.EmptyTextTipColor
= System
.Drawing
.Color
.DarkGray
;
101 this.TitleTextBox
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
102 this.TitleTextBox
.Location
= new System
.Drawing
.Point(48, 105);
103 this.TitleTextBox
.Name
= "TitleTextBox";
104 this.TitleTextBox
.Size
= new System
.Drawing
.Size(437, 23);
105 this.TitleTextBox
.TabIndex
= 4;
109 this.MessageTextBox
.AllowDrop
= true;
110 this.MessageTextBox
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
111 this.MessageTextBox
.EmptyTextTip
= "说明你的操作步骤和结果,并附上mediainfo信息(必填)";
112 this.MessageTextBox
.EmptyTextTipColor
= System
.Drawing
.Color
.DarkGray
;
113 this.MessageTextBox
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
114 this.MessageTextBox
.Location
= new System
.Drawing
.Point(48, 173);
115 this.MessageTextBox
.Multiline
= true;
116 this.MessageTextBox
.Name
= "MessageTextBox";
117 this.MessageTextBox
.Size
= new System
.Drawing
.Size(437, 248);
118 this.MessageTextBox
.TabIndex
= 5;
122 this.label1
.AutoSize
= true;
123 this.label1
.Location
= new System
.Drawing
.Point(9, 17);
124 this.label1
.Name
= "label1";
125 this.label1
.Size
= new System
.Drawing
.Size(29, 12);
126 this.label1
.TabIndex
= 6;
127 this.label1
.Text
= "昵称";
131 this.label2
.AutoSize
= true;
132 this.label2
.Location
= new System
.Drawing
.Point(9, 48);
133 this.label2
.Name
= "label2";
134 this.label2
.Size
= new System
.Drawing
.Size(17, 12);
135 this.label2
.TabIndex
= 7;
136 this.label2
.Text
= "QQ";
140 this.label3
.AutoSize
= true;
141 this.label3
.Location
= new System
.Drawing
.Point(9, 79);
142 this.label3
.Name
= "label3";
143 this.label3
.Size
= new System
.Drawing
.Size(29, 12);
144 this.label3
.TabIndex
= 8;
145 this.label3
.Text
= "邮箱";
149 this.label4
.AutoSize
= true;
150 this.label4
.Location
= new System
.Drawing
.Point(10, 110);
151 this.label4
.Name
= "label4";
152 this.label4
.Size
= new System
.Drawing
.Size(29, 12);
153 this.label4
.TabIndex
= 9;
154 this.label4
.Text
= "标题";
158 this.label5
.AutoSize
= true;
159 this.label5
.Location
= new System
.Drawing
.Point(9, 174);
160 this.label5
.Name
= "label5";
161 this.label5
.Size
= new System
.Drawing
.Size(29, 12);
162 this.label5
.TabIndex
= 10;
163 this.label5
.Text
= "内容";
167 this.label6
.AutoSize
= true;
168 this.label6
.Location
= new System
.Drawing
.Point(10, 144);
169 this.label6
.Name
= "label6";
170 this.label6
.Size
= new System
.Drawing
.Size(29, 12);
171 this.label6
.TabIndex
= 12;
172 this.label6
.Text
= "日志";
176 this.LogPathTextBox
.AllowDrop
= true;
177 this.LogPathTextBox
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
178 this.LogPathTextBox
.EmptyTextTip
= "压制产生的日志log文件,为了准确分析问题请尽量上传日志(选填)";
179 this.LogPathTextBox
.EmptyTextTipColor
= System
.Drawing
.Color
.DarkGray
;
180 this.LogPathTextBox
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
181 this.LogPathTextBox
.Location
= new System
.Drawing
.Point(48, 138);
182 this.LogPathTextBox
.Name
= "LogPathTextBox";
183 this.LogPathTextBox
.Size
= new System
.Drawing
.Size(405, 23);
184 this.LogPathTextBox
.TabIndex
= 11;
188 this.LogFileButton
.Font
= new System
.Drawing
.Font("Microsoft YaHei", 9F
);
189 this.LogFileButton
.Location
= new System
.Drawing
.Point(459, 138);
190 this.LogFileButton
.Name
= "LogFileButton";
191 this.LogFileButton
.Size
= new System
.Drawing
.Size(26, 23);
192 this.LogFileButton
.TabIndex
= 13;
193 this.LogFileButton
.Text
= "...";
194 this.LogFileButton
.UseVisualStyleBackColor
= true;
195 this.LogFileButton
.Click
+= new System
.EventHandler(this.LogFileButton_Click
);
199 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 12F
);
200 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
201 this.ClientSize
= new System
.Drawing
.Size(497, 474);
202 this.Controls
.Add(this.LogFileButton
);
203 this.Controls
.Add(this.label6
);
204 this.Controls
.Add(this.LogPathTextBox
);
205 this.Controls
.Add(this.label5
);
206 this.Controls
.Add(this.label4
);
207 this.Controls
.Add(this.label3
);
208 this.Controls
.Add(this.label2
);
209 this.Controls
.Add(this.label1
);
210 this.Controls
.Add(this.MessageTextBox
);
211 this.Controls
.Add(this.TitleTextBox
);
212 this.Controls
.Add(this.EmailTextBox
);
213 this.Controls
.Add(this.QQTextBox
);
214 this.Controls
.Add(this.UserNameTextBox
);
215 this.Controls
.Add(this.PostButton
);
216 this.Icon
= ((System
.Drawing
.Icon
)(resources
.GetObject("$this.Icon")));
217 this.Name
= "FeedbackForm";
219 this.Load
+= new System
.EventHandler(this.FeedbackForm_Load
);
220 this.ResumeLayout(false);
221 this.PerformLayout();
227 private ControlExs
.QQButton PostButton
;
228 private ControlExs
.QQTextBox UserNameTextBox
;
229 private ControlExs
.QQTextBox QQTextBox
;
230 private ControlExs
.QQTextBox EmailTextBox
;
231 private ControlExs
.QQTextBox TitleTextBox
;
232 private ControlExs
.QQTextBox MessageTextBox
;
233 private System
.Windows
.Forms
.Label label1
;
234 private System
.Windows
.Forms
.Label label2
;
235 private System
.Windows
.Forms
.Label label3
;
236 private System
.Windows
.Forms
.Label label4
;
237 private System
.Windows
.Forms
.Label label5
;
238 private System
.Windows
.Forms
.Label label6
;
239 private ControlExs
.QQTextBox LogPathTextBox
;
240 private ControlExs
.QQButton LogFileButton
;