namespace FLSystem.Forms
{
partial class cps_order_refund_alimama
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(cps_order_refund_alimama));
this.pageControl1 = new UI.Framework.Controls.PageControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// pageControl1
//
this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pageControl1.Location = new System.Drawing.Point(0, 534);
this.pageControl1.Name = "pageControl1";
this.pageControl1.Size = new System.Drawing.Size(956, 33);
this.pageControl1.TabIndex = 5;
//
// 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.Location = new System.Drawing.Point(3, 91);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(949, 437);
this.gridControl1.TabIndex = 4;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Appearance.Row.Options.UseTextOptions = true;
this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn15,
this.gridColumn4,
this.gridColumn22,
this.gridColumn7,
this.gridColumn1,
this.gridColumn2,
this.gridColumn14,
this.gridColumn17});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.ReadOnly = true;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// gridColumn15
//
this.gridColumn15.Caption = "维权创建时间";
this.gridColumn15.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.gridColumn15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn15.FieldName = "refundcreatetime";
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.OptionsColumn.AllowEdit = false;
this.gridColumn15.Visible = true;
this.gridColumn15.VisibleIndex = 0;
this.gridColumn15.Width = 145;
//
// gridColumn4
//
this.gridColumn4.Caption = "订单号";
this.gridColumn4.FieldName = "tbtradeparentid";
this.gridColumn4.MinWidth = 200;
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 1;
this.gridColumn4.Width = 200;
//
// gridColumn22
//
this.gridColumn22.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn22.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn22.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn22.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn22.Caption = "维权金额";
this.gridColumn22.DisplayFormat.FormatString = "{0:c2}";
this.gridColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
this.gridColumn22.FieldName = "refundfee";
this.gridColumn22.Name = "gridColumn22";
this.gridColumn22.OptionsColumn.AllowEdit = false;
this.gridColumn22.Visible = true;
this.gridColumn22.VisibleIndex = 3;
this.gridColumn22.Width = 69;
//
// gridColumn7
//
this.gridColumn7.Caption = "维权状态";
this.gridColumn7.FieldName = "showrefundstatus";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.OptionsColumn.AllowEdit = false;
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 4;
//
// gridColumn1
//
this.gridColumn1.Caption = "维权完成时间";
this.gridColumn1.FieldName = "refundfinishtime";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 5;
this.gridColumn1.Width = 117;
//
// gridColumn2
//
this.gridColumn2.Caption = "被扣减佣金";
this.gridColumn2.FieldName = "showreturnfee";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 6;
//
// gridColumn14
//
this.gridColumn14.Caption = "商品标题";
this.gridColumn14.FieldName = "tbauctiontitle";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 7;
this.gridColumn14.Width = 168;
//
// gridColumn17
//
this.gridColumn17.Caption = "子订单号";
this.gridColumn17.FieldName = "tbtradeid";
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
this.gridColumn17.VisibleIndex = 2;
this.gridColumn17.Width = 180;
//
// groupControl1
//
this.groupControl1.Controls.Add(this.checkBox1);
this.groupControl1.Controls.Add(this.dateTimePicker2);
this.groupControl1.Controls.Add(this.dateTimePicker1);
this.groupControl1.Controls.Add(this.labelControl1);
this.groupControl1.Controls.Add(this.simpleButton1);
this.groupControl1.Controls.Add(this.comboBoxEdit2);
this.groupControl1.Controls.Add(this.comboBoxEdit1);
this.groupControl1.Controls.Add(this.textEdit1);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupControl1.Location = new System.Drawing.Point(0, 0);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(956, 85);
this.groupControl1.TabIndex = 3;
this.groupControl1.Text = "搜索条件";
//
// checkBox1
//
this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(576, 39);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(54, 18);
this.checkBox1.TabIndex = 9;
this.checkBox1.Text = "时间:";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.Visible = false;
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
//
// dateTimePicker2
//
this.dateTimePicker2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(630, 37);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(37, 22);
this.dateTimePicker2.TabIndex = 8;
this.dateTimePicker2.Visible = false;
//
// dateTimePicker1
//
this.dateTimePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(630, 37);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(37, 22);
this.dateTimePicker1.TabIndex = 3;
this.dateTimePicker1.Visible = false;
//
// labelControl1
//
this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.labelControl1.Location = new System.Drawing.Point(120, 41);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(36, 14);
this.labelControl1.TabIndex = 6;
this.labelControl1.Text = "内容:";
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(687, 29);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(97, 38);
this.simpleButton1.TabIndex = 5;
this.simpleButton1.Text = "搜 索";
this.simpleButton1.Click += new System.EventHandler(this.SimpleButton1_Click);
//
// comboBoxEdit2
//
this.comboBoxEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.comboBoxEdit2.EditValue = "全部数据";
this.comboBoxEdit2.Location = new System.Drawing.Point(478, 38);
this.comboBoxEdit2.Name = "comboBoxEdit2";
this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
"全部数据",
"维权创建",
"维权成功",
"维权失败",
"等待处理"});
this.comboBoxEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBoxEdit2.Size = new System.Drawing.Size(92, 20);
this.comboBoxEdit2.TabIndex = 2;
this.comboBoxEdit2.Tag = "comboboxedit";
this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.ComboBoxEdit1_SelectedIndexChanged);
//
// comboBoxEdit1
//
this.comboBoxEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.comboBoxEdit1.EditValue = "全部数据";
this.comboBoxEdit1.Location = new System.Drawing.Point(369, 38);
this.comboBoxEdit1.Name = "comboBoxEdit1";
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
"全部数据",
"订单编号",
"商品标题"});
this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBoxEdit1.Size = new System.Drawing.Size(92, 20);
this.comboBoxEdit1.TabIndex = 2;
this.comboBoxEdit1.Tag = "comboboxedit";
this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.ComboBoxEdit1_SelectedIndexChanged);
//
// textEdit1
//
this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.textEdit1.Enabled = false;
this.textEdit1.Location = new System.Drawing.Point(162, 38);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(191, 20);
this.textEdit1.TabIndex = 1;
this.textEdit1.Tag = "textedit";
//
// cps_order_refund_alimama
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pageControl1);
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.groupControl1);
this.Name = "cps_order_refund_alimama";
this.Size = new System.Drawing.Size(956, 567);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.Framework.Controls.PageControl pageControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn22;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
private DevExpress.XtraEditors.GroupControl groupControl1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit2;
}
}