------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
171 lines
8.7 KiB
C#
171 lines
8.7 KiB
C#
namespace 开发辅助工具.Tools.API
|
|
{
|
|
partial class FrmAddPostParam
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddPostParam));
|
|
this.LvPostData = new BrightIdeasSoftware.ObjectListView();
|
|
this.OlvParamName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvTitle = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvParamValue = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvDesc = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.删除该参数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.BtnCancel = new ryControls.ButtonEx();
|
|
this.BtnOK = new ryControls.ButtonEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvPostData)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// LvPostData
|
|
//
|
|
this.LvPostData.AllColumns.Add(this.OlvParamName);
|
|
this.LvPostData.AllColumns.Add(this.OlvTitle);
|
|
this.LvPostData.AllColumns.Add(this.OlvParamValue);
|
|
this.LvPostData.AllColumns.Add(this.OlvDesc);
|
|
this.LvPostData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.LvPostData.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
|
|
this.LvPostData.CellEditUseWholeCell = false;
|
|
this.LvPostData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.OlvParamName,
|
|
this.OlvTitle,
|
|
this.OlvParamValue,
|
|
this.OlvDesc});
|
|
this.LvPostData.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.LvPostData.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.LvPostData.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.LvPostData.FullRowSelect = true;
|
|
this.LvPostData.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
this.LvPostData.HideSelection = false;
|
|
this.LvPostData.Location = new System.Drawing.Point(12, 12);
|
|
this.LvPostData.MultiSelect = false;
|
|
this.LvPostData.Name = "LvPostData";
|
|
this.LvPostData.RowHeight = 25;
|
|
this.LvPostData.Size = new System.Drawing.Size(653, 443);
|
|
this.LvPostData.TabIndex = 6;
|
|
this.LvPostData.UseCellFormatEvents = true;
|
|
this.LvPostData.UseCompatibleStateImageBehavior = false;
|
|
this.LvPostData.View = System.Windows.Forms.View.Details;
|
|
this.LvPostData.CellEditFinishing += new BrightIdeasSoftware.CellEditEventHandler(this.LvPostData_CellEditFinishing);
|
|
this.LvPostData.CellClick += new System.EventHandler<BrightIdeasSoftware.CellClickEventArgs>(this.LvPostData_CellClick);
|
|
this.LvPostData.DoubleClick += new System.EventHandler(this.LvPostData_DoubleClick);
|
|
//
|
|
// OlvParamName
|
|
//
|
|
this.OlvParamName.Text = "参数名";
|
|
this.OlvParamName.Width = 120;
|
|
//
|
|
// OlvTitle
|
|
//
|
|
this.OlvTitle.IsEditable = true;
|
|
this.OlvTitle.Text = "标题";
|
|
this.OlvTitle.Width = 100;
|
|
//
|
|
// OlvParamValue
|
|
//
|
|
this.OlvParamValue.IsEditable = true;
|
|
this.OlvParamValue.Text = "参数默认值";
|
|
this.OlvParamValue.Width = 110;
|
|
//
|
|
// OlvDesc
|
|
//
|
|
this.OlvDesc.IsEditable = true;
|
|
this.OlvDesc.Text = "备注";
|
|
this.OlvDesc.Width = 200;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.删除该参数ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 48);
|
|
//
|
|
// 删除该参数ToolStripMenuItem
|
|
//
|
|
this.删除该参数ToolStripMenuItem.Name = "删除该参数ToolStripMenuItem";
|
|
this.删除该参数ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.删除该参数ToolStripMenuItem.Text = "删除该参数";
|
|
this.删除该参数ToolStripMenuItem.Click += new System.EventHandler(this.删除该参数ToolStripMenuItem_Click);
|
|
//
|
|
// BtnCancel
|
|
//
|
|
this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnCancel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnCancel.Location = new System.Drawing.Point(589, 461);
|
|
this.BtnCancel.Name = "BtnCancel";
|
|
this.BtnCancel.Size = new System.Drawing.Size(75, 30);
|
|
this.BtnCancel.TabIndex = 9;
|
|
this.BtnCancel.Text = "取消";
|
|
this.BtnCancel.UseVisualStyleBackColor = true;
|
|
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
|
|
//
|
|
// BtnOK
|
|
//
|
|
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnOK.Location = new System.Drawing.Point(508, 461);
|
|
this.BtnOK.Name = "BtnOK";
|
|
this.BtnOK.Size = new System.Drawing.Size(75, 30);
|
|
this.BtnOK.TabIndex = 8;
|
|
this.BtnOK.Text = "确定";
|
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// FrmAddPostParam
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(677, 501);
|
|
this.Controls.Add(this.BtnCancel);
|
|
this.Controls.Add(this.BtnOK);
|
|
this.Controls.Add(this.LvPostData);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmAddPostParam";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "添加参数";
|
|
((System.ComponentModel.ISupportInitialize)(this.LvPostData)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private BrightIdeasSoftware.OLVColumn OlvParamName;
|
|
private BrightIdeasSoftware.OLVColumn OlvTitle;
|
|
private BrightIdeasSoftware.OLVColumn OlvDesc;
|
|
private ryControls.ButtonEx BtnCancel;
|
|
private ryControls.ButtonEx BtnOK;
|
|
public BrightIdeasSoftware.ObjectListView LvPostData;
|
|
private BrightIdeasSoftware.OLVColumn OlvParamValue;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除该参数ToolStripMenuItem;
|
|
}
|
|
} |