OSDN Git Service

ステータスバーに各タブの更新回数(起動時からの回数)の表示を追加
[opentween/open-tween.git] / OpenTween / EncryptApiKeyDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class EncryptApiKeyDialog
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(EncryptApiKeyDialog));
32             this.label1 = new System.Windows.Forms.Label();
33             this.textBoxPlainText = new System.Windows.Forms.TextBox();
34             this.textBoxPassword = new System.Windows.Forms.TextBox();
35             this.textBoxEncryptedText = new System.Windows.Forms.TextBox();
36             this.label2 = new System.Windows.Forms.Label();
37             this.label3 = new System.Windows.Forms.Label();
38             this.buttonEncrypt = new System.Windows.Forms.Button();
39             this.buttonClose = new System.Windows.Forms.Button();
40             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
41             this.tableLayoutPanel1.SuspendLayout();
42             this.SuspendLayout();
43             // 
44             // label1
45             // 
46             resources.ApplyResources(this.label1, "label1");
47             this.label1.Name = "label1";
48             // 
49             // textBoxPlainText
50             // 
51             resources.ApplyResources(this.textBoxPlainText, "textBoxPlainText");
52             this.textBoxPlainText.Name = "textBoxPlainText";
53             // 
54             // textBoxPassword
55             // 
56             resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
57             this.textBoxPassword.Name = "textBoxPassword";
58             this.textBoxPassword.ReadOnly = true;
59             // 
60             // textBoxEncryptedText
61             // 
62             resources.ApplyResources(this.textBoxEncryptedText, "textBoxEncryptedText");
63             this.textBoxEncryptedText.Name = "textBoxEncryptedText";
64             // 
65             // label2
66             // 
67             resources.ApplyResources(this.label2, "label2");
68             this.label2.Name = "label2";
69             // 
70             // label3
71             // 
72             resources.ApplyResources(this.label3, "label3");
73             this.label3.Name = "label3";
74             // 
75             // buttonEncrypt
76             // 
77             resources.ApplyResources(this.buttonEncrypt, "buttonEncrypt");
78             this.tableLayoutPanel1.SetColumnSpan(this.buttonEncrypt, 2);
79             this.buttonEncrypt.Name = "buttonEncrypt";
80             this.buttonEncrypt.UseVisualStyleBackColor = true;
81             this.buttonEncrypt.Click += new System.EventHandler(this.ButtonEncrypt_Click);
82             // 
83             // buttonClose
84             // 
85             resources.ApplyResources(this.buttonClose, "buttonClose");
86             this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
87             this.buttonClose.Name = "buttonClose";
88             this.buttonClose.UseVisualStyleBackColor = true;
89             // 
90             // tableLayoutPanel1
91             // 
92             resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
93             this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
94             this.tableLayoutPanel1.Controls.Add(this.buttonClose, 1, 4);
95             this.tableLayoutPanel1.Controls.Add(this.textBoxPlainText, 1, 0);
96             this.tableLayoutPanel1.Controls.Add(this.textBoxEncryptedText, 1, 3);
97             this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3);
98             this.tableLayoutPanel1.Controls.Add(this.buttonEncrypt, 0, 2);
99             this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
100             this.tableLayoutPanel1.Controls.Add(this.textBoxPassword, 1, 1);
101             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
102             // 
103             // EncryptApiKeyDialog
104             // 
105             resources.ApplyResources(this, "$this");
106             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
107             this.CancelButton = this.buttonClose;
108             this.Controls.Add(this.tableLayoutPanel1);
109             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
110             this.MaximizeBox = false;
111             this.Name = "EncryptApiKeyDialog";
112             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
113             this.tableLayoutPanel1.ResumeLayout(false);
114             this.tableLayoutPanel1.PerformLayout();
115             this.ResumeLayout(false);
116
117         }
118
119         #endregion
120
121         private System.Windows.Forms.Label label1;
122         private System.Windows.Forms.TextBox textBoxPlainText;
123         private System.Windows.Forms.TextBox textBoxPassword;
124         private System.Windows.Forms.TextBox textBoxEncryptedText;
125         private System.Windows.Forms.Label label2;
126         private System.Windows.Forms.Label label3;
127         private System.Windows.Forms.Button buttonEncrypt;
128         private System.Windows.Forms.Button buttonClose;
129         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
130     }
131 }