Develop and Download Open Source Software

Browse Subversion Repository

Contents of /ErrorReportWindow.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Thu Feb 24 14:12:19 2011 UTC (13 years ago) by aqua877
File size: 4914 byte(s)
エラー報告機能の実装
1 namespace Aqua877.WinApp.IronLivetube
2 {
3 partial class ErrorReportWindow
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.label1 = new System.Windows.Forms.Label();
32 this.label2 = new System.Windows.Forms.Label();
33 this.RestartIronLivetubeCheckBox = new System.Windows.Forms.CheckBox();
34 this.ReportErrorButton = new System.Windows.Forms.Button();
35 this.CloseButton = new System.Windows.Forms.Button();
36 this.SuspendLayout();
37 //
38 // label1
39 //
40 this.label1.AutoSize = true;
41 this.label1.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
42 this.label1.Location = new System.Drawing.Point(12, 9);
43 this.label1.Name = "label1";
44 this.label1.Size = new System.Drawing.Size(293, 36);
45 this.label1.TabIndex = 0;
46 this.label1.Text = "問題が発生したため、IronLivetubeを終了します。\r\nご不便をお掛けして申し訳ありません。";
47 //
48 // label2
49 //
50 this.label2.AutoSize = true;
51 this.label2.Location = new System.Drawing.Point(12, 92);
52 this.label2.Name = "label2";
53 this.label2.Size = new System.Drawing.Size(284, 36);
54 this.label2.TabIndex = 1;
55 this.label2.Text = "このプログラムのエラーの解決と改善のために、\r\n開発元へのエラーの報告にご協力をお願いします。";
56 //
57 // RestartIronLivetubeCheckBox
58 //
59 this.RestartIronLivetubeCheckBox.AutoSize = true;
60 this.RestartIronLivetubeCheckBox.Location = new System.Drawing.Point(15, 57);
61 this.RestartIronLivetubeCheckBox.Name = "RestartIronLivetubeCheckBox";
62 this.RestartIronLivetubeCheckBox.Size = new System.Drawing.Size(149, 22);
63 this.RestartIronLivetubeCheckBox.TabIndex = 2;
64 this.RestartIronLivetubeCheckBox.Text = "IronLivetubeを再起動";
65 this.RestartIronLivetubeCheckBox.UseVisualStyleBackColor = true;
66 //
67 // ReportErrorButton
68 //
69 this.ReportErrorButton.Location = new System.Drawing.Point(162, 141);
70 this.ReportErrorButton.Name = "ReportErrorButton";
71 this.ReportErrorButton.Size = new System.Drawing.Size(134, 25);
72 this.ReportErrorButton.TabIndex = 3;
73 this.ReportErrorButton.Text = "エラーを報告する(&S)";
74 this.ReportErrorButton.UseVisualStyleBackColor = true;
75 this.ReportErrorButton.Click += new System.EventHandler(this.ReportErrorButton_Click);
76 //
77 // CloseButton
78 //
79 this.CloseButton.Location = new System.Drawing.Point(80, 141);
80 this.CloseButton.Name = "CloseButton";
81 this.CloseButton.Size = new System.Drawing.Size(76, 25);
82 this.CloseButton.TabIndex = 4;
83 this.CloseButton.Text = "閉じる(&C)";
84 this.CloseButton.UseVisualStyleBackColor = true;
85 this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
86 //
87 // ErrorReport
88 //
89 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
91 this.ClientSize = new System.Drawing.Size(312, 181);
92 this.Controls.Add(this.CloseButton);
93 this.Controls.Add(this.ReportErrorButton);
94 this.Controls.Add(this.RestartIronLivetubeCheckBox);
95 this.Controls.Add(this.label2);
96 this.Controls.Add(this.label1);
97 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
98 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
99 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
100 this.MaximizeBox = false;
101 this.MinimizeBox = false;
102 this.Name = "ErrorReport";
103 this.ShowIcon = false;
104 this.ShowInTaskbar = false;
105 this.Text = "エラー報告";
106 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ErrorReport_FormClosing);
107 this.ResumeLayout(false);
108 this.PerformLayout();
109
110 }
111
112 #endregion
113
114 private System.Windows.Forms.Label label1;
115 private System.Windows.Forms.Label label2;
116 private System.Windows.Forms.CheckBox RestartIronLivetubeCheckBox;
117 private System.Windows.Forms.Button ReportErrorButton;
118 private System.Windows.Forms.Button CloseButton;
119 }
120 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26