123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- namespace IISRedirectToHTTPS
- {
- partial class IISRedirectToHTTPS
- {
- /// <summary>
- /// 필수 디자이너 변수입니다.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 사용 중인 모든 리소스를 정리합니다.
- /// </summary>
- /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form 디자이너에서 생성한 코드
- /// <summary>
- /// 디자이너 지원에 필요한 메서드입니다.
- /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IISRedirectToHTTPS));
- this.cb_Site = new System.Windows.Forms.ComboBox();
- this.nud_HttpsPort = new System.Windows.Forms.NumericUpDown();
- this.btn_Registry = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.nud_HttpsPort)).BeginInit();
- this.SuspendLayout();
- //
- // cb_Site
- //
- this.cb_Site.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_Site.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.cb_Site.FormattingEnabled = true;
- this.cb_Site.Location = new System.Drawing.Point(83, 13);
- this.cb_Site.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.cb_Site.Name = "cb_Site";
- this.cb_Site.Size = new System.Drawing.Size(121, 23);
- this.cb_Site.Sorted = true;
- this.cb_Site.TabIndex = 3;
- //
- // nud_HttpsPort
- //
- this.nud_HttpsPort.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.nud_HttpsPort.Location = new System.Drawing.Point(83, 44);
- this.nud_HttpsPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.nud_HttpsPort.Maximum = new decimal(new int[] {
- 65536,
- 0,
- 0,
- 0});
- this.nud_HttpsPort.Name = "nud_HttpsPort";
- this.nud_HttpsPort.Size = new System.Drawing.Size(121, 23);
- this.nud_HttpsPort.TabIndex = 6;
- this.nud_HttpsPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // btn_Registry
- //
- this.btn_Registry.Location = new System.Drawing.Point(210, 13);
- this.btn_Registry.Name = "btn_Registry";
- this.btn_Registry.Size = new System.Drawing.Size(105, 54);
- this.btn_Registry.TabIndex = 7;
- this.btn_Registry.Text = "규칙 등록";
- this.btn_Registry.UseVisualStyleBackColor = true;
- this.btn_Registry.Click += new System.EventHandler(this.btn_Registry_Click);
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(12, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 23);
- this.label1.TabIndex = 8;
- this.label1.Text = "IIS Site";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(12, 44);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(65, 23);
- this.label2.TabIndex = 9;
- this.label2.Text = "Https Port";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // IISRedirectToHTTPS
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(327, 81);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btn_Registry);
- this.Controls.Add(this.nud_HttpsPort);
- this.Controls.Add(this.cb_Site);
- this.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "IISRedirectToHTTPS";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "IIS Redirect To HTTPS";
- ((System.ComponentModel.ISupportInitialize)(this.nud_HttpsPort)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ComboBox cb_Site;
- private System.Windows.Forms.NumericUpDown nud_HttpsPort;
- private System.Windows.Forms.Button btn_Registry;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- }
- }
|