namespace Project.Dialog { partial class RegExRule { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegExRule)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.bn = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Project.DataSet1(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.component_Reel_RegExRuleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.btCopy = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.dv1 = new System.Windows.Forms.DataGridView(); this.dvcModelName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.IsIgnore = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbPattern = new System.Windows.Forms.TextBox(); this.tbGroups = new System.Windows.Forms.TextBox(); this.cmbBCDTestBox = new System.Windows.Forms.ComboBox(); this.btBcdTest = new System.Windows.Forms.Button(); this.ta = new Project.DataSet1TableAdapters.K4EE_Component_Reel_RegExRuleTableAdapter(); this.tam = new Project.DataSet1TableAdapters.TableAdapterManager(); this.label3 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.cmbModelList = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); this.bn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // bn // this.bn.AddNewItem = this.bindingNavigatorAddNewItem; this.bn.BindingSource = this.bs; this.bn.CountItem = this.bindingNavigatorCountItem; this.bn.DeleteItem = this.bindingNavigatorDeleteItem; this.bn.Dock = System.Windows.Forms.DockStyle.Bottom; this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.component_Reel_RegExRuleBindingNavigatorSaveItem, this.toolStripButton1, this.btCopy, this.toolStripButton2}); this.bn.Location = new System.Drawing.Point(0, 609); this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bn.Name = "bn"; this.bn.PositionItem = this.bindingNavigatorPositionItem; this.bn.Size = new System.Drawing.Size(967, 25); this.bn.TabIndex = 0; this.bn.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(65, 22); this.bindingNavigatorAddNewItem.Text = "Add(&A)"; // // bs // this.bs.DataMember = "K4EE_Component_Reel_RegExRule"; this.bs.DataSource = this.dataSet1; this.bs.Sort = "CustCode,Seq"; this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged); // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(26, 22); this.bindingNavigatorCountItem.Text = "/{0}"; this.bindingNavigatorCountItem.ToolTipText = "Total item count"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(76, 22); this.bindingNavigatorDeleteItem.Text = "Delete(&D)"; // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem.Text = "Move to first"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem.Text = "Move to previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem.Text = "Move to next"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem.Text = "Move to last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // component_Reel_RegExRuleBindingNavigatorSaveItem // this.component_Reel_RegExRuleBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("component_Reel_RegExRuleBindingNavigatorSaveItem.Image"))); this.component_Reel_RegExRuleBindingNavigatorSaveItem.Name = "component_Reel_RegExRuleBindingNavigatorSaveItem"; this.component_Reel_RegExRuleBindingNavigatorSaveItem.Size = new System.Drawing.Size(65, 22); this.component_Reel_RegExRuleBindingNavigatorSaveItem.Text = "Save(&S)"; this.component_Reel_RegExRuleBindingNavigatorSaveItem.Click += new System.EventHandler(this.component_Reel_RegExRuleBindingNavigatorSaveItem_Click); // // toolStripButton1 // this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton1.Image = global::Project.Properties.Resources.arrow_refresh_small; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(81, 22); this.toolStripButton1.Text = "Refresh(&R)"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // btCopy // this.btCopy.Image = global::Project.Properties.Resources.copy; this.btCopy.ImageTransparentColor = System.Drawing.Color.Magenta; this.btCopy.Name = "btCopy"; this.btCopy.Size = new System.Drawing.Size(71, 22); this.btCopy.Text = "Copy(&C)"; this.btCopy.Click += new System.EventHandler(this.btCopy_Click); // // toolStripButton2 // this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(98, 22); this.toolStripButton2.Text = "Export List(&O)"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // dv1 // this.dv1.AllowUserToAddRows = false; this.dv1.AutoGenerateColumns = false; this.dv1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dvcModelName, this.dataGridViewCheckBoxColumn1, this.IsIgnore, this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn4, this.dataGridViewCheckBoxColumn2, this.dataGridViewCheckBoxColumn3}); this.dv1.DataSource = this.bs; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dv1.DefaultCellStyle = dataGridViewCellStyle4; this.dv1.Dock = System.Windows.Forms.DockStyle.Fill; this.dv1.Location = new System.Drawing.Point(0, 27); this.dv1.Name = "dv1"; this.dv1.RowTemplate.Height = 23; this.dv1.Size = new System.Drawing.Size(967, 380); this.dv1.TabIndex = 2; // // dvcModelName // this.dvcModelName.DataPropertyName = "CustCode"; this.dvcModelName.HeaderText = "Model Name"; this.dvcModelName.Name = "dvcModelName"; this.dvcModelName.Visible = false; // // dataGridViewCheckBoxColumn1 // this.dataGridViewCheckBoxColumn1.DataPropertyName = "IsEnable"; this.dataGridViewCheckBoxColumn1.HeaderText = "Enable"; this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; // // IsIgnore // this.IsIgnore.DataPropertyName = "IsIgnore"; this.IsIgnore.HeaderText = "Except"; this.IsIgnore.Name = "IsIgnore"; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewTextBoxColumn1.HeaderText = "ID"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Seq"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewTextBoxColumn2.HeaderText = "Order"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "Symbol"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridViewTextBoxColumn5.HeaderText = "Type"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn4.DataPropertyName = "Description"; this.dataGridViewTextBoxColumn4.HeaderText = "Description"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewCheckBoxColumn2 // this.dataGridViewCheckBoxColumn2.DataPropertyName = "IsTrust"; this.dataGridViewCheckBoxColumn2.HeaderText = "Trust"; this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2"; // // dataGridViewCheckBoxColumn3 // this.dataGridViewCheckBoxColumn3.DataPropertyName = "IsAmkStd"; this.dataGridViewCheckBoxColumn3.HeaderText = "AmkStd"; this.dataGridViewCheckBoxColumn3.Name = "dataGridViewCheckBoxColumn3"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 122F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tbPattern, 1, 0); this.tableLayoutPanel1.Controls.Add(this.tbGroups, 1, 1); this.tableLayoutPanel1.Controls.Add(this.cmbBCDTestBox, 1, 2); this.tableLayoutPanel1.Controls.Add(this.btBcdTest, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 430); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(967, 179); this.tableLayoutPanel1.TabIndex = 4; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(116, 76); this.label1.TabIndex = 0; this.label1.Text = "Pattern"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(3, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(116, 76); this.label2.TabIndex = 0; this.label2.Text = "Groups"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbPattern // this.tbPattern.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Pattern", true)); this.tbPattern.Dock = System.Windows.Forms.DockStyle.Fill; this.tbPattern.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbPattern.ForeColor = System.Drawing.Color.Black; this.tbPattern.Location = new System.Drawing.Point(125, 3); this.tbPattern.Multiline = true; this.tbPattern.Name = "tbPattern"; this.tbPattern.Size = new System.Drawing.Size(839, 70); this.tbPattern.TabIndex = 1; // // tbGroups // this.tbGroups.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Groups", true)); this.tbGroups.Dock = System.Windows.Forms.DockStyle.Fill; this.tbGroups.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbGroups.ForeColor = System.Drawing.Color.Black; this.tbGroups.Location = new System.Drawing.Point(125, 79); this.tbGroups.Multiline = true; this.tbGroups.Name = "tbGroups"; this.tbGroups.Size = new System.Drawing.Size(839, 70); this.tbGroups.TabIndex = 1; // // cmbBCDTestBox // this.cmbBCDTestBox.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbBCDTestBox.Location = new System.Drawing.Point(125, 155); this.cmbBCDTestBox.Name = "cmbBCDTestBox"; this.cmbBCDTestBox.Size = new System.Drawing.Size(839, 20); this.cmbBCDTestBox.TabIndex = 2; // // btBcdTest // this.btBcdTest.Dock = System.Windows.Forms.DockStyle.Fill; this.btBcdTest.Location = new System.Drawing.Point(3, 155); this.btBcdTest.Name = "btBcdTest"; this.btBcdTest.Size = new System.Drawing.Size(116, 21); this.btBcdTest.TabIndex = 3; this.btBcdTest.Text = "Test"; this.btBcdTest.Click += new System.EventHandler(this.btBcdTest_Click); // // ta // this.ta.ClearBeforeFill = true; // // tam // this.tam.BackupDataSetBeforeUpdate = false; this.tam.K4EE_Component_Reel_CustInfoTableAdapter = null; this.tam.K4EE_Component_Reel_PreSetTableAdapter = null; this.tam.K4EE_Component_Reel_Print_InformationTableAdapter = null; this.tam.K4EE_Component_Reel_RegExRuleTableAdapter = this.ta; this.tam.K4EE_Component_Reel_ResultTableAdapter = null; this.tam.K4EE_Component_Reel_SID_ConvertTableAdapter = null; this.tam.K4EE_Component_Reel_SID_InformationTableAdapter = null; this.tam.UpdateOrder = Project.DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // label3 // this.label3.Dock = System.Windows.Forms.DockStyle.Bottom; this.label3.Location = new System.Drawing.Point(0, 407); this.label3.Name = "label3"; this.label3.Padding = new System.Windows.Forms.Padding(3, 3, 0, 0); this.label3.Size = new System.Drawing.Size(967, 23); this.label3.TabIndex = 5; this.label3.Text = "Barcode Type 1: QR, 2:DataMatrix, 11: Code 39 || GROPS Item : SID,VLOT,VNAME,RID," + "MFG,QTY"; // // panel1 // this.panel1.Controls.Add(this.cmbModelList); this.panel1.Controls.Add(this.label4); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(967, 27); this.panel1.TabIndex = 6; // // cmbModelList // this.cmbModelList.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbModelList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbModelList.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cmbModelList.Location = new System.Drawing.Point(116, 0); this.cmbModelList.Name = "cmbModelList"; this.cmbModelList.Size = new System.Drawing.Size(851, 27); this.cmbModelList.TabIndex = 3; this.cmbModelList.SelectedIndexChanged += new System.EventHandler(this.cmbModelList_SelectedIndexChanged); // // label4 // this.label4.Dock = System.Windows.Forms.DockStyle.Left; this.label4.Location = new System.Drawing.Point(0, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(116, 27); this.label4.TabIndex = 1; this.label4.Text = "Model"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // RegExRule // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(967, 634); this.Controls.Add(this.dv1); this.Controls.Add(this.panel1); this.Controls.Add(this.label3); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.bn); this.Name = "RegExRule"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "RegExRule"; this.Load += new System.EventHandler(this.RegExRule_Load); ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); this.bn.ResumeLayout(false); this.bn.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DataSet1 dataSet1; private System.Windows.Forms.BindingSource bs; private DataSet1TableAdapters.K4EE_Component_Reel_RegExRuleTableAdapter ta; private DataSet1TableAdapters.TableAdapterManager tam; private System.Windows.Forms.BindingNavigator bn; private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; private System.Windows.Forms.ToolStripButton component_Reel_RegExRuleBindingNavigatorSaveItem; private System.Windows.Forms.DataGridView dv1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbPattern; private System.Windows.Forms.TextBox tbGroups; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbBCDTestBox; private System.Windows.Forms.Button btBcdTest; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cmbModelList; private System.Windows.Forms.ToolStripButton btCopy; private System.Windows.Forms.DataGridViewTextBoxColumn dvcModelName; private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1; private System.Windows.Forms.DataGridViewCheckBoxColumn IsIgnore; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2; private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn3; } }