SuperDesign/Source/开发辅助工具/Tools/FrmProjectSearch.Designer.cs
2020-11-28 16:15:24 +08:00

153 lines
6.5 KiB
C#

namespace .Tools
{
partial class FrmProjectSearch
{
/// <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.BtnBrowser = new ryControls.ButtonEx();
this.label1 = new System.Windows.Forms.Label();
this.TxtFolder = new ryControls.TextBoxEx2();
this.LblState = new System.Windows.Forms.Label();
this.ChkDealWithVer = new System.Windows.Forms.CheckBox();
this.CbbAutoVer = new ryControls.RyComboBox();
this.BtnScan = new ryControls.ButtonEx();
this.SuspendLayout();
//
// BtnBrowser
//
this.BtnBrowser.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnBrowser.Location = new System.Drawing.Point(593, 25);
this.BtnBrowser.Name = "BtnBrowser";
this.BtnBrowser.Size = new System.Drawing.Size(75, 33);
this.BtnBrowser.TabIndex = 5;
this.BtnBrowser.Text = "选择";
this.BtnBrowser.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 4;
this.label1.Text = "选择文件夹";
//
// TxtFolder
//
this.TxtFolder.BackColor = System.Drawing.Color.White;
this.TxtFolder.EmptyText = "";
this.TxtFolder.Location = new System.Drawing.Point(12, 25);
this.TxtFolder.MaxLength = 999999999;
this.TxtFolder.Multiline = false;
this.TxtFolder.Name = "TxtFolder";
this.TxtFolder.OnlyNumeric = false;
this.TxtFolder.PasswordChar = '\0';
this.TxtFolder.ReadOnly = false;
this.TxtFolder.SelectedText = "";
this.TxtFolder.SelectionLength = 0;
this.TxtFolder.SelectionStart = 0;
this.TxtFolder.Size = new System.Drawing.Size(575, 33);
this.TxtFolder.TabIndex = 3;
this.TxtFolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtFolder.ToolTip = "";
this.TxtFolder.WordWrap = true;
//
// LblState
//
this.LblState.AutoSize = true;
this.LblState.Location = new System.Drawing.Point(12, 139);
this.LblState.Name = "LblState";
this.LblState.Size = new System.Drawing.Size(83, 12);
this.LblState.TabIndex = 25;
this.LblState.Text = "状态:准备就绪";
//
// ChkDealWithVer
//
this.ChkDealWithVer.AutoSize = true;
this.ChkDealWithVer.Location = new System.Drawing.Point(12, 67);
this.ChkDealWithVer.Name = "ChkDealWithVer";
this.ChkDealWithVer.Size = new System.Drawing.Size(96, 16);
this.ChkDealWithVer.TabIndex = 26;
this.ChkDealWithVer.Text = "处理版本信息";
this.ChkDealWithVer.UseVisualStyleBackColor = true;
//
// CbbAutoVer
//
this.CbbAutoVer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.CbbAutoVer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CbbAutoVer.FormattingEnabled = true;
this.CbbAutoVer.Items.AddRange(new object[] {
"不自动更新版本号",
"自动更新版本号"});
this.CbbAutoVer.Location = new System.Drawing.Point(114, 64);
this.CbbAutoVer.Name = "CbbAutoVer";
this.CbbAutoVer.Size = new System.Drawing.Size(136, 22);
this.CbbAutoVer.TabIndex = 27;
//
// BtnScan
//
this.BtnScan.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnScan.Location = new System.Drawing.Point(674, 25);
this.BtnScan.Name = "BtnScan";
this.BtnScan.Size = new System.Drawing.Size(75, 33);
this.BtnScan.TabIndex = 28;
this.BtnScan.Text = "扫描";
this.BtnScan.UseVisualStyleBackColor = true;
this.BtnScan.Click += new System.EventHandler(this.BtnScan_Click);
//
// FrmProjectSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(771, 438);
this.Controls.Add(this.BtnScan);
this.Controls.Add(this.CbbAutoVer);
this.Controls.Add(this.ChkDealWithVer);
this.Controls.Add(this.LblState);
this.Controls.Add(this.BtnBrowser);
this.Controls.Add(this.label1);
this.Controls.Add(this.TxtFolder);
this.Name = "FrmProjectSearch";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "项目自动更新设置";
this.Load += new System.EventHandler(this.FrmProjectSearch_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ryControls.ButtonEx BtnBrowser;
private System.Windows.Forms.Label label1;
private ryControls.TextBoxEx2 TxtFolder;
private System.Windows.Forms.Label LblState;
private System.Windows.Forms.CheckBox ChkDealWithVer;
private ryControls.RyComboBox CbbAutoVer;
private ryControls.ButtonEx BtnScan;
}
}