512 lines
29 KiB
C#
512 lines
29 KiB
C#
|
namespace Activity
|
|||
|
{
|
|||
|
partial class EditActivityForm
|
|||
|
{
|
|||
|
/// <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();
|
|||
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
|||
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|||
|
this.tbx_ActivityName = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
|
|||
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|||
|
this.增加奖品ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.修改选中项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.删除选中项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
|||
|
this.nud_Amount = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
|
|||
|
this.separatorControl2 = new DevExpress.XtraEditors.SeparatorControl();
|
|||
|
this.separatorControl3 = new DevExpress.XtraEditors.SeparatorControl();
|
|||
|
this.cbx_Settled = new System.Windows.Forms.CheckBox();
|
|||
|
this.cbx_Freezing = new System.Windows.Forms.CheckBox();
|
|||
|
this.cbx_AccountPaid = new System.Windows.Forms.CheckBox();
|
|||
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.cbx_OrderState = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
this.cbx_Grade = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
this.cbx_Amount = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
this.dtp_OpeningTime = new DevExpress.XtraEditors.DateEdit();
|
|||
|
this.dtp_End = new DevExpress.XtraEditors.DateEdit();
|
|||
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.dtp_Begin = new DevExpress.XtraEditors.DateEdit();
|
|||
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.cbox_Grade = new System.Windows.Forms.ComboBox();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|||
|
this.groupControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tbx_ActivityName.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
|
|||
|
this.groupControl3.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|||
|
this.contextMenuStrip1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|||
|
this.groupControl2.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nud_Amount)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbx_OrderState.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbx_Grade.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbx_Amount.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_OpeningTime.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_OpeningTime.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_End.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_End.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_Begin.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_Begin.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupControl1
|
|||
|
//
|
|||
|
this.groupControl1.Controls.Add(this.tbx_ActivityName);
|
|||
|
this.groupControl1.Controls.Add(this.groupControl3);
|
|||
|
this.groupControl1.Controls.Add(this.groupControl2);
|
|||
|
this.groupControl1.Controls.Add(this.dtp_OpeningTime);
|
|||
|
this.groupControl1.Controls.Add(this.dtp_End);
|
|||
|
this.groupControl1.Controls.Add(this.labelControl4);
|
|||
|
this.groupControl1.Controls.Add(this.dtp_Begin);
|
|||
|
this.groupControl1.Controls.Add(this.labelControl3);
|
|||
|
this.groupControl1.Controls.Add(this.labelControl2);
|
|||
|
this.groupControl1.Controls.Add(this.labelControl1);
|
|||
|
this.groupControl1.Location = new System.Drawing.Point(31, 32);
|
|||
|
this.groupControl1.Name = "groupControl1";
|
|||
|
this.groupControl1.Size = new System.Drawing.Size(604, 633);
|
|||
|
this.groupControl1.TabIndex = 0;
|
|||
|
this.groupControl1.Text = "活动编辑";
|
|||
|
//
|
|||
|
// tbx_ActivityName
|
|||
|
//
|
|||
|
this.tbx_ActivityName.Location = new System.Drawing.Point(119, 51);
|
|||
|
this.tbx_ActivityName.Name = "tbx_ActivityName";
|
|||
|
this.tbx_ActivityName.Size = new System.Drawing.Size(212, 20);
|
|||
|
this.tbx_ActivityName.TabIndex = 9;
|
|||
|
//
|
|||
|
// groupControl3
|
|||
|
//
|
|||
|
this.groupControl3.Controls.Add(this.gridControl1);
|
|||
|
this.groupControl3.Location = new System.Drawing.Point(40, 364);
|
|||
|
this.groupControl3.Name = "groupControl3";
|
|||
|
this.groupControl3.Size = new System.Drawing.Size(526, 234);
|
|||
|
this.groupControl3.TabIndex = 8;
|
|||
|
this.groupControl3.Text = "奖品设置";
|
|||
|
//
|
|||
|
// gridControl1
|
|||
|
//
|
|||
|
this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
|
|||
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
gridLevelNode1.RelationName = "Level1";
|
|||
|
this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|||
|
gridLevelNode1});
|
|||
|
this.gridControl1.Location = new System.Drawing.Point(2, 21);
|
|||
|
this.gridControl1.MainView = this.gridView1;
|
|||
|
this.gridControl1.Name = "gridControl1";
|
|||
|
this.gridControl1.Size = new System.Drawing.Size(522, 211);
|
|||
|
this.gridControl1.TabIndex = 1;
|
|||
|
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.修改选中项ToolStripMenuItem,
|
|||
|
this.删除选中项ToolStripMenuItem});
|
|||
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|||
|
this.contextMenuStrip1.Size = new System.Drawing.Size(137, 70);
|
|||
|
//
|
|||
|
// 增加奖品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);
|
|||
|
//
|
|||
|
// 删除选中项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);
|
|||
|
//
|
|||
|
// gridView1
|
|||
|
//
|
|||
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
this.gridColumn1,
|
|||
|
this.gridColumn2,
|
|||
|
this.gridColumn3,
|
|||
|
this.gridColumn4});
|
|||
|
this.gridView1.GridControl = this.gridControl1;
|
|||
|
this.gridView1.IndicatorWidth = 30;
|
|||
|
this.gridView1.Name = "gridView1";
|
|||
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|||
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|||
|
//
|
|||
|
// gridColumn1
|
|||
|
//
|
|||
|
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn1.Caption = "ID";
|
|||
|
this.gridColumn1.FieldName = "id";
|
|||
|
this.gridColumn1.Name = "gridColumn1";
|
|||
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn1.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn1.Visible = true;
|
|||
|
this.gridColumn1.VisibleIndex = 0;
|
|||
|
this.gridColumn1.Width = 52;
|
|||
|
//
|
|||
|
// gridColumn2
|
|||
|
//
|
|||
|
this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn2.Caption = "奖品名称";
|
|||
|
this.gridColumn2.FieldName = "trophy_name";
|
|||
|
this.gridColumn2.Name = "gridColumn2";
|
|||
|
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn2.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn2.Visible = true;
|
|||
|
this.gridColumn2.VisibleIndex = 1;
|
|||
|
this.gridColumn2.Width = 157;
|
|||
|
//
|
|||
|
// gridColumn3
|
|||
|
//
|
|||
|
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn3.Caption = "数量";
|
|||
|
this.gridColumn3.FieldName = "trophy_num";
|
|||
|
this.gridColumn3.Name = "gridColumn3";
|
|||
|
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn3.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn3.Visible = true;
|
|||
|
this.gridColumn3.VisibleIndex = 2;
|
|||
|
this.gridColumn3.Width = 69;
|
|||
|
//
|
|||
|
// gridColumn4
|
|||
|
//
|
|||
|
this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn4.Caption = "备注";
|
|||
|
this.gridColumn4.FieldName = "remark";
|
|||
|
this.gridColumn4.Name = "gridColumn4";
|
|||
|
this.gridColumn4.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn4.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn4.Visible = true;
|
|||
|
this.gridColumn4.VisibleIndex = 3;
|
|||
|
this.gridColumn4.Width = 212;
|
|||
|
//
|
|||
|
// groupControl2
|
|||
|
//
|
|||
|
this.groupControl2.Controls.Add(this.cbox_Grade);
|
|||
|
this.groupControl2.Controls.Add(this.nud_Amount);
|
|||
|
this.groupControl2.Controls.Add(this.separatorControl1);
|
|||
|
this.groupControl2.Controls.Add(this.separatorControl2);
|
|||
|
this.groupControl2.Controls.Add(this.separatorControl3);
|
|||
|
this.groupControl2.Controls.Add(this.cbx_Settled);
|
|||
|
this.groupControl2.Controls.Add(this.cbx_Freezing);
|
|||
|
this.groupControl2.Controls.Add(this.cbx_AccountPaid);
|
|||
|
this.groupControl2.Controls.Add(this.labelControl5);
|
|||
|
this.groupControl2.Controls.Add(this.cbx_OrderState);
|
|||
|
this.groupControl2.Controls.Add(this.cbx_Grade);
|
|||
|
this.groupControl2.Controls.Add(this.cbx_Amount);
|
|||
|
this.groupControl2.Location = new System.Drawing.Point(40, 157);
|
|||
|
this.groupControl2.Name = "groupControl2";
|
|||
|
this.groupControl2.Size = new System.Drawing.Size(526, 185);
|
|||
|
this.groupControl2.TabIndex = 7;
|
|||
|
this.groupControl2.Text = "设置参加活动条件";
|
|||
|
//
|
|||
|
// nud_Amount
|
|||
|
//
|
|||
|
this.nud_Amount.Location = new System.Drawing.Point(353, 47);
|
|||
|
this.nud_Amount.Name = "nud_Amount";
|
|||
|
this.nud_Amount.Size = new System.Drawing.Size(96, 22);
|
|||
|
this.nud_Amount.TabIndex = 14;
|
|||
|
//
|
|||
|
// separatorControl1
|
|||
|
//
|
|||
|
this.separatorControl1.Location = new System.Drawing.Point(5, 68);
|
|||
|
this.separatorControl1.Name = "separatorControl1";
|
|||
|
this.separatorControl1.Size = new System.Drawing.Size(516, 23);
|
|||
|
this.separatorControl1.TabIndex = 13;
|
|||
|
//
|
|||
|
// separatorControl2
|
|||
|
//
|
|||
|
this.separatorControl2.Location = new System.Drawing.Point(5, 115);
|
|||
|
this.separatorControl2.Name = "separatorControl2";
|
|||
|
this.separatorControl2.Size = new System.Drawing.Size(516, 23);
|
|||
|
this.separatorControl2.TabIndex = 12;
|
|||
|
//
|
|||
|
// separatorControl3
|
|||
|
//
|
|||
|
this.separatorControl3.LineOrientation = System.Windows.Forms.Orientation.Vertical;
|
|||
|
this.separatorControl3.Location = new System.Drawing.Point(179, 24);
|
|||
|
this.separatorControl3.Name = "separatorControl3";
|
|||
|
this.separatorControl3.Size = new System.Drawing.Size(49, 156);
|
|||
|
this.separatorControl3.TabIndex = 8;
|
|||
|
//
|
|||
|
// cbx_Settled
|
|||
|
//
|
|||
|
this.cbx_Settled.AutoSize = true;
|
|||
|
this.cbx_Settled.Location = new System.Drawing.Point(387, 140);
|
|||
|
this.cbx_Settled.Name = "cbx_Settled";
|
|||
|
this.cbx_Settled.Size = new System.Drawing.Size(62, 18);
|
|||
|
this.cbx_Settled.TabIndex = 10;
|
|||
|
this.cbx_Settled.Text = "已结算";
|
|||
|
this.cbx_Settled.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// cbx_Freezing
|
|||
|
//
|
|||
|
this.cbx_Freezing.AutoSize = true;
|
|||
|
this.cbx_Freezing.Location = new System.Drawing.Point(313, 140);
|
|||
|
this.cbx_Freezing.Name = "cbx_Freezing";
|
|||
|
this.cbx_Freezing.Size = new System.Drawing.Size(62, 18);
|
|||
|
this.cbx_Freezing.TabIndex = 9;
|
|||
|
this.cbx_Freezing.Text = "冻结中";
|
|||
|
this.cbx_Freezing.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// cbx_AccountPaid
|
|||
|
//
|
|||
|
this.cbx_AccountPaid.AutoSize = true;
|
|||
|
this.cbx_AccountPaid.Location = new System.Drawing.Point(239, 140);
|
|||
|
this.cbx_AccountPaid.Name = "cbx_AccountPaid";
|
|||
|
this.cbx_AccountPaid.Size = new System.Drawing.Size(62, 18);
|
|||
|
this.cbx_AccountPaid.TabIndex = 8;
|
|||
|
this.cbx_AccountPaid.Text = "已付款";
|
|||
|
this.cbx_AccountPaid.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// labelControl5
|
|||
|
//
|
|||
|
this.labelControl5.Location = new System.Drawing.Point(239, 49);
|
|||
|
this.labelControl5.Name = "labelControl5";
|
|||
|
this.labelControl5.Size = new System.Drawing.Size(108, 14);
|
|||
|
this.labelControl5.TabIndex = 5;
|
|||
|
this.labelControl5.Text = "订单金额不得低于:";
|
|||
|
//
|
|||
|
// cbx_OrderState
|
|||
|
//
|
|||
|
this.cbx_OrderState.Location = new System.Drawing.Point(81, 139);
|
|||
|
this.cbx_OrderState.Name = "cbx_OrderState";
|
|||
|
this.cbx_OrderState.Properties.Caption = "限制订单状态";
|
|||
|
this.cbx_OrderState.Size = new System.Drawing.Size(108, 19);
|
|||
|
this.cbx_OrderState.TabIndex = 2;
|
|||
|
//
|
|||
|
// cbx_Grade
|
|||
|
//
|
|||
|
this.cbx_Grade.Location = new System.Drawing.Point(81, 93);
|
|||
|
this.cbx_Grade.Name = "cbx_Grade";
|
|||
|
this.cbx_Grade.Properties.Caption = "限制会员等级";
|
|||
|
this.cbx_Grade.Size = new System.Drawing.Size(108, 19);
|
|||
|
this.cbx_Grade.TabIndex = 1;
|
|||
|
//
|
|||
|
// cbx_Amount
|
|||
|
//
|
|||
|
this.cbx_Amount.Location = new System.Drawing.Point(81, 47);
|
|||
|
this.cbx_Amount.Name = "cbx_Amount";
|
|||
|
this.cbx_Amount.Properties.Caption = "限制订单金额";
|
|||
|
this.cbx_Amount.Size = new System.Drawing.Size(108, 19);
|
|||
|
this.cbx_Amount.TabIndex = 0;
|
|||
|
//
|
|||
|
// dtp_OpeningTime
|
|||
|
//
|
|||
|
this.dtp_OpeningTime.EditValue = null;
|
|||
|
this.dtp_OpeningTime.Location = new System.Drawing.Point(119, 115);
|
|||
|
this.dtp_OpeningTime.Name = "dtp_OpeningTime";
|
|||
|
this.dtp_OpeningTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.dtp_OpeningTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.dtp_OpeningTime.Size = new System.Drawing.Size(212, 20);
|
|||
|
this.dtp_OpeningTime.TabIndex = 6;
|
|||
|
//
|
|||
|
// dtp_End
|
|||
|
//
|
|||
|
this.dtp_End.EditValue = null;
|
|||
|
this.dtp_End.Location = new System.Drawing.Point(349, 83);
|
|||
|
this.dtp_End.Name = "dtp_End";
|
|||
|
this.dtp_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.dtp_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.dtp_End.Size = new System.Drawing.Size(212, 20);
|
|||
|
this.dtp_End.TabIndex = 5;
|
|||
|
//
|
|||
|
// labelControl4
|
|||
|
//
|
|||
|
this.labelControl4.Location = new System.Drawing.Point(339, 86);
|
|||
|
this.labelControl4.Name = "labelControl4";
|
|||
|
this.labelControl4.Size = new System.Drawing.Size(4, 14);
|
|||
|
this.labelControl4.TabIndex = 4;
|
|||
|
this.labelControl4.Text = "-";
|
|||
|
//
|
|||
|
// dtp_Begin
|
|||
|
//
|
|||
|
this.dtp_Begin.EditValue = null;
|
|||
|
this.dtp_Begin.Location = new System.Drawing.Point(119, 83);
|
|||
|
this.dtp_Begin.Name = "dtp_Begin";
|
|||
|
this.dtp_Begin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.dtp_Begin.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.dtp_Begin.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
|
|||
|
this.dtp_Begin.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
this.dtp_Begin.Properties.Mask.EditMask = "yyyy-MM-dd HH:mm";
|
|||
|
this.dtp_Begin.Size = new System.Drawing.Size(212, 20);
|
|||
|
this.dtp_Begin.TabIndex = 3;
|
|||
|
//
|
|||
|
// labelControl3
|
|||
|
//
|
|||
|
this.labelControl3.Location = new System.Drawing.Point(53, 118);
|
|||
|
this.labelControl3.Name = "labelControl3";
|
|||
|
this.labelControl3.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl3.TabIndex = 2;
|
|||
|
this.labelControl3.Text = "开奖时间:";
|
|||
|
//
|
|||
|
// labelControl2
|
|||
|
//
|
|||
|
this.labelControl2.Location = new System.Drawing.Point(53, 86);
|
|||
|
this.labelControl2.Name = "labelControl2";
|
|||
|
this.labelControl2.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl2.TabIndex = 1;
|
|||
|
this.labelControl2.Text = "活动期间:";
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(53, 54);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl1.TabIndex = 0;
|
|||
|
this.labelControl1.Text = "活动名称:";
|
|||
|
//
|
|||
|
// cbox_Grade
|
|||
|
//
|
|||
|
this.cbox_Grade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbox_Grade.FormattingEnabled = true;
|
|||
|
this.cbox_Grade.Location = new System.Drawing.Point(239, 92);
|
|||
|
this.cbox_Grade.Name = "cbox_Grade";
|
|||
|
this.cbox_Grade.Size = new System.Drawing.Size(210, 22);
|
|||
|
this.cbox_Grade.TabIndex = 15;
|
|||
|
//
|
|||
|
// EditActivityForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(669, 694);
|
|||
|
this.Controls.Add(this.groupControl1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "EditActivityForm";
|
|||
|
this.Text = "EditActivityForm";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditActivityForm_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.EditActivityForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|||
|
this.groupControl1.ResumeLayout(false);
|
|||
|
this.groupControl1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tbx_ActivityName.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
|
|||
|
this.groupControl3.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|||
|
this.contextMenuStrip1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
|
|||
|
this.groupControl2.ResumeLayout(false);
|
|||
|
this.groupControl2.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nud_Amount)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbx_OrderState.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbx_Grade.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbx_Amount.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_OpeningTime.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_OpeningTime.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_End.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_End.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_Begin.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dtp_Begin.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
private DevExpress.XtraEditors.DateEdit dtp_OpeningTime;
|
|||
|
private DevExpress.XtraEditors.DateEdit dtp_End;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|||
|
private DevExpress.XtraEditors.DateEdit dtp_Begin;
|
|||
|
private DevExpress.XtraEditors.GroupControl groupControl2;
|
|||
|
private DevExpress.XtraEditors.CheckEdit cbx_OrderState;
|
|||
|
private DevExpress.XtraEditors.CheckEdit cbx_Grade;
|
|||
|
private DevExpress.XtraEditors.CheckEdit cbx_Amount;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|||
|
private System.Windows.Forms.CheckBox cbx_Settled;
|
|||
|
private System.Windows.Forms.CheckBox cbx_Freezing;
|
|||
|
private System.Windows.Forms.CheckBox cbx_AccountPaid;
|
|||
|
private DevExpress.XtraEditors.SeparatorControl separatorControl3;
|
|||
|
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
|
|||
|
private DevExpress.XtraEditors.SeparatorControl separatorControl2;
|
|||
|
private System.Windows.Forms.NumericUpDown nud_Amount;
|
|||
|
private DevExpress.XtraEditors.GroupControl groupControl3;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|||
|
private DevExpress.XtraEditors.TextEdit tbx_ActivityName;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 增加奖品ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 修改选中项ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 删除选中项ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ComboBox cbox_Grade;
|
|||
|
}
|
|||
|
}
|