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/Tiobon.Core.PublishHelper/Frm/Form_ImportDb.Designer.cs

96 lines
4.1 KiB

namespace Tiobon.PublishHelper
{
partial class Form_ImportDb
{
/// <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.btn_Import = new System.Windows.Forms.Button();
this.btn_select = new System.Windows.Forms.Button();
this.txt_fname = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btn_Import
//
this.btn_Import.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Import.Location = new System.Drawing.Point(619, 10);
this.btn_Import.Name = "btn_Import";
this.btn_Import.Size = new System.Drawing.Size(75, 23);
this.btn_Import.TabIndex = 7;
this.btn_Import.Text = "导入(&I)";
this.btn_Import.UseVisualStyleBackColor = true;
this.btn_Import.Click += new System.EventHandler(this.btn_Import_Click);
//
// btn_select
//
this.btn_select.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_select.Location = new System.Drawing.Point(569, 11);
this.btn_select.Name = "btn_select";
this.btn_select.Size = new System.Drawing.Size(44, 21);
this.btn_select.TabIndex = 6;
this.btn_select.Text = "...";
this.btn_select.UseVisualStyleBackColor = true;
this.btn_select.Click += new System.EventHandler(this.btn_select_Click);
//
// txt_fname
//
this.txt_fname.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.txt_fname.Location = new System.Drawing.Point(12, 12);
this.txt_fname.Name = "txt_fname";
this.txt_fname.Size = new System.Drawing.Size(551, 21);
this.txt_fname.TabIndex = 5;
this.txt_fname.Text = "C:\\Users\\Administrator\\Desktop\\ihdis.sql";
//
// Form_ImportDb
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(706, 44);
this.Controls.Add(this.btn_Import);
this.Controls.Add(this.btn_select);
this.Controls.Add(this.txt_fname);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_ImportDb";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择sql文件";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_Import;
private System.Windows.Forms.Button btn_select;
private System.Windows.Forms.TextBox txt_fname;
}
}