namespace HANMI_SALE
{
partial class SelectNormForm
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectNormForm));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();
this.panelControl29 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_NORM = new DevExpress.XtraEditors.TextEdit();
this.textEdit_NO_CD = new DevExpress.XtraEditors.TextEdit();
this.simpleButton_Text_Clear = new DevExpress.XtraEditors.SimpleButton();
this.gridControl_Main = new DevExpress.XtraGrid.GridControl();
this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_SELECT = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_DELETE = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_SAVE = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_CUST_CD = new DevExpress.XtraEditors.TextEdit();
this.simpleButton_RELOAD = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_Cust_Search = new DevExpress.XtraEditors.SimpleButton();
this.textEdit_CUST_NM = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl29)).BeginInit();
this.panelControl29.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_NORM.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_NO_CD.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_CD.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_NM.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.simpleButton_Search);
this.panelControl1.Controls.Add(this.panelControl29);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 410);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(445, 40);
this.panelControl1.TabIndex = 0;
//
// simpleButton_Search
//
this.simpleButton_Search.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Search.Image")));
this.simpleButton_Search.Location = new System.Drawing.Point(364, 8);
this.simpleButton_Search.Name = "simpleButton_Search";
this.simpleButton_Search.Size = new System.Drawing.Size(75, 26);
this.simpleButton_Search.TabIndex = 5;
this.simpleButton_Search.Text = "조회";
//
// panelControl29
//
this.panelControl29.Controls.Add(this.textEdit_NORM);
this.panelControl29.Controls.Add(this.textEdit_NO_CD);
this.panelControl29.Controls.Add(this.simpleButton_Text_Clear);
this.panelControl29.Location = new System.Drawing.Point(5, 7);
this.panelControl29.Name = "panelControl29";
this.panelControl29.Size = new System.Drawing.Size(353, 27);
this.panelControl29.TabIndex = 3;
//
// textEdit_NORM
//
this.textEdit_NORM.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_NORM.EnterMoveNextControl = true;
this.textEdit_NORM.Location = new System.Drawing.Point(50, 2);
this.textEdit_NORM.Name = "textEdit_NORM";
this.textEdit_NORM.Properties.AutoHeight = false;
this.textEdit_NORM.Properties.UseReadOnlyAppearance = false;
this.textEdit_NORM.Size = new System.Drawing.Size(271, 23);
this.textEdit_NORM.TabIndex = 1;
//
// textEdit_NO_CD
//
this.textEdit_NO_CD.Dock = System.Windows.Forms.DockStyle.Left;
this.textEdit_NO_CD.EnterMoveNextControl = true;
this.textEdit_NO_CD.Location = new System.Drawing.Point(2, 2);
this.textEdit_NO_CD.Name = "textEdit_NO_CD";
this.textEdit_NO_CD.Properties.AutoHeight = false;
this.textEdit_NO_CD.Properties.UseReadOnlyAppearance = false;
this.textEdit_NO_CD.Size = new System.Drawing.Size(48, 23);
this.textEdit_NO_CD.TabIndex = 7;
//
// simpleButton_Text_Clear
//
this.simpleButton_Text_Clear.Dock = System.Windows.Forms.DockStyle.Right;
this.simpleButton_Text_Clear.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Text_Clear.Image")));
this.simpleButton_Text_Clear.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
this.simpleButton_Text_Clear.Location = new System.Drawing.Point(321, 2);
this.simpleButton_Text_Clear.Name = "simpleButton_Text_Clear";
this.simpleButton_Text_Clear.Size = new System.Drawing.Size(30, 23);
this.simpleButton_Text_Clear.TabIndex = 6;
//
// gridControl_Main
//
this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_Main.Location = new System.Drawing.Point(0, 42);
this.gridControl_Main.MainView = this.gridView_Main;
this.gridControl_Main.Name = "gridControl_Main";
this.gridControl_Main.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1});
this.gridControl_Main.Size = new System.Drawing.Size(445, 368);
this.gridControl_Main.TabIndex = 1;
this.gridControl_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView_Main});
//
// gridView_Main
//
this.gridView_Main.Appearance.FooterPanel.Options.UseFont = true;
this.gridView_Main.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView_Main.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView_Main.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView_Main.Appearance.Row.Options.UseFont = true;
this.gridView_Main.ColumnPanelRowHeight = 23;
this.gridView_Main.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2});
this.gridView_Main.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
this.gridView_Main.FooterPanelHeight = 23;
this.gridView_Main.GridControl = this.gridControl_Main;
this.gridView_Main.Name = "gridView_Main";
this.gridView_Main.OptionsBehavior.Editable = false;
this.gridView_Main.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView_Main.OptionsView.ShowGroupPanel = false;
this.gridView_Main.RowHeight = 23;
//
// gridColumn1
//
this.gridColumn1.Caption = "코드";
this.gridColumn1.FieldName = "NO_CD";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
this.gridColumn1.Width = 51;
//
// gridColumn2
//
this.gridColumn2.Caption = "규 격";
this.gridColumn2.FieldName = "NORM";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
this.gridColumn2.Width = 376;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.repositoryItemCheckEdit1.ValueChecked = "Y";
this.repositoryItemCheckEdit1.ValueUnchecked = "N";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.simpleButton_Cancel);
this.panelControl2.Controls.Add(this.simpleButton_SELECT);
this.panelControl2.Controls.Add(this.simpleButton_DELETE);
this.panelControl2.Controls.Add(this.simpleButton_SAVE);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(0, 450);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(445, 42);
this.panelControl2.TabIndex = 2;
//
// simpleButton_Cancel
//
this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton_Cancel.Dock = System.Windows.Forms.DockStyle.Left;
this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));
this.simpleButton_Cancel.Location = new System.Drawing.Point(332, 2);
this.simpleButton_Cancel.Name = "simpleButton_Cancel";
this.simpleButton_Cancel.Size = new System.Drawing.Size(110, 38);
this.simpleButton_Cancel.TabIndex = 8;
this.simpleButton_Cancel.Text = "취소";
//
// simpleButton_SELECT
//
this.simpleButton_SELECT.Dock = System.Windows.Forms.DockStyle.Left;
this.simpleButton_SELECT.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_SELECT.Image")));
this.simpleButton_SELECT.Location = new System.Drawing.Point(222, 2);
this.simpleButton_SELECT.Name = "simpleButton_SELECT";
this.simpleButton_SELECT.Size = new System.Drawing.Size(110, 38);
this.simpleButton_SELECT.TabIndex = 7;
this.simpleButton_SELECT.Text = "선택";
//
// simpleButton_DELETE
//
this.simpleButton_DELETE.Dock = System.Windows.Forms.DockStyle.Left;
this.simpleButton_DELETE.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_DELETE.Image")));
this.simpleButton_DELETE.Location = new System.Drawing.Point(112, 2);
this.simpleButton_DELETE.Name = "simpleButton_DELETE";
this.simpleButton_DELETE.Size = new System.Drawing.Size(110, 38);
this.simpleButton_DELETE.TabIndex = 7;
this.simpleButton_DELETE.Text = "삭제";
//
// simpleButton_SAVE
//
this.simpleButton_SAVE.Dock = System.Windows.Forms.DockStyle.Left;
this.simpleButton_SAVE.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_SAVE.Image")));
this.simpleButton_SAVE.Location = new System.Drawing.Point(2, 2);
this.simpleButton_SAVE.Name = "simpleButton_SAVE";
this.simpleButton_SAVE.Size = new System.Drawing.Size(110, 38);
this.simpleButton_SAVE.TabIndex = 7;
this.simpleButton_SAVE.Text = "저장";
//
// panelControl3
//
this.panelControl3.Controls.Add(this.panelControl4);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(445, 42);
this.panelControl3.TabIndex = 9;
this.panelControl3.Visible = false;
//
// panelControl4
//
this.panelControl4.Controls.Add(this.textEdit_CUST_CD);
this.panelControl4.Controls.Add(this.simpleButton_RELOAD);
this.panelControl4.Controls.Add(this.simpleButton_Cust_Search);
this.panelControl4.Controls.Add(this.textEdit_CUST_NM);
this.panelControl4.Location = new System.Drawing.Point(10, 7);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(430, 27);
this.panelControl4.TabIndex = 3;
//
// textEdit_CUST_CD
//
this.textEdit_CUST_CD.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_CUST_CD.EnterMoveNextControl = true;
this.textEdit_CUST_CD.Location = new System.Drawing.Point(274, 2);
this.textEdit_CUST_CD.Name = "textEdit_CUST_CD";
this.textEdit_CUST_CD.Properties.AllowFocused = false;
this.textEdit_CUST_CD.Properties.AutoHeight = false;
this.textEdit_CUST_CD.Properties.ReadOnly = true;
this.textEdit_CUST_CD.Size = new System.Drawing.Size(79, 23);
this.textEdit_CUST_CD.TabIndex = 10;
//
// simpleButton_RELOAD
//
this.simpleButton_RELOAD.Dock = System.Windows.Forms.DockStyle.Right;
this.simpleButton_RELOAD.Location = new System.Drawing.Point(353, 2);
this.simpleButton_RELOAD.Name = "simpleButton_RELOAD";
this.simpleButton_RELOAD.Size = new System.Drawing.Size(75, 23);
this.simpleButton_RELOAD.TabIndex = 12;
this.simpleButton_RELOAD.Text = "다시읽기";
//
// simpleButton_Cust_Search
//
this.simpleButton_Cust_Search.AllowFocus = false;
this.simpleButton_Cust_Search.Dock = System.Windows.Forms.DockStyle.Left;
this.simpleButton_Cust_Search.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cust_Search.Image")));
this.simpleButton_Cust_Search.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
this.simpleButton_Cust_Search.Location = new System.Drawing.Point(244, 2);
this.simpleButton_Cust_Search.Name = "simpleButton_Cust_Search";
this.simpleButton_Cust_Search.Size = new System.Drawing.Size(30, 23);
this.simpleButton_Cust_Search.TabIndex = 9;
this.simpleButton_Cust_Search.TabStop = false;
//
// textEdit_CUST_NM
//
this.textEdit_CUST_NM.Dock = System.Windows.Forms.DockStyle.Left;
this.textEdit_CUST_NM.EnterMoveNextControl = true;
this.textEdit_CUST_NM.Location = new System.Drawing.Point(2, 2);
this.textEdit_CUST_NM.Name = "textEdit_CUST_NM";
this.textEdit_CUST_NM.Properties.AllowFocused = false;
this.textEdit_CUST_NM.Properties.AutoHeight = false;
this.textEdit_CUST_NM.Properties.ReadOnly = true;
this.textEdit_CUST_NM.Size = new System.Drawing.Size(242, 23);
this.textEdit_CUST_NM.TabIndex = 3;
//
// SelectNormForm
//
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(445, 492);
this.Controls.Add(this.gridControl_Main);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl2);
this.Font = new System.Drawing.Font("굴림체", 9F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SelectNormForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "상품 규격 조회";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl29)).EndInit();
this.panelControl29.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEdit_NORM.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_NO_CD.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_CD.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_NM.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraGrid.GridControl gridControl_Main;
private DevExpress.XtraGrid.Views.Grid.GridView gridView_Main;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraEditors.PanelControl panelControl29;
private DevExpress.XtraEditors.TextEdit textEdit_NORM;
private DevExpress.XtraEditors.SimpleButton simpleButton_Search;
private DevExpress.XtraEditors.SimpleButton simpleButton_Text_Clear;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
private DevExpress.XtraEditors.SimpleButton simpleButton_SELECT;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraEditors.PanelControl panelControl4;
public DevExpress.XtraEditors.TextEdit textEdit_CUST_CD;
private DevExpress.XtraEditors.SimpleButton simpleButton_Cust_Search;
public DevExpress.XtraEditors.TextEdit textEdit_CUST_NM;
private DevExpress.XtraEditors.SimpleButton simpleButton_RELOAD;
private DevExpress.XtraEditors.SimpleButton simpleButton_DELETE;
private DevExpress.XtraEditors.SimpleButton simpleButton_SAVE;
private DevExpress.XtraEditors.TextEdit textEdit_NO_CD;
}
}