279 lines
14 KiB
C#
279 lines
14 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmQrCode
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmQrCode));
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.BtnCreate = new ryControls.ButtonEx();
|
|
this.TxtFromStr = new ryControls.TextBoxEx2();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.BtnCapture = new ryControls.ButtonEx();
|
|
this.BtnAnaly = new ryControls.ButtonEx();
|
|
this.TxtToResult = new ryControls.TextBoxEx2();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.BtnBrowser = new ryControls.ButtonEx();
|
|
this.TxtQrCodePath = new ryControls.TextBoxEx2();
|
|
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new System.Drawing.Point(3, 1);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(906, 502);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.pictureBox1);
|
|
this.tabPage1.Controls.Add(this.BtnCreate);
|
|
this.tabPage1.Controls.Add(this.TxtFromStr);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(898, 476);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "二维码生成";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox1.Location = new System.Drawing.Point(7, 158);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(882, 312);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 2;
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.Click += new System.EventHandler(this.PictureBox1_Click);
|
|
//
|
|
// BtnCreate
|
|
//
|
|
this.BtnCreate.ForeColor = System.Drawing.Color.White;
|
|
this.BtnCreate.Location = new System.Drawing.Point(7, 6);
|
|
this.BtnCreate.Name = "BtnCreate";
|
|
this.BtnCreate.Size = new System.Drawing.Size(67, 23);
|
|
this.BtnCreate.TabIndex = 1;
|
|
this.BtnCreate.Text = "生成";
|
|
this.BtnCreate.UseVisualStyleBackColor = true;
|
|
this.BtnCreate.Click += new System.EventHandler(this.BtnCreate_Click);
|
|
//
|
|
// TxtFromStr
|
|
//
|
|
this.TxtFromStr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtFromStr.BackColor = System.Drawing.Color.White;
|
|
this.TxtFromStr.EmptyText = "";
|
|
this.TxtFromStr.Location = new System.Drawing.Point(7, 35);
|
|
this.TxtFromStr.MaxLength = 999999999;
|
|
this.TxtFromStr.Multiline = true;
|
|
this.TxtFromStr.Name = "TxtFromStr";
|
|
this.TxtFromStr.OnlyNumeric = false;
|
|
this.TxtFromStr.PasswordChar = '\0';
|
|
this.TxtFromStr.ReadOnly = false;
|
|
this.TxtFromStr.SelectedText = "";
|
|
this.TxtFromStr.SelectionLength = 0;
|
|
this.TxtFromStr.SelectionStart = 0;
|
|
this.TxtFromStr.Size = new System.Drawing.Size(882, 117);
|
|
this.TxtFromStr.TabIndex = 0;
|
|
this.TxtFromStr.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtFromStr.ToolTip = "";
|
|
this.TxtFromStr.DoubleClick += new System.EventHandler(this.TxtFromStr_DoubleClick);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.BtnCapture);
|
|
this.tabPage2.Controls.Add(this.BtnAnaly);
|
|
this.tabPage2.Controls.Add(this.TxtToResult);
|
|
this.tabPage2.Controls.Add(this.pictureBox2);
|
|
this.tabPage2.Controls.Add(this.BtnBrowser);
|
|
this.tabPage2.Controls.Add(this.TxtQrCodePath);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(898, 476);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "二维码解析";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnCapture
|
|
//
|
|
this.BtnCapture.ForeColor = System.Drawing.Color.White;
|
|
this.BtnCapture.Location = new System.Drawing.Point(622, 6);
|
|
this.BtnCapture.Name = "BtnCapture";
|
|
this.BtnCapture.Size = new System.Drawing.Size(71, 30);
|
|
this.BtnCapture.TabIndex = 6;
|
|
this.BtnCapture.Text = "截图";
|
|
this.BtnCapture.UseVisualStyleBackColor = true;
|
|
this.BtnCapture.Click += new System.EventHandler(this.BtnCapture_Click);
|
|
//
|
|
// BtnAnaly
|
|
//
|
|
this.BtnAnaly.ForeColor = System.Drawing.Color.White;
|
|
this.BtnAnaly.Location = new System.Drawing.Point(699, 6);
|
|
this.BtnAnaly.Name = "BtnAnaly";
|
|
this.BtnAnaly.Size = new System.Drawing.Size(71, 30);
|
|
this.BtnAnaly.TabIndex = 5;
|
|
this.BtnAnaly.Text = "解析";
|
|
this.BtnAnaly.UseVisualStyleBackColor = true;
|
|
this.BtnAnaly.Click += new System.EventHandler(this.BtnAnaly_Click);
|
|
//
|
|
// TxtToResult
|
|
//
|
|
this.TxtToResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtToResult.BackColor = System.Drawing.Color.White;
|
|
this.TxtToResult.EmptyText = "解析出来的内容";
|
|
this.TxtToResult.Location = new System.Drawing.Point(6, 42);
|
|
this.TxtToResult.MaxLength = 999999999;
|
|
this.TxtToResult.Multiline = true;
|
|
this.TxtToResult.Name = "TxtToResult";
|
|
this.TxtToResult.OnlyNumeric = false;
|
|
this.TxtToResult.PasswordChar = '\0';
|
|
this.TxtToResult.ReadOnly = false;
|
|
this.TxtToResult.SelectedText = "";
|
|
this.TxtToResult.SelectionLength = 0;
|
|
this.TxtToResult.SelectionStart = 0;
|
|
this.TxtToResult.Size = new System.Drawing.Size(882, 117);
|
|
this.TxtToResult.TabIndex = 4;
|
|
this.TxtToResult.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtToResult.ToolTip = "";
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox2.Location = new System.Drawing.Point(8, 165);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(882, 305);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox2.TabIndex = 3;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// BtnBrowser
|
|
//
|
|
this.BtnBrowser.ForeColor = System.Drawing.Color.White;
|
|
this.BtnBrowser.Location = new System.Drawing.Point(541, 6);
|
|
this.BtnBrowser.Name = "BtnBrowser";
|
|
this.BtnBrowser.Size = new System.Drawing.Size(75, 30);
|
|
this.BtnBrowser.TabIndex = 1;
|
|
this.BtnBrowser.Text = "浏览";
|
|
this.BtnBrowser.UseVisualStyleBackColor = true;
|
|
this.BtnBrowser.Click += new System.EventHandler(this.BtnBrowser_Click);
|
|
//
|
|
// TxtQrCodePath
|
|
//
|
|
this.TxtQrCodePath.BackColor = System.Drawing.Color.White;
|
|
this.TxtQrCodePath.EmptyText = "二维码图片路径";
|
|
this.TxtQrCodePath.Location = new System.Drawing.Point(6, 6);
|
|
this.TxtQrCodePath.MaxLength = 999999999;
|
|
this.TxtQrCodePath.Multiline = false;
|
|
this.TxtQrCodePath.Name = "TxtQrCodePath";
|
|
this.TxtQrCodePath.OnlyNumeric = false;
|
|
this.TxtQrCodePath.PasswordChar = '\0';
|
|
this.TxtQrCodePath.ReadOnly = false;
|
|
this.TxtQrCodePath.SelectedText = "";
|
|
this.TxtQrCodePath.SelectionLength = 0;
|
|
this.TxtQrCodePath.SelectionStart = 0;
|
|
this.TxtQrCodePath.Size = new System.Drawing.Size(529, 30);
|
|
this.TxtQrCodePath.TabIndex = 0;
|
|
this.TxtQrCodePath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtQrCodePath.ToolTip = "";
|
|
//
|
|
// menuRight1
|
|
//
|
|
this.menuRight1.Name = "menuRight1";
|
|
this.menuRight1.Size = new System.Drawing.Size(173, 48);
|
|
this.menuRight1.SourceContent = this;
|
|
//
|
|
// openFileDialog1
|
|
//
|
|
this.openFileDialog1.Filter = "图片文件|*.jpg;*.bmp;*.png;*.jpeg;";
|
|
//
|
|
// saveFileDialog1
|
|
//
|
|
this.saveFileDialog1.Filter = "图片文件|*.jpg;*.bmp;*.png;*.jpeg;|BMP图片|*.bmp|JPG图片|*.jpg;*.jpeg|PNG图片|*.png";
|
|
//
|
|
// FrmQrCode
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(907, 509);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmQrCode";
|
|
this.TabPageContextMenuStrip = this.menuRight1;
|
|
this.Text = "二维码生成和读取";
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.tabPage2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private ryControls.ButtonEx BtnCreate;
|
|
private ryControls.TextBoxEx2 TxtFromStr;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private ryPaiban.Model.MenuRight menuRight1;
|
|
private ryControls.ButtonEx BtnAnaly;
|
|
private ryControls.TextBoxEx2 TxtToResult;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private ryControls.ButtonEx BtnBrowser;
|
|
private ryControls.TextBoxEx2 TxtQrCodePath;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private ryControls.ButtonEx BtnCapture;
|
|
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
|
|
}
|
|
} |