namespace HANMI_J_SALE { partial class SelectRoutingForm { /// /// 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(SelectRoutingForm)); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_OK = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panelControl29 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_Search = new DevExpress.XtraEditors.TextEdit(); this.labelControl26 = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.gridControl_Main = new DevExpress.XtraGrid.GridControl(); this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.gridControl_Sub = new DevExpress.XtraGrid.GridControl(); this.gridView_Sub = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((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.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Sub)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Sub)).BeginInit(); this.SuspendLayout(); // // panelControl4 // 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(752, 0); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(145, 559); this.panelControl4.TabIndex = 3; // // 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, 521); 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, 485); 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.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(752, 40); this.panelControl1.TabIndex = 4; // // panelControl29 // this.panelControl29.Controls.Add(this.textEdit_Search); this.panelControl29.Controls.Add(this.labelControl26); this.panelControl29.Location = new System.Drawing.Point(393, 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.Enabled = false; 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(259, 23); this.textEdit_Search.TabIndex = 1; // // 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 = "공정"; // // panelControl2 // this.panelControl2.Controls.Add(this.gridControl_Main); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl2.Location = new System.Drawing.Point(0, 40); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(301, 519); this.panelControl2.TabIndex = 6; // // gridControl_Main // this.gridControl_Main.Location = new System.Drawing.Point(2, 2); this.gridControl_Main.MainView = this.gridView_Main; this.gridControl_Main.Name = "gridControl_Main"; this.gridControl_Main.Size = new System.Drawing.Size(297, 515); this.gridControl_Main.TabIndex = 7; 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.UseTextOptions = true; this.gridView_Main.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView_Main.ColumnPanelRowHeight = 23; this.gridView_Main.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn4, this.gridColumn5}); 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.OptionsNavigation.EnterMoveNextColumn = true; 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; // // gridColumn4 // this.gridColumn4.AppearanceCell.Options.UseFont = true; this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.AppearanceHeader.Options.UseFont = true; this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "공정코드"; this.gridColumn4.FieldName = "ROUT_CD"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.FixedWidth = true; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 0; this.gridColumn4.Width = 110; // // gridColumn5 // this.gridColumn5.AppearanceCell.Options.UseFont = true; this.gridColumn5.AppearanceHeader.Options.UseFont = true; this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.Caption = "공정명"; this.gridColumn5.FieldName = "ROUT_NM"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.FixedWidth = true; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 1; this.gridColumn5.Width = 150; // // panelControl3 // this.panelControl3.Controls.Add(this.gridControl_Sub); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl3.Location = new System.Drawing.Point(301, 40); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(450, 519); this.panelControl3.TabIndex = 7; // // gridControl_Sub // this.gridControl_Sub.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl_Sub.Location = new System.Drawing.Point(2, 2); this.gridControl_Sub.MainView = this.gridView_Sub; this.gridControl_Sub.Name = "gridControl_Sub"; this.gridControl_Sub.Size = new System.Drawing.Size(446, 515); this.gridControl_Sub.TabIndex = 5; this.gridControl_Sub.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_Sub}); // // gridView_Sub // this.gridView_Sub.Appearance.FooterPanel.Options.UseFont = true; this.gridView_Sub.Appearance.HeaderPanel.Options.UseFont = true; this.gridView_Sub.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView_Sub.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView_Sub.Appearance.Row.Options.UseFont = true; this.gridView_Sub.ColumnPanelRowHeight = 23; this.gridView_Sub.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3}); this.gridView_Sub.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None; this.gridView_Sub.FooterPanelHeight = 23; this.gridView_Sub.GridControl = this.gridControl_Sub; this.gridView_Sub.Name = "gridView_Sub"; this.gridView_Sub.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView_Sub.OptionsView.ColumnAutoWidth = false; this.gridView_Sub.OptionsView.ShowFooter = true; this.gridView_Sub.OptionsView.ShowGroupPanel = false; this.gridView_Sub.RowHeight = 23; // // gridColumn1 // this.gridColumn1.Caption = "공정코드"; this.gridColumn1.FieldName = "ROUT_CD"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.OptionsColumn.FixedWidth = true; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 1; this.gridColumn1.Width = 72; // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "세부코드"; this.gridColumn2.FieldName = "ITEM_CD"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.OptionsColumn.FixedWidth = true; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 0; this.gridColumn2.Width = 83; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "공정"; this.gridColumn3.FieldName = "ITEM_NM"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.OptionsColumn.FixedWidth = true; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; this.gridColumn3.Width = 243; // // SelectRoutingForm // this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.CancelButton = this.simpleButton_Cancel; this.ClientSize = new System.Drawing.Size(897, 559); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); 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 = "SelectRoutingForm"; 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); ((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.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Sub)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Sub)).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.XtraEditors.PanelControl panelControl29; private DevExpress.XtraEditors.TextEdit textEdit_Search; private DevExpress.XtraEditors.LabelControl labelControl26; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraGrid.GridControl gridControl_Sub; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Sub; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; 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 gridColumn5; } }