namespace WorldGIS { partial class FrmSetLayerOpaque { /// <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.textbox1 = new System.Windows.Forms.TextBox(); this.hScrollBar1 = new System.Windows.Forms.HScrollBar(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // textbox1 // this.textbox1.Location = new System.Drawing.Point(205, 31); this.textbox1.Name = "textbox1"; this.textbox1.Size = new System.Drawing.Size(45, 21); this.textbox1.TabIndex = 1; this.textbox1.TextChanged += new System.EventHandler(this.textbox1_TextChanged); // // hScrollBar1 // this.hScrollBar1.Location = new System.Drawing.Point(20, 31); this.hScrollBar1.Name = "hScrollBar1"; this.hScrollBar1.Size = new System.Drawing.Size(170, 22); this.hScrollBar1.TabIndex = 0; this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll); // // groupBox1 // this.groupBox1.Controls.Add(this.textbox1); this.groupBox1.Controls.Add(this.hScrollBar1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(268, 76); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "图层透明度"; // // SetLayerOpaqueDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 116); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "SetLayerOpaqueDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设置图层透明度"; this.Load += new System.EventHandler(this.SetLayerOpaqueDlg_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textbox1; private System.Windows.Forms.HScrollBar hScrollBar1; private System.Windows.Forms.GroupBox groupBox1; } }