SetSupportDeptsForm.Designer.cs.svn-base 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace CLIP.eForm.Consent.UI {
  2. partial class SetSupportDeptsForm {
  3. /// <summary>
  4. /// Required designer variable.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// Clean up any resources being used.
  9. /// </summary>
  10. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region Windows Form Designer generated code
  18. /// <summary>
  19. /// Required method for Designer support - do not modify
  20. /// the contents of this method with the code editor.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. this.label1 = new System.Windows.Forms.Label();
  24. this.comboUserDept = new System.Windows.Forms.ComboBox();
  25. this.cbListSupportBaseCd = new System.Windows.Forms.CheckedListBox();
  26. this.btnClose = new System.Windows.Forms.Button();
  27. this.btnSave = new System.Windows.Forms.Button();
  28. this.SuspendLayout();
  29. //
  30. // label1
  31. //
  32. this.label1.Location = new System.Drawing.Point(13, 13);
  33. this.label1.Name = "label1";
  34. this.label1.Size = new System.Drawing.Size(93, 19);
  35. this.label1.TabIndex = 0;
  36. this.label1.Text = "지원부서 선택";
  37. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  38. //
  39. // comboUserDept
  40. //
  41. this.comboUserDept.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  42. | System.Windows.Forms.AnchorStyles.Right)));
  43. this.comboUserDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  44. this.comboUserDept.Location = new System.Drawing.Point(112, 10);
  45. this.comboUserDept.Name = "comboUserDept";
  46. this.comboUserDept.Size = new System.Drawing.Size(351, 20);
  47. this.comboUserDept.TabIndex = 1;
  48. this.comboUserDept.SelectedIndexChanged += new System.EventHandler(this.comboUserDept_SelectedIndexChanged);
  49. //
  50. // cbListSupportBaseCd
  51. //
  52. this.cbListSupportBaseCd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.cbListSupportBaseCd.CheckOnClick = true;
  56. this.cbListSupportBaseCd.Location = new System.Drawing.Point(15, 39);
  57. this.cbListSupportBaseCd.Name = "cbListSupportBaseCd";
  58. this.cbListSupportBaseCd.Size = new System.Drawing.Size(448, 308);
  59. this.cbListSupportBaseCd.TabIndex = 2;
  60. //
  61. // btnClose
  62. //
  63. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  64. this.btnClose.Location = new System.Drawing.Point(387, 361);
  65. this.btnClose.Name = "btnClose";
  66. this.btnClose.Size = new System.Drawing.Size(75, 23);
  67. this.btnClose.TabIndex = 3;
  68. this.btnClose.Text = "닫기";
  69. this.btnClose.UseVisualStyleBackColor = true;
  70. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  71. //
  72. // btnSave
  73. //
  74. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  75. this.btnSave.Location = new System.Drawing.Point(306, 361);
  76. this.btnSave.Name = "btnSave";
  77. this.btnSave.Size = new System.Drawing.Size(75, 23);
  78. this.btnSave.TabIndex = 4;
  79. this.btnSave.Text = "저장";
  80. this.btnSave.UseVisualStyleBackColor = true;
  81. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  82. //
  83. // SetSupportDeptsForm
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.ClientSize = new System.Drawing.Size(483, 391);
  88. this.ControlBox = false;
  89. this.Controls.Add(this.btnSave);
  90. this.Controls.Add(this.btnClose);
  91. this.Controls.Add(this.cbListSupportBaseCd);
  92. this.Controls.Add(this.comboUserDept);
  93. this.Controls.Add(this.label1);
  94. this.MaximizeBox = false;
  95. this.Name = "SetSupportDeptsForm";
  96. this.Text = "지원부서(수행) 설정";
  97. this.Load += new System.EventHandler(this.SetSupportDeptsForm_Load);
  98. this.ResumeLayout(false);
  99. }
  100. #endregion
  101. private System.Windows.Forms.Label label1;
  102. private System.Windows.Forms.ComboBox comboUserDept;
  103. private System.Windows.Forms.CheckedListBox cbListSupportBaseCd;
  104. private System.Windows.Forms.Button btnClose;
  105. private System.Windows.Forms.Button btnSave;
  106. }
  107. }