 ed81f7d1d3
			
		
	
	ed81f7d1d3
	
	
	
		
			
			1. 소장자료검색에서 더블클릭시 마크편집폼으로 전환 2. 마크편집에서 [저장시각, 작성자, 비고, 등급] 추가로 표시 3. 복본조사 - 특수문자, 괄호안의 문자 제거기능 추가 4. 저자기호 일괄전환 추가 5. 마크목록생성 - 수량분리기능 추가.
		
			
				
	
	
		
			143 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			143 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace UniMarc.마크
 | |
| {
 | |
|     partial class Zoom_Picture
 | |
|     {
 | |
|         /// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.btn_Preview = new System.Windows.Forms.Button();
 | |
|             this.btn_Close = new System.Windows.Forms.Button();
 | |
|             this.webBrowser1 = new System.Windows.Forms.WebBrowser();
 | |
|             this.btn_Photo = new System.Windows.Forms.Button();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.panel2.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // pictureBox1
 | |
|             // 
 | |
|             this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.pictureBox1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.pictureBox1.Name = "pictureBox1";
 | |
|             this.pictureBox1.Size = new System.Drawing.Size(544, 671);
 | |
|             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
 | |
|             this.pictureBox1.TabIndex = 0;
 | |
|             this.pictureBox1.TabStop = false;
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.panel1.Controls.Add(this.btn_Close);
 | |
|             this.panel1.Controls.Add(this.btn_Photo);
 | |
|             this.panel1.Controls.Add(this.btn_Preview);
 | |
|             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(544, 40);
 | |
|             this.panel1.TabIndex = 1;
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.Controls.Add(this.pictureBox1);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 40);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(544, 671);
 | |
|             this.panel2.TabIndex = 2;
 | |
|             // 
 | |
|             // btn_Preview
 | |
|             // 
 | |
|             this.btn_Preview.Location = new System.Drawing.Point(378, 8);
 | |
|             this.btn_Preview.Name = "btn_Preview";
 | |
|             this.btn_Preview.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_Preview.TabIndex = 0;
 | |
|             this.btn_Preview.Text = "미리보기";
 | |
|             this.btn_Preview.UseVisualStyleBackColor = true;
 | |
|             this.btn_Preview.Click += new System.EventHandler(this.btn_Preview_Click);
 | |
|             // 
 | |
|             // btn_Close
 | |
|             // 
 | |
|             this.btn_Close.Location = new System.Drawing.Point(459, 8);
 | |
|             this.btn_Close.Name = "btn_Close";
 | |
|             this.btn_Close.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_Close.TabIndex = 0;
 | |
|             this.btn_Close.Text = "닫    기";
 | |
|             this.btn_Close.UseVisualStyleBackColor = true;
 | |
|             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
 | |
|             // 
 | |
|             // webBrowser1
 | |
|             // 
 | |
|             this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.webBrowser1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
 | |
|             this.webBrowser1.Name = "webBrowser1";
 | |
|             this.webBrowser1.Size = new System.Drawing.Size(544, 711);
 | |
|             this.webBrowser1.TabIndex = 3;
 | |
|             // 
 | |
|             // btn_Photo
 | |
|             // 
 | |
|             this.btn_Photo.Location = new System.Drawing.Point(297, 8);
 | |
|             this.btn_Photo.Name = "btn_Photo";
 | |
|             this.btn_Photo.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_Photo.TabIndex = 0;
 | |
|             this.btn_Photo.Text = "사진보기";
 | |
|             this.btn_Photo.UseVisualStyleBackColor = true;
 | |
|             this.btn_Photo.Click += new System.EventHandler(this.btn_Photo_Click);
 | |
|             // 
 | |
|             // Zoom_Picture
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(544, 711);
 | |
|             this.Controls.Add(this.panel2);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.webBrowser1);
 | |
|             this.Name = "Zoom_Picture";
 | |
|             this.Text = "크게보기";
 | |
|             this.Load += new System.EventHandler(this.Zoom_Picture_Load);
 | |
|             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Zoom_Picture_KeyDown);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.PictureBox pictureBox1;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private System.Windows.Forms.Button btn_Close;
 | |
|         private System.Windows.Forms.Button btn_Preview;
 | |
|         private System.Windows.Forms.WebBrowser webBrowser1;
 | |
|         private System.Windows.Forms.Button btn_Photo;
 | |
|     }
 | |
| } |