Develop and Download Open Source Software

Browse Subversion Repository

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

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