File name
Commit message
Commit date
File name
Commit message
Commit date
namespace HANMI_MACH
{
partial class CompManager
{
/// <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.gridControl_Main = new DevExpress.XtraGrid.GridControl();
this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEdit_NATN_CD = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit_POST_NO = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit_NATN_CD)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit_POST_NO)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
this.SuspendLayout();
//
// gridControl_Main
//
this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_Main.Location = new System.Drawing.Point(0, 0);
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.repositoryItemLookUpEdit_NATN_CD,
this.repositoryItemButtonEdit_POST_NO,
this.repositoryItemMemoEdit1});
this.gridControl_Main.Size = new System.Drawing.Size(1079, 543);
this.gridControl_Main.TabIndex = 2;
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.gridColumn4,
this.gridColumn1,
this.gridColumn3,
this.gridColumn2,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10,
this.gridColumn11,
this.gridColumn12,
this.gridColumn13,
this.gridColumn14,
this.gridColumn15});
this.gridView_Main.FooterPanelHeight = 23;
this.gridView_Main.GridControl = this.gridControl_Main;
this.gridView_Main.Name = "gridView_Main";
this.gridView_Main.OptionsBehavior.EditingMode = DevExpress.XtraGrid.Views.Grid.GridEditingMode.EditFormInplace;
this.gridView_Main.OptionsEditForm.EditFormColumnCount = 2;
this.gridView_Main.OptionsNavigation.EnterMoveNextColumn = true;
this.gridView_Main.OptionsView.ColumnAutoWidth = false;
this.gridView_Main.OptionsView.ShowFooter = true;
this.gridView_Main.OptionsView.ShowGroupPanel = false;
this.gridView_Main.RowHeight = 23;
//
// gridColumn4
//
this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn4.Caption = "회사코드";
this.gridColumn4.FieldName = "COMP_CD";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.FixedWidth = true;
this.gridColumn4.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "COMP_CD", "{0:#,##0}")});
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 0;
//
// gridColumn1
//
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn1.Caption = "국가코드";
this.gridColumn1.ColumnEdit = this.repositoryItemLookUpEdit_NATN_CD;
this.gridColumn1.FieldName = "NATN_CD";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsColumn.FixedWidth = true;
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 2;
//
// repositoryItemLookUpEdit_NATN_CD
//
this.repositoryItemLookUpEdit_NATN_CD.AutoHeight = false;
this.repositoryItemLookUpEdit_NATN_CD.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit_NATN_CD.Name = "repositoryItemLookUpEdit_NATN_CD";
//
// gridColumn3
//
this.gridColumn3.Caption = "사용안함";
this.gridColumn3.ColumnEdit = this.repositoryItemCheckEdit1;
this.gridColumn3.FieldName = "DEL_YN";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.OptionsColumn.FixedWidth = true;
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 14;
//
// 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";
//
// gridColumn2
//
this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn2.Caption = "회사명";
this.gridColumn2.FieldName = "COMP_NM";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
this.gridColumn2.Width = 100;
//
// gridColumn5
//
this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn5.Caption = "전화번호";
this.gridColumn5.FieldName = "TEL_NO";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.OptionsColumn.FixedWidth = true;
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
this.gridColumn5.Width = 100;
//
// gridColumn6
//
this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn6.Caption = "우편번호";
this.gridColumn6.ColumnEdit = this.repositoryItemButtonEdit_POST_NO;
this.gridColumn6.FieldName = "POST_NO";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.OptionsColumn.FixedWidth = true;
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 5;
//
// repositoryItemButtonEdit_POST_NO
//
this.repositoryItemButtonEdit_POST_NO.AutoHeight = false;
this.repositoryItemButtonEdit_POST_NO.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.repositoryItemButtonEdit_POST_NO.Name = "repositoryItemButtonEdit_POST_NO";
//
// gridColumn7
//
this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.gridColumn7.Caption = "주소1";
this.gridColumn7.FieldName = "ADDR1";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.OptionsColumn.FixedWidth = true;
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 6;
this.gridColumn7.Width = 250;
//
// gridColumn8
//
this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.gridColumn8.Caption = "주소2";
this.gridColumn8.FieldName = "ADDR2";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.OptionsColumn.FixedWidth = true;
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 7;
this.gridColumn8.Width = 157;
//
// gridColumn9
//
this.gridColumn9.Caption = "팩스번호";
this.gridColumn9.FieldName = "FAX_NO";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 4;
//
// gridColumn10
//
this.gridColumn10.Caption = "E-Mail";
this.gridColumn10.FieldName = "MAIL_ADDR";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 8;
this.gridColumn10.Width = 82;
//
// gridColumn11
//
this.gridColumn11.Caption = "홈페이지";
this.gridColumn11.FieldName = "HOME_PAGE_NM";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 9;
//
// gridColumn12
//
this.gridColumn12.Caption = "사업자번호";
this.gridColumn12.FieldName = "BUSI_NO";
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Visible = true;
this.gridColumn12.VisibleIndex = 11;
this.gridColumn12.Width = 139;
//
// gridColumn13
//
this.gridColumn13.Caption = "대표자";
this.gridColumn13.FieldName = "MAJR_NM";
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.Visible = true;
this.gridColumn13.VisibleIndex = 10;
//
// gridColumn14
//
this.gridColumn14.Caption = "업태";
this.gridColumn14.FieldName = "COND_NM";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 12;
//
// gridColumn15
//
this.gridColumn15.Caption = "종목";
this.gridColumn15.ColumnEdit = this.repositoryItemMemoEdit1;
this.gridColumn15.FieldName = "EVNT_NM";
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.Visible = true;
this.gridColumn15.VisibleIndex = 13;
//
// repositoryItemMemoEdit1
//
this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
//
// CompManager
//
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1079, 543);
this.Controls.Add(this.gridControl_Main);
this.Name = "CompManager";
this.Text = "CompFactManager";
((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit_NATN_CD)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit_POST_NO)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl_Main;
private DevExpress.XtraGrid.Views.Grid.GridView gridView_Main;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit_NATN_CD;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit_POST_NO;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1;
}
}