2022-09-20 03:10:29 +00:00
|
|
|
|
namespace DYRebate
|
|
|
|
|
{
|
|
|
|
|
partial class MainForm
|
|
|
|
|
{
|
|
|
|
|
/// <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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
|
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.pageControl1 = new UI.Framework.Controls.PageControl();
|
|
|
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
|
|
|
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
|
2022-09-20 03:10:29 +00:00
|
|
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.settingControl1 = new UI.Framework.Controls.SettingControl();
|
|
|
|
|
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.comboBox4 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.buttonCheck2 = new UI.Framework.Controls.ButtonCheck();
|
|
|
|
|
this.memoEdit5 = new DevExpress.XtraEditors.MemoEdit();
|
|
|
|
|
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.pageControl2 = new UI.Framework.Controls.PageControl();
|
2022-09-20 03:10:29 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
|
|
|
this.xtraTabControl1.SuspendLayout();
|
|
|
|
|
this.xtraTabPage1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.xtraTabPage4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
2022-09-20 03:10:29 +00:00
|
|
|
|
this.xtraTabPage2.SuspendLayout();
|
|
|
|
|
this.xtraTabPage3.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit5.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).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(906, 535);
|
|
|
|
|
this.xtraTabControl1.TabIndex = 7;
|
|
|
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
|
|
|
this.xtraTabPage1,
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.xtraTabPage4,
|
2022-09-20 03:10:29 +00:00
|
|
|
|
this.xtraTabPage2,
|
|
|
|
|
this.xtraTabPage3});
|
|
|
|
|
//
|
|
|
|
|
// xtraTabPage1
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabPage1.Controls.Add(this.label1);
|
|
|
|
|
this.xtraTabPage1.Controls.Add(this.pageControl1);
|
|
|
|
|
this.xtraTabPage1.Controls.Add(this.gridControl1);
|
|
|
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(904, 511);
|
|
|
|
|
this.xtraTabPage1.Text = " 达 人 推 广 位 ";
|
2022-09-20 03:10:29 +00:00
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("黑体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(175, 177);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(537, 35);
|
|
|
|
|
this.label1.TabIndex = 8;
|
|
|
|
|
this.label1.Text = "尚未登录机器人,请先登录机器人";
|
|
|
|
|
//
|
|
|
|
|
// pageControl1
|
|
|
|
|
//
|
|
|
|
|
this.pageControl1.Location = new System.Drawing.Point(0, 470);
|
|
|
|
|
this.pageControl1.Name = "pageControl1";
|
|
|
|
|
this.pageControl1.Size = new System.Drawing.Size(900, 36);
|
|
|
|
|
this.pageControl1.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// gridControl1
|
|
|
|
|
//
|
|
|
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.gridControl1.MainView = this.gridView1;
|
|
|
|
|
this.gridControl1.Name = "gridControl1";
|
|
|
|
|
this.gridControl1.Size = new System.Drawing.Size(904, 470);
|
|
|
|
|
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.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
|
|
this.gridColumn10,
|
|
|
|
|
this.gridColumn1,
|
|
|
|
|
this.gridColumn2,
|
|
|
|
|
this.gridColumn3,
|
|
|
|
|
this.gridColumn5,
|
|
|
|
|
this.gridColumn7,
|
|
|
|
|
this.gridColumn9});
|
|
|
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
|
|
|
this.gridView1.Name = "gridView1";
|
|
|
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
|
|
|
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
|
|
|
|
|
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
|
|
|
|
|
//
|
|
|
|
|
// gridColumn10
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn10.Caption = "ID";
|
|
|
|
|
this.gridColumn10.FieldName = "ID";
|
|
|
|
|
this.gridColumn10.Name = "gridColumn10";
|
|
|
|
|
this.gridColumn10.Visible = true;
|
|
|
|
|
this.gridColumn10.VisibleIndex = 0;
|
|
|
|
|
this.gridColumn10.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn1
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn1.Caption = "平台类型";
|
|
|
|
|
this.gridColumn1.FieldName = "chattype";
|
|
|
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
|
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn1.OptionsColumn.AllowFocus = false;
|
|
|
|
|
this.gridColumn1.Visible = true;
|
|
|
|
|
this.gridColumn1.VisibleIndex = 1;
|
|
|
|
|
this.gridColumn1.Width = 99;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn2
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn2.Caption = "账号";
|
|
|
|
|
this.gridColumn2.FieldName = "name";
|
|
|
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
|
|
|
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn2.OptionsColumn.AllowFocus = false;
|
|
|
|
|
this.gridColumn2.Visible = true;
|
|
|
|
|
this.gridColumn2.VisibleIndex = 2;
|
|
|
|
|
this.gridColumn2.Width = 148;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn3
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn3.Caption = "账号昵称";
|
|
|
|
|
this.gridColumn3.FieldName = "nick";
|
|
|
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
|
|
|
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn3.OptionsColumn.AllowFocus = false;
|
|
|
|
|
this.gridColumn3.Visible = true;
|
|
|
|
|
this.gridColumn3.VisibleIndex = 3;
|
|
|
|
|
this.gridColumn3.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn5
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
|
|
|
|
this.gridColumn5.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
|
|
|
|
this.gridColumn5.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
this.gridColumn5.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn5.Caption = "主推广账号";
|
|
|
|
|
this.gridColumn5.FieldName = "pid_chief_name";
|
|
|
|
|
this.gridColumn5.Name = "gridColumn5";
|
|
|
|
|
this.gridColumn5.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn5.Visible = true;
|
|
|
|
|
this.gridColumn5.VisibleIndex = 4;
|
|
|
|
|
this.gridColumn5.Width = 149;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn7
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
|
|
|
|
this.gridColumn7.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
|
|
|
|
this.gridColumn7.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
this.gridColumn7.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn7.Caption = "副推广账号";
|
|
|
|
|
this.gridColumn7.FieldName = "pid_deputy_name";
|
|
|
|
|
this.gridColumn7.Name = "gridColumn7";
|
|
|
|
|
this.gridColumn7.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn7.Visible = true;
|
|
|
|
|
this.gridColumn7.VisibleIndex = 5;
|
|
|
|
|
this.gridColumn7.Width = 158;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn9
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn9.Caption = "禁止使用";
|
|
|
|
|
this.gridColumn9.FieldName = "onoff";
|
|
|
|
|
this.gridColumn9.Name = "gridColumn9";
|
|
|
|
|
this.gridColumn9.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn9.Visible = true;
|
|
|
|
|
this.gridColumn9.VisibleIndex = 6;
|
|
|
|
|
this.gridColumn9.Width = 66;
|
|
|
|
|
//
|
2023-04-06 01:07:55 +00:00
|
|
|
|
// xtraTabPage4
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabPage4.Controls.Add(this.pageControl2);
|
|
|
|
|
this.xtraTabPage4.Controls.Add(this.label2);
|
|
|
|
|
this.xtraTabPage4.Controls.Add(this.gridControl2);
|
|
|
|
|
this.xtraTabPage4.Name = "xtraTabPage4";
|
|
|
|
|
this.xtraTabPage4.Size = new System.Drawing.Size(904, 511);
|
|
|
|
|
this.xtraTabPage4.Text = " 抖 客 推 广 位 ";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.label2.Font = new System.Drawing.Font("黑体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(181, 209);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(537, 35);
|
|
|
|
|
this.label2.TabIndex = 9;
|
|
|
|
|
this.label2.Text = "尚未登录机器人,请先登录机器人";
|
|
|
|
|
//
|
|
|
|
|
// gridControl2
|
|
|
|
|
//
|
|
|
|
|
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(904, 470);
|
|
|
|
|
this.gridControl2.TabIndex = 5;
|
|
|
|
|
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
|
|
this.gridView2});
|
|
|
|
|
//
|
|
|
|
|
// gridView2
|
|
|
|
|
//
|
|
|
|
|
this.gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
|
|
|
this.gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
|
|
this.gridColumn4,
|
|
|
|
|
this.gridColumn6,
|
|
|
|
|
this.gridColumn8,
|
|
|
|
|
this.gridColumn11,
|
|
|
|
|
this.gridColumn12,
|
|
|
|
|
this.gridColumn13,
|
|
|
|
|
this.gridColumn14});
|
|
|
|
|
this.gridView2.GridControl = this.gridControl2;
|
|
|
|
|
this.gridView2.Name = "gridView2";
|
|
|
|
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
|
|
|
|
this.gridView2.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView2_RowCellClick);
|
|
|
|
|
this.gridView2.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView2_CustomColumnDisplayText);
|
|
|
|
|
//
|
|
|
|
|
// gridColumn4
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn4.Caption = "ID";
|
|
|
|
|
this.gridColumn4.FieldName = "ID";
|
|
|
|
|
this.gridColumn4.Name = "gridColumn4";
|
|
|
|
|
this.gridColumn4.Visible = true;
|
|
|
|
|
this.gridColumn4.VisibleIndex = 0;
|
|
|
|
|
this.gridColumn4.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn6
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn6.Caption = "平台类型";
|
|
|
|
|
this.gridColumn6.FieldName = "chattype";
|
|
|
|
|
this.gridColumn6.Name = "gridColumn6";
|
|
|
|
|
this.gridColumn6.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn6.OptionsColumn.AllowFocus = false;
|
|
|
|
|
this.gridColumn6.Visible = true;
|
|
|
|
|
this.gridColumn6.VisibleIndex = 1;
|
|
|
|
|
this.gridColumn6.Width = 99;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn8
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn8.Caption = "账号";
|
|
|
|
|
this.gridColumn8.FieldName = "name";
|
|
|
|
|
this.gridColumn8.Name = "gridColumn8";
|
|
|
|
|
this.gridColumn8.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn8.OptionsColumn.AllowFocus = false;
|
|
|
|
|
this.gridColumn8.Visible = true;
|
|
|
|
|
this.gridColumn8.VisibleIndex = 2;
|
|
|
|
|
this.gridColumn8.Width = 148;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn11
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn11.Caption = "账号昵称";
|
|
|
|
|
this.gridColumn11.FieldName = "nick";
|
|
|
|
|
this.gridColumn11.Name = "gridColumn11";
|
|
|
|
|
this.gridColumn11.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn11.OptionsColumn.AllowFocus = false;
|
|
|
|
|
this.gridColumn11.Visible = true;
|
|
|
|
|
this.gridColumn11.VisibleIndex = 3;
|
|
|
|
|
this.gridColumn11.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn12
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn12.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
|
|
|
|
this.gridColumn12.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
|
|
|
|
this.gridColumn12.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
this.gridColumn12.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
this.gridColumn12.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn12.Caption = "主推广账号";
|
|
|
|
|
this.gridColumn12.FieldName = "pid_chief_name";
|
|
|
|
|
this.gridColumn12.Name = "gridColumn12";
|
|
|
|
|
this.gridColumn12.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn12.Visible = true;
|
|
|
|
|
this.gridColumn12.VisibleIndex = 4;
|
|
|
|
|
this.gridColumn12.Width = 149;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn13
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn13.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
|
|
|
|
this.gridColumn13.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
|
|
|
|
this.gridColumn13.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
this.gridColumn13.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn13.Caption = "副推广账号";
|
|
|
|
|
this.gridColumn13.FieldName = "pid_deputy_name";
|
|
|
|
|
this.gridColumn13.Name = "gridColumn13";
|
|
|
|
|
this.gridColumn13.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn13.Visible = true;
|
|
|
|
|
this.gridColumn13.VisibleIndex = 5;
|
|
|
|
|
this.gridColumn13.Width = 158;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn14
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
this.gridColumn14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
this.gridColumn14.Caption = "禁止使用";
|
|
|
|
|
this.gridColumn14.FieldName = "onoff";
|
|
|
|
|
this.gridColumn14.Name = "gridColumn14";
|
|
|
|
|
this.gridColumn14.OptionsColumn.AllowEdit = false;
|
|
|
|
|
this.gridColumn14.Visible = true;
|
|
|
|
|
this.gridColumn14.VisibleIndex = 6;
|
|
|
|
|
this.gridColumn14.Width = 66;
|
|
|
|
|
//
|
2022-09-20 03:10:29 +00:00
|
|
|
|
// xtraTabPage2
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabPage2.Controls.Add(this.settingControl1);
|
|
|
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(904, 511);
|
2022-09-20 03:10:29 +00:00
|
|
|
|
this.xtraTabPage2.Text = " 应 用 设 置 ";
|
|
|
|
|
//
|
|
|
|
|
// settingControl1
|
|
|
|
|
//
|
|
|
|
|
this.settingControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.settingControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.settingControl1.Name = "settingControl1";
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.settingControl1.Size = new System.Drawing.Size(904, 511);
|
2022-09-20 03:10:29 +00:00
|
|
|
|
this.settingControl1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// xtraTabPage3
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabPage3.Controls.Add(this.groupBox1);
|
|
|
|
|
this.xtraTabPage3.Name = "xtraTabPage3";
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.xtraTabPage3.Size = new System.Drawing.Size(904, 511);
|
2022-09-20 03:10:29 +00:00
|
|
|
|
this.xtraTabPage3.Text = " 防 撸 设 置 ";
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl5);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl19);
|
|
|
|
|
this.groupBox1.Controls.Add(this.comboBox4);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl20);
|
|
|
|
|
this.groupBox1.Controls.Add(this.checkBox3);
|
|
|
|
|
this.groupBox1.Controls.Add(this.buttonCheck2);
|
|
|
|
|
this.groupBox1.Controls.Add(this.memoEdit5);
|
|
|
|
|
this.groupBox1.Controls.Add(this.numericUpDown2);
|
|
|
|
|
this.groupBox1.Controls.Add(this.numericUpDown1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.comboBox3);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl31);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl8);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl7);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl4);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelControl3);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(11, 5);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(882, 498);
|
|
|
|
|
this.groupBox1.TabIndex = 4;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = " 基础设置 ";
|
|
|
|
|
//
|
|
|
|
|
// labelControl5
|
|
|
|
|
//
|
|
|
|
|
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.labelControl5.Appearance.Options.UseForeColor = true;
|
|
|
|
|
this.labelControl5.Location = new System.Drawing.Point(624, 108);
|
|
|
|
|
this.labelControl5.Name = "labelControl5";
|
|
|
|
|
this.labelControl5.Size = new System.Drawing.Size(215, 14);
|
|
|
|
|
this.labelControl5.TabIndex = 60;
|
|
|
|
|
this.labelControl5.Text = "(在【系统管理->群通知机器人】中添加)";
|
|
|
|
|
//
|
|
|
|
|
// labelControl19
|
|
|
|
|
//
|
|
|
|
|
this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.labelControl19.Appearance.Options.UseForeColor = true;
|
|
|
|
|
this.labelControl19.Location = new System.Drawing.Point(478, 108);
|
|
|
|
|
this.labelControl19.Name = "labelControl19";
|
|
|
|
|
this.labelControl19.Size = new System.Drawing.Size(130, 14);
|
|
|
|
|
this.labelControl19.TabIndex = 59;
|
|
|
|
|
this.labelControl19.Text = "(未选择时使用系统设置)";
|
|
|
|
|
//
|
|
|
|
|
// comboBox4
|
|
|
|
|
//
|
|
|
|
|
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.comboBox4.FormattingEnabled = true;
|
|
|
|
|
this.comboBox4.Location = new System.Drawing.Point(143, 105);
|
|
|
|
|
this.comboBox4.Name = "comboBox4";
|
|
|
|
|
this.comboBox4.Size = new System.Drawing.Size(308, 22);
|
|
|
|
|
this.comboBox4.TabIndex = 58;
|
|
|
|
|
//
|
|
|
|
|
// labelControl20
|
|
|
|
|
//
|
|
|
|
|
this.labelControl20.Location = new System.Drawing.Point(46, 108);
|
|
|
|
|
this.labelControl20.Name = "labelControl20";
|
|
|
|
|
this.labelControl20.Size = new System.Drawing.Size(91, 14);
|
|
|
|
|
this.labelControl20.TabIndex = 57;
|
|
|
|
|
this.labelControl20.Text = "群通知API接口:";
|
|
|
|
|
//
|
|
|
|
|
// checkBox3
|
|
|
|
|
//
|
|
|
|
|
this.checkBox3.AutoSize = true;
|
|
|
|
|
this.checkBox3.Location = new System.Drawing.Point(651, 47);
|
|
|
|
|
this.checkBox3.Name = "checkBox3";
|
|
|
|
|
this.checkBox3.Size = new System.Drawing.Size(108, 18);
|
|
|
|
|
this.checkBox3.TabIndex = 31;
|
|
|
|
|
this.checkBox3.Text = "置顶用户(微信)";
|
|
|
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
|
|
|
this.checkBox3.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// buttonCheck2
|
|
|
|
|
//
|
|
|
|
|
this.buttonCheck2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonCheck2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.buttonCheck2.Checked = true;
|
|
|
|
|
this.buttonCheck2.CheckStyleX = UI.Framework.Controls.CheckStyle.style1;
|
|
|
|
|
this.buttonCheck2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.buttonCheck2.Location = new System.Drawing.Point(55, 46);
|
|
|
|
|
this.buttonCheck2.Margin = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.buttonCheck2.Name = "buttonCheck2";
|
|
|
|
|
this.buttonCheck2.Size = new System.Drawing.Size(57, 22);
|
|
|
|
|
this.buttonCheck2.TabIndex = 28;
|
|
|
|
|
//
|
|
|
|
|
// memoEdit5
|
|
|
|
|
//
|
|
|
|
|
this.memoEdit5.Location = new System.Drawing.Point(21, 192);
|
|
|
|
|
this.memoEdit5.Name = "memoEdit5";
|
|
|
|
|
this.memoEdit5.Size = new System.Drawing.Size(840, 284);
|
|
|
|
|
this.memoEdit5.TabIndex = 27;
|
|
|
|
|
//
|
|
|
|
|
// numericUpDown2
|
|
|
|
|
//
|
|
|
|
|
this.numericUpDown2.Location = new System.Drawing.Point(708, 45);
|
|
|
|
|
this.numericUpDown2.Maximum = new decimal(new int[] {
|
|
|
|
|
9999999,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericUpDown2.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericUpDown2.Name = "numericUpDown2";
|
|
|
|
|
this.numericUpDown2.Size = new System.Drawing.Size(75, 22);
|
|
|
|
|
this.numericUpDown2.TabIndex = 22;
|
|
|
|
|
this.numericUpDown2.Value = new decimal(new int[] {
|
|
|
|
|
24,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericUpDown2.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// numericUpDown1
|
|
|
|
|
//
|
|
|
|
|
this.numericUpDown1.Location = new System.Drawing.Point(264, 46);
|
|
|
|
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|
|
|
|
999999,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericUpDown1.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
|
|
|
this.numericUpDown1.Size = new System.Drawing.Size(91, 22);
|
|
|
|
|
this.numericUpDown1.TabIndex = 22;
|
|
|
|
|
this.numericUpDown1.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// comboBox3
|
|
|
|
|
//
|
|
|
|
|
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.comboBox3.FormattingEnabled = true;
|
|
|
|
|
this.comboBox3.Items.AddRange(new object[] {
|
|
|
|
|
"拉入黑名单",
|
|
|
|
|
"通知钉钉群",
|
|
|
|
|
"订单冻结"});
|
|
|
|
|
this.comboBox3.Location = new System.Drawing.Point(507, 45);
|
|
|
|
|
this.comboBox3.Name = "comboBox3";
|
|
|
|
|
this.comboBox3.Size = new System.Drawing.Size(121, 22);
|
|
|
|
|
this.comboBox3.TabIndex = 25;
|
|
|
|
|
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// labelControl1
|
|
|
|
|
//
|
|
|
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.labelControl1.Appearance.Options.UseForeColor = true;
|
|
|
|
|
this.labelControl1.Location = new System.Drawing.Point(99, 172);
|
|
|
|
|
this.labelControl1.Name = "labelControl1";
|
|
|
|
|
this.labelControl1.Size = new System.Drawing.Size(132, 14);
|
|
|
|
|
this.labelControl1.TabIndex = 18;
|
|
|
|
|
this.labelControl1.Text = "(多个编码用逗号\",\"分隔)";
|
|
|
|
|
//
|
|
|
|
|
// labelControl31
|
|
|
|
|
//
|
|
|
|
|
this.labelControl31.Location = new System.Drawing.Point(21, 172);
|
|
|
|
|
this.labelControl31.Name = "labelControl31";
|
|
|
|
|
this.labelControl31.Size = new System.Drawing.Size(72, 14);
|
|
|
|
|
this.labelControl31.TabIndex = 18;
|
|
|
|
|
this.labelControl31.Text = "屏蔽商品ID:";
|
|
|
|
|
//
|
|
|
|
|
// labelControl8
|
|
|
|
|
//
|
|
|
|
|
this.labelControl8.Location = new System.Drawing.Point(653, 49);
|
|
|
|
|
this.labelControl8.Name = "labelControl8";
|
|
|
|
|
this.labelControl8.Size = new System.Drawing.Size(48, 14);
|
|
|
|
|
this.labelControl8.TabIndex = 19;
|
|
|
|
|
this.labelControl8.Text = "订单冻结";
|
|
|
|
|
this.labelControl8.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// labelControl7
|
|
|
|
|
//
|
|
|
|
|
this.labelControl7.Location = new System.Drawing.Point(789, 49);
|
|
|
|
|
this.labelControl7.Name = "labelControl7";
|
|
|
|
|
this.labelControl7.Size = new System.Drawing.Size(28, 14);
|
|
|
|
|
this.labelControl7.TabIndex = 19;
|
|
|
|
|
this.labelControl7.Text = "小时.";
|
|
|
|
|
this.labelControl7.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// labelControl4
|
|
|
|
|
//
|
|
|
|
|
this.labelControl4.Location = new System.Drawing.Point(373, 50);
|
|
|
|
|
this.labelControl4.Name = "labelControl4";
|
|
|
|
|
this.labelControl4.Size = new System.Drawing.Size(64, 14);
|
|
|
|
|
this.labelControl4.TabIndex = 19;
|
|
|
|
|
this.labelControl4.Text = "小时内收货.";
|
|
|
|
|
//
|
|
|
|
|
// labelControl3
|
|
|
|
|
//
|
|
|
|
|
this.labelControl3.Location = new System.Drawing.Point(170, 50);
|
|
|
|
|
this.labelControl3.Name = "labelControl3";
|
|
|
|
|
this.labelControl3.Size = new System.Drawing.Size(84, 14);
|
|
|
|
|
this.labelControl3.TabIndex = 19;
|
|
|
|
|
this.labelControl3.Text = "用户购买的商品";
|
|
|
|
|
//
|
2023-04-06 01:07:55 +00:00
|
|
|
|
// pageControl2
|
|
|
|
|
//
|
|
|
|
|
this.pageControl2.Location = new System.Drawing.Point(1, 472);
|
|
|
|
|
this.pageControl2.Name = "pageControl2";
|
|
|
|
|
this.pageControl2.Size = new System.Drawing.Size(900, 36);
|
|
|
|
|
this.pageControl2.TabIndex = 10;
|
|
|
|
|
//
|
2022-09-20 03:10:29 +00:00
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(906, 535);
|
|
|
|
|
this.Controls.Add(this.xtraTabControl1);
|
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "MainForm";
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing_1);
|
|
|
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|
|
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|
|
|
|
this.xtraTabPage1.ResumeLayout(false);
|
|
|
|
|
this.xtraTabPage1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
2023-04-06 01:07:55 +00:00
|
|
|
|
this.xtraTabPage4.ResumeLayout(false);
|
|
|
|
|
this.xtraTabPage4.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
2022-09-20 03:10:29 +00:00
|
|
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|
|
|
|
this.xtraTabPage3.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit5.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|
|
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private UI.Framework.Controls.PageControl pageControl1;
|
|
|
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
|
|
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|
|
|
|
private UI.Framework.Controls.SettingControl settingControl1;
|
|
|
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl19;
|
|
|
|
|
private System.Windows.Forms.ComboBox comboBox4;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl20;
|
|
|
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
|
|
|
private UI.Framework.Controls.ButtonCheck buttonCheck2;
|
|
|
|
|
private DevExpress.XtraEditors.MemoEdit memoEdit5;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
|
|
|
private System.Windows.Forms.ComboBox comboBox3;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl31;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
2023-04-06 01:07:55 +00:00
|
|
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage4;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
|
|
|
|
|
private UI.Framework.Controls.PageControl pageControl2;
|
2022-09-20 03:10:29 +00:00
|
|
|
|
}
|
|
|
|
|
}
|