You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
160 lines
6.4 KiB
C#
160 lines
6.4 KiB
C#
namespace RecognitionTools
|
|
{
|
|
partial class keySet
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.txtApiKey = new System.Windows.Forms.TextBox();
|
|
this.txtSecrit = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnShowMore = new System.Windows.Forms.Button();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.ak = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.sk = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(162, 67);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "确定";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// txtApiKey
|
|
//
|
|
this.txtApiKey.Location = new System.Drawing.Point(74, 13);
|
|
this.txtApiKey.Name = "txtApiKey";
|
|
this.txtApiKey.Size = new System.Drawing.Size(244, 21);
|
|
this.txtApiKey.TabIndex = 1;
|
|
//
|
|
// txtSecrit
|
|
//
|
|
this.txtSecrit.Location = new System.Drawing.Point(74, 40);
|
|
this.txtSecrit.Name = "txtSecrit";
|
|
this.txtSecrit.Size = new System.Drawing.Size(244, 21);
|
|
this.txtSecrit.TabIndex = 2;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(243, 67);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 3;
|
|
this.button2.Text = "取消";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(31, 18);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "ApiKey";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(13, 43);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(59, 12);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "SecritKey";
|
|
//
|
|
// btnShowMore
|
|
//
|
|
this.btnShowMore.Location = new System.Drawing.Point(12, 67);
|
|
this.btnShowMore.Name = "btnShowMore";
|
|
this.btnShowMore.Size = new System.Drawing.Size(101, 23);
|
|
this.btnShowMore.TabIndex = 6;
|
|
this.btnShowMore.Text = "显示备用秘钥";
|
|
this.btnShowMore.UseVisualStyleBackColor = true;
|
|
this.btnShowMore.Click += new System.EventHandler(this.btnShowMore_Click);
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.ak,
|
|
this.sk});
|
|
this.listView1.Location = new System.Drawing.Point(12, 112);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(306, 180);
|
|
this.listView1.TabIndex = 7;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
//
|
|
// ak
|
|
//
|
|
this.ak.Text = "ApiKey";
|
|
//
|
|
// sk
|
|
//
|
|
this.sk.Text = "SecritKey";
|
|
//
|
|
// keySet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(330, 299);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.btnShowMore);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.txtSecrit);
|
|
this.Controls.Add(this.txtApiKey);
|
|
this.Controls.Add(this.button1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "keySet";
|
|
this.Text = "keySet";
|
|
this.Load += new System.EventHandler(this.keySet_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox txtApiKey;
|
|
private System.Windows.Forms.TextBox txtSecrit;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnShowMore;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.ColumnHeader ak;
|
|
private System.Windows.Forms.ColumnHeader sk;
|
|
}
|
|
} |