namespace ITC81DB.Controls { partial class ControlConversionItem { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 구성 요소 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlConversionItem)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.labelTitle = new SmartX.SmartLabel(); this.labelStatus = new SmartX.SmartLabel(); this.progressBarUpdate = new SmartX.SmartProgressBar(); this.labelCurrentVersion = new SmartX.SmartLabel(); this.labelTitleCurrentVersion = new SmartX.SmartLabel(); this.labelTitlePreVersion = new SmartX.SmartLabel(); this.buttonConversion = new SmartX.SmartButton(); this.comboBoxPreviousVersion = new System.Windows.Forms.ComboBox(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 // this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.Controls.Add(this.labelTitle); this.smartGroupBox1.Controls.Add(this.labelStatus); this.smartGroupBox1.Controls.Add(this.progressBarUpdate); this.smartGroupBox1.Controls.Add(this.labelCurrentVersion); this.smartGroupBox1.Controls.Add(this.labelTitleCurrentVersion); this.smartGroupBox1.Controls.Add(this.labelTitlePreVersion); this.smartGroupBox1.Controls.Add(this.buttonConversion); this.smartGroupBox1.Controls.Add(this.comboBoxPreviousVersion); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineThickness = 1; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image"))); this.smartGroupBox1.InitVisible = true; this.smartGroupBox1.Location = new System.Drawing.Point(198, 170); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 5; this.smartGroupBox1.Size = new System.Drawing.Size(400, 250); this.smartGroupBox1.TabIndex = 0; this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.Black; // // labelTitle // this.labelTitle.BackPictureBox1 = null; this.labelTitle.BackPictureBox2 = this.smartGroupBox1; this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelTitle.ForeColor = System.Drawing.Color.White; this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(21, 13); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(360, 26); this.labelTitle.TabIndex = 22; this.labelTitle.Text = "Conversion"; this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitle.Wordwrap = true; // // labelStatus // this.labelStatus.BackPictureBox1 = null; this.labelStatus.BackPictureBox2 = this.smartGroupBox1; this.labelStatus.BorderColor = System.Drawing.Color.Black; this.labelStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStatus.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStatus.ForeColor = System.Drawing.Color.Yellow; this.labelStatus.InitVisible = true; this.labelStatus.LineSpacing = 0F; this.labelStatus.Location = new System.Drawing.Point(21, 45); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(360, 46); this.labelStatus.TabIndex = 21; this.labelStatus.Text = "> Conversion을 진행할 버전의 맨 앞자리를 선택해 주십시오"; this.labelStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStatus.Wordwrap = true; // // progressBarUpdate // this.progressBarUpdate.AutoColorSet = true; this.progressBarUpdate.BackColor = System.Drawing.Color.Silver; this.progressBarUpdate.BarBackColor1 = System.Drawing.Color.White; this.progressBarUpdate.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.progressBarUpdate.BarColor1 = System.Drawing.Color.Cyan; this.progressBarUpdate.BarColor2 = System.Drawing.Color.Teal; this.progressBarUpdate.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal1; this.progressBarUpdate.Direction = SmartX.SmartProgressBar.DIR.Horizontal; this.progressBarUpdate.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.progressBarUpdate.InitVisible = true; this.progressBarUpdate.Location = new System.Drawing.Point(21, 187); this.progressBarUpdate.Maximum = 100; this.progressBarUpdate.Minimum = 0; this.progressBarUpdate.Name = "progressBarUpdate"; this.progressBarUpdate.OutlineColor = System.Drawing.Color.Black; this.progressBarUpdate.PercentageText = true; this.progressBarUpdate.RoundedCorners = true; this.progressBarUpdate.Size = new System.Drawing.Size(360, 45); this.progressBarUpdate.TabIndex = 20; this.progressBarUpdate.TextAutoRotation = true; this.progressBarUpdate.Value = 0; // // labelCurrentVersion // this.labelCurrentVersion.BackPictureBox1 = null; this.labelCurrentVersion.BackPictureBox2 = this.smartGroupBox1; this.labelCurrentVersion.BorderColor = System.Drawing.Color.Black; this.labelCurrentVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelCurrentVersion.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold); this.labelCurrentVersion.ForeColor = System.Drawing.Color.White; this.labelCurrentVersion.InitVisible = true; this.labelCurrentVersion.LineSpacing = 0F; this.labelCurrentVersion.Location = new System.Drawing.Point(175, 142); this.labelCurrentVersion.Name = "labelCurrentVersion"; this.labelCurrentVersion.Size = new System.Drawing.Size(86, 39); this.labelCurrentVersion.TabIndex = 8; this.labelCurrentVersion.Text = "8"; this.labelCurrentVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelCurrentVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCurrentVersion.Wordwrap = true; // // labelTitleCurrentVersion // this.labelTitleCurrentVersion.BackPictureBox1 = null; this.labelTitleCurrentVersion.BackPictureBox2 = this.smartGroupBox1; this.labelTitleCurrentVersion.BorderColor = System.Drawing.Color.Black; this.labelTitleCurrentVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCurrentVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCurrentVersion.ForeColor = System.Drawing.Color.White; this.labelTitleCurrentVersion.InitVisible = true; this.labelTitleCurrentVersion.LineSpacing = 0F; this.labelTitleCurrentVersion.Location = new System.Drawing.Point(21, 142); this.labelTitleCurrentVersion.Name = "labelTitleCurrentVersion"; this.labelTitleCurrentVersion.Size = new System.Drawing.Size(148, 39); this.labelTitleCurrentVersion.TabIndex = 7; this.labelTitleCurrentVersion.Text = "현재 버전(Major)"; this.labelTitleCurrentVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleCurrentVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCurrentVersion.Wordwrap = true; // // labelTitlePreVersion // this.labelTitlePreVersion.BackPictureBox1 = null; this.labelTitlePreVersion.BackPictureBox2 = this.smartGroupBox1; this.labelTitlePreVersion.BorderColor = System.Drawing.Color.Black; this.labelTitlePreVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitlePreVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitlePreVersion.ForeColor = System.Drawing.Color.White; this.labelTitlePreVersion.InitVisible = true; this.labelTitlePreVersion.LineSpacing = 0F; this.labelTitlePreVersion.Location = new System.Drawing.Point(21, 97); this.labelTitlePreVersion.Name = "labelTitlePreVersion"; this.labelTitlePreVersion.Size = new System.Drawing.Size(148, 39); this.labelTitlePreVersion.TabIndex = 6; this.labelTitlePreVersion.Text = "이전 버전(Major)"; this.labelTitlePreVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitlePreVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitlePreVersion.Wordwrap = true; // // buttonConversion // this.buttonConversion.BackPictureBox = null; this.buttonConversion.BackPictureBox1 = null; this.buttonConversion.BackPictureBox2 = null; this.buttonConversion.ButtonColor = System.Drawing.Color.Gray; this.buttonConversion.ButtonImageAutoSize = true; this.buttonConversion.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonConversion.DisableImage = null; this.buttonConversion.DownImage = null; this.buttonConversion.GroupID = 0; this.buttonConversion.InitVisible = true; this.buttonConversion.Location = new System.Drawing.Point(281, 97); this.buttonConversion.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonConversion.Name = "buttonConversion"; this.buttonConversion.NestedClickEventPrevent = false; this.buttonConversion.OutlinePixel = 1; this.buttonConversion.RepeatInterval = 200; this.buttonConversion.RepeatIntervalAccelerate = null; this.buttonConversion.SafeInterval = 200; this.buttonConversion.Size = new System.Drawing.Size(100, 84); this.buttonConversion.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonConversion.TabIndex = 5; this.buttonConversion.Text = "Conversion"; this.buttonConversion.TextColor = System.Drawing.Color.Black; this.buttonConversion.TextDownColor = System.Drawing.Color.White; this.buttonConversion.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonConversion.TextLocation = new System.Drawing.Point(0, 0); this.buttonConversion.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonConversion.UpImage = null; this.buttonConversion.Click += new System.EventHandler(this.buttonConversion_Click); // // comboBoxPreviousVersion // this.comboBoxPreviousVersion.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular); this.comboBoxPreviousVersion.Location = new System.Drawing.Point(175, 97); this.comboBoxPreviousVersion.Name = "comboBoxPreviousVersion"; this.comboBoxPreviousVersion.Size = new System.Drawing.Size(86, 39); this.comboBoxPreviousVersion.TabIndex = 4; this.comboBoxPreviousVersion.SelectedIndexChanged += new System.EventHandler(this.comboBoxPreviousVersion_SelectedIndexChanged); // // ControlConversionItem // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.smartGroupBox1); this.Name = "ControlConversionItem"; this.Size = new System.Drawing.Size(800, 600); this.smartGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; public SmartX.SmartProgressBar progressBarUpdate; private SmartX.SmartLabel labelCurrentVersion; private SmartX.SmartLabel labelTitleCurrentVersion; private SmartX.SmartLabel labelTitlePreVersion; private SmartX.SmartButton buttonConversion; private System.Windows.Forms.ComboBox comboBoxPreviousVersion; private SmartX.SmartLabel labelTitle; private SmartX.SmartLabel labelStatus; } }