ConsentListCtrl.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class ConsentListCtrl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.TabPage tabPageUnfinished;
  29. this.tabControlConsentSelect = new System.Windows.Forms.TabControl();
  30. this.tabPageAll = new System.Windows.Forms.TabPage();
  31. this.consentSelectTabPageAll1 = new CLIP.eForm.Consent.UI.ConsentSelectTabPageAll();
  32. this.consentSelectTabPageUnfinished1 = new CLIP.eForm.Consent.UI.ConsentSelectTabPageUnfinished();
  33. this.tabPageConsentSet = new System.Windows.Forms.TabPage();
  34. this.consentSelectTabPageConsentSet1 = new CLIP.eForm.Consent.UI.ConsentSelectTabPageConsentSet();
  35. this.tabPageConsentSearch = new System.Windows.Forms.TabPage();
  36. this.consentSelectTabConsentSearch1 = new CLIP.eForm.Consent.UI.ConsentSelectTabConsentSearch();
  37. tabPageUnfinished = new System.Windows.Forms.TabPage();
  38. this.tabControlConsentSelect.SuspendLayout();
  39. this.tabPageAll.SuspendLayout();
  40. tabPageUnfinished.SuspendLayout();
  41. this.tabPageConsentSet.SuspendLayout();
  42. this.tabPageConsentSearch.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // tabControlConsentSelect
  46. //
  47. this.tabControlConsentSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  48. | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.tabControlConsentSelect.Controls.Add(this.tabPageAll);
  51. this.tabControlConsentSelect.Controls.Add(tabPageUnfinished);
  52. this.tabControlConsentSelect.Controls.Add(this.tabPageConsentSet);
  53. this.tabControlConsentSelect.Controls.Add(this.tabPageConsentSearch);
  54. this.tabControlConsentSelect.Location = new System.Drawing.Point(0, 3);
  55. this.tabControlConsentSelect.Name = "tabControlConsentSelect";
  56. this.tabControlConsentSelect.SelectedIndex = 0;
  57. this.tabControlConsentSelect.Size = new System.Drawing.Size(757, 594);
  58. this.tabControlConsentSelect.TabIndex = 1;
  59. this.tabControlConsentSelect.SelectedIndexChanged += new System.EventHandler(this.tabControlConsentSelect_SelectedIndexChanged);
  60. //
  61. // tabPageAll
  62. //
  63. this.tabPageAll.BackColor = System.Drawing.Color.Transparent;
  64. this.tabPageAll.Controls.Add(this.consentSelectTabPageAll1);
  65. this.tabPageAll.Location = new System.Drawing.Point(4, 22);
  66. this.tabPageAll.Name = "tabPageAll";
  67. this.tabPageAll.Padding = new System.Windows.Forms.Padding(3);
  68. this.tabPageAll.Size = new System.Drawing.Size(749, 568);
  69. this.tabPageAll.TabIndex = 4;
  70. this.tabPageAll.Text = "발행리스트";
  71. this.tabPageAll.UseVisualStyleBackColor = true;
  72. //
  73. // consentSelectTabPageAll1
  74. //
  75. this.consentSelectTabPageAll1.BackColor = System.Drawing.Color.White;
  76. this.consentSelectTabPageAll1.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.consentSelectTabPageAll1.Location = new System.Drawing.Point(3, 3);
  78. this.consentSelectTabPageAll1.Name = "consentSelectTabPageAll1";
  79. this.consentSelectTabPageAll1.Size = new System.Drawing.Size(743, 562);
  80. this.consentSelectTabPageAll1.TabIndex = 0;
  81. //
  82. // tabPageUnfinished
  83. //
  84. tabPageUnfinished.Controls.Add(this.consentSelectTabPageUnfinished1);
  85. tabPageUnfinished.Location = new System.Drawing.Point(4, 22);
  86. tabPageUnfinished.Name = "tabPageUnfinished";
  87. tabPageUnfinished.Padding = new System.Windows.Forms.Padding(3);
  88. tabPageUnfinished.Size = new System.Drawing.Size(749, 568);
  89. tabPageUnfinished.TabIndex = 1;
  90. tabPageUnfinished.Text = "임시";
  91. tabPageUnfinished.UseVisualStyleBackColor = true;
  92. //
  93. // consentSelectTabPageUnfinished1
  94. //
  95. this.consentSelectTabPageUnfinished1.BackColor = System.Drawing.Color.White;
  96. this.consentSelectTabPageUnfinished1.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.consentSelectTabPageUnfinished1.Location = new System.Drawing.Point(3, 3);
  98. this.consentSelectTabPageUnfinished1.Name = "consentSelectTabPageUnfinished1";
  99. this.consentSelectTabPageUnfinished1.Size = new System.Drawing.Size(743, 562);
  100. this.consentSelectTabPageUnfinished1.TabIndex = 0;
  101. this.consentSelectTabPageUnfinished1.Visible = false;
  102. //
  103. // tabPageConsentSet
  104. //
  105. this.tabPageConsentSet.Controls.Add(this.consentSelectTabPageConsentSet1);
  106. this.tabPageConsentSet.Location = new System.Drawing.Point(4, 22);
  107. this.tabPageConsentSet.Name = "tabPageConsentSet";
  108. this.tabPageConsentSet.Size = new System.Drawing.Size(749, 568);
  109. this.tabPageConsentSet.TabIndex = 2;
  110. this.tabPageConsentSet.Text = "즐겨찾기";
  111. this.tabPageConsentSet.UseVisualStyleBackColor = true;
  112. //
  113. // consentSelectTabPageConsentSet1
  114. //
  115. this.consentSelectTabPageConsentSet1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  116. | System.Windows.Forms.AnchorStyles.Left)
  117. | System.Windows.Forms.AnchorStyles.Right)));
  118. this.consentSelectTabPageConsentSet1.Location = new System.Drawing.Point(3, 3);
  119. this.consentSelectTabPageConsentSet1.Name = "consentSelectTabPageConsentSet1";
  120. this.consentSelectTabPageConsentSet1.Size = new System.Drawing.Size(743, 565);
  121. this.consentSelectTabPageConsentSet1.TabIndex = 0;
  122. //
  123. // tabPageConsentSearch
  124. //
  125. this.tabPageConsentSearch.Controls.Add(this.consentSelectTabConsentSearch1);
  126. this.tabPageConsentSearch.Location = new System.Drawing.Point(4, 22);
  127. this.tabPageConsentSearch.Name = "tabPageConsentSearch";
  128. this.tabPageConsentSearch.Size = new System.Drawing.Size(749, 568);
  129. this.tabPageConsentSearch.TabIndex = 3;
  130. this.tabPageConsentSearch.Text = "동의서 찾기";
  131. this.tabPageConsentSearch.UseVisualStyleBackColor = true;
  132. //
  133. // consentSelectTabConsentSearch1
  134. //
  135. this.consentSelectTabConsentSearch1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  136. | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.consentSelectTabConsentSearch1.BackColor = System.Drawing.Color.White;
  139. this.consentSelectTabConsentSearch1.Location = new System.Drawing.Point(3, 3);
  140. this.consentSelectTabConsentSearch1.Name = "consentSelectTabConsentSearch1";
  141. this.consentSelectTabConsentSearch1.Size = new System.Drawing.Size(743, 562);
  142. this.consentSelectTabConsentSearch1.TabIndex = 0;
  143. //
  144. // ConsentListCtrl
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.Controls.Add(this.tabControlConsentSelect);
  149. this.Name = "ConsentListCtrl";
  150. this.Size = new System.Drawing.Size(757, 597);
  151. this.tabControlConsentSelect.ResumeLayout(false);
  152. this.tabPageAll.ResumeLayout(false);
  153. tabPageUnfinished.ResumeLayout(false);
  154. this.tabPageConsentSet.ResumeLayout(false);
  155. this.tabPageConsentSearch.ResumeLayout(false);
  156. this.ResumeLayout(false);
  157. }
  158. #endregion
  159. private System.Windows.Forms.TabControl tabControlConsentSelect;
  160. private System.Windows.Forms.TabPage tabPageConsentSet;
  161. private ConsentSelectTabPageUnfinished consentSelectTabPageUnfinished1;
  162. private ConsentSelectTabPageConsentSet consentSelectTabPageConsentSet1;
  163. private System.Windows.Forms.TabPage tabPageConsentSearch;
  164. private ConsentSelectTabConsentSearch consentSelectTabConsentSearch1;
  165. private System.Windows.Forms.TabPage tabPageAll;
  166. private ConsentSelectTabPageAll consentSelectTabPageAll1;
  167. }
  168. }