Files
lserp_cs_6.0/插件库/Lskj.Control/FrmSettingTableName.Designer.cs
T
cyf f6192b8086 SVN r1211
SVN-Revision: r1211
2026-06-18 01:43:59 +00:00

91 lines
4.0 KiB
C#

namespace Lskj.Control
{
partial class FrmSettingTableName
{
/// <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.labelAutoTextEdit1 = new Lskj.Control.LabelAutoTextEdit();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// labelAutoTextEdit1
//
this.labelAutoTextEdit1.BackColor = System.Drawing.Color.Transparent;
this.labelAutoTextEdit1.BackgroundColor = System.Drawing.Color.Empty;
this.labelAutoTextEdit1.EditText = "";
this.labelAutoTextEdit1.FontSize = 0F;
this.labelAutoTextEdit1.FormKey = "";
this.labelAutoTextEdit1.LabelText = "";
this.labelAutoTextEdit1.Location = new System.Drawing.Point(8, 33);
this.labelAutoTextEdit1.Model = null;
this.labelAutoTextEdit1.Name = "labelAutoTextEdit1";
this.labelAutoTextEdit1.NullText = "";
this.labelAutoTextEdit1.ReadOnly = false;
this.labelAutoTextEdit1.Required = false;
this.labelAutoTextEdit1.Size = new System.Drawing.Size(268, 21);
this.labelAutoTextEdit1.TabIndex = 0;
this.labelAutoTextEdit1.TextField = "";
this.labelAutoTextEdit1.ValueField = "";
this.labelAutoTextEdit1.ValueMember = "";
//
// btnOk
//
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnOk.Appearance.Options.UseFont = true;
this.btnOk.Location = new System.Drawing.Point(152, 58);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(59, 28);
this.btnOk.TabIndex = 18;
this.btnOk.Text = "确定";
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnCancel.Appearance.Options.UseFont = true;
this.btnCancel.Location = new System.Drawing.Point(217, 58);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(59, 28);
this.btnCancel.TabIndex = 19;
this.btnCancel.Text = "取消";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(269, 12);
this.label1.TabIndex = 20;
this.label1.Text = "文件名称重复,以工作表的形式添加,请输入名称";
//
// FrmSettingTableName
//
this.Appearan