288 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			288 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace vmsnet.Setting
 | |
| {
 | |
|     partial class fDesignSetting
 | |
|     {
 | |
|         /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fDesignSetting));
 | |
|             this.linkLabel1 = new System.Windows.Forms.LinkLabel();
 | |
|             this.linkLabel2 = new System.Windows.Forms.LinkLabel();
 | |
|             this.tbfontnb = new System.Windows.Forms.TextBox();
 | |
|             this.linkLabel3 = new System.Windows.Forms.LinkLabel();
 | |
|             this.tbfontcellname = new System.Windows.Forms.TextBox();
 | |
|             this.tbfontcellvalue = new System.Windows.Forms.TextBox();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.tbFontSummary = new System.Windows.Forms.TextBox();
 | |
|             this.linkLabel4 = new System.Windows.Forms.LinkLabel();
 | |
|             this.tbFontCellTitle = new System.Windows.Forms.TextBox();
 | |
|             this.linkLabel5 = new System.Windows.Forms.LinkLabel();
 | |
|             this.tbFontAvalue = new System.Windows.Forms.TextBox();
 | |
|             this.linkLabel6 = new System.Windows.Forms.LinkLabel();
 | |
|             this.tbFontKaValue = new System.Windows.Forms.TextBox();
 | |
|             this.linkLabel7 = new System.Windows.Forms.LinkLabel();
 | |
|             this.tbFontKaUnit = new System.Windows.Forms.TextBox();
 | |
|             this.linkLabel8 = new System.Windows.Forms.LinkLabel();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // linkLabel1
 | |
|             // 
 | |
|             this.linkLabel1.AutoSize = true;
 | |
|             this.linkLabel1.Location = new System.Drawing.Point(34, 48);
 | |
|             this.linkLabel1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel1.Name = "linkLabel1";
 | |
|             this.linkLabel1.Size = new System.Drawing.Size(444, 48);
 | |
|             this.linkLabel1.TabIndex = 0;
 | |
|             this.linkLabel1.TabStop = true;
 | |
|             this.linkLabel1.Text = "Null balance Display Font";
 | |
|             this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
 | |
|             // 
 | |
|             // linkLabel2
 | |
|             // 
 | |
|             this.linkLabel2.AutoSize = true;
 | |
|             this.linkLabel2.Location = new System.Drawing.Point(68, 219);
 | |
|             this.linkLabel2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel2.Name = "linkLabel2";
 | |
|             this.linkLabel2.Size = new System.Drawing.Size(409, 48);
 | |
|             this.linkLabel2.TabIndex = 0;
 | |
|             this.linkLabel2.TabStop = true;
 | |
|             this.linkLabel2.Text = "Cell Name Dispaly Font";
 | |
|             this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
 | |
|             // 
 | |
|             // tbfontnb
 | |
|             // 
 | |
|             this.tbfontnb.Location = new System.Drawing.Point(480, 48);
 | |
|             this.tbfontnb.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbfontnb.Name = "tbfontnb";
 | |
|             this.tbfontnb.ReadOnly = true;
 | |
|             this.tbfontnb.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbfontnb.TabIndex = 1;
 | |
|             // 
 | |
|             // linkLabel3
 | |
|             // 
 | |
|             this.linkLabel3.AutoSize = true;
 | |
|             this.linkLabel3.Location = new System.Drawing.Point(74, 304);
 | |
|             this.linkLabel3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel3.Name = "linkLabel3";
 | |
|             this.linkLabel3.Size = new System.Drawing.Size(402, 48);
 | |
|             this.linkLabel3.TabIndex = 0;
 | |
|             this.linkLabel3.TabStop = true;
 | |
|             this.linkLabel3.Text = "Cell Value Display Font";
 | |
|             this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
 | |
|             // 
 | |
|             // tbfontcellname
 | |
|             // 
 | |
|             this.tbfontcellname.Location = new System.Drawing.Point(480, 219);
 | |
|             this.tbfontcellname.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbfontcellname.Name = "tbfontcellname";
 | |
|             this.tbfontcellname.ReadOnly = true;
 | |
|             this.tbfontcellname.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbfontcellname.TabIndex = 1;
 | |
|             // 
 | |
|             // tbfontcellvalue
 | |
|             // 
 | |
|             this.tbfontcellvalue.Location = new System.Drawing.Point(480, 304);
 | |
|             this.tbfontcellvalue.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbfontcellvalue.Name = "tbfontcellvalue";
 | |
|             this.tbfontcellvalue.ReadOnly = true;
 | |
|             this.tbfontcellvalue.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbfontcellvalue.TabIndex = 1;
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.button1.Location = new System.Drawing.Point(15, 798);
 | |
|             this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(1062, 100);
 | |
|             this.button1.TabIndex = 2;
 | |
|             this.button1.Text = "OK";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // tbFontSummary
 | |
|             // 
 | |
|             this.tbFontSummary.Location = new System.Drawing.Point(480, 476);
 | |
|             this.tbFontSummary.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbFontSummary.Name = "tbFontSummary";
 | |
|             this.tbFontSummary.ReadOnly = true;
 | |
|             this.tbFontSummary.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbFontSummary.TabIndex = 4;
 | |
|             // 
 | |
|             // linkLabel4
 | |
|             // 
 | |
|             this.linkLabel4.AutoSize = true;
 | |
|             this.linkLabel4.Location = new System.Drawing.Point(84, 476);
 | |
|             this.linkLabel4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel4.Name = "linkLabel4";
 | |
|             this.linkLabel4.Size = new System.Drawing.Size(393, 48);
 | |
|             this.linkLabel4.TabIndex = 3;
 | |
|             this.linkLabel4.TabStop = true;
 | |
|             this.linkLabel4.Text = "Summary Display Font";
 | |
|             this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
 | |
|             // 
 | |
|             // tbFontCellTitle
 | |
|             // 
 | |
|             this.tbFontCellTitle.Location = new System.Drawing.Point(480, 134);
 | |
|             this.tbFontCellTitle.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbFontCellTitle.Name = "tbFontCellTitle";
 | |
|             this.tbFontCellTitle.ReadOnly = true;
 | |
|             this.tbFontCellTitle.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbFontCellTitle.TabIndex = 6;
 | |
|             // 
 | |
|             // linkLabel5
 | |
|             // 
 | |
|             this.linkLabel5.AutoSize = true;
 | |
|             this.linkLabel5.Location = new System.Drawing.Point(94, 134);
 | |
|             this.linkLabel5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel5.Name = "linkLabel5";
 | |
|             this.linkLabel5.Size = new System.Drawing.Size(379, 48);
 | |
|             this.linkLabel5.TabIndex = 5;
 | |
|             this.linkLabel5.TabStop = true;
 | |
|             this.linkLabel5.Text = "Cell Title Dispaly Font";
 | |
|             this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
 | |
|             // 
 | |
|             // tbFontAvalue
 | |
|             // 
 | |
|             this.tbFontAvalue.Location = new System.Drawing.Point(480, 390);
 | |
|             this.tbFontAvalue.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbFontAvalue.Name = "tbFontAvalue";
 | |
|             this.tbFontAvalue.ReadOnly = true;
 | |
|             this.tbFontAvalue.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbFontAvalue.TabIndex = 8;
 | |
|             // 
 | |
|             // linkLabel6
 | |
|             // 
 | |
|             this.linkLabel6.AutoSize = true;
 | |
|             this.linkLabel6.Location = new System.Drawing.Point(39, 390);
 | |
|             this.linkLabel6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel6.Name = "linkLabel6";
 | |
|             this.linkLabel6.Size = new System.Drawing.Size(439, 48);
 | |
|             this.linkLabel6.TabIndex = 7;
 | |
|             this.linkLabel6.TabStop = true;
 | |
|             this.linkLabel6.Text = "Alarm Value Display Font";
 | |
|             this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
 | |
|             // 
 | |
|             // tbFontKa
 | |
|             // 
 | |
|             this.tbFontKaValue.Location = new System.Drawing.Point(480, 556);
 | |
|             this.tbFontKaValue.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbFontKaValue.Name = "tbFontKa";
 | |
|             this.tbFontKaValue.ReadOnly = true;
 | |
|             this.tbFontKaValue.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbFontKaValue.TabIndex = 10;
 | |
|             // 
 | |
|             // linkLabel7
 | |
|             // 
 | |
|             this.linkLabel7.AutoSize = true;
 | |
|             this.linkLabel7.Location = new System.Drawing.Point(81, 556);
 | |
|             this.linkLabel7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel7.Name = "linkLabel7";
 | |
|             this.linkLabel7.Size = new System.Drawing.Size(396, 48);
 | |
|             this.linkLabel7.TabIndex = 9;
 | |
|             this.linkLabel7.TabStop = true;
 | |
|             this.linkLabel7.Text = "KA(Value) Display Font";
 | |
|             this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
 | |
|             // 
 | |
|             // tbFontKaUnit
 | |
|             // 
 | |
|             this.tbFontKaUnit.Location = new System.Drawing.Point(480, 627);
 | |
|             this.tbFontKaUnit.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.tbFontKaUnit.Name = "tbFontKaUnit";
 | |
|             this.tbFontKaUnit.ReadOnly = true;
 | |
|             this.tbFontKaUnit.Size = new System.Drawing.Size(589, 55);
 | |
|             this.tbFontKaUnit.TabIndex = 12;
 | |
|             // 
 | |
|             // linkLabel8
 | |
|             // 
 | |
|             this.linkLabel8.AutoSize = true;
 | |
|             this.linkLabel8.Location = new System.Drawing.Point(105, 627);
 | |
|             this.linkLabel8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
 | |
|             this.linkLabel8.Name = "linkLabel8";
 | |
|             this.linkLabel8.Size = new System.Drawing.Size(372, 48);
 | |
|             this.linkLabel8.TabIndex = 11;
 | |
|             this.linkLabel8.TabStop = true;
 | |
|             this.linkLabel8.Text = "KA(Unit) Display Font";
 | |
|             this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
 | |
|             // 
 | |
|             // fDesignSetting
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
 | |
|             this.ClientSize = new System.Drawing.Size(1092, 913);
 | |
|             this.Controls.Add(this.tbFontKaUnit);
 | |
|             this.Controls.Add(this.linkLabel8);
 | |
|             this.Controls.Add(this.tbFontKaValue);
 | |
|             this.Controls.Add(this.linkLabel7);
 | |
|             this.Controls.Add(this.tbFontAvalue);
 | |
|             this.Controls.Add(this.linkLabel6);
 | |
|             this.Controls.Add(this.tbFontCellTitle);
 | |
|             this.Controls.Add(this.linkLabel5);
 | |
|             this.Controls.Add(this.tbFontSummary);
 | |
|             this.Controls.Add(this.linkLabel4);
 | |
|             this.Controls.Add(this.button1);
 | |
|             this.Controls.Add(this.tbfontcellvalue);
 | |
|             this.Controls.Add(this.tbfontcellname);
 | |
|             this.Controls.Add(this.tbfontnb);
 | |
|             this.Controls.Add(this.linkLabel3);
 | |
|             this.Controls.Add(this.linkLabel2);
 | |
|             this.Controls.Add(this.linkLabel1);
 | |
|             this.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 | |
|             this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "fDesignSetting";
 | |
|             this.Padding = new System.Windows.Forms.Padding(15, 15, 15, 15);
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "Design Setting";
 | |
|             this.Load += new System.EventHandler(this.fDesignSetting_Load);
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.LinkLabel linkLabel1;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel2;
 | |
|         private System.Windows.Forms.TextBox tbfontnb;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel3;
 | |
|         private System.Windows.Forms.TextBox tbfontcellname;
 | |
|         private System.Windows.Forms.TextBox tbfontcellvalue;
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         private System.Windows.Forms.TextBox tbFontSummary;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel4;
 | |
|         private System.Windows.Forms.TextBox tbFontCellTitle;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel5;
 | |
|         private System.Windows.Forms.TextBox tbFontAvalue;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel6;
 | |
|         private System.Windows.Forms.TextBox tbFontKaValue;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel7;
 | |
|         private System.Windows.Forms.TextBox tbFontKaUnit;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel8;
 | |
|     }
 | |
| } | 
