 9a7d1d27c7
			
		
	
	9a7d1d27c7
	
	
	
		
			
			- UIControl 프로젝트 구조 변경 (CapCleaningControl → Sub/UIControl) - arAjinextek 라이브러리 통합 및 구조 개선 - 새로운 arAjinextek_Union 프로젝트 추가 - 솔루션 파일에 README.md 추가 - QR 모드에서 WMS RCV 태그 인식 기능 강화 - 데이터베이스 스키마 업데이트 및 관련 클래스 수정 - 프린터 및 바코드 장치 연동 로직 개선 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			451 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			451 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Project.Dialog
 | |
| {
 | |
| 	partial class RegExPrintRule
 | |
| 	{
 | |
| 		/// <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.components = new System.ComponentModel.Container();
 | |
| 			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegExPrintRule));
 | |
| 			this.dataSet1 = new Project.DataSet1();
 | |
| 			this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
| 			this.tam = new Project.DataSet1TableAdapters.TableAdapterManager();
 | |
| 			this.ta = new Project.DataSet1TableAdapters.K4EE_Component_Reel_PrintRegExRuleTableAdapter();
 | |
| 			this.bn = new System.Windows.Forms.BindingNavigator(this.components);
 | |
| 			this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
 | |
| 			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.component_Reel_RegExRuleDataGridView = new System.Windows.Forms.DataGridView();
 | |
| 			this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.seqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.custCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.symbolDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.patternDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.groupsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.isEnableDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
| 			this.isTrustDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
| 			this.isAmkStdDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
| 			this.isIgnoreDataGridViewCheckBoxColumn = 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.textBox1 = new System.Windows.Forms.TextBox();
 | |
| 			this.textBox2 = new System.Windows.Forms.TextBox();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
 | |
| 			this.bn.SuspendLayout();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.component_Reel_RegExRuleDataGridView)).BeginInit();
 | |
| 			this.tableLayoutPanel1.SuspendLayout();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// dataSet1
 | |
| 			// 
 | |
| 			this.dataSet1.DataSetName = "DataSet1";
 | |
| 			this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
| 			// 
 | |
| 			// bs
 | |
| 			// 
 | |
| 			this.bs.DataMember = "K4EE_Component_Reel_PrintRegExRule";
 | |
| 			this.bs.DataSource = this.dataSet1;
 | |
| 			this.bs.Sort = "CustCode,Seq";
 | |
| 			// 
 | |
| 			// 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_PrintRegExRuleTableAdapter = this.ta;
 | |
| 			this.tam.K4EE_Component_Reel_RegExRuleTableAdapter = null;
 | |
| 			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;
 | |
| 			// 
 | |
| 			// ta
 | |
| 			// 
 | |
| 			this.ta.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// 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.bn.Location = new System.Drawing.Point(0, 536);
 | |
| 			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(784, 25);
 | |
| 			this.bn.TabIndex = 0;
 | |
| 			this.bn.Text = "bindingNavigator1";
 | |
| 			// 
 | |
| 			// bindingNavigatorAddNewItem
 | |
| 			// 
 | |
| 			this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
| 			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(23, 22);
 | |
| 			this.bindingNavigatorAddNewItem.Text = "새로 추가";
 | |
| 			// 
 | |
| 			// bindingNavigatorCountItem
 | |
| 			// 
 | |
| 			this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
 | |
| 			this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
 | |
| 			this.bindingNavigatorCountItem.Text = "/{0}";
 | |
| 			this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
 | |
| 			// 
 | |
| 			// bindingNavigatorDeleteItem
 | |
| 			// 
 | |
| 			this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
| 			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(23, 22);
 | |
| 			this.bindingNavigatorDeleteItem.Text = "삭제";
 | |
| 			// 
 | |
| 			// 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 = "처음으로 이동";
 | |
| 			// 
 | |
| 			// 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 = "이전으로 이동";
 | |
| 			// 
 | |
| 			// bindingNavigatorSeparator
 | |
| 			// 
 | |
| 			this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
 | |
| 			this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
 | |
| 			// 
 | |
| 			// bindingNavigatorPositionItem
 | |
| 			// 
 | |
| 			this.bindingNavigatorPositionItem.AccessibleName = "위치";
 | |
| 			this.bindingNavigatorPositionItem.AutoSize = false;
 | |
| 			this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
 | |
| 			this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
 | |
| 			this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
 | |
| 			this.bindingNavigatorPositionItem.Text = "0";
 | |
| 			this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
 | |
| 			// 
 | |
| 			// 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 = "다음으로 이동";
 | |
| 			// 
 | |
| 			// 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 = "마지막으로 이동";
 | |
| 			// 
 | |
| 			// bindingNavigatorSeparator2
 | |
| 			// 
 | |
| 			this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
 | |
| 			this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
 | |
| 			// 
 | |
| 			// component_Reel_RegExRuleBindingNavigatorSaveItem
 | |
| 			// 
 | |
| 			this.component_Reel_RegExRuleBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
| 			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(23, 22);
 | |
| 			this.component_Reel_RegExRuleBindingNavigatorSaveItem.Text = "데이터 저장";
 | |
| 			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 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
 | |
| 			this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
| 			this.toolStripButton1.Name = "toolStripButton1";
 | |
| 			this.toolStripButton1.Size = new System.Drawing.Size(66, 22);
 | |
| 			this.toolStripButton1.Text = "Refresh";
 | |
| 			this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
 | |
| 			// 
 | |
| 			// component_Reel_RegExRuleDataGridView
 | |
| 			// 
 | |
| 			this.component_Reel_RegExRuleDataGridView.AutoGenerateColumns = false;
 | |
| 			this.component_Reel_RegExRuleDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
| 			this.component_Reel_RegExRuleDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.idDataGridViewTextBoxColumn,
 | |
|             this.seqDataGridViewTextBoxColumn,
 | |
|             this.custCodeDataGridViewTextBoxColumn,
 | |
|             this.descriptionDataGridViewTextBoxColumn,
 | |
|             this.symbolDataGridViewTextBoxColumn,
 | |
|             this.patternDataGridViewTextBoxColumn,
 | |
|             this.groupsDataGridViewTextBoxColumn,
 | |
|             this.isEnableDataGridViewCheckBoxColumn,
 | |
|             this.isTrustDataGridViewCheckBoxColumn,
 | |
|             this.isAmkStdDataGridViewCheckBoxColumn,
 | |
|             this.isIgnoreDataGridViewCheckBoxColumn});
 | |
| 			this.component_Reel_RegExRuleDataGridView.DataSource = this.bs;
 | |
| 			this.component_Reel_RegExRuleDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 			this.component_Reel_RegExRuleDataGridView.Location = new System.Drawing.Point(0, 0);
 | |
| 			this.component_Reel_RegExRuleDataGridView.Name = "component_Reel_RegExRuleDataGridView";
 | |
| 			this.component_Reel_RegExRuleDataGridView.RowTemplate.Height = 23;
 | |
| 			this.component_Reel_RegExRuleDataGridView.Size = new System.Drawing.Size(784, 486);
 | |
| 			this.component_Reel_RegExRuleDataGridView.TabIndex = 2;
 | |
| 			// 
 | |
| 			// idDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
 | |
| 			this.idDataGridViewTextBoxColumn.HeaderText = "Id";
 | |
| 			this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
 | |
| 			this.idDataGridViewTextBoxColumn.ReadOnly = true;
 | |
| 			// 
 | |
| 			// seqDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.seqDataGridViewTextBoxColumn.DataPropertyName = "Seq";
 | |
| 			this.seqDataGridViewTextBoxColumn.HeaderText = "Seq";
 | |
| 			this.seqDataGridViewTextBoxColumn.Name = "seqDataGridViewTextBoxColumn";
 | |
| 			// 
 | |
| 			// custCodeDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.custCodeDataGridViewTextBoxColumn.DataPropertyName = "CustCode";
 | |
| 			this.custCodeDataGridViewTextBoxColumn.HeaderText = "CustCode";
 | |
| 			this.custCodeDataGridViewTextBoxColumn.Name = "custCodeDataGridViewTextBoxColumn";
 | |
| 			// 
 | |
| 			// descriptionDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
 | |
| 			this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
 | |
| 			this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
 | |
| 			// 
 | |
| 			// symbolDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.symbolDataGridViewTextBoxColumn.DataPropertyName = "Symbol";
 | |
| 			this.symbolDataGridViewTextBoxColumn.HeaderText = "Symbol";
 | |
| 			this.symbolDataGridViewTextBoxColumn.Name = "symbolDataGridViewTextBoxColumn";
 | |
| 			// 
 | |
| 			// patternDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.patternDataGridViewTextBoxColumn.DataPropertyName = "Pattern";
 | |
| 			this.patternDataGridViewTextBoxColumn.HeaderText = "Pattern";
 | |
| 			this.patternDataGridViewTextBoxColumn.Name = "patternDataGridViewTextBoxColumn";
 | |
| 			// 
 | |
| 			// groupsDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.groupsDataGridViewTextBoxColumn.DataPropertyName = "Groups";
 | |
| 			this.groupsDataGridViewTextBoxColumn.HeaderText = "Groups";
 | |
| 			this.groupsDataGridViewTextBoxColumn.Name = "groupsDataGridViewTextBoxColumn";
 | |
| 			// 
 | |
| 			// isEnableDataGridViewCheckBoxColumn
 | |
| 			// 
 | |
| 			this.isEnableDataGridViewCheckBoxColumn.DataPropertyName = "IsEnable";
 | |
| 			this.isEnableDataGridViewCheckBoxColumn.HeaderText = "IsEnable";
 | |
| 			this.isEnableDataGridViewCheckBoxColumn.Name = "isEnableDataGridViewCheckBoxColumn";
 | |
| 			// 
 | |
| 			// isTrustDataGridViewCheckBoxColumn
 | |
| 			// 
 | |
| 			this.isTrustDataGridViewCheckBoxColumn.DataPropertyName = "IsTrust";
 | |
| 			this.isTrustDataGridViewCheckBoxColumn.HeaderText = "IsTrust";
 | |
| 			this.isTrustDataGridViewCheckBoxColumn.Name = "isTrustDataGridViewCheckBoxColumn";
 | |
| 			// 
 | |
| 			// isAmkStdDataGridViewCheckBoxColumn
 | |
| 			// 
 | |
| 			this.isAmkStdDataGridViewCheckBoxColumn.DataPropertyName = "IsAmkStd";
 | |
| 			this.isAmkStdDataGridViewCheckBoxColumn.HeaderText = "IsAmkStd";
 | |
| 			this.isAmkStdDataGridViewCheckBoxColumn.Name = "isAmkStdDataGridViewCheckBoxColumn";
 | |
| 			// 
 | |
| 			// isIgnoreDataGridViewCheckBoxColumn
 | |
| 			// 
 | |
| 			this.isIgnoreDataGridViewCheckBoxColumn.DataPropertyName = "IsIgnore";
 | |
| 			this.isIgnoreDataGridViewCheckBoxColumn.HeaderText = "IsIgnore";
 | |
| 			this.isIgnoreDataGridViewCheckBoxColumn.Name = "isIgnoreDataGridViewCheckBoxColumn";
 | |
| 			// 
 | |
| 			// 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.textBox1, 1, 0);
 | |
| 			this.tableLayoutPanel1.Controls.Add(this.textBox2, 1, 1);
 | |
| 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
| 			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 486);
 | |
| 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
 | |
| 			this.tableLayoutPanel1.RowCount = 2;
 | |
| 			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.Size = new System.Drawing.Size(784, 50);
 | |
| 			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, 25);
 | |
| 			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, 25);
 | |
| 			this.label2.Name = "label2";
 | |
| 			this.label2.Size = new System.Drawing.Size(116, 25);
 | |
| 			this.label2.TabIndex = 0;
 | |
| 			this.label2.Text = "Groups";
 | |
| 			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
| 			// 
 | |
| 			// textBox1
 | |
| 			// 
 | |
| 			this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Pattern", true));
 | |
| 			this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 			this.textBox1.Location = new System.Drawing.Point(125, 3);
 | |
| 			this.textBox1.Name = "textBox1";
 | |
| 			this.textBox1.Size = new System.Drawing.Size(656, 21);
 | |
| 			this.textBox1.TabIndex = 1;
 | |
| 			// 
 | |
| 			// textBox2
 | |
| 			// 
 | |
| 			this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Groups", true));
 | |
| 			this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 			this.textBox2.Location = new System.Drawing.Point(125, 28);
 | |
| 			this.textBox2.Name = "textBox2";
 | |
| 			this.textBox2.Size = new System.Drawing.Size(656, 21);
 | |
| 			this.textBox2.TabIndex = 1;
 | |
| 			// 
 | |
| 			// RegExPrintRule
 | |
| 			// 
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.ClientSize = new System.Drawing.Size(784, 561);
 | |
| 			this.Controls.Add(this.component_Reel_RegExRuleDataGridView);
 | |
| 			this.Controls.Add(this.tableLayoutPanel1);
 | |
| 			this.Controls.Add(this.bn);
 | |
| 			this.Name = "RegExPrintRule";
 | |
| 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
| 			this.Text = "RegExRule";
 | |
| 			this.Load += new System.EventHandler(this.RegExRule_Load);
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
 | |
| 			this.bn.ResumeLayout(false);
 | |
| 			this.bn.PerformLayout();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.component_Reel_RegExRuleDataGridView)).EndInit();
 | |
| 			this.tableLayoutPanel1.ResumeLayout(false);
 | |
| 			this.tableLayoutPanel1.PerformLayout();
 | |
| 			this.ResumeLayout(false);
 | |
| 			this.PerformLayout();
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private DataSet1 dataSet1;
 | |
| 		private System.Windows.Forms.BindingSource bs;
 | |
| 		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 component_Reel_RegExRuleDataGridView;
 | |
| 		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 textBox1;
 | |
| 		private System.Windows.Forms.TextBox textBox2;
 | |
| 		private DataSet1TableAdapters.K4EE_Component_Reel_PrintRegExRuleTableAdapter ta;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn seqDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn custCodeDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn symbolDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn patternDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn groupsDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewCheckBoxColumn isEnableDataGridViewCheckBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewCheckBoxColumn isTrustDataGridViewCheckBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewCheckBoxColumn isAmkStdDataGridViewCheckBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewCheckBoxColumn isIgnoreDataGridViewCheckBoxColumn;
 | |
| 	}
 | |
| } |