Files
Unimarc/unimarc/unimarc/마크/CD_LP.Designer.cs
SeungHo Yang 38198b787f =====* UniMarc [0.0151] 버전 업데이트 내용 *=====
** ERP 작업 전면 중단 (마크우선) **

1. 마크 작성
ㄴ> 칸채우기에서 F3입력시 맨뒤에 "▽"가 생기고, 커서는 맨 앞으로 이동하는 버그 - 수정완료
ㄴ>비고1 최초 저장시 현재 마크작업창에서 보이지않고 창을 껏다켜야만 보이는 버그 - 수정완료

2. DVD/CD/LP
ㄴ> 새폼 작성 완료
ㄴ> 현재 작성중에 있음.
ㄴ>CD/LP(교보)는 완료.

3. 마크 작성
ㄴ> 020c/300a 등 단위표시가 필요한 태그들 칸채우기로 이동시 지워졌다가 다시 메모장으로 이동시 자동으로 생성하게.
  ㄴ> 300a의 경우는 조건에 따라서 붙을수도 있고 안붙을수도 있음. (조건은 참조) - 추가 완료
2022-08-19 09:26:01 +09:00

529 lines
24 KiB
C#

namespace UniMarc.
{
partial class CD_LP
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel3 = new System.Windows.Forms.Panel();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.Btn_New = new System.Windows.Forms.Button();
this.cb_Type = new System.Windows.Forms.ComboBox();
this.button2 = new System.Windows.Forms.Button();
this.Btn_SaveMarc = new System.Windows.Forms.Button();
this.Btn_Connect = new System.Windows.Forms.Button();
this.cb_SiteCon = new System.Windows.Forms.ComboBox();
this.tb_Num = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tb_T008 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tb_T007 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tb_T005 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.Btn_Help008 = new System.Windows.Forms.Button();
this.Btn_Help007 = new System.Windows.Forms.Button();
this.panel4 = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.title = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.price = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel6 = new System.Windows.Forms.Panel();
this.lbl_date = new System.Windows.Forms.Label();
this.lbl_ListTitle = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.Btn_SaveList = new System.Windows.Forms.Button();
this.Btn_SelectList = new System.Windows.Forms.Button();
this.panel5 = new System.Windows.Forms.Panel();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel6.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.richTextBox1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 68);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(977, 666);
this.panel3.TabIndex = 6;
//
// richTextBox1
//
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(975, 664);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.Btn_New);
this.panel2.Controls.Add(this.cb_Type);
this.panel2.Controls.Add(this.button2);
this.panel2.Controls.Add(this.Btn_SaveMarc);
this.panel2.Controls.Add(this.Btn_Connect);
this.panel2.Controls.Add(this.cb_SiteCon);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(977, 33);
this.panel2.TabIndex = 5;
//
// Btn_New
//
this.Btn_New.Location = new System.Drawing.Point(639, 4);
this.Btn_New.Name = "Btn_New";
this.Btn_New.Size = new System.Drawing.Size(75, 23);
this.Btn_New.TabIndex = 4;
this.Btn_New.Text = "신규 등록";
this.Btn_New.UseVisualStyleBackColor = true;
this.Btn_New.Click += new System.EventHandler(this.Btn_New_Click);
//
// cb_Type
//
this.cb_Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_Type.FormattingEnabled = true;
this.cb_Type.Location = new System.Drawing.Point(564, 5);
this.cb_Type.Name = "cb_Type";
this.cb_Type.Size = new System.Drawing.Size(69, 20);
this.cb_Type.TabIndex = 3;
//
// button2
//
this.button2.Location = new System.Drawing.Point(801, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "닫 기";
this.button2.UseVisualStyleBackColor = true;
//
// Btn_SaveMarc
//
this.Btn_SaveMarc.Location = new System.Drawing.Point(720, 4);
this.Btn_SaveMarc.Name = "Btn_SaveMarc";
this.Btn_SaveMarc.Size = new System.Drawing.Size(75, 23);
this.Btn_SaveMarc.TabIndex = 2;
this.Btn_SaveMarc.Text = "마크 저장";
this.Btn_SaveMarc.UseVisualStyleBackColor = true;
this.Btn_SaveMarc.Click += new System.EventHandler(this.Btn_SaveMarc_Click);
//
// Btn_Connect
//
this.Btn_Connect.Location = new System.Drawing.Point(140, 4);
this.Btn_Connect.Name = "Btn_Connect";
this.Btn_Connect.Size = new System.Drawing.Size(75, 23);
this.Btn_Connect.TabIndex = 1;
this.Btn_Connect.Text = "접 속";
this.Btn_Connect.UseVisualStyleBackColor = true;
this.Btn_Connect.Click += new System.EventHandler(this.Btn_Connect_Click);
//
// cb_SiteCon
//
this.cb_SiteCon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_SiteCon.FormattingEnabled = true;
this.cb_SiteCon.Location = new System.Drawing.Point(12, 5);
this.cb_SiteCon.Name = "cb_SiteCon";
this.cb_SiteCon.Size = new System.Drawing.Size(121, 20);
this.cb_SiteCon.TabIndex = 0;
//
// tb_Num
//
this.tb_Num.Location = new System.Drawing.Point(46, 6);
this.tb_Num.Name = "tb_Num";
this.tb_Num.Size = new System.Drawing.Size(87, 21);
this.tb_Num.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 0;
this.label2.Text = "연번";
//
// tb_T008
//
this.tb_T008.Location = new System.Drawing.Point(716, 6);
this.tb_T008.Name = "tb_T008";
this.tb_T008.Size = new System.Drawing.Size(189, 21);
this.tb_T008.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(683, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(31, 12);
this.label4.TabIndex = 0;
this.label4.Text = "T008";
//
// tb_T007
//
this.tb_T007.Location = new System.Drawing.Point(409, 6);
this.tb_T007.Name = "tb_T007";
this.tb_T007.Size = new System.Drawing.Size(177, 21);
this.tb_T007.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(376, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 12);
this.label3.TabIndex = 0;
this.label3.Text = "T007";
//
// tb_T005
//
this.tb_T005.Location = new System.Drawing.Point(207, 6);
this.tb_T005.Name = "tb_T005";
this.tb_T005.Size = new System.Drawing.Size(146, 21);
this.tb_T005.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(174, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(31, 12);
this.label1.TabIndex = 0;
this.label1.Text = "T005";
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.Btn_Help008);
this.panel1.Controls.Add(this.Btn_Help007);
this.panel1.Controls.Add(this.tb_Num);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.tb_T008);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.tb_T007);
this.panel1.Controls.Add(this.tb_T005);
this.panel1.Controls.Add(this.label3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 33);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(977, 35);
this.panel1.TabIndex = 4;
//
// Btn_Help008
//
this.Btn_Help008.Location = new System.Drawing.Point(910, 5);
this.Btn_Help008.Name = "Btn_Help008";
this.Btn_Help008.Size = new System.Drawing.Size(47, 23);
this.Btn_Help008.TabIndex = 2;
this.Btn_Help008.Text = "T008";
this.Btn_Help008.UseVisualStyleBackColor = true;
this.Btn_Help008.Click += new System.EventHandler(this.Btn_Help008_Click);
//
// Btn_Help007
//
this.Btn_Help007.Location = new System.Drawing.Point(592, 5);
this.Btn_Help007.Name = "Btn_Help007";
this.Btn_Help007.Size = new System.Drawing.Size(47, 23);
this.Btn_Help007.TabIndex = 2;
this.Btn_Help007.Text = "T007";
this.Btn_Help007.UseVisualStyleBackColor = true;
this.Btn_Help007.Click += new System.EventHandler(this.Btn_Help007_Click);
//
// panel4
//
this.panel4.Controls.Add(this.panel7);
this.panel4.Controls.Add(this.panel6);
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(332, 734);
this.panel4.TabIndex = 7;
//
// panel7
//
this.panel7.Controls.Add(this.dataGridView1);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(0, 68);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(332, 666);
this.panel7.TabIndex = 0;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
this.num,
this.code,
this.title,
this.author,
this.comp,
this.price,
this.marc});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(332, 666);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// idx
//
this.idx.HeaderText = "idx";
this.idx.Name = "idx";
this.idx.ReadOnly = true;
this.idx.Visible = false;
//
// num
//
this.num.HeaderText = "연번";
this.num.Name = "num";
this.num.ReadOnly = true;
this.num.Width = 60;
//
// code
//
this.code.HeaderText = "상품코드";
this.code.Name = "code";
this.code.ReadOnly = true;
//
// title
//
this.title.HeaderText = "상품명";
this.title.Name = "title";
this.title.ReadOnly = true;
//
// author
//
this.author.HeaderText = "제작자";
this.author.Name = "author";
this.author.ReadOnly = true;
//
// comp
//
this.comp.HeaderText = "제작사";
this.comp.Name = "comp";
this.comp.ReadOnly = true;
//
// price
//
this.price.HeaderText = "정가";
this.price.Name = "price";
this.price.ReadOnly = true;
//
// marc
//
this.marc.HeaderText = "마크";
this.marc.Name = "marc";
this.marc.ReadOnly = true;
this.marc.Visible = false;
//
// panel6
//
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel6.Controls.Add(this.lbl_date);
this.panel6.Controls.Add(this.lbl_ListTitle);
this.panel6.Controls.Add(this.button4);
this.panel6.Controls.Add(this.button3);
this.panel6.Controls.Add(this.Btn_SaveList);
this.panel6.Controls.Add(this.Btn_SelectList);
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
this.panel6.Location = new System.Drawing.Point(0, 0);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(332, 68);
this.panel6.TabIndex = 0;
//
// lbl_date
//
this.lbl_date.AutoSize = true;
this.lbl_date.Location = new System.Drawing.Point(13, 55);
this.lbl_date.Name = "lbl_date";
this.lbl_date.Size = new System.Drawing.Size(111, 12);
this.lbl_date.TabIndex = 2;
this.lbl_date.Text = "목록일자(가려놓음)";
this.lbl_date.Visible = false;
//
// lbl_ListTitle
//
this.lbl_ListTitle.AutoSize = true;
this.lbl_ListTitle.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbl_ListTitle.Location = new System.Drawing.Point(10, 43);
this.lbl_ListTitle.Name = "lbl_ListTitle";
this.lbl_ListTitle.Size = new System.Drawing.Size(222, 13);
this.lbl_ListTitle.TabIndex = 1;
this.lbl_ListTitle.Text = "이야아아아아이것이 목록명이다아";
//
// button4
//
this.button4.Location = new System.Drawing.Point(249, 4);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 0;
this.button4.Text = "button1";
this.button4.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(168, 4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 0;
this.button3.Text = "button1";
this.button3.UseVisualStyleBackColor = true;
//
// Btn_SaveList
//
this.Btn_SaveList.Location = new System.Drawing.Point(87, 4);
this.Btn_SaveList.Name = "Btn_SaveList";
this.Btn_SaveList.Size = new System.Drawing.Size(75, 23);
this.Btn_SaveList.TabIndex = 0;
this.Btn_SaveList.Text = "목록 저장";
this.Btn_SaveList.UseVisualStyleBackColor = true;
this.Btn_SaveList.Click += new System.EventHandler(this.Btn_SaveList_Click);
//
// Btn_SelectList
//
this.Btn_SelectList.Location = new System.Drawing.Point(6, 4);
this.Btn_SelectList.Name = "Btn_SelectList";
this.Btn_SelectList.Size = new System.Drawing.Size(75, 23);
this.Btn_SelectList.TabIndex = 0;
this.Btn_SelectList.Text = "목록 선택";
this.Btn_SelectList.UseVisualStyleBackColor = true;
this.Btn_SelectList.Click += new System.EventHandler(this.Btn_SelectList_Click);
//
// panel5
//
this.panel5.Controls.Add(this.panel3);
this.panel5.Controls.Add(this.panel1);
this.panel5.Controls.Add(this.panel2);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(332, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(977, 734);
this.panel5.TabIndex = 8;
//
// CD_LP
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1309, 734);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel4);
this.Name = "CD_LP";
this.Text = "CD_LP";
this.Load += new System.EventHandler(this.CD_LP_Load);
this.panel3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel3;
public System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox tb_Num;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tb_T005;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button Btn_Connect;
private System.Windows.Forms.ComboBox cb_SiteCon;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button Btn_SaveList;
private System.Windows.Forms.Button Btn_SelectList;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn num;
private System.Windows.Forms.DataGridViewTextBoxColumn code;
private System.Windows.Forms.DataGridViewTextBoxColumn title;
private System.Windows.Forms.DataGridViewTextBoxColumn author;
private System.Windows.Forms.DataGridViewTextBoxColumn comp;
private System.Windows.Forms.DataGridViewTextBoxColumn price;
private System.Windows.Forms.DataGridViewTextBoxColumn marc;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button Btn_SaveMarc;
private System.Windows.Forms.Button button4;
public System.Windows.Forms.Label lbl_ListTitle;
private System.Windows.Forms.ComboBox cb_Type;
public System.Windows.Forms.Label lbl_date;
private System.Windows.Forms.Button Btn_Help008;
private System.Windows.Forms.Button Btn_Help007;
private System.Windows.Forms.Button Btn_New;
public System.Windows.Forms.TextBox tb_T007;
public System.Windows.Forms.TextBox tb_T008;
}
}