230 lines
11 KiB
C#
230 lines
11 KiB
C#
namespace SOH.BasicSettings
|
|
{
|
|
partial class frmSetFenDian
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btn_delete = new System.Windows.Forms.Button();
|
|
this.btn_modify = new System.Windows.Forms.Button();
|
|
this.btn_add = new System.Windows.Forms.Button();
|
|
this.btn_search = new System.Windows.Forms.Button();
|
|
this.txt_key = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.dgv_fdlist = new System.Windows.Forms.DataGridView();
|
|
this.fenDianBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.fdmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fdlxrDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fddhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fddzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_fdlist)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fenDianBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.flowLayoutPanel1);
|
|
this.panel1.Controls.Add(this.btn_search);
|
|
this.panel1.Controls.Add(this.txt_key);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(663, 46);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Controls.Add(this.btn_delete);
|
|
this.flowLayoutPanel1.Controls.Add(this.btn_modify);
|
|
this.flowLayoutPanel1.Controls.Add(this.btn_add);
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(373, 0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(290, 46);
|
|
this.flowLayoutPanel1.TabIndex = 4;
|
|
//
|
|
// btn_delete
|
|
//
|
|
this.btn_delete.Location = new System.Drawing.Point(205, 10);
|
|
this.btn_delete.Margin = new System.Windows.Forms.Padding(10);
|
|
this.btn_delete.Name = "btn_delete";
|
|
this.btn_delete.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_delete.TabIndex = 4;
|
|
this.btn_delete.Text = "删除";
|
|
this.btn_delete.UseVisualStyleBackColor = true;
|
|
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
|
|
//
|
|
// btn_modify
|
|
//
|
|
this.btn_modify.Location = new System.Drawing.Point(110, 10);
|
|
this.btn_modify.Margin = new System.Windows.Forms.Padding(10);
|
|
this.btn_modify.Name = "btn_modify";
|
|
this.btn_modify.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_modify.TabIndex = 5;
|
|
this.btn_modify.Text = "修改";
|
|
this.btn_modify.UseVisualStyleBackColor = true;
|
|
this.btn_modify.Click += new System.EventHandler(this.btn_modify_Click);
|
|
//
|
|
// btn_add
|
|
//
|
|
this.btn_add.Location = new System.Drawing.Point(15, 10);
|
|
this.btn_add.Margin = new System.Windows.Forms.Padding(10);
|
|
this.btn_add.Name = "btn_add";
|
|
this.btn_add.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_add.TabIndex = 3;
|
|
this.btn_add.Text = "添加";
|
|
this.btn_add.UseVisualStyleBackColor = true;
|
|
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
|
|
//
|
|
// btn_search
|
|
//
|
|
this.btn_search.Location = new System.Drawing.Point(231, 9);
|
|
this.btn_search.Name = "btn_search";
|
|
this.btn_search.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_search.TabIndex = 2;
|
|
this.btn_search.Text = "查询";
|
|
this.btn_search.UseVisualStyleBackColor = true;
|
|
this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
|
|
//
|
|
// txt_key
|
|
//
|
|
this.txt_key.Location = new System.Drawing.Point(83, 9);
|
|
this.txt_key.Name = "txt_key";
|
|
this.txt_key.Size = new System.Drawing.Size(142, 21);
|
|
this.txt_key.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "分店名称:";
|
|
//
|
|
// dgv_fdlist
|
|
//
|
|
this.dgv_fdlist.AllowUserToAddRows = false;
|
|
this.dgv_fdlist.AllowUserToDeleteRows = false;
|
|
this.dgv_fdlist.AllowUserToResizeColumns = false;
|
|
this.dgv_fdlist.AllowUserToResizeRows = false;
|
|
this.dgv_fdlist.AutoGenerateColumns = false;
|
|
this.dgv_fdlist.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgv_fdlist.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv_fdlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_fdlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.fdmcDataGridViewTextBoxColumn,
|
|
this.fdlxrDataGridViewTextBoxColumn,
|
|
this.fddhDataGridViewTextBoxColumn,
|
|
this.fddzDataGridViewTextBoxColumn});
|
|
this.dgv_fdlist.DataSource = this.fenDianBindingSource;
|
|
this.dgv_fdlist.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv_fdlist.Location = new System.Drawing.Point(0, 46);
|
|
this.dgv_fdlist.MultiSelect = false;
|
|
this.dgv_fdlist.Name = "dgv_fdlist";
|
|
this.dgv_fdlist.ReadOnly = true;
|
|
this.dgv_fdlist.RowTemplate.Height = 23;
|
|
this.dgv_fdlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_fdlist.Size = new System.Drawing.Size(663, 294);
|
|
this.dgv_fdlist.TabIndex = 1;
|
|
//
|
|
// fenDianBindingSource
|
|
//
|
|
this.fenDianBindingSource.DataSource = typeof(SOH.Entities.FenDian);
|
|
//
|
|
// fdmcDataGridViewTextBoxColumn
|
|
//
|
|
this.fdmcDataGridViewTextBoxColumn.DataPropertyName = "fdmc";
|
|
this.fdmcDataGridViewTextBoxColumn.HeaderText = "分店名称";
|
|
this.fdmcDataGridViewTextBoxColumn.Name = "fdmcDataGridViewTextBoxColumn";
|
|
this.fdmcDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// fdlxrDataGridViewTextBoxColumn
|
|
//
|
|
this.fdlxrDataGridViewTextBoxColumn.DataPropertyName = "fdlxr";
|
|
this.fdlxrDataGridViewTextBoxColumn.HeaderText = "分店联系人";
|
|
this.fdlxrDataGridViewTextBoxColumn.Name = "fdlxrDataGridViewTextBoxColumn";
|
|
this.fdlxrDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// fddhDataGridViewTextBoxColumn
|
|
//
|
|
this.fddhDataGridViewTextBoxColumn.DataPropertyName = "fddh";
|
|
this.fddhDataGridViewTextBoxColumn.HeaderText = "分店电话";
|
|
this.fddhDataGridViewTextBoxColumn.Name = "fddhDataGridViewTextBoxColumn";
|
|
this.fddhDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// fddzDataGridViewTextBoxColumn
|
|
//
|
|
this.fddzDataGridViewTextBoxColumn.DataPropertyName = "fddz";
|
|
this.fddzDataGridViewTextBoxColumn.HeaderText = "分店地址";
|
|
this.fddzDataGridViewTextBoxColumn.Name = "fddzDataGridViewTextBoxColumn";
|
|
this.fddzDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// frmSetFenDian
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(663, 340);
|
|
this.Controls.Add(this.dgv_fdlist);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Name = "frmSetFenDian";
|
|
this.Text = "分店管理";
|
|
this.Load += new System.EventHandler(this.frmSetFenDian_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_fdlist)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fenDianBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btn_add;
|
|
private System.Windows.Forms.Button btn_search;
|
|
private System.Windows.Forms.TextBox txt_key;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.DataGridView dgv_fdlist;
|
|
private System.Windows.Forms.BindingSource fenDianBindingSource;
|
|
private System.Windows.Forms.Button btn_delete;
|
|
private System.Windows.Forms.Button btn_modify;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fdmcDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fdlxrDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fddhDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fddzDataGridViewTextBoxColumn;
|
|
}
|
|
} |