old_flsystem/应用/MessageForwarder/MainForm.Designer.cs

242 lines
12 KiB
C#

namespace MessageForwarder
{
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.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.textBox1 = new System.Windows.Forms.TextBox();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.textBox2 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Location = new System.Drawing.Point(1, 76);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(253, 359);
this.gridControl1.TabIndex = 5;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
//
// 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.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.ReadOnly = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// gridColumn10
//
this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn10.Caption = "微信号";
this.gridColumn10.FieldName = "WeixinHao";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.OptionsColumn.AllowEdit = false;
this.gridColumn10.OptionsColumn.AllowFocus = false;
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 0;
this.gridColumn10.Width = 55;
//
// panel1
//
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Location = new System.Drawing.Point(260, 76);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(415, 359);
this.panel1.TabIndex = 6;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textEdit1);
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Controls.Add(this.memoEdit1);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Location = new System.Drawing.Point(15, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(388, 334);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 基础信息 ";
//
// textEdit1
//
this.textEdit1.Enabled = false;
this.textEdit1.Location = new System.Drawing.Point(117, 40);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(215, 20);
this.textEdit1.TabIndex = 4;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(51, 43);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(60, 14);
this.labelControl3.TabIndex = 3;
this.labelControl3.Text = "微信账号:";
this.labelControl3.Click += new System.EventHandler(this.labelControl3_Click);
//
// labelControl2
//
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl2.Appearance.Options.UseForeColor = true;
this.labelControl2.Location = new System.Drawing.Point(141, 78);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(146, 14);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "(注:多个群号用\",\"分隔)";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(17, 78);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(96, 14);
this.labelControl1.TabIndex = 2;
this.labelControl1.Text = "需要转发的群号:";
//
// memoEdit1
//
this.memoEdit1.Location = new System.Drawing.Point(19, 100);
this.memoEdit1.Name = "memoEdit1";
this.memoEdit1.Size = new System.Drawing.Size(346, 182);
this.memoEdit1.TabIndex = 1;
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(141, 291);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(91, 26);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = " 确 定 ";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(207, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(272, 22);
this.textBox1.TabIndex = 7;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(128, 16);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(72, 14);
this.labelControl4.TabIndex = 3;
this.labelControl4.Text = "监听群账号:";
this.labelControl4.Click += new System.EventHandler(this.labelControl3_Click);
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(116, 44);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(84, 14);
this.labelControl5.TabIndex = 3;
this.labelControl5.Text = "监听用户账号:";
this.labelControl5.Click += new System.EventHandler(this.labelControl3_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(207, 40);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(272, 22);
this.textBox2.TabIndex = 7;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(675, 435);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.panel1);
this.Controls.Add(this.gridControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainForm";
this.Text = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.MemoEdit memoEdit1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit textEdit1;
private System.Windows.Forms.TextBox textBox1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl5;
private System.Windows.Forms.TextBox textBox2;
}
}