OSDN Git Service

DetailsListView.ChangeItem*メソッドの引数にインデックスではなく直接ListViewItemを渡す
[opentween/open-tween.git] / OpenTween / UpdateDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class UpdateDialog
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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateDialog));
32             this.TextDetail = new System.Windows.Forms.TextBox();
33             this.LabelSummary = new System.Windows.Forms.Label();
34             this.PictureBox1 = new System.Windows.Forms.PictureBox();
35             this.YesButton = new System.Windows.Forms.Button();
36             this.NoButton = new System.Windows.Forms.Button();
37             this.SkipButton = new System.Windows.Forms.Button();
38             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
39             this.SuspendLayout();
40             // 
41             // TextDetail
42             // 
43             resources.ApplyResources(this.TextDetail, "TextDetail");
44             this.TextDetail.Name = "TextDetail";
45             this.TextDetail.ReadOnly = true;
46             // 
47             // LabelSummary
48             // 
49             resources.ApplyResources(this.LabelSummary, "LabelSummary");
50             this.LabelSummary.Name = "LabelSummary";
51             // 
52             // PictureBox1
53             // 
54             resources.ApplyResources(this.PictureBox1, "PictureBox1");
55             this.PictureBox1.Name = "PictureBox1";
56             this.PictureBox1.TabStop = false;
57             // 
58             // YesButton
59             // 
60             resources.ApplyResources(this.YesButton, "YesButton");
61             this.YesButton.DialogResult = System.Windows.Forms.DialogResult.Yes;
62             this.YesButton.Name = "YesButton";
63             this.YesButton.Click += new System.EventHandler(this.YesButton_Click);
64             // 
65             // NoButton
66             // 
67             resources.ApplyResources(this.NoButton, "NoButton");
68             this.NoButton.DialogResult = System.Windows.Forms.DialogResult.No;
69             this.NoButton.Name = "NoButton";
70             this.NoButton.Click += new System.EventHandler(this.NoButton_Click);
71             // 
72             // SkipButton
73             // 
74             resources.ApplyResources(this.SkipButton, "SkipButton");
75             this.SkipButton.DialogResult = System.Windows.Forms.DialogResult.Ignore;
76             this.SkipButton.Name = "SkipButton";
77             this.SkipButton.Click += new System.EventHandler(this.SkipButton_Click);
78             // 
79             // UpdateDialog
80             // 
81             this.AcceptButton = this.YesButton;
82             resources.ApplyResources(this, "$this");
83             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
84             this.CancelButton = this.NoButton;
85             this.Controls.Add(this.SkipButton);
86             this.Controls.Add(this.NoButton);
87             this.Controls.Add(this.YesButton);
88             this.Controls.Add(this.TextDetail);
89             this.Controls.Add(this.LabelSummary);
90             this.Controls.Add(this.PictureBox1);
91             this.MaximizeBox = false;
92             this.MinimizeBox = false;
93             this.Name = "UpdateDialog";
94             this.ShowIcon = false;
95             this.ShowInTaskbar = false;
96             this.TopMost = true;
97             this.Shown += new System.EventHandler(this.UpdateDialog_Shown);
98             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
99             this.ResumeLayout(false);
100             this.PerformLayout();
101
102         }
103
104         #endregion
105
106         internal System.Windows.Forms.TextBox TextDetail;
107         internal System.Windows.Forms.Label LabelSummary;
108         internal System.Windows.Forms.PictureBox PictureBox1;
109         internal System.Windows.Forms.Button YesButton;
110         internal System.Windows.Forms.Button NoButton;
111         internal System.Windows.Forms.Button SkipButton;
112     }
113 }