249 lines
12 KiB
C#
249 lines
12 KiB
C#
namespace UserFission
|
||
{
|
||
partial class QRCodeForm
|
||
{
|
||
/// <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.components = new System.ComponentModel.Container();
|
||
this.groupBox_ImageType = new System.Windows.Forms.GroupBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
this.listView1 = new System.Windows.Forms.ListView();
|
||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.tBox_QRCode = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.btn_QRCode = new System.Windows.Forms.Button();
|
||
this.groupBox_ImageType.SuspendLayout();
|
||
this.contextMenuStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox_ImageType
|
||
//
|
||
this.groupBox_ImageType.Controls.Add(this.button1);
|
||
this.groupBox_ImageType.Controls.Add(this.label3);
|
||
this.groupBox_ImageType.Controls.Add(this.comboBox1);
|
||
this.groupBox_ImageType.Controls.Add(this.listView1);
|
||
this.groupBox_ImageType.Controls.Add(this.label7);
|
||
this.groupBox_ImageType.Controls.Add(this.label5);
|
||
this.groupBox_ImageType.Controls.Add(this.tBox_QRCode);
|
||
this.groupBox_ImageType.Controls.Add(this.label1);
|
||
this.groupBox_ImageType.Controls.Add(this.label2);
|
||
this.groupBox_ImageType.Controls.Add(this.btn_QRCode);
|
||
this.groupBox_ImageType.Location = new System.Drawing.Point(13, 13);
|
||
this.groupBox_ImageType.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox_ImageType.Name = "groupBox_ImageType";
|
||
this.groupBox_ImageType.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox_ImageType.Size = new System.Drawing.Size(869, 409);
|
||
this.groupBox_ImageType.TabIndex = 12;
|
||
this.groupBox_ImageType.TabStop = false;
|
||
this.groupBox_ImageType.Text = " 二维码内容 ";
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(164, 284);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(123, 44);
|
||
this.button1.TabIndex = 12;
|
||
this.button1.Text = "添加数据";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(38, 77);
|
||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(98, 14);
|
||
this.label3.TabIndex = 11;
|
||
this.label3.Text = "1、机器人列表:";
|
||
//
|
||
// comboBox1
|
||
//
|
||
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox1.FormattingEnabled = true;
|
||
this.comboBox1.Location = new System.Drawing.Point(144, 74);
|
||
this.comboBox1.Name = "comboBox1";
|
||
this.comboBox1.Size = new System.Drawing.Size(240, 22);
|
||
this.comboBox1.TabIndex = 10;
|
||
//
|
||
// listView1
|
||
//
|
||
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||
this.columnHeader1,
|
||
this.columnHeader2,
|
||
this.columnHeader3});
|
||
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
|
||
this.listView1.FullRowSelect = true;
|
||
this.listView1.GridLines = true;
|
||
this.listView1.HideSelection = false;
|
||
this.listView1.Location = new System.Drawing.Point(441, 19);
|
||
this.listView1.Name = "listView1";
|
||
this.listView1.Size = new System.Drawing.Size(421, 381);
|
||
this.listView1.TabIndex = 9;
|
||
this.listView1.UseCompatibleStateImageBehavior = false;
|
||
this.listView1.View = System.Windows.Forms.View.Details;
|
||
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
|
||
//
|
||
// columnHeader1
|
||
//
|
||
this.columnHeader1.Text = "机器人账号";
|
||
this.columnHeader1.Width = 91;
|
||
//
|
||
// columnHeader2
|
||
//
|
||
this.columnHeader2.Text = "机器人昵称";
|
||
this.columnHeader2.Width = 151;
|
||
//
|
||
// columnHeader3
|
||
//
|
||
this.columnHeader3.Text = "二维码内容";
|
||
this.columnHeader3.Width = 173;
|
||
//
|
||
// contextMenuStrip1
|
||
//
|
||
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.删除ToolStripMenuItem});
|
||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
|
||
//
|
||
// 删除ToolStripMenuItem
|
||
//
|
||
this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
|
||
this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
||
this.删除ToolStripMenuItem.Text = "删除";
|
||
this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.ForeColor = System.Drawing.Color.DimGray;
|
||
this.label7.Location = new System.Drawing.Point(31, 202);
|
||
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(403, 14);
|
||
this.label7.TabIndex = 8;
|
||
this.label7.Text = "注:二维码内容可以手动填写二维码地址,也可以通过上传二维码自动解析";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(38, 169);
|
||
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(103, 14);
|
||
this.label5.TabIndex = 6;
|
||
this.label5.Text = "上传图片二维码:";
|
||
//
|
||
// tBox_QRCode
|
||
//
|
||
this.tBox_QRCode.Location = new System.Drawing.Point(144, 132);
|
||
this.tBox_QRCode.Margin = new System.Windows.Forms.Padding(4);
|
||
this.tBox_QRCode.Name = "tBox_QRCode";
|
||
this.tBox_QRCode.Size = new System.Drawing.Size(240, 22);
|
||
this.tBox_QRCode.TabIndex = 0;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(38, 136);
|
||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(98, 14);
|
||
this.label1.TabIndex = 2;
|
||
this.label1.Text = "2、二维码内容:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.ForeColor = System.Drawing.Color.DimGray;
|
||
this.label2.Location = new System.Drawing.Point(282, 169);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(115, 14);
|
||
this.label2.TabIndex = 5;
|
||
this.label2.Text = "(图片识别二维码)";
|
||
//
|
||
// btn_QRCode
|
||
//
|
||
this.btn_QRCode.Location = new System.Drawing.Point(164, 165);
|
||
this.btn_QRCode.Margin = new System.Windows.Forms.Padding(4);
|
||
this.btn_QRCode.Name = "btn_QRCode";
|
||
this.btn_QRCode.Size = new System.Drawing.Size(99, 23);
|
||
this.btn_QRCode.TabIndex = 1;
|
||
this.btn_QRCode.Text = "上传并解析";
|
||
this.btn_QRCode.UseVisualStyleBackColor = true;
|
||
this.btn_QRCode.Click += new System.EventHandler(this.btn_QRCode_Click);
|
||
//
|
||
// QRCodeForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(895, 435);
|
||
this.Controls.Add(this.groupBox_ImageType);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||
this.IconOptions.ShowIcon = false;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "QRCodeForm";
|
||
this.Text = "机器人二维码设置";
|
||
this.Load += new System.EventHandler(this.QRCodeForm_Load);
|
||
this.groupBox_ImageType.ResumeLayout(false);
|
||
this.groupBox_ImageType.PerformLayout();
|
||
this.contextMenuStrip1.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.GroupBox groupBox_ImageType;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox tBox_QRCode;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Button btn_QRCode;
|
||
private System.Windows.Forms.ListView listView1;
|
||
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||
private System.Windows.Forms.ColumnHeader columnHeader2;
|
||
private System.Windows.Forms.ColumnHeader columnHeader3;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.ComboBox comboBox1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||
private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
|
||
}
|
||
} |