276 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			276 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Project
 | |
| {
 | |
|     partial class fSetting_ErrorMessage
 | |
|     {
 | |
|         /// <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.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.bsError = new System.Windows.Forms.BindingSource(this.components);
 | |
| 			this.dataSet1 = new Project.DataSet1();
 | |
| 			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
| 			this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
 | |
| 			this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
 | |
| 			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
 | |
| 			this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
 | |
| 			this.bsI = new System.Windows.Forms.BindingSource(this.components);
 | |
| 			this.bsO = new System.Windows.Forms.BindingSource(this.components);
 | |
| 			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
 | |
| 			this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
 | |
| 			this.dv1 = new arCtl.arDatagridView();
 | |
| 			this.idxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
| 			this.Shorts = new System.Windows.Forms.DataGridViewButtonColumn();
 | |
| 			this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewButtonColumn();
 | |
| 			this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
 | |
| 			this.exportCSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bsError)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
 | |
| 			this.toolStrip1.SuspendLayout();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bsI)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bsO)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
 | |
| 			this.contextMenuStrip1.SuspendLayout();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// bsError
 | |
| 			// 
 | |
| 			this.bsError.DataMember = "ErrorDescription";
 | |
| 			this.bsError.DataSource = this.dataSet1;
 | |
| 			// 
 | |
| 			// dataSet1
 | |
| 			// 
 | |
| 			this.dataSet1.DataSetName = "DataSet1";
 | |
| 			this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
| 			// 
 | |
| 			// toolStrip1
 | |
| 			// 
 | |
| 			this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
| 			this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
 | |
| 			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.toolStripButton1,
 | |
|             this.toolStripButton2,
 | |
|             this.toolStripSeparator1,
 | |
|             this.toolStripButton3});
 | |
| 			this.toolStrip1.Location = new System.Drawing.Point(0, 822);
 | |
| 			this.toolStrip1.Name = "toolStrip1";
 | |
| 			this.toolStrip1.Size = new System.Drawing.Size(1084, 39);
 | |
| 			this.toolStrip1.TabIndex = 1;
 | |
| 			this.toolStrip1.Text = "toolStrip1";
 | |
| 			// 
 | |
| 			// toolStripButton1
 | |
| 			// 
 | |
| 			this.toolStripButton1.Image = global::Project.Properties.Resources.icons8_repeat_40;
 | |
| 			this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
| 			this.toolStripButton1.Name = "toolStripButton1";
 | |
| 			this.toolStripButton1.Size = new System.Drawing.Size(119, 36);
 | |
| 			this.toolStripButton1.Text = "다시 생성하기";
 | |
| 			this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
 | |
| 			// 
 | |
| 			// toolStripButton2
 | |
| 			// 
 | |
| 			this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
 | |
| 			this.toolStripButton2.Image = global::Project.Properties.Resources.icons8_save_close_40;
 | |
| 			this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
| 			this.toolStripButton2.Name = "toolStripButton2";
 | |
| 			this.toolStripButton2.Size = new System.Drawing.Size(82, 36);
 | |
| 			this.toolStripButton2.Text = "저장(&S)";
 | |
| 			this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
 | |
| 			// 
 | |
| 			// toolStripSeparator1
 | |
| 			// 
 | |
| 			this.toolStripSeparator1.Name = "toolStripSeparator1";
 | |
| 			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
 | |
| 			// 
 | |
| 			// toolStripButton3
 | |
| 			// 
 | |
| 			this.toolStripButton3.Image = global::Project.Properties.Resources.icons8_resize_horizontal_40;
 | |
| 			this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
| 			this.toolStripButton3.Name = "toolStripButton3";
 | |
| 			this.toolStripButton3.Size = new System.Drawing.Size(103, 36);
 | |
| 			this.toolStripButton3.Text = "열너비조정";
 | |
| 			this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
 | |
| 			// 
 | |
| 			// bsI
 | |
| 			// 
 | |
| 			this.bsI.DataMember = "InputDescription";
 | |
| 			this.bsI.DataSource = this.dataSet1;
 | |
| 			// 
 | |
| 			// bsO
 | |
| 			// 
 | |
| 			this.bsO.DataMember = "OutputDescription";
 | |
| 			this.bsO.DataSource = this.dataSet1;
 | |
| 			// 
 | |
| 			// errorProvider1
 | |
| 			// 
 | |
| 			this.errorProvider1.ContainerControl = this;
 | |
| 			// 
 | |
| 			// dv1
 | |
| 			// 
 | |
| 			this.dv1.A_DelCurrentCell = true;
 | |
| 			this.dv1.A_EnterToTab = true;
 | |
| 			this.dv1.A_KoreanField = null;
 | |
| 			this.dv1.A_UpperField = null;
 | |
| 			this.dv1.A_ViewRownumOnHeader = false;
 | |
| 			this.dv1.AllowUserToAddRows = false;
 | |
| 			this.dv1.AutoGenerateColumns = false;
 | |
| 			this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
| 			this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.idxDataGridViewTextBoxColumn,
 | |
|             this.titleDataGridViewTextBoxColumn,
 | |
|             this.Shorts,
 | |
|             this.descriptionDataGridViewTextBoxColumn});
 | |
| 			this.dv1.ContextMenuStrip = this.contextMenuStrip1;
 | |
| 			this.dv1.DataSource = this.bsError;
 | |
| 			dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
| 			dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
 | |
| 			dataGridViewCellStyle4.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
 | |
| 			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, 0);
 | |
| 			this.dv1.Name = "dv1";
 | |
| 			this.dv1.RowTemplate.Height = 23;
 | |
| 			this.dv1.Size = new System.Drawing.Size(1084, 822);
 | |
| 			this.dv1.TabIndex = 0;
 | |
| 			this.dv1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.arDatagridView1_CellContentClick);
 | |
| 			// 
 | |
| 			// idxDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.idxDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
 | |
| 			this.idxDataGridViewTextBoxColumn.DataPropertyName = "Idx";
 | |
| 			dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
 | |
| 			this.idxDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
 | |
| 			this.idxDataGridViewTextBoxColumn.HeaderText = "Code";
 | |
| 			this.idxDataGridViewTextBoxColumn.Name = "idxDataGridViewTextBoxColumn";
 | |
| 			this.idxDataGridViewTextBoxColumn.ReadOnly = true;
 | |
| 			this.idxDataGridViewTextBoxColumn.Width = 70;
 | |
| 			// 
 | |
| 			// titleDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.titleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
 | |
| 			this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
 | |
| 			dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
| 			dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
 | |
| 			this.titleDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
 | |
| 			this.titleDataGridViewTextBoxColumn.HeaderText = "CodeName";
 | |
| 			this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
 | |
| 			this.titleDataGridViewTextBoxColumn.ReadOnly = true;
 | |
| 			this.titleDataGridViewTextBoxColumn.Width = 110;
 | |
| 			// 
 | |
| 			// Shorts
 | |
| 			// 
 | |
| 			this.Shorts.DataPropertyName = "Shorts";
 | |
| 			this.Shorts.HeaderText = "오류설명";
 | |
| 			this.Shorts.Name = "Shorts";
 | |
| 			this.Shorts.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
| 			this.Shorts.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
 | |
| 			this.Shorts.Visible = false;
 | |
| 			this.Shorts.Width = 94;
 | |
| 			// 
 | |
| 			// descriptionDataGridViewTextBoxColumn
 | |
| 			// 
 | |
| 			this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
 | |
| 			this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
 | |
| 			dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
| 			dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
| 			this.descriptionDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
 | |
| 			this.descriptionDataGridViewTextBoxColumn.HeaderText = "확인/조치사항";
 | |
| 			this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
 | |
| 			this.descriptionDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
| 			this.descriptionDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
 | |
| 			// 
 | |
| 			// contextMenuStrip1
 | |
| 			// 
 | |
| 			this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.exportCSVToolStripMenuItem});
 | |
| 			this.contextMenuStrip1.Name = "contextMenuStrip1";
 | |
| 			this.contextMenuStrip1.Size = new System.Drawing.Size(136, 26);
 | |
| 			// 
 | |
| 			// exportCSVToolStripMenuItem
 | |
| 			// 
 | |
| 			this.exportCSVToolStripMenuItem.Name = "exportCSVToolStripMenuItem";
 | |
| 			this.exportCSVToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
 | |
| 			this.exportCSVToolStripMenuItem.Text = "Export CSV";
 | |
| 			this.exportCSVToolStripMenuItem.Click += new System.EventHandler(this.exportCSVToolStripMenuItem_Click);
 | |
| 			// 
 | |
| 			// fSetting_ErrorMessage
 | |
| 			// 
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.ClientSize = new System.Drawing.Size(1084, 861);
 | |
| 			this.Controls.Add(this.dv1);
 | |
| 			this.Controls.Add(this.toolStrip1);
 | |
| 			this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			this.KeyPreview = true;
 | |
| 			this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
| 			this.Name = "fSetting_ErrorMessage";
 | |
| 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
| 			this.Text = "오류메세지 정의";
 | |
| 			this.Load += new System.EventHandler(this.@__Load);
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bsError)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
 | |
| 			this.toolStrip1.ResumeLayout(false);
 | |
| 			this.toolStrip1.PerformLayout();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bsI)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.bsO)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
 | |
| 			this.contextMenuStrip1.ResumeLayout(false);
 | |
| 			this.ResumeLayout(false);
 | |
| 			this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
|         private DataSet1 dataSet1;
 | |
|         private System.Windows.Forms.ToolTip toolTip1;
 | |
|         private System.Windows.Forms.ErrorProvider errorProvider1;
 | |
| 		private arCtl.arDatagridView dv1;
 | |
| 		private System.Windows.Forms.BindingSource bsError;
 | |
| 		private System.Windows.Forms.ToolStrip toolStrip1;
 | |
| 		private System.Windows.Forms.ToolStripButton toolStripButton1;
 | |
| 		private System.Windows.Forms.BindingSource bsI;
 | |
| 		private System.Windows.Forms.BindingSource bsO;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton2;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn idxDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.DataGridViewButtonColumn Shorts;
 | |
| 		private System.Windows.Forms.DataGridViewButtonColumn descriptionDataGridViewTextBoxColumn;
 | |
| 		private System.Windows.Forms.ToolStripButton toolStripButton3;
 | |
| 		private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
 | |
| 		private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem exportCSVToolStripMenuItem;
 | |
| 	}
 | |
| } | 
