74 lines
3.7 KiB
C#
74 lines
3.7 KiB
C#
namespace WMS.Ctrl
|
||
{
|
||
partial class CtrlDictonary
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlDictonary));
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
this.t_dictonary = new DevExpress.XtraEditors.ButtonEdit();
|
||
((System.ComponentModel.ISupportInitialize)(this.t_dictonary.Properties)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// t_dictonary
|
||
//
|
||
this.t_dictonary.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.t_dictonary.Location = new System.Drawing.Point(0, 0);
|
||
this.t_dictonary.Name = "t_dictonary";
|
||
this.t_dictonary.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.t_dictonary.Properties.Appearance.Options.UseFont = true;
|
||
this.t_dictonary.Properties.AutoHeight = false;
|
||
this.t_dictonary.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 25, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("t_dictonary.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
|
||
this.t_dictonary.Size = new System.Drawing.Size(298, 24);
|
||
this.t_dictonary.TabIndex = 2;
|
||
this.t_dictonary.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.t_dictonary_ButtonClick);
|
||
this.t_dictonary.EditValueChanged += new System.EventHandler(this.t_dictonary_EditValueChanged);
|
||
this.t_dictonary.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CtrlDictonary_KeyDown);
|
||
this.t_dictonary.Leave += new System.EventHandler(this.t_dictonary_Leave);
|
||
//
|
||
// CtrlDictonary
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.Controls.Add(this.t_dictonary);
|
||
this.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.Name = "CtrlDictonary";
|
||
this.Size = new System.Drawing.Size(298, 24);
|
||
((System.ComponentModel.ISupportInitialize)(this.t_dictonary.Properties)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
public DevExpress.XtraEditors.ButtonEdit t_dictonary;
|
||
|
||
}
|
||
}
|