Develop and Download Open Source Software

Browse Subversion Repository

Contents of /OpenLiveFromStreamIDWindow.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations) (download)
Sat Feb 26 18:18:52 2011 UTC (13 years, 2 months ago) by aqua877
File size: 4229 byte(s)
・朗読機能の実装
・コメントの部分表示の自走
・エラー報告機能の追加
・コンテキストメニューの追加
・URL短縮機能の実装準備のためのクラス追加
・バグ修正等
1 namespace Aqua877.WinApp.IronLivetube
2 {
3 partial class OpenLiveFromStreamIDWindow
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.OpenLiveButton = new System.Windows.Forms.Button();
32 this.StreamIDTextBox = new System.Windows.Forms.TextBox();
33 this.label1 = new System.Windows.Forms.Label();
34 this.ErrorMessageTextBox = new System.Windows.Forms.Label();
35 this.SuspendLayout();
36 //
37 // OpenLiveButton
38 //
39 this.OpenLiveButton.Location = new System.Drawing.Point(307, 60);
40 this.OpenLiveButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
41 this.OpenLiveButton.Name = "OpenLiveButton";
42 this.OpenLiveButton.Size = new System.Drawing.Size(75, 25);
43 this.OpenLiveButton.TabIndex = 6;
44 this.OpenLiveButton.Text = "開く(&O)";
45 this.OpenLiveButton.UseVisualStyleBackColor = true;
46 this.OpenLiveButton.Click += new System.EventHandler(this.OpenLiveButton_Click);
47 //
48 // StreamIDTextBox
49 //
50 this.StreamIDTextBox.Location = new System.Drawing.Point(12, 31);
51 this.StreamIDTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
52 this.StreamIDTextBox.Name = "StreamIDTextBox";
53 this.StreamIDTextBox.Size = new System.Drawing.Size(370, 25);
54 this.StreamIDTextBox.TabIndex = 5;
55 //
56 // label1
57 //
58 this.label1.AutoSize = true;
59 this.label1.Location = new System.Drawing.Point(11, 9);
60 this.label1.Name = "label1";
61 this.label1.Size = new System.Drawing.Size(344, 18);
62 this.label1.TabIndex = 4;
63 this.label1.Text = "13文字の英数字からなる配信のStreamIDを入力してください";
64 //
65 // ErrorMessageTextBox
66 //
67 this.ErrorMessageTextBox.AutoSize = true;
68 this.ErrorMessageTextBox.ForeColor = System.Drawing.Color.Red;
69 this.ErrorMessageTextBox.Image = global::Aqua877.WinApp.IronLivetube.Properties.Resources.Error_16x16;
70 this.ErrorMessageTextBox.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
71 this.ErrorMessageTextBox.Location = new System.Drawing.Point(12, 63);
72 this.ErrorMessageTextBox.Name = "ErrorMessageTextBox";
73 this.ErrorMessageTextBox.Size = new System.Drawing.Size(120, 18);
74 this.ErrorMessageTextBox.TabIndex = 7;
75 this.ErrorMessageTextBox.Text = " エラーメッセージ";
76 this.ErrorMessageTextBox.Visible = false;
77 //
78 // OpenLiveFromStreamIDWindow
79 //
80 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
81 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
82 this.ClientSize = new System.Drawing.Size(394, 93);
83 this.Controls.Add(this.ErrorMessageTextBox);
84 this.Controls.Add(this.OpenLiveButton);
85 this.Controls.Add(this.StreamIDTextBox);
86 this.Controls.Add(this.label1);
87 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
88 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
89 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
90 this.MaximizeBox = false;
91 this.MinimizeBox = false;
92 this.Name = "OpenLiveFromStreamIDWindow";
93 this.ShowIcon = false;
94 this.ShowInTaskbar = false;
95 this.Text = "StreamIDから配信を開く";
96 this.ResumeLayout(false);
97 this.PerformLayout();
98
99 }
100
101 #endregion
102
103 private System.Windows.Forms.Label ErrorMessageTextBox;
104 private System.Windows.Forms.Button OpenLiveButton;
105 private System.Windows.Forms.TextBox StreamIDTextBox;
106 private System.Windows.Forms.Label label1;
107 }
108 }

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