tijian_jichuang/Code/BasicSettings/frmFenDianAdd.Designer.cs
2025-02-20 11:54:48 +08:00

152 lines
6.0 KiB
C#

namespace SOH.BasicSettings
{
partial class frmFenDianAdd
{
/// <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(frmFenDianAdd));
this.label1 = new System.Windows.Forms.Label();
this.txt_fdmc = new System.Windows.Forms.TextBox();
this.btn_ok = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txt_fdlxr = new System.Windows.Forms.TextBox();
this.txt_fddh = new System.Windows.Forms.TextBox();
this.txt_fddz = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(30, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 5;
this.label1.Text = "分店名称:";
//
// txt_fdmc
//
this.txt_fdmc.Location = new System.Drawing.Point(101, 21);
this.txt_fdmc.Name = "txt_fdmc";
this.txt_fdmc.Size = new System.Drawing.Size(129, 21);
this.txt_fdmc.TabIndex = 0;
//
// btn_ok
//
this.btn_ok.Location = new System.Drawing.Point(101, 183);
this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(75, 23);
this.btn_ok.TabIndex = 4;
this.btn_ok.Text = "确定";
this.btn_ok.UseVisualStyleBackColor = true;
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 6;
this.label2.Text = "分店联系人:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 103);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 7;
this.label3.Text = "分店电话:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(30, 142);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 8;
this.label4.Text = "分店地址:";
//
// txt_fdlxr
//
this.txt_fdlxr.Location = new System.Drawing.Point(101, 61);
this.txt_fdlxr.Name = "txt_fdlxr";
this.txt_fdlxr.Size = new System.Drawing.Size(129, 21);
this.txt_fdlxr.TabIndex = 1;
//
// txt_fddh
//
this.txt_fddh.Location = new System.Drawing.Point(101, 101);
this.txt_fddh.Name = "txt_fddh";
this.txt_fddh.Size = new System.Drawing.Size(129, 21);
this.txt_fddh.TabIndex = 2;
//
// txt_fddz
//
this.txt_fddz.Location = new System.Drawing.Point(101, 141);
this.txt_fddz.Name = "txt_fddz";
this.txt_fddz.Size = new System.Drawing.Size(129, 21);
this.txt_fddz.TabIndex = 3;
//
// frmFenDianAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 227);
this.Controls.Add(this.txt_fddz);
this.Controls.Add(this.txt_fddh);
this.Controls.Add(this.txt_fdlxr);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.btn_ok);
this.Controls.Add(this.txt_fdmc);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmFenDianAdd";
this.Text = "frmFenDianAdd";
this.Load += new System.EventHandler(this.frmFenDianAdd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_fdmc;
private System.Windows.Forms.Button btn_ok;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_fdlxr;
private System.Windows.Forms.TextBox txt_fddh;
private System.Windows.Forms.TextBox txt_fddz;
}
}