550 lines
27 KiB
C#
550 lines
27 KiB
C#
namespace Delivery.Plugin
|
|
{
|
|
partial class WindowsForm
|
|
{
|
|
/// <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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.settingControl1 = new UI.Framework.Controls.SettingControl();
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.删除学校ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.pageControl1 = new UI.Framework.Controls.PageControl();
|
|
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
|
|
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.查询免单码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.通过免单码搜索ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.增加免单码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.刷新免单码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
this.xtraTabControl1.SuspendLayout();
|
|
this.xtraTabPage1.SuspendLayout();
|
|
this.xtraTabPage2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.xtraTabPage3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
|
|
this.contextMenuStrip2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// xtraTabControl1
|
|
//
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(817, 599);
|
|
this.xtraTabControl1.TabIndex = 0;
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.xtraTabPage1,
|
|
this.xtraTabPage2,
|
|
this.xtraTabPage3,
|
|
this.xtraTabPage4});
|
|
//
|
|
// xtraTabPage1
|
|
//
|
|
this.xtraTabPage1.Controls.Add(this.settingControl1);
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(815, 573);
|
|
this.xtraTabPage1.Text = "设置";
|
|
//
|
|
// settingControl1
|
|
//
|
|
this.settingControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.settingControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.settingControl1.Name = "settingControl1";
|
|
this.settingControl1.Size = new System.Drawing.Size(815, 573);
|
|
this.settingControl1.TabIndex = 0;
|
|
//
|
|
// xtraTabPage2
|
|
//
|
|
this.xtraTabPage2.Controls.Add(this.groupBox1);
|
|
this.xtraTabPage2.Controls.Add(this.gridControl1);
|
|
this.xtraTabPage2.Controls.Add(this.textBox1);
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(815, 573);
|
|
this.xtraTabPage2.Text = "分组数据";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.textBox6);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.simpleButton3);
|
|
this.groupBox1.Controls.Add(this.simpleButton2);
|
|
this.groupBox1.Controls.Add(this.textBox5);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.simpleButton1);
|
|
this.groupBox1.Controls.Add(this.textBox3);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.textBox2);
|
|
this.groupBox1.Controls.Add(this.textBox4);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(312, 13);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(500, 549);
|
|
this.groupBox1.TabIndex = 4;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "属性修改";
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Location = new System.Drawing.Point(131, 373);
|
|
this.textBox6.Multiline = true;
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBox6.Size = new System.Drawing.Size(319, 56);
|
|
this.textBox6.TabIndex = 19;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(43, 396);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(67, 14);
|
|
this.label5.TabIndex = 18;
|
|
this.label5.Text = "配送时间:";
|
|
//
|
|
// simpleButton3
|
|
//
|
|
this.simpleButton3.Location = new System.Drawing.Point(351, 495);
|
|
this.simpleButton3.Name = "simpleButton3";
|
|
this.simpleButton3.Size = new System.Drawing.Size(99, 32);
|
|
this.simpleButton3.TabIndex = 17;
|
|
this.simpleButton3.Text = "新增";
|
|
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Location = new System.Drawing.Point(131, 495);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(99, 32);
|
|
this.simpleButton2.TabIndex = 16;
|
|
this.simpleButton2.Text = "清空";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(131, 295);
|
|
this.textBox5.Multiline = true;
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBox5.Size = new System.Drawing.Size(319, 56);
|
|
this.textBox5.TabIndex = 15;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(55, 318);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(55, 14);
|
|
this.label4.TabIndex = 14;
|
|
this.label4.Text = "配送员:";
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Location = new System.Drawing.Point(241, 495);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(99, 32);
|
|
this.simpleButton1.TabIndex = 13;
|
|
this.simpleButton1.Text = "修改";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click_1);
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(131, 224);
|
|
this.textBox3.Multiline = true;
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBox3.Size = new System.Drawing.Size(319, 48);
|
|
this.textBox3.TabIndex = 12;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(55, 244);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(55, 14);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "机器人:";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(131, 91);
|
|
this.textBox2.Multiline = true;
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBox2.Size = new System.Drawing.Size(319, 113);
|
|
this.textBox2.TabIndex = 10;
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(131, 48);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(319, 22);
|
|
this.textBox4.TabIndex = 9;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(55, 143);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(55, 14);
|
|
this.label2.TabIndex = 8;
|
|
this.label2.Text = "快递点:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(67, 52);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(43, 14);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "名称:";
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.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.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.gridControl1.Location = new System.Drawing.Point(11, 41);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(284, 521);
|
|
this.gridControl1.TabIndex = 3;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.删除学校ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26);
|
|
//
|
|
// 删除学校ToolStripMenuItem
|
|
//
|
|
this.删除学校ToolStripMenuItem.Name = "删除学校ToolStripMenuItem";
|
|
this.删除学校ToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
|
|
this.删除学校ToolStripMenuItem.Text = "删除学校";
|
|
this.删除学校ToolStripMenuItem.Click += new System.EventHandler(this.删除学校ToolStripMenuItem_Click);
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn1});
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsBehavior.ReadOnly = true;
|
|
this.gridView1.OptionsSelection.ResetSelectionClickOutsideCheckboxSelector = true;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
|
|
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
|
|
//
|
|
// gridColumn1
|
|
//
|
|
this.gridColumn1.Caption = "学校全名";
|
|
this.gridColumn1.FieldName = "name";
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
this.gridColumn1.Visible = true;
|
|
this.gridColumn1.VisibleIndex = 0;
|
|
this.gridColumn1.Width = 188;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(11, 13);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(284, 22);
|
|
this.textBox1.TabIndex = 1;
|
|
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// xtraTabPage3
|
|
//
|
|
this.xtraTabPage3.Controls.Add(this.pageControl1);
|
|
this.xtraTabPage3.Controls.Add(this.gridControl2);
|
|
this.xtraTabPage3.Name = "xtraTabPage3";
|
|
this.xtraTabPage3.Size = new System.Drawing.Size(815, 573);
|
|
this.xtraTabPage3.Text = "免单码管理";
|
|
//
|
|
// pageControl1
|
|
//
|
|
this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pageControl1.Location = new System.Drawing.Point(0, 537);
|
|
this.pageControl1.Name = "pageControl1";
|
|
this.pageControl1.Size = new System.Drawing.Size(815, 36);
|
|
this.pageControl1.TabIndex = 1;
|
|
//
|
|
// gridControl2
|
|
//
|
|
this.gridControl2.ContextMenuStrip = this.contextMenuStrip2;
|
|
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.gridControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControl2.MainView = this.gridView2;
|
|
this.gridControl2.Name = "gridControl2";
|
|
this.gridControl2.Size = new System.Drawing.Size(815, 531);
|
|
this.gridControl2.TabIndex = 0;
|
|
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView2});
|
|
//
|
|
// contextMenuStrip2
|
|
//
|
|
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.查询免单码ToolStripMenuItem,
|
|
this.增加免单码ToolStripMenuItem,
|
|
this.刷新免单码ToolStripMenuItem});
|
|
this.contextMenuStrip2.Name = "contextMenuStrip2";
|
|
this.contextMenuStrip2.Size = new System.Drawing.Size(137, 70);
|
|
//
|
|
// 查询免单码ToolStripMenuItem
|
|
//
|
|
this.查询免单码ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1,
|
|
this.通过免单码搜索ToolStripMenuItem});
|
|
this.查询免单码ToolStripMenuItem.Name = "查询免单码ToolStripMenuItem";
|
|
this.查询免单码ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.查询免单码ToolStripMenuItem.Text = "查询免单码";
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(161, 22);
|
|
this.toolStripMenuItem1.Text = "通过用户ID搜索";
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
//
|
|
// 通过免单码搜索ToolStripMenuItem
|
|
//
|
|
this.通过免单码搜索ToolStripMenuItem.Name = "通过免单码搜索ToolStripMenuItem";
|
|
this.通过免单码搜索ToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
|
this.通过免单码搜索ToolStripMenuItem.Text = "通过免单码搜索";
|
|
this.通过免单码搜索ToolStripMenuItem.Click += new System.EventHandler(this.通过免单码搜索ToolStripMenuItem_Click);
|
|
//
|
|
// 增加免单码ToolStripMenuItem
|
|
//
|
|
this.增加免单码ToolStripMenuItem.Name = "增加免单码ToolStripMenuItem";
|
|
this.增加免单码ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.增加免单码ToolStripMenuItem.Text = "增加免单码";
|
|
this.增加免单码ToolStripMenuItem.Click += new System.EventHandler(this.增加免单码ToolStripMenuItem_Click);
|
|
//
|
|
// 刷新免单码ToolStripMenuItem
|
|
//
|
|
this.刷新免单码ToolStripMenuItem.Name = "刷新免单码ToolStripMenuItem";
|
|
this.刷新免单码ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.刷新免单码ToolStripMenuItem.Text = "刷新免单码";
|
|
this.刷新免单码ToolStripMenuItem.Click += new System.EventHandler(this.刷新免单码ToolStripMenuItem_Click);
|
|
//
|
|
// gridView2
|
|
//
|
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn2,
|
|
this.gridColumn5,
|
|
this.gridColumn7,
|
|
this.gridColumn8,
|
|
this.gridColumn3,
|
|
this.gridColumn4,
|
|
this.gridColumn10});
|
|
this.gridView2.GridControl = this.gridControl2;
|
|
this.gridView2.Name = "gridView2";
|
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// gridColumn2
|
|
//
|
|
this.gridColumn2.Caption = "用户ID";
|
|
this.gridColumn2.FieldName = "userid";
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
this.gridColumn2.OptionsColumn.ReadOnly = true;
|
|
this.gridColumn2.Visible = true;
|
|
this.gridColumn2.VisibleIndex = 0;
|
|
//
|
|
// gridColumn5
|
|
//
|
|
this.gridColumn5.Caption = "免单码";
|
|
this.gridColumn5.FieldName = "order_code";
|
|
this.gridColumn5.Name = "gridColumn5";
|
|
this.gridColumn5.OptionsColumn.ReadOnly = true;
|
|
this.gridColumn5.Visible = true;
|
|
this.gridColumn5.VisibleIndex = 1;
|
|
//
|
|
// gridColumn7
|
|
//
|
|
this.gridColumn7.Caption = "有效性";
|
|
this.gridColumn7.FieldName = "effective";
|
|
this.gridColumn7.Name = "gridColumn7";
|
|
this.gridColumn7.OptionsColumn.ReadOnly = true;
|
|
this.gridColumn7.Visible = true;
|
|
this.gridColumn7.VisibleIndex = 2;
|
|
//
|
|
// gridColumn8
|
|
//
|
|
this.gridColumn8.Caption = "使用人";
|
|
this.gridColumn8.FieldName = "using_userid";
|
|
this.gridColumn8.Name = "gridColumn8";
|
|
this.gridColumn8.OptionsColumn.ReadOnly = true;
|
|
this.gridColumn8.Visible = true;
|
|
this.gridColumn8.VisibleIndex = 3;
|
|
//
|
|
// gridColumn3
|
|
//
|
|
this.gridColumn3.Caption = "关联订单";
|
|
this.gridColumn3.FieldName = "ordertable_id";
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
this.gridColumn3.OptionsColumn.ReadOnly = true;
|
|
this.gridColumn3.Visible = true;
|
|
this.gridColumn3.VisibleIndex = 4;
|
|
//
|
|
// gridColumn4
|
|
//
|
|
this.gridColumn4.Caption = "关联订单类型";
|
|
this.gridColumn4.FieldName = "ordertable_type";
|
|
this.gridColumn4.Name = "gridColumn4";
|
|
this.gridColumn4.OptionsColumn.ReadOnly = true;
|
|
this.gridColumn4.Visible = true;
|
|
this.gridColumn4.VisibleIndex = 6;
|
|
//
|
|
// gridColumn10
|
|
//
|
|
this.gridColumn10.Caption = "下单时间";
|
|
this.gridColumn10.FieldName = "ordertable_cratetime";
|
|
this.gridColumn10.Name = "gridColumn10";
|
|
this.gridColumn10.OptionsColumn.ReadOnly = true;
|
|
this.gridColumn10.Visible = true;
|
|
this.gridColumn10.VisibleIndex = 5;
|
|
//
|
|
// xtraTabPage4
|
|
//
|
|
this.xtraTabPage4.Name = "xtraTabPage4";
|
|
this.xtraTabPage4.Size = new System.Drawing.Size(815, 573);
|
|
this.xtraTabPage4.Text = "数据下载";
|
|
//
|
|
// WindowsForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(817, 599);
|
|
this.Controls.Add(this.xtraTabControl1);
|
|
this.Name = "WindowsForm";
|
|
this.Text = "会员操作";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WindowsForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.WindowsForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|
this.xtraTabPage1.ResumeLayout(false);
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|
this.xtraTabPage2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.xtraTabPage3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
|
|
this.contextMenuStrip2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
private UI.Framework.Controls.SettingControl settingControl1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除学校ToolStripMenuItem;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Label label4;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton3;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
|
|
private UI.Framework.Controls.PageControl pageControl1;
|
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
|
|
private System.Windows.Forms.ToolStripMenuItem 查询免单码ToolStripMenuItem;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage4;
|
|
private System.Windows.Forms.ToolStripMenuItem 增加免单码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem 通过免单码搜索ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 刷新免单码ToolStripMenuItem;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
private System.Windows.Forms.Label label5;
|
|
}
|
|
} |