211 lines
9.9 KiB
C#
211 lines
9.9 KiB
C#
|
namespace Weixin.CircleTools
|
|||
|
{
|
|||
|
partial class SetSendModelForm
|
|||
|
{
|
|||
|
/// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|||
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|||
|
this.button3 = new System.Windows.Forms.Button();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.gridControl3 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|||
|
this.panelControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|||
|
this.groupControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// panelControl1
|
|||
|
//
|
|||
|
this.panelControl1.Controls.Add(this.groupControl1);
|
|||
|
this.panelControl1.Controls.Add(this.gridControl3);
|
|||
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.panelControl1.Name = "panelControl1";
|
|||
|
this.panelControl1.Size = new System.Drawing.Size(649, 387);
|
|||
|
this.panelControl1.TabIndex = 0;
|
|||
|
//
|
|||
|
// groupControl1
|
|||
|
//
|
|||
|
this.groupControl1.Controls.Add(this.button3);
|
|||
|
this.groupControl1.Controls.Add(this.button2);
|
|||
|
this.groupControl1.Controls.Add(this.button1);
|
|||
|
this.groupControl1.Controls.Add(this.memoEdit1);
|
|||
|
this.groupControl1.Controls.Add(this.label2);
|
|||
|
this.groupControl1.Controls.Add(this.label1);
|
|||
|
this.groupControl1.Controls.Add(this.textBox1);
|
|||
|
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Right;
|
|||
|
this.groupControl1.Location = new System.Drawing.Point(269, 2);
|
|||
|
this.groupControl1.Name = "groupControl1";
|
|||
|
this.groupControl1.Size = new System.Drawing.Size(378, 383);
|
|||
|
this.groupControl1.TabIndex = 18;
|
|||
|
this.groupControl1.Text = "编辑区";
|
|||
|
//
|
|||
|
// button3
|
|||
|
//
|
|||
|
this.button3.Location = new System.Drawing.Point(252, 340);
|
|||
|
this.button3.Name = "button3";
|
|||
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button3.TabIndex = 5;
|
|||
|
this.button3.Text = "删除";
|
|||
|
this.button3.UseVisualStyleBackColor = true;
|
|||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Location = new System.Drawing.Point(150, 340);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button2.TabIndex = 5;
|
|||
|
this.button2.Text = "添加";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(39, 340);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 4;
|
|||
|
this.button1.Text = "更新";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// memoEdit1
|
|||
|
//
|
|||
|
this.memoEdit1.Location = new System.Drawing.Point(29, 117);
|
|||
|
this.memoEdit1.Name = "memoEdit1";
|
|||
|
this.memoEdit1.Size = new System.Drawing.Size(317, 207);
|
|||
|
this.memoEdit1.TabIndex = 3;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(26, 100);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(67, 14);
|
|||
|
this.label2.TabIndex = 2;
|
|||
|
this.label2.Text = "文案内容:";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(26, 45);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(43, 14);
|
|||
|
this.label1.TabIndex = 1;
|
|||
|
this.label1.Text = "名称:";
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Location = new System.Drawing.Point(29, 62);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(317, 22);
|
|||
|
this.textBox1.TabIndex = 0;
|
|||
|
//
|
|||
|
// gridControl3
|
|||
|
//
|
|||
|
this.gridControl3.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.gridControl3.Location = new System.Drawing.Point(2, 2);
|
|||
|
this.gridControl3.MainView = this.gridView3;
|
|||
|
this.gridControl3.Name = "gridControl3";
|
|||
|
this.gridControl3.Size = new System.Drawing.Size(261, 383);
|
|||
|
this.gridControl3.TabIndex = 17;
|
|||
|
this.gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridView3});
|
|||
|
//
|
|||
|
// gridView3
|
|||
|
//
|
|||
|
this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
this.gridColumn12});
|
|||
|
this.gridView3.GridControl = this.gridControl3;
|
|||
|
this.gridView3.Name = "gridView3";
|
|||
|
this.gridView3.OptionsView.ShowGroupPanel = false;
|
|||
|
this.gridView3.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView3_RowCellClick);
|
|||
|
//
|
|||
|
// gridColumn12
|
|||
|
//
|
|||
|
this.gridColumn12.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn12.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
this.gridColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn12.Caption = "名称";
|
|||
|
this.gridColumn12.FieldName = "ModelName";
|
|||
|
this.gridColumn12.Name = "gridColumn12";
|
|||
|
this.gridColumn12.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn12.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn12.Visible = true;
|
|||
|
this.gridColumn12.VisibleIndex = 0;
|
|||
|
this.gridColumn12.Width = 335;
|
|||
|
//
|
|||
|
// SetSendModelForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(649, 387);
|
|||
|
this.Controls.Add(this.panelControl1);
|
|||
|
this.Name = "SetSendModelForm";
|
|||
|
this.Text = "编辑模板";
|
|||
|
this.Load += new System.EventHandler(this.SetSendModelForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|||
|
this.panelControl1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|||
|
this.groupControl1.ResumeLayout(false);
|
|||
|
this.groupControl1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl3;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
|||
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
|||
|
private System.Windows.Forms.Button button3;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
}
|
|||
|
}
|