You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.OPS.Tool/View/Frm_Conf.Designer.cs

153 lines
6.3 KiB

namespace Tiobon.Core.OPS.Tool.OPS.Tool.View
{
partial class Frm_Conf
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Conf));
this.label1 = new System.Windows.Forms.Label();
this.lbl_name = new System.Windows.Forms.Label();
this.lbl_version = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txt_de = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "模块名称:";
//
// lbl_name
//
this.lbl_name.AutoSize = true;
this.lbl_name.Location = new System.Drawing.Point(86, 16);
this.lbl_name.Name = "lbl_name";
this.lbl_name.Size = new System.Drawing.Size(35, 12);
this.lbl_name.TabIndex = 1;
this.lbl_name.Text = "qcapi";
//
// lbl_version
//
this.lbl_version.AutoSize = true;
this.lbl_version.Location = new System.Drawing.Point(271, 16);
this.lbl_version.Name = "lbl_version";
this.lbl_version.Size = new System.Drawing.Size(0, 12);
this.lbl_version.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(200, 16);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 2;
this.label4.Text = "版本号:";
//
// txt_de
//
this.txt_de.Location = new System.Drawing.Point(17, 40);
this.txt_de.Multiline = true;
this.txt_de.Name = "txt_de";
this.txt_de.ReadOnly = true;
this.txt_de.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txt_de.Size = new System.Drawing.Size(355, 95);
this.txt_de.TabIndex = 5;
//
// panel1
//
this.panel1.Location = new System.Drawing.Point(15, 152);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(357, 209);
this.panel1.TabIndex = 6;
this.panel1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.panel1_Scroll);
this.panel1.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.panel1_ControlAdded);
//
// button1
//
this.button1.Location = new System.Drawing.Point(88, 371);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(213, 371);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 8;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Frm_Conf
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(394, 406);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.txt_de);
this.Controls.Add(this.lbl_version);
this.Controls.Add(this.label4);
this.Controls.Add(this.lbl_name);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(410, 445);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(410, 445);
this.Name = "Frm_Conf";
this.ShowIcon = false;
this.Text = "配置信息";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lbl_name;
private System.Windows.Forms.Label lbl_version;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_de;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}