DLS 조회입력 화면 null 개체오류 분석 : 해당 화면은 고친적 없는 원본화면 https://reading.jnei.go.kr 페이지를 열어서 작업하는 것을 추정되나 해당 사이트가 접속이 되지 않은 것이 원인이됨 (프로그램이 멈추지 않고 오류 메세지가 나오도록 수정 함) 마크등급용 전용컨트롤 생성 및 공유 Grade - E 추가 마크목록 데이터 조회시 (ISBN검색결과 서명,저자,출판사,설명,URL 추가 )
203 lines
9.5 KiB
C#
203 lines
9.5 KiB
C#
|
|
namespace UniMarc
|
|
{
|
|
partial class fMarc_Editor
|
|
{
|
|
/// <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.panel5 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.etc1 = new System.Windows.Forms.RichTextBox();
|
|
this.etc2 = new System.Windows.Forms.RichTextBox();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.btn_FillBlank = new System.Windows.Forms.Button();
|
|
this.lbl_SaveData = new System.Windows.Forms.TextBox();
|
|
this.btNext = new System.Windows.Forms.Button();
|
|
this.btPrev = new System.Windows.Forms.Button();
|
|
this.btn_Save = new System.Windows.Forms.Button();
|
|
this.uC_SelectGrade1 = new UniMarc.UC_SelectGrade();
|
|
this.panel5.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.tableLayoutPanel1);
|
|
this.panel5.Controls.Add(this.panel6);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel5.Location = new System.Drawing.Point(1071, 0);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(266, 768);
|
|
this.panel5.TabIndex = 327;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Controls.Add(this.etc1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.etc2, 0, 1);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 308);
|
|
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(266, 460);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// etc1
|
|
//
|
|
this.etc1.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.etc1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.etc1.Font = new System.Drawing.Font("굴림체", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.etc1.Location = new System.Drawing.Point(3, 3);
|
|
this.etc1.Name = "etc1";
|
|
this.etc1.Size = new System.Drawing.Size(260, 224);
|
|
this.etc1.TabIndex = 32;
|
|
this.etc1.Text = "Remark1";
|
|
this.etc1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.etc1_KeyDown);
|
|
//
|
|
// etc2
|
|
//
|
|
this.etc2.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.etc2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.etc2.Font = new System.Drawing.Font("굴림체", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.etc2.Location = new System.Drawing.Point(3, 233);
|
|
this.etc2.Name = "etc2";
|
|
this.etc2.Size = new System.Drawing.Size(260, 224);
|
|
this.etc2.TabIndex = 32;
|
|
this.etc2.Text = "Remark2";
|
|
this.etc2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.etc1_KeyDown);
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.Controls.Add(this.uC_SelectGrade1);
|
|
this.panel6.Controls.Add(this.btn_FillBlank);
|
|
this.panel6.Controls.Add(this.lbl_SaveData);
|
|
this.panel6.Controls.Add(this.btNext);
|
|
this.panel6.Controls.Add(this.btPrev);
|
|
this.panel6.Controls.Add(this.btn_Save);
|
|
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(266, 308);
|
|
this.panel6.TabIndex = 1;
|
|
//
|
|
// btn_FillBlank
|
|
//
|
|
this.btn_FillBlank.Location = new System.Drawing.Point(11, 178);
|
|
this.btn_FillBlank.Name = "btn_FillBlank";
|
|
this.btn_FillBlank.Size = new System.Drawing.Size(243, 46);
|
|
this.btn_FillBlank.TabIndex = 329;
|
|
this.btn_FillBlank.Text = "미소장 마크 코리스\r\n칸채우기";
|
|
this.btn_FillBlank.UseVisualStyleBackColor = true;
|
|
this.btn_FillBlank.Click += new System.EventHandler(this.btn_FillBlank_Click);
|
|
//
|
|
// lbl_SaveData
|
|
//
|
|
this.lbl_SaveData.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbl_SaveData.ForeColor = System.Drawing.Color.Black;
|
|
this.lbl_SaveData.Location = new System.Drawing.Point(9, 45);
|
|
this.lbl_SaveData.Multiline = true;
|
|
this.lbl_SaveData.Name = "lbl_SaveData";
|
|
this.lbl_SaveData.Size = new System.Drawing.Size(245, 127);
|
|
this.lbl_SaveData.TabIndex = 319;
|
|
this.lbl_SaveData.Text = "[] []";
|
|
//
|
|
// btNext
|
|
//
|
|
this.btNext.Location = new System.Drawing.Point(147, 269);
|
|
this.btNext.Name = "btNext";
|
|
this.btNext.Size = new System.Drawing.Size(107, 33);
|
|
this.btNext.TabIndex = 230;
|
|
this.btNext.Text = "다 음(F8)";
|
|
this.btNext.UseVisualStyleBackColor = true;
|
|
this.btNext.Click += new System.EventHandler(this.btNext_Click);
|
|
//
|
|
// btPrev
|
|
//
|
|
this.btPrev.Location = new System.Drawing.Point(14, 269);
|
|
this.btPrev.Name = "btPrev";
|
|
this.btPrev.Size = new System.Drawing.Size(107, 33);
|
|
this.btPrev.TabIndex = 229;
|
|
this.btPrev.Text = "이 전(F7)";
|
|
this.btPrev.UseVisualStyleBackColor = true;
|
|
this.btPrev.Click += new System.EventHandler(this.btPrev_Click);
|
|
//
|
|
// btn_Save
|
|
//
|
|
this.btn_Save.Location = new System.Drawing.Point(147, 230);
|
|
this.btn_Save.Name = "btn_Save";
|
|
this.btn_Save.Size = new System.Drawing.Size(107, 33);
|
|
this.btn_Save.TabIndex = 215;
|
|
this.btn_Save.Text = "저장(F9)";
|
|
this.btn_Save.UseVisualStyleBackColor = true;
|
|
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
|
//
|
|
// uC_SelectGrade1
|
|
//
|
|
this.uC_SelectGrade1.BackColor = System.Drawing.Color.White;
|
|
this.uC_SelectGrade1.Grade = -1;
|
|
this.uC_SelectGrade1.GradeName = "";
|
|
this.uC_SelectGrade1.Location = new System.Drawing.Point(11, 10);
|
|
this.uC_SelectGrade1.Name = "uC_SelectGrade1";
|
|
this.uC_SelectGrade1.Size = new System.Drawing.Size(243, 29);
|
|
this.uC_SelectGrade1.TabIndex = 330;
|
|
//
|
|
// fMarc_Editor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1337, 768);
|
|
this.Controls.Add(this.panel5);
|
|
this.Name = "fMarc_Editor";
|
|
this.Text = "마크편집";
|
|
this.Load += new System.EventHandler(this.Marc_Plan_Sub_MarcEdit2_Load);
|
|
this.panel5.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel6.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
public System.Windows.Forms.RichTextBox etc1;
|
|
public System.Windows.Forms.RichTextBox etc2;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.TextBox lbl_SaveData;
|
|
private System.Windows.Forms.Button btNext;
|
|
private System.Windows.Forms.Button btPrev;
|
|
private System.Windows.Forms.Button btn_Save;
|
|
private System.Windows.Forms.Button btn_FillBlank;
|
|
private UC_SelectGrade uC_SelectGrade1;
|
|
}
|
|
} |