
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
namespace HANMI_SALE
{
partial class SelectCustomerForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectCustomerForm));
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.radioGroup_CUST_NAME_GBN = new DevExpress.XtraEditors.RadioGroup();
this.checkBox_DEL_YN = new System.Windows.Forms.CheckBox();
this.radioGroup_ORDER_BY = new DevExpress.XtraEditors.RadioGroup();
this.radioGroup_CUST_KIND = new DevExpress.XtraEditors.RadioGroup();
this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_OK = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();
this.panelControl29 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_Search = new DevExpress.XtraEditors.TextEdit();
this.simpleButton_Text_Clear = new DevExpress.XtraEditors.SimpleButton();
this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
this.gridControl_Main = new DevExpress.XtraGrid.GridControl();
this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colCUST_NM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCUST_SMP_NM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINIT_WORD_NM = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_NAME_GBN.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_KIND.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl29)).BeginInit();
this.panelControl29.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_Search.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
this.SuspendLayout();
//
// panelControl4
//
this.panelControl4.Controls.Add(this.radioGroup_CUST_NAME_GBN);
this.panelControl4.Controls.Add(this.checkBox_DEL_YN);
this.panelControl4.Controls.Add(this.radioGroup_ORDER_BY);
this.panelControl4.Controls.Add(this.radioGroup_CUST_KIND);
this.panelControl4.Controls.Add(this.simpleButton_Cancel);
this.panelControl4.Controls.Add(this.simpleButton_OK);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl4.Location = new System.Drawing.Point(461, 0);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(145, 492);
this.panelControl4.TabIndex = 3;
//
// radioGroup_CUST_NAME_GBN
//
this.radioGroup_CUST_NAME_GBN.EditValue = "0";
this.radioGroup_CUST_NAME_GBN.Location = new System.Drawing.Point(10, 319);
this.radioGroup_CUST_NAME_GBN.Name = "radioGroup_CUST_NAME_GBN";
this.radioGroup_CUST_NAME_GBN.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "약식상호"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "계산서명"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "대표자명")});
this.radioGroup_CUST_NAME_GBN.Size = new System.Drawing.Size(124, 93);
this.radioGroup_CUST_NAME_GBN.TabIndex = 10;
//
// checkBox_DEL_YN
//
this.checkBox_DEL_YN.AutoSize = true;
this.checkBox_DEL_YN.Checked = true;
this.checkBox_DEL_YN.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox_DEL_YN.Location = new System.Drawing.Point(8, 294);
this.checkBox_DEL_YN.Name = "checkBox_DEL_YN";
this.checkBox_DEL_YN.Size = new System.Drawing.Size(84, 16);
this.checkBox_DEL_YN.TabIndex = 9;
this.checkBox_DEL_YN.Text = "거래중자료";
this.checkBox_DEL_YN.UseVisualStyleBackColor = true;
//
// radioGroup_ORDER_BY
//
this.radioGroup_ORDER_BY.EditValue = "0";
this.radioGroup_ORDER_BY.Location = new System.Drawing.Point(9, 224);
this.radioGroup_ORDER_BY.Name = "radioGroup_ORDER_BY";
this.radioGroup_ORDER_BY.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "상호순"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "코드순")});
this.radioGroup_ORDER_BY.Size = new System.Drawing.Size(124, 63);
this.radioGroup_ORDER_BY.TabIndex = 8;
//
// radioGroup_CUST_KIND
//
this.radioGroup_CUST_KIND.EditValue = "02";
this.radioGroup_CUST_KIND.Location = new System.Drawing.Point(9, 8);
this.radioGroup_CUST_KIND.Name = "radioGroup_CUST_KIND";
this.radioGroup_CUST_KIND.Properties.Appearance.Options.UseTextOptions = true;
this.radioGroup_CUST_KIND.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.radioGroup_CUST_KIND.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("01", "매입처"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("02", "매출처"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("03", "은행"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("04", "담당자"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("05", "일반매출"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("06", "일반매입"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("07", "기타"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("", "전체")});
this.radioGroup_CUST_KIND.Size = new System.Drawing.Size(125, 210);
this.radioGroup_CUST_KIND.TabIndex = 7;
//
// simpleButton_Cancel
//
this.simpleButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));
this.simpleButton_Cancel.Location = new System.Drawing.Point(9, 454);
this.simpleButton_Cancel.Name = "simpleButton_Cancel";
this.simpleButton_Cancel.Size = new System.Drawing.Size(131, 30);
this.simpleButton_Cancel.TabIndex = 6;
this.simpleButton_Cancel.Text = "취소";
//
// simpleButton_OK
//
this.simpleButton_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton_OK.DialogResult = System.Windows.Forms.DialogResult.Yes;
this.simpleButton_OK.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_OK.Image")));
this.simpleButton_OK.Location = new System.Drawing.Point(8, 418);
this.simpleButton_OK.Name = "simpleButton_OK";
this.simpleButton_OK.Size = new System.Drawing.Size(131, 30);
this.simpleButton_OK.TabIndex = 4;
this.simpleButton_OK.Text = "선택";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.simpleButton_Search);
this.panelControl1.Controls.Add(this.panelControl29);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(461, 40);
this.panelControl1.TabIndex = 4;
//
// 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_Search);
this.panelControl29.Controls.Add(this.simpleButton_Text_Clear);
this.panelControl29.Controls.Add(this.labelControl26);
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_Search
//
this.textEdit_Search.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_Search.EnterMoveNextControl = true;
this.textEdit_Search.Location = new System.Drawing.Point(92, 2);
this.textEdit_Search.Name = "textEdit_Search";
this.textEdit_Search.Properties.AutoHeight = false;
this.textEdit_Search.Properties.UseReadOnlyAppearance = false;
this.textEdit_Search.Size = new System.Drawing.Size(229, 23);
this.textEdit_Search.TabIndex = 0;
//
// 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;
//
// labelControl26
//
this.labelControl26.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.labelControl26.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl26.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl26.Location = new System.Drawing.Point(2, 2);
this.labelControl26.Name = "labelControl26";
this.labelControl26.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.labelControl26.Size = new System.Drawing.Size(90, 23);
this.labelControl26.TabIndex = 0;
this.labelControl26.Text = "검색어";
//
// gridControl_Main
//
this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_Main.Location = new System.Drawing.Point(0, 40);
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(461, 452);
this.gridControl_Main.TabIndex = 5;
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.colCUST_NM,
this.colCUST_SMP_NM,
this.colINIT_WORD_NM});
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.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView_Main.OptionsView.ColumnAutoWidth = false;
this.gridView_Main.OptionsView.ShowFooter = true;
this.gridView_Main.OptionsView.ShowGroupPanel = false;
this.gridView_Main.RowHeight = 23;
//
// colCUST_NM
//
this.colCUST_NM.Caption = "상 호";
this.colCUST_NM.FieldName = "CUST_NM";
this.colCUST_NM.Name = "colCUST_NM";
this.colCUST_NM.OptionsColumn.AllowEdit = false;
this.colCUST_NM.OptionsColumn.FixedWidth = true;
this.colCUST_NM.Visible = true;
this.colCUST_NM.VisibleIndex = 0;
this.colCUST_NM.Width = 212;
//
// colCUST_SMP_NM
//
this.colCUST_SMP_NM.AppearanceCell.Options.UseTextOptions = true;
this.colCUST_SMP_NM.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCUST_SMP_NM.Caption = "코 드";
this.colCUST_SMP_NM.FieldName = "CUST_CD";
this.colCUST_SMP_NM.Name = "colCUST_SMP_NM";
this.colCUST_SMP_NM.OptionsColumn.AllowEdit = false;
this.colCUST_SMP_NM.OptionsColumn.FixedWidth = true;
this.colCUST_SMP_NM.Visible = true;
this.colCUST_SMP_NM.VisibleIndex = 1;
this.colCUST_SMP_NM.Width = 83;
//
// colINIT_WORD_NM
//
this.colINIT_WORD_NM.AppearanceCell.Options.UseTextOptions = true;
this.colINIT_WORD_NM.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colINIT_WORD_NM.Caption = "대표자";
this.colINIT_WORD_NM.FieldName = "OWNER_NM";
this.colINIT_WORD_NM.Name = "colINIT_WORD_NM";
this.colINIT_WORD_NM.OptionsColumn.AllowEdit = false;
this.colINIT_WORD_NM.OptionsColumn.FixedWidth = true;
this.colINIT_WORD_NM.Visible = true;
this.colINIT_WORD_NM.VisibleIndex = 2;
this.colINIT_WORD_NM.Width = 120;
//
// 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";
//
// SelectCustomerForm
//
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.CancelButton = this.simpleButton_Cancel;
this.ClientSize = new System.Drawing.Size(606, 492);
this.Controls.Add(this.gridControl_Main);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.panelControl4);
this.Font = new System.Drawing.Font("굴림체", 9F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SelectCustomerForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "거래처 선택";
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_NAME_GBN.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_KIND.Properties)).EndInit();
((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_Search.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
private DevExpress.XtraEditors.SimpleButton simpleButton_OK;
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.XtraGrid.Columns.GridColumn colCUST_NM;
private DevExpress.XtraGrid.Columns.GridColumn colCUST_SMP_NM;
private DevExpress.XtraGrid.Columns.GridColumn colINIT_WORD_NM;
private DevExpress.XtraEditors.PanelControl panelControl29;
private DevExpress.XtraEditors.TextEdit textEdit_Search;
private DevExpress.XtraEditors.LabelControl labelControl26;
private DevExpress.XtraEditors.SimpleButton simpleButton_Search;
private DevExpress.XtraEditors.SimpleButton simpleButton_Text_Clear;
private DevExpress.XtraEditors.RadioGroup radioGroup_CUST_NAME_GBN;
private System.Windows.Forms.CheckBox checkBox_DEL_YN;
private DevExpress.XtraEditors.RadioGroup radioGroup_ORDER_BY;
private DevExpress.XtraEditors.RadioGroup radioGroup_CUST_KIND;
}
}
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357·namespace HANMI_SALE{partial class SelectCustomerForm{/// <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(){System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectCustomerForm));this.panelControl4 = new DevExpress.XtraEditors.PanelControl();this.radioGroup_CUST_NAME_GBN = new DevExpress.XtraEditors.RadioGroup();this.checkBox_DEL_YN = new System.Windows.Forms.CheckBox();this.radioGroup_ORDER_BY = new DevExpress.XtraEditors.RadioGroup();this.radioGroup_CUST_KIND = new DevExpress.XtraEditors.RadioGroup();this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();this.simpleButton_OK = new DevExpress.XtraEditors.SimpleButton();this.panelControl1 = new DevExpress.XtraEditors.PanelControl();this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();this.panelControl29 = new DevExpress.XtraEditors.PanelControl();this.textEdit_Search = new DevExpress.XtraEditors.TextEdit();this.simpleButton_Text_Clear = new DevExpress.XtraEditors.SimpleButton();this.labelControl26 = new DevExpress.XtraEditors.LabelControl();this.gridControl_Main = new DevExpress.XtraGrid.GridControl();this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView();this.colCUST_NM = new DevExpress.XtraGrid.Columns.GridColumn();this.colCUST_SMP_NM = new DevExpress.XtraGrid.Columns.GridColumn();this.colINIT_WORD_NM = new DevExpress.XtraGrid.Columns.GridColumn();this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();this.panelControl4.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_NAME_GBN.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_KIND.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();this.panelControl1.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.panelControl29)).BeginInit();this.panelControl29.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.textEdit_Search.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();this.SuspendLayout();//// panelControl4//this.panelControl4.Controls.Add(this.radioGroup_CUST_NAME_GBN);this.panelControl4.Controls.Add(this.checkBox_DEL_YN);this.panelControl4.Controls.Add(this.radioGroup_ORDER_BY);this.panelControl4.Controls.Add(this.radioGroup_CUST_KIND);this.panelControl4.Controls.Add(this.simpleButton_Cancel);this.panelControl4.Controls.Add(this.simpleButton_OK);this.panelControl4.Dock = System.Windows.Forms.DockStyle.Right;this.panelControl4.Location = new System.Drawing.Point(461, 0);this.panelControl4.Name = "panelControl4";this.panelControl4.Size = new System.Drawing.Size(145, 492);this.panelControl4.TabIndex = 3;//// radioGroup_CUST_NAME_GBN//this.radioGroup_CUST_NAME_GBN.EditValue = "0";this.radioGroup_CUST_NAME_GBN.Location = new System.Drawing.Point(10, 319);this.radioGroup_CUST_NAME_GBN.Name = "radioGroup_CUST_NAME_GBN";this.radioGroup_CUST_NAME_GBN.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "약식상호"),new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "계산서명"),new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "대표자명")});this.radioGroup_CUST_NAME_GBN.Size = new System.Drawing.Size(124, 93);this.radioGroup_CUST_NAME_GBN.TabIndex = 10;//// checkBox_DEL_YN//this.checkBox_DEL_YN.AutoSize = true;this.checkBox_DEL_YN.Checked = true;this.checkBox_DEL_YN.CheckState = System.Windows.Forms.CheckState.Checked;this.checkBox_DEL_YN.Location = new System.Drawing.Point(8, 294);this.checkBox_DEL_YN.Name = "checkBox_DEL_YN";this.checkBox_DEL_YN.Size = new System.Drawing.Size(84, 16);this.checkBox_DEL_YN.TabIndex = 9;this.checkBox_DEL_YN.Text = "거래중자료";this.checkBox_DEL_YN.UseVisualStyleBackColor = true;//// radioGroup_ORDER_BY//this.radioGroup_ORDER_BY.EditValue = "0";this.radioGroup_ORDER_BY.Location = new System.Drawing.Point(9, 224);this.radioGroup_ORDER_BY.Name = "radioGroup_ORDER_BY";this.radioGroup_ORDER_BY.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "상호순"),new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "코드순")});this.radioGroup_ORDER_BY.Size = new System.Drawing.Size(124, 63);this.radioGroup_ORDER_BY.TabIndex = 8;//// radioGroup_CUST_KIND//this.radioGroup_CUST_KIND.EditValue = "02";this.radioGroup_CUST_KIND.Location = new System.Drawing.Point(9, 8);this.radioGroup_CUST_KIND.Name = "radioGroup_CUST_KIND";this.radioGroup_CUST_KIND.Properties.Appearance.Options.UseTextOptions = true;this.radioGroup_CUST_KIND.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;this.radioGroup_CUST_KIND.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {new DevExpress.XtraEditors.Controls.RadioGroupItem("01", "매입처"),new DevExpress.XtraEditors.Controls.RadioGroupItem("02", "매출처"),new DevExpress.XtraEditors.Controls.RadioGroupItem("03", "은행"),new DevExpress.XtraEditors.Controls.RadioGroupItem("04", "담당자"),new DevExpress.XtraEditors.Controls.RadioGroupItem("05", "일반매출"),new DevExpress.XtraEditors.Controls.RadioGroupItem("06", "일반매입"),new DevExpress.XtraEditors.Controls.RadioGroupItem("07", "기타"),new DevExpress.XtraEditors.Controls.RadioGroupItem("", "전체")});this.radioGroup_CUST_KIND.Size = new System.Drawing.Size(125, 210);this.radioGroup_CUST_KIND.TabIndex = 7;//// simpleButton_Cancel//this.simpleButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));this.simpleButton_Cancel.Location = new System.Drawing.Point(9, 454);this.simpleButton_Cancel.Name = "simpleButton_Cancel";this.simpleButton_Cancel.Size = new System.Drawing.Size(131, 30);this.simpleButton_Cancel.TabIndex = 6;this.simpleButton_Cancel.Text = "취소";//// simpleButton_OK//this.simpleButton_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));this.simpleButton_OK.DialogResult = System.Windows.Forms.DialogResult.Yes;this.simpleButton_OK.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_OK.Image")));this.simpleButton_OK.Location = new System.Drawing.Point(8, 418);this.simpleButton_OK.Name = "simpleButton_OK";this.simpleButton_OK.Size = new System.Drawing.Size(131, 30);this.simpleButton_OK.TabIndex = 4;this.simpleButton_OK.Text = "선택";//// panelControl1//this.panelControl1.Controls.Add(this.simpleButton_Search);this.panelControl1.Controls.Add(this.panelControl29);this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;this.panelControl1.Location = new System.Drawing.Point(0, 0);this.panelControl1.Name = "panelControl1";this.panelControl1.Size = new System.Drawing.Size(461, 40);this.panelControl1.TabIndex = 4;//// 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_Search);this.panelControl29.Controls.Add(this.simpleButton_Text_Clear);this.panelControl29.Controls.Add(this.labelControl26);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_Search//this.textEdit_Search.Dock = System.Windows.Forms.DockStyle.Fill;this.textEdit_Search.EnterMoveNextControl = true;this.textEdit_Search.Location = new System.Drawing.Point(92, 2);this.textEdit_Search.Name = "textEdit_Search";this.textEdit_Search.Properties.AutoHeight = false;this.textEdit_Search.Properties.UseReadOnlyAppearance = false;this.textEdit_Search.Size = new System.Drawing.Size(229, 23);this.textEdit_Search.TabIndex = 0;//// 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;//// labelControl26//this.labelControl26.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;this.labelControl26.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;this.labelControl26.Dock = System.Windows.Forms.DockStyle.Left;this.labelControl26.Location = new System.Drawing.Point(2, 2);this.labelControl26.Name = "labelControl26";this.labelControl26.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);this.labelControl26.Size = new System.Drawing.Size(90, 23);this.labelControl26.TabIndex = 0;this.labelControl26.Text = "검색어";//// gridControl_Main//this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;this.gridControl_Main.Location = new System.Drawing.Point(0, 40);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(461, 452);this.gridControl_Main.TabIndex = 5;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.colCUST_NM,this.colCUST_SMP_NM,this.colINIT_WORD_NM});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.OptionsSelection.EnableAppearanceFocusedCell = false;this.gridView_Main.OptionsView.ColumnAutoWidth = false;this.gridView_Main.OptionsView.ShowFooter = true;this.gridView_Main.OptionsView.ShowGroupPanel = false;this.gridView_Main.RowHeight = 23;//// colCUST_NM//this.colCUST_NM.Caption = "상 호";this.colCUST_NM.FieldName = "CUST_NM";this.colCUST_NM.Name = "colCUST_NM";this.colCUST_NM.OptionsColumn.AllowEdit = false;this.colCUST_NM.OptionsColumn.FixedWidth = true;this.colCUST_NM.Visible = true;this.colCUST_NM.VisibleIndex = 0;this.colCUST_NM.Width = 212;//// colCUST_SMP_NM//this.colCUST_SMP_NM.AppearanceCell.Options.UseTextOptions = true;this.colCUST_SMP_NM.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;this.colCUST_SMP_NM.Caption = "코 드";this.colCUST_SMP_NM.FieldName = "CUST_CD";this.colCUST_SMP_NM.Name = "colCUST_SMP_NM";this.colCUST_SMP_NM.OptionsColumn.AllowEdit = false;this.colCUST_SMP_NM.OptionsColumn.FixedWidth = true;this.colCUST_SMP_NM.Visible = true;this.colCUST_SMP_NM.VisibleIndex = 1;this.colCUST_SMP_NM.Width = 83;//// colINIT_WORD_NM//this.colINIT_WORD_NM.AppearanceCell.Options.UseTextOptions = true;this.colINIT_WORD_NM.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;this.colINIT_WORD_NM.Caption = "대표자";this.colINIT_WORD_NM.FieldName = "OWNER_NM";this.colINIT_WORD_NM.Name = "colINIT_WORD_NM";this.colINIT_WORD_NM.OptionsColumn.AllowEdit = false;this.colINIT_WORD_NM.OptionsColumn.FixedWidth = true;this.colINIT_WORD_NM.Visible = true;this.colINIT_WORD_NM.VisibleIndex = 2;this.colINIT_WORD_NM.Width = 120;//// 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";//// SelectCustomerForm//this.Appearance.Options.UseFont = true;this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;this.CancelButton = this.simpleButton_Cancel;this.ClientSize = new System.Drawing.Size(606, 492);this.Controls.Add(this.gridControl_Main);this.Controls.Add(this.panelControl1);this.Controls.Add(this.panelControl4);this.Font = new System.Drawing.Font("굴림체", 9F);this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;this.Name = "SelectCustomerForm";this.ShowIcon = false;this.ShowInTaskbar = false;this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;this.Text = "거래처 선택";((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();this.panelControl4.ResumeLayout(false);this.panelControl4.PerformLayout();((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_NAME_GBN.Properties)).EndInit();((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).EndInit();((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_KIND.Properties)).EndInit();((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_Search.Properties)).EndInit();((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit();((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();this.ResumeLayout(false);}#endregionprivate DevExpress.XtraEditors.PanelControl panelControl4;private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;private DevExpress.XtraEditors.SimpleButton simpleButton_OK;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.XtraGrid.Columns.GridColumn colCUST_NM;private DevExpress.XtraGrid.Columns.GridColumn colCUST_SMP_NM;private DevExpress.XtraGrid.Columns.GridColumn colINIT_WORD_NM;private DevExpress.XtraEditors.PanelControl panelControl29;private DevExpress.XtraEditors.TextEdit textEdit_Search;private DevExpress.XtraEditors.LabelControl labelControl26;private DevExpress.XtraEditors.SimpleButton simpleButton_Search;private DevExpress.XtraEditors.SimpleButton simpleButton_Text_Clear;private DevExpress.XtraEditors.RadioGroup radioGroup_CUST_NAME_GBN;private System.Windows.Forms.CheckBox checkBox_DEL_YN;private DevExpress.XtraEditors.RadioGroup radioGroup_ORDER_BY;private DevExpress.XtraEditors.RadioGroup radioGroup_CUST_KIND;}}