namespace HM_WORK { partial class OutBarCodeForm { /// /// 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(OutBarCodeForm)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panelControl29 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_BARCODE = new DevExpress.XtraEditors.TextEdit(); this.labelControl26 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_OK = new DevExpress.XtraEditors.SimpleButton(); this.checkButton1 = new DevExpress.XtraEditors.CheckButton(); this.checkButton2 = new DevExpress.XtraEditors.CheckButton(); this.checkButton3 = new DevExpress.XtraEditors.CheckButton(); this.checkButton4 = new DevExpress.XtraEditors.CheckButton(); this.checkButton5 = new DevExpress.XtraEditors.CheckButton(); this.checkButton6 = new DevExpress.XtraEditors.CheckButton(); this.checkButton7 = new DevExpress.XtraEditors.CheckButton(); this.checkButton8 = new DevExpress.XtraEditors.CheckButton(); this.checkButton9 = new DevExpress.XtraEditors.CheckButton(); this.checkButton10 = new DevExpress.XtraEditors.CheckButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.gridControl_Main = new DevExpress.XtraGrid.GridControl(); this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colORDER_NO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCUST_NM = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEdit_CURR_UNIT_CD = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repositoryItemLookUpEdit_CFM_CND_CD = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repositoryItemLookUpEdit_VAT_CD = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit(); this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.repositoryItemImageComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemImageEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit(); this.repositoryItemImageComboBox_YN = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl29)).BeginInit(); this.panelControl29.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_BARCODE.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.repositoryItemLookUpEdit_CURR_UNIT_CD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit_CFM_CND_CD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit_VAT_CD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox_YN)).BeginInit(); this.SuspendLayout(); // // 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(796, 53); this.panelControl1.TabIndex = 4; // // panelControl29 // this.panelControl29.Controls.Add(this.textEdit_BARCODE); 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(774, 38); this.panelControl29.TabIndex = 3; // // textEdit_BARCODE // this.textEdit_BARCODE.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_BARCODE.EnterMoveNextControl = true; this.textEdit_BARCODE.Location = new System.Drawing.Point(123, 2); this.textEdit_BARCODE.Name = "textEdit_BARCODE"; this.textEdit_BARCODE.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.textEdit_BARCODE.Properties.Appearance.Options.UseFont = true; this.textEdit_BARCODE.Properties.AutoHeight = false; this.textEdit_BARCODE.Properties.UseReadOnlyAppearance = false; this.textEdit_BARCODE.Size = new System.Drawing.Size(649, 34); this.textEdit_BARCODE.TabIndex = 1; // // labelControl26 // this.labelControl26.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); 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(121, 34); this.labelControl26.TabIndex = 0; this.labelControl26.Text = "바코드 입력"; // // simpleButton_Cancel // this.simpleButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.simpleButton_Cancel.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleButton_Cancel.Appearance.Options.UseFont = true; 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(653, 544); this.simpleButton_Cancel.Name = "simpleButton_Cancel"; this.simpleButton_Cancel.Size = new System.Drawing.Size(131, 40); this.simpleButton_Cancel.TabIndex = 8; 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.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleButton_OK.Appearance.Options.UseFont = true; this.simpleButton_OK.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_OK.Image"))); this.simpleButton_OK.Location = new System.Drawing.Point(9, 544); this.simpleButton_OK.Name = "simpleButton_OK"; this.simpleButton_OK.Size = new System.Drawing.Size(131, 41); this.simpleButton_OK.TabIndex = 7; this.simpleButton_OK.Text = "선택"; // // checkButton1 // this.checkButton1.GroupIndex = 1; this.checkButton1.Image = ((System.Drawing.Image)(resources.GetObject("checkButton1.Image"))); this.checkButton1.Location = new System.Drawing.Point(12, 369); this.checkButton1.Name = "checkButton1"; this.checkButton1.Size = new System.Drawing.Size(150, 80); this.checkButton1.TabIndex = 13; this.checkButton1.TabStop = false; this.checkButton1.CheckedChanged += new System.EventHandler(this.checkButton1_CheckedChanged); // // checkButton2 // this.checkButton2.GroupIndex = 1; this.checkButton2.Image = ((System.Drawing.Image)(resources.GetObject("checkButton2.Image"))); this.checkButton2.Location = new System.Drawing.Point(167, 369); this.checkButton2.Name = "checkButton2"; this.checkButton2.Size = new System.Drawing.Size(150, 80); this.checkButton2.TabIndex = 13; this.checkButton2.TabStop = false; // // checkButton3 // this.checkButton3.GroupIndex = 1; this.checkButton3.Image = ((System.Drawing.Image)(resources.GetObject("checkButton3.Image"))); this.checkButton3.Location = new System.Drawing.Point(322, 369); this.checkButton3.Name = "checkButton3"; this.checkButton3.Size = new System.Drawing.Size(150, 80); this.checkButton3.TabIndex = 13; this.checkButton3.TabStop = false; // // checkButton4 // this.checkButton4.GroupIndex = 1; this.checkButton4.Image = ((System.Drawing.Image)(resources.GetObject("checkButton4.Image"))); this.checkButton4.Location = new System.Drawing.Point(478, 369); this.checkButton4.Name = "checkButton4"; this.checkButton4.Size = new System.Drawing.Size(150, 80); this.checkButton4.TabIndex = 13; this.checkButton4.TabStop = false; // // checkButton5 // this.checkButton5.GroupIndex = 1; this.checkButton5.Image = ((System.Drawing.Image)(resources.GetObject("checkButton5.Image"))); this.checkButton5.Location = new System.Drawing.Point(632, 369); this.checkButton5.Name = "checkButton5"; this.checkButton5.Size = new System.Drawing.Size(150, 80); this.checkButton5.TabIndex = 13; this.checkButton5.TabStop = false; // // checkButton6 // this.checkButton6.GroupIndex = 1; this.checkButton6.Image = ((System.Drawing.Image)(resources.GetObject("checkButton6.Image"))); this.checkButton6.Location = new System.Drawing.Point(12, 455); this.checkButton6.Name = "checkButton6"; this.checkButton6.Size = new System.Drawing.Size(150, 80); this.checkButton6.TabIndex = 13; this.checkButton6.TabStop = false; // // checkButton7 // this.checkButton7.GroupIndex = 1; this.checkButton7.Image = ((System.Drawing.Image)(resources.GetObject("checkButton7.Image"))); this.checkButton7.Location = new System.Drawing.Point(167, 455); this.checkButton7.Name = "checkButton7"; this.checkButton7.Size = new System.Drawing.Size(150, 80); this.checkButton7.TabIndex = 13; this.checkButton7.TabStop = false; // // checkButton8 // this.checkButton8.GroupIndex = 1; this.checkButton8.Image = ((System.Drawing.Image)(resources.GetObject("checkButton8.Image"))); this.checkButton8.Location = new System.Drawing.Point(322, 455); this.checkButton8.Name = "checkButton8"; this.checkButton8.Size = new System.Drawing.Size(150, 80); this.checkButton8.TabIndex = 13; this.checkButton8.TabStop = false; // // checkButton9 // this.checkButton9.GroupIndex = 1; this.checkButton9.Image = ((System.Drawing.Image)(resources.GetObject("checkButton9.Image"))); this.checkButton9.Location = new System.Drawing.Point(478, 455); this.checkButton9.Name = "checkButton9"; this.checkButton9.Size = new System.Drawing.Size(150, 80); this.checkButton9.TabIndex = 13; this.checkButton9.TabStop = false; // // checkButton10 // this.checkButton10.GroupIndex = 1; this.checkButton10.Image = ((System.Drawing.Image)(resources.GetObject("checkButton10.Image"))); this.checkButton10.Location = new System.Drawing.Point(632, 455); this.checkButton10.Name = "checkButton10"; this.checkButton10.Size = new System.Drawing.Size(150, 80); this.checkButton10.TabIndex = 13; this.checkButton10.TabStop = false; // // panelControl2 // this.panelControl2.Controls.Add(this.gridControl_Main); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl2.Location = new System.Drawing.Point(0, 53); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(796, 310); this.panelControl2.TabIndex = 14; // // gridControl_Main // this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill; 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.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemLookUpEdit_CURR_UNIT_CD, this.repositoryItemLookUpEdit_CFM_CND_CD, this.repositoryItemLookUpEdit_VAT_CD, this.repositoryItemImageEdit1, this.repositoryItemImageComboBox1, this.repositoryItemCheckEdit1, this.repositoryItemImageComboBox2, this.repositoryItemImageComboBox3, this.repositoryItemCheckEdit2, this.repositoryItemImageEdit2, this.repositoryItemImageComboBox_YN}); this.gridControl_Main.Size = new System.Drawing.Size(792, 306); 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.colORDER_NO, this.colCUST_NM, this.gridColumn8, this.gridColumn7, this.gridColumn6}); 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.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; // // colORDER_NO // this.colORDER_NO.AppearanceCell.Options.UseTextOptions = true; this.colORDER_NO.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colORDER_NO.Caption = "관리번호"; this.colORDER_NO.FieldName = "ORDER_NO"; this.colORDER_NO.Name = "colORDER_NO"; this.colORDER_NO.OptionsColumn.AllowEdit = false; this.colORDER_NO.OptionsColumn.FixedWidth = true; this.colORDER_NO.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "PO_NO", "{0:#,##0}")}); this.colORDER_NO.Visible = true; this.colORDER_NO.VisibleIndex = 0; this.colORDER_NO.Width = 140; // // colCUST_NM // this.colCUST_NM.AppearanceCell.BackColor = System.Drawing.Color.LightYellow; this.colCUST_NM.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.colCUST_NM.AppearanceCell.Options.UseBackColor = true; this.colCUST_NM.AppearanceCell.Options.UseForeColor = true; 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 = 1; this.colCUST_NM.Width = 129; // // gridColumn8 // this.gridColumn8.Caption = "파일이름"; this.gridColumn8.FieldName = "FILE_NM"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 2; this.gridColumn8.Width = 160; // // gridColumn7 // this.gridColumn7.Caption = "인쇄소"; this.gridColumn7.FieldName = "PRINT_POS"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 3; this.gridColumn7.Width = 160; // // gridColumn6 // this.gridColumn6.Caption = "출고처"; this.gridColumn6.FieldName = "OUT_POS"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 4; this.gridColumn6.Width = 160; // // repositoryItemLookUpEdit_CURR_UNIT_CD // this.repositoryItemLookUpEdit_CURR_UNIT_CD.AutoHeight = false; this.repositoryItemLookUpEdit_CURR_UNIT_CD.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit_CURR_UNIT_CD.Name = "repositoryItemLookUpEdit_CURR_UNIT_CD"; // // repositoryItemLookUpEdit_CFM_CND_CD // this.repositoryItemLookUpEdit_CFM_CND_CD.AutoHeight = false; this.repositoryItemLookUpEdit_CFM_CND_CD.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit_CFM_CND_CD.Name = "repositoryItemLookUpEdit_CFM_CND_CD"; // // repositoryItemLookUpEdit_VAT_CD // this.repositoryItemLookUpEdit_VAT_CD.AutoHeight = false; this.repositoryItemLookUpEdit_VAT_CD.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit_VAT_CD.Name = "repositoryItemLookUpEdit_VAT_CD"; // // repositoryItemImageEdit1 // this.repositoryItemImageEdit1.AutoHeight = false; this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1"; // // repositoryItemImageComboBox1 // this.repositoryItemImageComboBox1.AutoHeight = false; this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("체크", "Y", -1)}); this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1"; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; // // repositoryItemImageComboBox2 // this.repositoryItemImageComboBox2.AutoHeight = false; this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox2.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "Y", -1)}); this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2"; // // repositoryItemImageComboBox3 // this.repositoryItemImageComboBox3.AutoHeight = false; this.repositoryItemImageComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox3.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "Y", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "G", -1)}); this.repositoryItemImageComboBox3.Name = "repositoryItemImageComboBox3"; // // repositoryItemCheckEdit2 // this.repositoryItemCheckEdit2.AllowGrayed = true; this.repositoryItemCheckEdit2.AutoHeight = false; this.repositoryItemCheckEdit2.ImageIndexChecked = 1; this.repositoryItemCheckEdit2.ImageIndexGrayed = 0; this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2"; this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.repositoryItemCheckEdit2.PictureChecked = ((System.Drawing.Image)(resources.GetObject("repositoryItemCheckEdit2.PictureChecked"))); this.repositoryItemCheckEdit2.PictureGrayed = ((System.Drawing.Image)(resources.GetObject("repositoryItemCheckEdit2.PictureGrayed"))); this.repositoryItemCheckEdit2.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("repositoryItemCheckEdit2.PictureUnchecked"))); this.repositoryItemCheckEdit2.ValueChecked = "Y"; this.repositoryItemCheckEdit2.ValueGrayed = "G"; this.repositoryItemCheckEdit2.ValueUnchecked = "N"; // // repositoryItemImageEdit2 // this.repositoryItemImageEdit2.AutoHeight = false; this.repositoryItemImageEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageEdit2.Name = "repositoryItemImageEdit2"; // // repositoryItemImageComboBox_YN // this.repositoryItemImageComboBox_YN.AutoHeight = false; this.repositoryItemImageComboBox_YN.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox_YN.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; this.repositoryItemImageComboBox_YN.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "G", 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "Y", 1)}); this.repositoryItemImageComboBox_YN.Name = "repositoryItemImageComboBox_YN"; // // OutBarCodeForm // this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(796, 593); this.Controls.Add(this.panelControl2); this.Controls.Add(this.checkButton10); this.Controls.Add(this.checkButton5); this.Controls.Add(this.checkButton9); this.Controls.Add(this.checkButton4); this.Controls.Add(this.checkButton8); this.Controls.Add(this.checkButton3); this.Controls.Add(this.checkButton7); this.Controls.Add(this.checkButton6); this.Controls.Add(this.checkButton2); this.Controls.Add(this.checkButton1); this.Controls.Add(this.simpleButton_Cancel); this.Controls.Add(this.simpleButton_OK); this.Controls.Add(this.panelControl1); this.Font = new System.Drawing.Font("굴림체", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OutBarCodeForm"; 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_BARCODE.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.repositoryItemLookUpEdit_CURR_UNIT_CD)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit_CFM_CND_CD)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit_VAT_CD)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox_YN)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl29; private DevExpress.XtraEditors.TextEdit textEdit_BARCODE; private DevExpress.XtraEditors.LabelControl labelControl26; private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel; private DevExpress.XtraEditors.SimpleButton simpleButton_OK; private DevExpress.XtraEditors.CheckButton checkButton1; private DevExpress.XtraEditors.CheckButton checkButton2; private DevExpress.XtraEditors.CheckButton checkButton3; private DevExpress.XtraEditors.CheckButton checkButton4; private DevExpress.XtraEditors.CheckButton checkButton5; private DevExpress.XtraEditors.CheckButton checkButton6; private DevExpress.XtraEditors.CheckButton checkButton7; private DevExpress.XtraEditors.CheckButton checkButton8; private DevExpress.XtraEditors.CheckButton checkButton9; private DevExpress.XtraEditors.CheckButton checkButton10; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraGrid.GridControl gridControl_Main; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Main; private DevExpress.XtraGrid.Columns.GridColumn colORDER_NO; private DevExpress.XtraGrid.Columns.GridColumn colCUST_NM; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit_CURR_UNIT_CD; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit_CFM_CND_CD; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit_VAT_CD; private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox2; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox3; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2; private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit2; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox_YN; } }