477 lines
28 KiB
C#
477 lines
28 KiB
C#
namespace Project
|
|
{
|
|
partial class fModelV
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fModelV));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.ds1 = new Project.DataSet1();
|
|
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
this.modelBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
this.dv = new arCtl.arDatagridView();
|
|
this.tmDisplay = new System.Windows.Forms.Timer(this.components);
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.tbClose = new System.Windows.Forms.Button();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.tbFind = new System.Windows.Forms.TextBox();
|
|
this.arLabel18 = new arCtl.arLabel();
|
|
this.panTitleBar = new System.Windows.Forms.Panel();
|
|
this.lbTitle = new arCtl.arLabel();
|
|
this.dvc_title = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit();
|
|
this.panel5.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panTitleBar.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
|
|
this.bn.BindingSource = this.bs;
|
|
this.bn.CountItem = null;
|
|
this.bn.DeleteItem = null;
|
|
this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bn.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.bn.ImageScalingSize = new System.Drawing.Size(40, 40);
|
|
this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bindingNavigatorMoveFirstItem,
|
|
this.bindingNavigatorMoveLastItem,
|
|
this.bindingNavigatorSeparator2,
|
|
this.bindingNavigatorAddNewItem,
|
|
this.bindingNavigatorDeleteItem,
|
|
this.modelBindingNavigatorSaveItem,
|
|
this.toolStripButton1,
|
|
this.toolStripButton2,
|
|
this.toolStripButton3});
|
|
this.bn.Location = new System.Drawing.Point(1, 561);
|
|
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
|
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
|
this.bn.MoveNextItem = null;
|
|
this.bn.MovePreviousItem = null;
|
|
this.bn.Name = "bn";
|
|
this.bn.PositionItem = null;
|
|
this.bn.Size = new System.Drawing.Size(998, 47);
|
|
this.bn.TabIndex = 0;
|
|
this.bn.Text = "bindingNavigator1";
|
|
//
|
|
// bindingNavigatorAddNewItem
|
|
//
|
|
this.bindingNavigatorAddNewItem.Image = global::Project.Properties.Resources.icons8_new_40;
|
|
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
|
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(103, 44);
|
|
this.bindingNavigatorAddNewItem.Text = "추가(&A)";
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "Model";
|
|
this.bs.DataSource = this.ds1;
|
|
//
|
|
// ds1
|
|
//
|
|
this.ds1.DataSetName = "DataSet1";
|
|
this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// bindingNavigatorMoveFirstItem
|
|
//
|
|
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
|
|
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
|
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(44, 44);
|
|
this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
|
//
|
|
// bindingNavigatorMoveLastItem
|
|
//
|
|
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
|
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
|
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(44, 44);
|
|
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator2
|
|
//
|
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 47);
|
|
//
|
|
// bindingNavigatorDeleteItem
|
|
//
|
|
this.bindingNavigatorDeleteItem.Image = global::Project.Properties.Resources.icons8_unavailable_40;
|
|
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
|
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(104, 44);
|
|
this.bindingNavigatorDeleteItem.Text = "삭제(&D)";
|
|
this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
|
|
//
|
|
// modelBindingNavigatorSaveItem
|
|
//
|
|
this.modelBindingNavigatorSaveItem.Image = global::Project.Properties.Resources.icons8_save_40;
|
|
this.modelBindingNavigatorSaveItem.Name = "modelBindingNavigatorSaveItem";
|
|
this.modelBindingNavigatorSaveItem.Size = new System.Drawing.Size(101, 44);
|
|
this.modelBindingNavigatorSaveItem.Text = "저장(&S)";
|
|
this.modelBindingNavigatorSaveItem.Click += new System.EventHandler(this.modelBindingNavigatorSaveItem_Click);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton1.Image = global::Project.Properties.Resources.icons8_checked_radio_button_48;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(105, 44);
|
|
this.toolStripButton1.Text = "선택(&O)";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.btSelect_Click);
|
|
//
|
|
// toolStripButton2
|
|
//
|
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
this.toolStripButton2.Size = new System.Drawing.Size(83, 44);
|
|
this.toolStripButton2.Text = "복사";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
//
|
|
// toolStripButton3
|
|
//
|
|
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton3.Name = "toolStripButton3";
|
|
this.toolStripButton3.Size = new System.Drawing.Size(83, 44);
|
|
this.toolStripButton3.Text = "SEM";
|
|
this.toolStripButton3.ToolTipText = "레이저마킹 장비의 SEM 파일을 선택 합니다";
|
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
|
//
|
|
// dv
|
|
//
|
|
this.dv.A_DelCurrentCell = true;
|
|
this.dv.A_EnterToTab = true;
|
|
this.dv.A_KoreanField = null;
|
|
this.dv.A_UpperField = null;
|
|
this.dv.A_ViewRownumOnHeader = true;
|
|
this.dv.AllowUserToAddRows = false;
|
|
this.dv.AllowUserToDeleteRows = false;
|
|
this.dv.AutoGenerateColumns = false;
|
|
this.dv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.dv.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dv.ColumnHeadersHeight = 35;
|
|
this.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dvc_title});
|
|
this.dv.DataSource = this.bs;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(5);
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv.Location = new System.Drawing.Point(5, 0);
|
|
this.dv.MultiSelect = false;
|
|
this.dv.Name = "dv";
|
|
this.dv.RowHeadersVisible = false;
|
|
this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
this.dv.Size = new System.Drawing.Size(988, 435);
|
|
this.dv.TabIndex = 1;
|
|
this.dv.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_DataError);
|
|
//
|
|
// tmDisplay
|
|
//
|
|
this.tmDisplay.Interval = 500;
|
|
this.tmDisplay.Tick += new System.EventHandler(this.tmDisplay_Tick);
|
|
//
|
|
// tbClose
|
|
//
|
|
this.tbClose.BackColor = System.Drawing.Color.Transparent;
|
|
this.tbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.tbClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.tbClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.tbClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.tbClose.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
|
|
this.tbClose.Location = new System.Drawing.Point(954, 0);
|
|
this.tbClose.Name = "tbClose";
|
|
this.tbClose.Size = new System.Drawing.Size(44, 32);
|
|
this.tbClose.TabIndex = 59;
|
|
this.tbClose.Text = "X";
|
|
this.toolTip1.SetToolTip(this.tbClose, "종료");
|
|
this.tbClose.UseVisualStyleBackColor = false;
|
|
this.tbClose.Click += new System.EventHandler(this.tbClose_Click);
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.panel1);
|
|
this.panel5.Controls.Add(this.panel2);
|
|
this.panel5.Controls.Add(this.arLabel18);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel5.Location = new System.Drawing.Point(1, 33);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(998, 528);
|
|
this.panel5.TabIndex = 3;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.panel1.Controls.Add(this.dv);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 53);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.panel1.Size = new System.Drawing.Size(998, 435);
|
|
this.panel1.TabIndex = 7;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.panel2.Controls.Add(this.linkLabel1);
|
|
this.panel2.Controls.Add(this.tbFind);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel2.Location = new System.Drawing.Point(0, 488);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(998, 40);
|
|
this.panel2.TabIndex = 6;
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.linkLabel1.LinkColor = System.Drawing.Color.WhiteSmoke;
|
|
this.linkLabel1.Location = new System.Drawing.Point(8, 10);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(39, 20);
|
|
this.linkLabel1.TabIndex = 8;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "검색";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// tbFind
|
|
//
|
|
this.tbFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbFind.Location = new System.Drawing.Point(52, 7);
|
|
this.tbFind.Name = "tbFind";
|
|
this.tbFind.Size = new System.Drawing.Size(937, 27);
|
|
this.tbFind.TabIndex = 7;
|
|
this.tbFind.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
|
|
//
|
|
// arLabel18
|
|
//
|
|
this.arLabel18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.arLabel18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.arLabel18.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
|
|
this.arLabel18.BorderColorOver = System.Drawing.Color.DodgerBlue;
|
|
this.arLabel18.BorderSize = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.arLabel18.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.arLabel18.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.arLabel18.Font = new System.Drawing.Font("Cambria", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.arLabel18.ForeColor = System.Drawing.Color.Gainsboro;
|
|
this.arLabel18.GradientEnable = true;
|
|
this.arLabel18.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.arLabel18.GradientRepeatBG = false;
|
|
this.arLabel18.isButton = false;
|
|
this.arLabel18.Location = new System.Drawing.Point(0, 0);
|
|
this.arLabel18.Margin = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.MouseDownColor = System.Drawing.Color.Yellow;
|
|
this.arLabel18.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.arLabel18.msg = null;
|
|
this.arLabel18.Name = "arLabel18";
|
|
this.arLabel18.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.arLabel18.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.arLabel18.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.arLabel18.ProgressEnable = false;
|
|
this.arLabel18.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.arLabel18.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.arLabel18.ProgressMax = 100F;
|
|
this.arLabel18.ProgressMin = 0F;
|
|
this.arLabel18.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.ProgressValue = 0F;
|
|
this.arLabel18.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.arLabel18.Sign = "";
|
|
this.arLabel18.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
|
this.arLabel18.SignColor = System.Drawing.Color.Yellow;
|
|
this.arLabel18.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
|
this.arLabel18.Size = new System.Drawing.Size(998, 53);
|
|
this.arLabel18.TabIndex = 5;
|
|
this.arLabel18.Text = "--";
|
|
this.arLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.arLabel18.TextShadow = true;
|
|
this.arLabel18.TextVisible = true;
|
|
//
|
|
// panTitleBar
|
|
//
|
|
this.panTitleBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.panTitleBar.Controls.Add(this.lbTitle);
|
|
this.panTitleBar.Controls.Add(this.tbClose);
|
|
this.panTitleBar.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panTitleBar.Location = new System.Drawing.Point(1, 1);
|
|
this.panTitleBar.Name = "panTitleBar";
|
|
this.panTitleBar.Size = new System.Drawing.Size(998, 32);
|
|
this.panTitleBar.TabIndex = 133;
|
|
//
|
|
// lbTitle
|
|
//
|
|
this.lbTitle.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbTitle.BackColor2 = System.Drawing.Color.Transparent;
|
|
this.lbTitle.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.lbTitle.BorderColor = System.Drawing.Color.Red;
|
|
this.lbTitle.BorderColorOver = System.Drawing.Color.Red;
|
|
this.lbTitle.BorderSize = new System.Windows.Forms.Padding(0);
|
|
this.lbTitle.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.lbTitle.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbTitle.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbTitle.ForeColor = System.Drawing.Color.LightSkyBlue;
|
|
this.lbTitle.GradientEnable = true;
|
|
this.lbTitle.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
|
this.lbTitle.GradientRepeatBG = false;
|
|
this.lbTitle.isButton = false;
|
|
this.lbTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.lbTitle.MouseDownColor = System.Drawing.Color.Yellow;
|
|
this.lbTitle.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.lbTitle.msg = null;
|
|
this.lbTitle.Name = "lbTitle";
|
|
this.lbTitle.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
this.lbTitle.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.lbTitle.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.lbTitle.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.lbTitle.ProgressEnable = false;
|
|
this.lbTitle.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.lbTitle.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.lbTitle.ProgressMax = 100F;
|
|
this.lbTitle.ProgressMin = 0F;
|
|
this.lbTitle.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.lbTitle.ProgressValue = 0F;
|
|
this.lbTitle.ShadowColor = System.Drawing.Color.WhiteSmoke;
|
|
this.lbTitle.Sign = "";
|
|
this.lbTitle.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
|
this.lbTitle.SignColor = System.Drawing.Color.Yellow;
|
|
this.lbTitle.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
|
this.lbTitle.Size = new System.Drawing.Size(954, 32);
|
|
this.lbTitle.TabIndex = 60;
|
|
this.lbTitle.Text = "MODEL(VISION) SETTING";
|
|
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lbTitle.TextShadow = false;
|
|
this.lbTitle.TextVisible = true;
|
|
//
|
|
// dvc_title
|
|
//
|
|
this.dvc_title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dvc_title.DataPropertyName = "Title";
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.dvc_title.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dvc_title.HeaderText = "Remark";
|
|
this.dvc_title.Name = "dvc_title";
|
|
//
|
|
// fModelV
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
|
|
this.ClientSize = new System.Drawing.Size(1000, 609);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.panTitleBar);
|
|
this.Controls.Add(this.bn);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fModelV";
|
|
this.Padding = new System.Windows.Forms.Padding(1);
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "MODEL SETTING";
|
|
this.Load += new System.EventHandler(this.@__Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
|
this.bn.ResumeLayout(false);
|
|
this.bn.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit();
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panTitleBar.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DataSet1 ds1;
|
|
private System.Windows.Forms.BindingNavigator bn;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
|
private System.Windows.Forms.ToolStripButton modelBindingNavigatorSaveItem;
|
|
private arCtl.arDatagridView dv;
|
|
private System.Windows.Forms.Timer tmDisplay;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private arCtl.arLabel arLabel18;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.TextBox tbFind;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
|
public System.Windows.Forms.Panel panTitleBar;
|
|
private arCtl.arLabel lbTitle;
|
|
private System.Windows.Forms.Button tbClose;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_title;
|
|
}
|
|
} |