old_flsystem/应用/BackupAndImport/EditRobotNameForm.Designer.cs

177 lines
8.9 KiB
C#
Raw Permalink Normal View History

2022-09-29 10:35:00 +00:00
namespace BackupAndImport
{
partial class EditRobotNameForm
{
/// <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.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Location = new System.Drawing.Point(1, 37);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(588, 306);
this.gridControl1.TabIndex = 7;
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.gridColumn1,
this.gridColumn3,
this.gridColumn9});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsPrint.PrintVertLines = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
//
// 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 = "当前机器人昵称";
this.gridColumn1.FieldName = "nick";
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 = 151;
//
// gridColumn3
//
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn3.Caption = "当前机器人账号";
this.gridColumn3.FieldName = "name";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.OptionsColumn.AllowEdit = false;
this.gridColumn3.OptionsColumn.AllowFocus = false;
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 1;
this.gridColumn3.Width = 125;
//
// gridColumn9
//
this.gridColumn9.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.gridColumn9.AppearanceCell.BackColor2 = System.Drawing.Color.LightGray;
this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
this.gridColumn9.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
this.gridColumn9.AppearanceCell.Options.UseBackColor = true;
this.gridColumn9.AppearanceCell.Options.UseFont = true;
this.gridColumn9.AppearanceCell.Options.UseForeColor = true;
this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn9.Caption = "新机器人账号";
this.gridColumn9.FieldName = "newName";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 2;
this.gridColumn9.Width = 113;
//
// labelControl10
//
this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl10.Appearance.Options.UseForeColor = true;
this.labelControl10.Location = new System.Drawing.Point(357, 3);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(232, 28);
this.labelControl10.TabIndex = 12;
this.labelControl10.Text = "修改机器人账号请点击单元格,即可直接修改\r\n(不修改的不操作即可)";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(403, 353);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(175, 34);
this.simpleButton1.TabIndex = 13;
this.simpleButton1.Text = "点击确认";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.White;
this.label3.Font = new System.Drawing.Font("黑体", 18F);
this.label3.Location = new System.Drawing.Point(80, 131);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(430, 24);
this.label3.TabIndex = 20;
this.label3.Text = "当前不存在机器人数据,请先登录机器人";
//
// EditRobotNameForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(590, 395);
this.Controls.Add(this.label3);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.labelControl10);
this.Controls.Add(this.gridControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditRobotNameForm";
this.Text = "设置要修改的机器账号";
this.Load += new System.EventHandler(this.EditRobotNameForm_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraEditors.LabelControl labelControl10;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.Label label3;
}
}