namespace Gs.DevApp.UserControl
{
partial class UcDictionary
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// memoEdit1
//
this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
this.memoEdit1.Location = new System.Drawing.Point(67, 0);
this.memoEdit1.Name = "memoEdit1";
this.memoEdit1.Size = new System.Drawing.Size(399, 115);
this.memoEdit1.TabIndex = 0;
//
// simpleButton1
//
this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Left;
this.simpleButton1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x161;
this.simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.simpleButton1.Location = new System.Drawing.Point(0, 0);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(67, 115);
this.simpleButton1.TabIndex = 1;
this.simpleButton1.Text = "不良对策";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// textSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.memoEdit1);
this.Controls.Add(this.simpleButton1);
this.Name = "textSelect";
this.Size = new System.Drawing.Size(466, 115);
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.MemoEdit memoEdit1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}