namespace CLIP.eForm.Consent.UI { partial class ConsentListCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.TabPage tabPageUnfinished; this.tabControlConsentSelect = new System.Windows.Forms.TabControl(); this.tabPageAll = new System.Windows.Forms.TabPage(); this.consentSelectTabPageAll1 = new CLIP.eForm.Consent.UI.ConsentSelectTabPageAll(); this.consentSelectTabPageUnfinished1 = new CLIP.eForm.Consent.UI.ConsentSelectTabPageUnfinished(); this.tabPageConsentSet = new System.Windows.Forms.TabPage(); this.consentSelectTabPageConsentSet1 = new CLIP.eForm.Consent.UI.ConsentSelectTabPageConsentSet(); this.tabPageConsentSearch = new System.Windows.Forms.TabPage(); this.consentSelectTabConsentSearch1 = new CLIP.eForm.Consent.UI.ConsentSelectTabConsentSearch(); tabPageUnfinished = new System.Windows.Forms.TabPage(); this.tabControlConsentSelect.SuspendLayout(); this.tabPageAll.SuspendLayout(); tabPageUnfinished.SuspendLayout(); this.tabPageConsentSet.SuspendLayout(); this.tabPageConsentSearch.SuspendLayout(); this.SuspendLayout(); // // tabControlConsentSelect // this.tabControlConsentSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControlConsentSelect.Controls.Add(this.tabPageAll); this.tabControlConsentSelect.Controls.Add(tabPageUnfinished); this.tabControlConsentSelect.Controls.Add(this.tabPageConsentSet); this.tabControlConsentSelect.Controls.Add(this.tabPageConsentSearch); this.tabControlConsentSelect.Location = new System.Drawing.Point(0, 3); this.tabControlConsentSelect.Name = "tabControlConsentSelect"; this.tabControlConsentSelect.SelectedIndex = 0; this.tabControlConsentSelect.Size = new System.Drawing.Size(757, 594); this.tabControlConsentSelect.TabIndex = 1; this.tabControlConsentSelect.SelectedIndexChanged += new System.EventHandler(this.tabControlConsentSelect_SelectedIndexChanged); // // tabPageAll // this.tabPageAll.BackColor = System.Drawing.Color.Transparent; this.tabPageAll.Controls.Add(this.consentSelectTabPageAll1); this.tabPageAll.Location = new System.Drawing.Point(4, 22); this.tabPageAll.Name = "tabPageAll"; this.tabPageAll.Padding = new System.Windows.Forms.Padding(3); this.tabPageAll.Size = new System.Drawing.Size(749, 568); this.tabPageAll.TabIndex = 4; this.tabPageAll.Text = "발행리스트"; this.tabPageAll.UseVisualStyleBackColor = true; // // consentSelectTabPageAll1 // this.consentSelectTabPageAll1.BackColor = System.Drawing.Color.White; this.consentSelectTabPageAll1.Dock = System.Windows.Forms.DockStyle.Fill; this.consentSelectTabPageAll1.Location = new System.Drawing.Point(3, 3); this.consentSelectTabPageAll1.Name = "consentSelectTabPageAll1"; this.consentSelectTabPageAll1.Size = new System.Drawing.Size(743, 562); this.consentSelectTabPageAll1.TabIndex = 0; // // tabPageUnfinished // tabPageUnfinished.Controls.Add(this.consentSelectTabPageUnfinished1); tabPageUnfinished.Location = new System.Drawing.Point(4, 22); tabPageUnfinished.Name = "tabPageUnfinished"; tabPageUnfinished.Padding = new System.Windows.Forms.Padding(3); tabPageUnfinished.Size = new System.Drawing.Size(749, 568); tabPageUnfinished.TabIndex = 1; tabPageUnfinished.Text = "임시"; tabPageUnfinished.UseVisualStyleBackColor = true; // // consentSelectTabPageUnfinished1 // this.consentSelectTabPageUnfinished1.BackColor = System.Drawing.Color.White; this.consentSelectTabPageUnfinished1.Dock = System.Windows.Forms.DockStyle.Fill; this.consentSelectTabPageUnfinished1.Location = new System.Drawing.Point(3, 3); this.consentSelectTabPageUnfinished1.Name = "consentSelectTabPageUnfinished1"; this.consentSelectTabPageUnfinished1.Size = new System.Drawing.Size(743, 562); this.consentSelectTabPageUnfinished1.TabIndex = 0; this.consentSelectTabPageUnfinished1.Visible = false; // // tabPageConsentSet // this.tabPageConsentSet.Controls.Add(this.consentSelectTabPageConsentSet1); this.tabPageConsentSet.Location = new System.Drawing.Point(4, 22); this.tabPageConsentSet.Name = "tabPageConsentSet"; this.tabPageConsentSet.Size = new System.Drawing.Size(749, 568); this.tabPageConsentSet.TabIndex = 2; this.tabPageConsentSet.Text = "즐겨찾기"; this.tabPageConsentSet.UseVisualStyleBackColor = true; // // consentSelectTabPageConsentSet1 // this.consentSelectTabPageConsentSet1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.consentSelectTabPageConsentSet1.Location = new System.Drawing.Point(3, 3); this.consentSelectTabPageConsentSet1.Name = "consentSelectTabPageConsentSet1"; this.consentSelectTabPageConsentSet1.Size = new System.Drawing.Size(743, 565); this.consentSelectTabPageConsentSet1.TabIndex = 0; // // tabPageConsentSearch // this.tabPageConsentSearch.Controls.Add(this.consentSelectTabConsentSearch1); this.tabPageConsentSearch.Location = new System.Drawing.Point(4, 22); this.tabPageConsentSearch.Name = "tabPageConsentSearch"; this.tabPageConsentSearch.Size = new System.Drawing.Size(749, 568); this.tabPageConsentSearch.TabIndex = 3; this.tabPageConsentSearch.Text = "동의서 찾기"; this.tabPageConsentSearch.UseVisualStyleBackColor = true; // // consentSelectTabConsentSearch1 // this.consentSelectTabConsentSearch1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.consentSelectTabConsentSearch1.BackColor = System.Drawing.Color.White; this.consentSelectTabConsentSearch1.Location = new System.Drawing.Point(3, 3); this.consentSelectTabConsentSearch1.Name = "consentSelectTabConsentSearch1"; this.consentSelectTabConsentSearch1.Size = new System.Drawing.Size(743, 562); this.consentSelectTabConsentSearch1.TabIndex = 0; // // ConsentListCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControlConsentSelect); this.Name = "ConsentListCtrl"; this.Size = new System.Drawing.Size(757, 597); this.tabControlConsentSelect.ResumeLayout(false); this.tabPageAll.ResumeLayout(false); tabPageUnfinished.ResumeLayout(false); this.tabPageConsentSet.ResumeLayout(false); this.tabPageConsentSearch.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControlConsentSelect; private System.Windows.Forms.TabPage tabPageConsentSet; private ConsentSelectTabPageUnfinished consentSelectTabPageUnfinished1; private ConsentSelectTabPageConsentSet consentSelectTabPageConsentSet1; private System.Windows.Forms.TabPage tabPageConsentSearch; private ConsentSelectTabConsentSearch consentSelectTabConsentSearch1; private System.Windows.Forms.TabPage tabPageAll; private ConsentSelectTabPageAll consentSelectTabPageAll1; } }