Revisión | 673d9c4eea9c8cf30f4d55fc0303a20ab7acb149 (tree) |
---|---|
Tiempo | 2020-02-24 19:17:22 |
Autor | Kazuhiro Fujieda <fujieda@user...> |
Commiter | Kazuhiro Fujieda |
「通信を記録する」が開発者向けの機能だとわかるようにする
@@ -1148,9 +1148,9 @@ namespace KancolleSniffer | ||
1148 | 1148 | this.checkBoxDebugLog.AutoSize = true; |
1149 | 1149 | this.checkBoxDebugLog.Location = new System.Drawing.Point(11, 11); |
1150 | 1150 | this.checkBoxDebugLog.Name = "checkBoxDebugLog"; |
1151 | - this.checkBoxDebugLog.Size = new System.Drawing.Size(100, 16); | |
1151 | + this.checkBoxDebugLog.Size = new System.Drawing.Size(174, 16); | |
1152 | 1152 | this.checkBoxDebugLog.TabIndex = 8; |
1153 | - this.checkBoxDebugLog.Text = "通信を記録する"; | |
1153 | + this.checkBoxDebugLog.Text = "開発者のために通信を記録する"; | |
1154 | 1154 | this.checkBoxDebugLog.UseVisualStyleBackColor = true; |
1155 | 1155 | // |
1156 | 1156 | // buttonCancel |