123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- namespace CLIP.eForm.Consent.UI {
- partial class SetSupportDeptsForm {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.comboUserDept = new System.Windows.Forms.ComboBox();
- this.cbListSupportBaseCd = new System.Windows.Forms.CheckedListBox();
- this.btnClose = new System.Windows.Forms.Button();
- this.btnSave = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(13, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(93, 19);
- this.label1.TabIndex = 0;
- this.label1.Text = "지원부서 선택";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // comboUserDept
- //
- this.comboUserDept.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.comboUserDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboUserDept.Location = new System.Drawing.Point(112, 10);
- this.comboUserDept.Name = "comboUserDept";
- this.comboUserDept.Size = new System.Drawing.Size(351, 20);
- this.comboUserDept.TabIndex = 1;
- this.comboUserDept.SelectedIndexChanged += new System.EventHandler(this.comboUserDept_SelectedIndexChanged);
- //
- // cbListSupportBaseCd
- //
- this.cbListSupportBaseCd.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.cbListSupportBaseCd.CheckOnClick = true;
- this.cbListSupportBaseCd.Location = new System.Drawing.Point(15, 39);
- this.cbListSupportBaseCd.Name = "cbListSupportBaseCd";
- this.cbListSupportBaseCd.Size = new System.Drawing.Size(448, 308);
- this.cbListSupportBaseCd.TabIndex = 2;
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.Location = new System.Drawing.Point(387, 361);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(75, 23);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = "닫기";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.Location = new System.Drawing.Point(306, 361);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(75, 23);
- this.btnSave.TabIndex = 4;
- this.btnSave.Text = "저장";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // SetSupportDeptsForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(483, 391);
- this.ControlBox = false;
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.cbListSupportBaseCd);
- this.Controls.Add(this.comboUserDept);
- this.Controls.Add(this.label1);
- this.MaximizeBox = false;
- this.Name = "SetSupportDeptsForm";
- this.Text = "지원부서(수행) 설정";
- this.Load += new System.EventHandler(this.SetSupportDeptsForm_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboUserDept;
- private System.Windows.Forms.CheckedListBox cbListSupportBaseCd;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Button btnSave;
- }
- }
|