Пример #1
1
 public static Image GetResourceImage(string imageName)
 {
     var assembly = Assembly.GetExecutingAssembly();
     var resourceName = assembly.GetName().Name + ".Properties.Resources";
     var resourceManager = new System.Resources.ResourceManager(resourceName, assembly);
     return (Bitmap)resourceManager.GetObject(imageName);
 }
Пример #2
1
        public AboutBox()
        {
            InitializeComponent();
            loc = label1.Location;

            label1.Text = "";
            try
            {
                var rm = new System.Resources.ResourceManager("BizHawk.Client.EmuHawk.Properties.Resources", GetType().Assembly);
                sfx = new SoundPlayer(rm.GetStream("nothawk"));
                sfx.Play();
            }
            catch
            {
            }

            //panel1.Size = new System.Drawing.Size(1000, 1000);
            //pictureBox5.GetType().GetMethod("SetStyle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.InvokeMethod).Invoke(pictureBox5, new object[] { ControlStyles.SupportsTransparentBackColor | ControlStyles.UserPaint, true });
            pictureBox5.BackColor = Color.Transparent;
            pictureBox5.SendToBack();
            pictureBox3.BringToFront();
            pictureBox2.BringToFront();
            pictureBox1.BringToFront();
            pictureBox5.Visible = false;
        }
Пример #3
0
        public override string ToString()
        {
            //LANGFILE
            var resman = new System.Resources.ResourceManager(typeof(Strings).FullName, typeof(Strings).Assembly);

            return base.ToString() + this.TypeOfMaterial + " " + this.NameOfMaterial + " " + this.Weight + " " + resman.GetString("Weight");        
        }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WebForm));
     this.browser = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.Browser)).BeginInit();
     this.SuspendLayout();
     //
     // browser
     //
     this.Browser.Enabled = true;
     this.Browser.Location = new System.Drawing.Point(0, 0);
     this.Browser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("browser.OcxState")));
     this.Browser.Size = new System.Drawing.Size(300, 150);
     this.Browser.TabIndex = 0;
     //
     // WebForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(292, 149);
     this.Controls.Add(this.Browser);
     this.Name = "WebForm";
     this.Text = "WebForm";
     ((System.ComponentModel.ISupportInitialize)(this.Browser)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TrackerSubmitForm));
			this.label1 = new System.Windows.Forms.Label();
			this.webBrowser = new AxSHDocVw.AxWebBrowser();
			this.panel1 = new System.Windows.Forms.Panel();
			((System.ComponentModel.ISupportInitialize)(this.webBrowser)).BeginInit();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.Location = new System.Drawing.Point(8, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(768, 24);
			this.label1.TabIndex = 0;
			this.label1.Text = "Please try to include any helpfull details you can offer, such as what you were d" +
				"oing when you encountered an error, steps to reproduce the error, upload screens" +
				"hots etc.";
			// 
			// webBrowser
			// 
			this.webBrowser.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.webBrowser.ContainingControl = this;
			this.webBrowser.Enabled = true;
			this.webBrowser.Location = new System.Drawing.Point(8, 40);
			this.webBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("webBrowser.OcxState")));
			this.webBrowser.Size = new System.Drawing.Size(768, 446);
			this.webBrowser.TabIndex = 4;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.label1);
			this.panel1.Controls.Add(this.webBrowser);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(784, 494);
			this.panel1.TabIndex = 5;
			// 
			// TrackerSubmitForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(784, 494);
			this.Controls.Add(this.panel1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "TrackerSubmitForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Submit a new bug report";
			this.TopMost = true;
			this.Load += new System.EventHandler(this.TrackerSubmitForm_Load);
			((System.ComponentModel.ISupportInitialize)(this.webBrowser)).EndInit();
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Пример #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.SuspendLayout();

            //
            // pictureBox1
            //
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager("SharpPrivacyTray", System.Reflection.Assembly.GetExecutingAssembly());
            this.pictureBox1.Image = (Bitmap)resources.GetObject("splashScreen");
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(450, 250);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            //
            // SplashScreen
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(450, 250);
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.pictureBox1});
            this.StartPosition = FormStartPosition.CenterScreen;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.ShowInTaskbar = false;
            this.Name = "SplashScreen";
            this.Text = "SplashScreen";
            this.ResumeLayout(false);
        }
Пример #7
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RegistryBrowser));
			this.tvRegistry = new System.Windows.Forms.TreeView();
			this.ilTreeImages = new System.Windows.Forms.ImageList(this.components);
			this.SuspendLayout();
			// 
			// tvRegistry
			// 
			this.tvRegistry.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tvRegistry.ImageList = this.ilTreeImages;
			this.tvRegistry.Name = "tvRegistry";
			this.tvRegistry.Size = new System.Drawing.Size(392, 333);
			this.tvRegistry.TabIndex = 0;
			this.tvRegistry.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvRegistry_BeforeExpand);
			// 
			// ilTreeImages
			// 
			this.ilTreeImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.ilTreeImages.ImageSize = new System.Drawing.Size(13, 13);
			this.ilTreeImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilTreeImages.ImageStream")));
			this.ilTreeImages.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// RegistryBrowser
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(392, 333);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.tvRegistry});
			this.Name = "RegistryBrowser";
			this.Text = "Registry Browser";
			this.ResumeLayout(false);

		}
Пример #8
0
		protected void Page_Load(object sender, System.EventArgs e)
		{
			requestPage = Page as SharedBasePage;
        
			// if you are commenting on your own blog, no need for Captha
			if (SiteSecurity.IsValidContributor())
			{
				CaptchaControl1.Enabled = CaptchaControl1.Visible = false;				
			}
			else
			{
				CaptchaControl1.Enabled = CaptchaControl1.Visible = requestPage.SiteConfig.EnableCaptcha;
			}

			resmgr = ApplicationResourceTable.Get();

			if (!IsPostBack)
			{
				if (Request.Cookies["name"] != null)
				{
					string nameStr = HttpUtility.UrlDecode(Request.Cookies["name"].Value, Encoding.UTF8);
					//truncate at 32 chars to avoid abuse...
					name.Text = nameStr.Substring(0,Math.Min(32,nameStr.Length));
				}

				if (Request.Cookies["email"] != null)
				{
					email.Text = HttpUtility.UrlDecode(Request.Cookies["email"].Value, Encoding.UTF8);
				}
			}
			
			DataBind();
		}
        public override void OnPageShown()
        {
			if (EnvUtils.RunningOnWindows())
			{
				System.Resources.ResourceManager rm =
					new System.Resources.ResourceManager("GitUI.Properties.Resources",
								System.Reflection.Assembly.GetExecutingAssembly());

				// dummy request; for some strange reason the ResourceSets are not loaded untill after the first object request... bug?
				rm.GetObject("dummy");

				System.Resources.ResourceSet resourceSet = rm.GetResourceSet(System.Globalization.CultureInfo.CurrentUICulture, true, true);

				contextMenuStrip_SplitButton.Items.Clear();

				foreach (System.Collections.DictionaryEntry icon in resourceSet)
				{
					//add entry to toolstrip
					if (icon.Value.GetType() == typeof(Icon))
					{
						//contextMenuStrip_SplitButton.Items.Add(icon.Key.ToString(), (Image)((Icon)icon.Value).ToBitmap(), SplitButtonMenuItem_Click);
					}
					else if (icon.Value.GetType() == typeof(Bitmap))
					{
						contextMenuStrip_SplitButton.Items.Add(icon.Key.ToString(), (Image)icon.Value, SplitButtonMenuItem_Click);
					}
					//var aa = icon.Value.GetType();
				}

				resourceSet.Close();
				rm.ReleaseAllResources();
			}
        }
Пример #10
0
        public AboutBox()
        {
            //
            // Windows �t�H�[�� �f�U�C�i �T�|�[�g�ɕK�v�ł��B
            //
            InitializeComponent();

            this.Text = GApp.Strings.GetString("Form.AboutBox.Text");
            _okButton.Text = GApp.Strings.GetString("Common.OK");
            _creditButton.Text = GApp.Strings.GetString("Form.AboutBox._creditButton");
            _guevaraMode = GApp.Options.GuevaraMode;

            //Guevara Mode
            if(_guevaraMode) {
                System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AboutBox));
                this._creditButton.Visible = false;
                this._okButton.Location = new System.Drawing.Point(160, 216);
                this._versionText.BackColor = System.Drawing.Color.White;
                this._versionText.Location = new System.Drawing.Point(152, 8);
                this._pictureBox.Visible = false;
                this._guevaraPicture.Visible = true;
                this._guevaraPicture.Location = new Point(0,8);
                this._guevaraPicture.Size = new Size(280, 200);
                this.BackColor = System.Drawing.Color.White;
                this.ClientSize = new System.Drawing.Size(418, 240);
            }
        }
Пример #11
0
 /// <summary> 
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭�� 
 /// �޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MapControl));
     this.tlVectorControl1 = new ItopVector.ItopVectorControl();
     this.SuspendLayout();
     //
     // tlVectorControl1
     //
     this.tlVectorControl1.CanEdit = false;
     this.tlVectorControl1.DocumentbgColor = System.Drawing.Color.Empty;
     this.tlVectorControl1.DocumentSize = ((System.Drawing.SizeF)(resources.GetObject("tlVectorControl1.DocumentSize")));
     this.tlVectorControl1.FullDrawMode = false;
     this.tlVectorControl1.IsModified = false;
     this.tlVectorControl1.IsPasteGrid = false;
     this.tlVectorControl1.IsShowGrid = true;
     this.tlVectorControl1.IsShowRule = true;
     this.tlVectorControl1.IsShowTip = false;
     this.tlVectorControl1.Location = new System.Drawing.Point(0, 0);
     this.tlVectorControl1.Name = "tlVectorControl1";
     this.tlVectorControl1.ScaleRatio = 1F;
     this.tlVectorControl1.Scrollable = false;
     this.tlVectorControl1.Size = new System.Drawing.Size(672, 496);
     this.tlVectorControl1.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tlVectorControl1.TabIndex = 0;
     //
     // MapControl
     //
     this.Controls.Add(this.tlVectorControl1);
     this.Name = "MapControl";
     this.Size = new System.Drawing.Size(480, 368);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TransparencyDialog));
       this.MyTransparency = new System.Windows.Forms.NumericUpDown();
       ((System.ComponentModel.ISupportInitialize)(this.MyTransparency)).BeginInit();
       this.SuspendLayout();
       //
       // MyTransparency
       //
       this.MyTransparency.Location = new System.Drawing.Point(16, 16);
       this.MyTransparency.Maximum = new System.Decimal(new int[] {
                                                                    10,
                                                                    0,
                                                                    0,
                                                                    0});
       this.MyTransparency.Name = "MyTransparency";
       this.MyTransparency.Size = new System.Drawing.Size(96, 20);
       this.MyTransparency.TabIndex = 0;
       this.MyTransparency.ValueChanged += new System.EventHandler(this.MyTransparency_ValueChanged);
       //
       // TransparencyDialog
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.ClientSize = new System.Drawing.Size(128, 53);
       this.Controls.Add(this.MyTransparency);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "TransparencyDialog";
       this.Text = "TransparencyDialog";
       ((System.ComponentModel.ISupportInitialize)(this.MyTransparency)).EndInit();
       this.ResumeLayout(false);
 }
Пример #13
0
 public static string GetResource(Type t, string name, string lang)
 {
     if (string.IsNullOrEmpty(name)) return string.Empty;
     System.Resources.ResourceManager rm = new System.Resources.ResourceManager(t);
     System.Resources.ResourceSet rs = rm.GetResourceSet(new System.Globalization.CultureInfo(lang), true, true);
     return rs.GetString(name);
 }
Пример #14
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ContentBrowser));
			this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
			this.SuspendLayout();
			// 
			// axWebBrowser1
			// 
			this.axWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.axWebBrowser1.Enabled = true;
			this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
			this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
			this.axWebBrowser1.Size = new System.Drawing.Size(328, 298);
			this.axWebBrowser1.TabIndex = 0;
			this.axWebBrowser1.Enter += new System.EventHandler(this.axWebBrowser1_Enter);
			// 
			// WebForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(328, 298);
			this.Controls.Add(this.axWebBrowser1);
			this.Name = "WebForm";
			this.Text = "Content Browser";
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
			this.ResumeLayout(false);

		}
Пример #15
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PicasaExitButton));
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(13, 13);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(13, 13);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
     this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
     //
     // PicasaExitButton
     //
     this.Controls.Add(this.pictureBox1);
     this.Name = "PicasaExitButton";
     this.Size = new System.Drawing.Size(13, 13);
     this.ResumeLayout(false);
 }
Пример #16
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ErrorDialogDetails));
			this.txtDetailsError = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// txtDetailsError
			// 
			this.txtDetailsError.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtDetailsError.Location = new System.Drawing.Point(0, 0);
			this.txtDetailsError.MaxLength = 0;
			this.txtDetailsError.Multiline = true;
			this.txtDetailsError.Name = "txtDetailsError";
			this.txtDetailsError.ReadOnly = true;
			this.txtDetailsError.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.txtDetailsError.Size = new System.Drawing.Size(492, 371);
			this.txtDetailsError.TabIndex = 0;
			this.txtDetailsError.Text = "";
			this.txtDetailsError.WordWrap = false;
			// 
			// ErrorDialogDetails
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(492, 371);
			this.Controls.Add(this.txtDetailsError);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "ErrorDialogDetails";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Error Details";
			this.Load += new System.EventHandler(this.ErrorDialogDetails_Load);
			this.ResumeLayout(false);

		}
Пример #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LayerTool));
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     //
     // imageList
     //
     this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Magenta;
     //
     // LayerTool
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(234, 166);
     this.ControlBox = false;
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "LayerTool";
     this.ShowInTaskbar = false;
     this.Text = "LayerTool";
     this.TopMost = true;
 }
Пример #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmZoomImage));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(474, 338);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // frmZoomImage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(474, 338);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmZoomImage";
     this.ShowInTaskbar = false;
     this.Text = "frmZoomImage";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmZoomImage_KeyDown);
     this.Load += new System.EventHandler(this.frmZoomImage_Load);
     this.ResumeLayout(false);
 }
Пример #19
0
			private void InitializeComponent()
			{
				this.components = new System.ComponentModel.Container();
				System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormTestPxComboBox));
				this.PxComboBox1 = new GISA.Controls.PxComboBox();
				this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
				this.SuspendLayout();
				//
				//PxComboBox1
				//
				this.PxComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
				this.PxComboBox1.Location = new System.Drawing.Point(72, 64);
				this.PxComboBox1.Name = "PxComboBox1";
				this.PxComboBox1.Size = new System.Drawing.Size(121, 21);
				this.PxComboBox1.TabIndex = 0;
				this.PxComboBox1.Text = "ComboBox1";
				//
				//ImageList1
				//
				this.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
				this.ImageList1.ImageSize = new System.Drawing.Size(16, 18);
				this.ImageList1.ImageStream = (System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList1.ImageStream"));
				this.ImageList1.TransparentColor = System.Drawing.Color.Fuchsia;
				//
				//FormTestPxComboBox
				//
				this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
				this.ClientSize = new System.Drawing.Size(292, 273);
				this.Controls.Add(this.PxComboBox1);
				this.Name = "FormTestPxComboBox";
				this.Text = "Form1";
				this.ResumeLayout(false);

			}
Пример #20
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ReportsForm));
     this.CrystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.SuspendLayout();
     //
     //CrystalReportViewer1
     //
     this.CrystalReportViewer1.ActiveViewIndex = - 1;
     this.CrystalReportViewer1.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.CrystalReportViewer1.Location = new System.Drawing.Point(8, 8);
     this.CrystalReportViewer1.Name = "CrystalReportViewer1";
     this.CrystalReportViewer1.ReportSource = null;
     this.CrystalReportViewer1.Size = new System.Drawing.Size(1000, 520);
     this.CrystalReportViewer1.TabIndex = 0;
     //
     //frmReports
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1012, 533);
     this.Controls.Add(this.CrystalReportViewer1);
     this.Icon = (System.Drawing.Icon) resources.GetObject("$this.Icon");
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmReports";
     this.ShowInTaskbar = false;
     this.Text = "Backflow Testing Reporting";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.ResumeLayout(false);
 }
Пример #21
0
        public OrbitsNet()
        {
            InitializeComponent();
            this.recursos = new System.Resources.ResourceManager("OrbitsNet.Properties.Resources", this.GetType().Assembly);
            this.cultura = new System.Globalization.CultureInfo(System.Globalization.CultureInfo.CurrentCulture.TwoLetterISOLanguageName.ToUpper());
            this.configureLanguage();
            this.fillHash();
            this.selectedFilesForDownload = new List<string>();
            this.loadedFiles = new List<string>();

            this.loadedTles = new List<FileAndTle>();
            this.selectedTles = new List<Tle>();
            this.processedTles = new List<OrbitsElement>();

            this.resetCartChart();
            this.resetPolarchart();
            this.resetMapChart();

            this.loadWorker = new BackgroundWorker();
            this.loadWorker.WorkerSupportsCancellation = true;
            this.loadWorker.WorkerReportsProgress = true;
            this.loadWorker.DoWork += loadWorker_DoWork;
            this.loadWorker.ProgressChanged += loadWorker_ProgressChanged;
            this.loadWorker.RunWorkerCompleted += loadWorker_RunWorkerCompleted;

            this.plotWorker = new BackgroundWorker();
            this.plotWorker.WorkerSupportsCancellation = true;
            this.plotWorker.WorkerReportsProgress = true;
            this.plotWorker.DoWork += plotWorker_DoWork;
            this.plotWorker.ProgressChanged += plotWorker_ProgressChanged;
            this.plotWorker.RunWorkerCompleted += plotWorker_RunWorkerCompleted;

            this.configureDefault();
        }
Пример #22
0
 public void DisplayNoMatches()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NoiFolderMessage));
        this.richTextBox2.Text = resources.GetString("richTextBox2.NoMatchesText");
        this.richTextBox3.Visible = this.richTextBox4.Visible = false;
        this.pictureBox1.Visible = this.pictureBox2.Visible = false;
 }
Пример #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DlgInitProgress));
     this.progressBar = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(12, 38);
     this.progressBar.Name = "progressBar";
     this.progressBar.Size = new System.Drawing.Size(328, 24);
     this.progressBar.TabIndex = 3;
     //
     // DlgInitProgress
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(352, 101);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.progressBar});
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "DlgInitProgress";
     this.ShowInTaskbar = false;
     this.Text = "Initializing New Language.  Please Wait...";
     this.ResumeLayout(false);
 }
Пример #24
0
        public static bool Exists(string path)
        {
            if (string.IsNullOrEmpty(path) || path.Length <= _resourceFilePrefix.Length)
                return false;
            path = path.Substring(_resourceFilePrefix.Length).ToLower();
            if(_resourcePath==null)
            {
                _resourcePath = new Dictionary<string, string>();
                var culture = System.Threading.Thread.CurrentThread.CurrentCulture;
                var assembly = System.Reflection.Assembly.GetExecutingAssembly();
                var resourceName = assembly.GetName().Name + ".g";
                var resourceManager = new System.Resources.ResourceManager(resourceName, assembly);
                try
                {
                    var resourceSet = resourceManager.GetResourceSet(culture, true, true);
                    foreach (System.Collections.DictionaryEntry resource in resourceSet)
                    {
                        _resourcePath.Add(resource.Key.ToString(), "");
                    }
                }
                finally
                {
                    resourceManager.ReleaseAllResources();
                }
            }

            return _resourcePath.ContainsKey(path);
        }
Пример #25
0
        public FlatTabControl()
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            // double buffering
            this.SetStyle(ControlStyles.UserPaint, true);
            this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
            this.SetStyle(ControlStyles.DoubleBuffer, true);
            this.SetStyle(ControlStyles.ResizeRedraw, true);
            this.SetStyle(ControlStyles.SupportsTransparentBackColor, true);

            bUpDown = false;

            this.ControlAdded += new ControlEventHandler(FlatTabControl_ControlAdded);
            this.ControlRemoved += new ControlEventHandler(FlatTabControl_ControlRemoved);
            this.SelectedIndexChanged += new EventHandler(FlatTabControl_SelectedIndexChanged);

            leftRightImages = new ImageList();
            //leftRightImages.ImageSize = new Size(16, 16); // default

            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FlatTabControl));
            Bitmap updownImage = ((System.Drawing.Bitmap)(resources.GetObject("TabIcons.bmp")));

            if (updownImage != null)
            {
                updownImage.MakeTransparent(Color.White);
                leftRightImages.Images.AddStrip(updownImage);
            }
        }
 public VerifyPassphraseDialog(string domainID, SimiasWebService simws)
 {
     this.DomainID = domainID;
        this.simws = simws;
        this.resManager = new System.Resources.ResourceManager(typeof(VerifyPassphraseDialog));
        InitializeComponent();
 }
Пример #27
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WizardWorkPage));
			this._infoPanel = new Razor.InformationPanel();
			this.SuspendLayout();
			// 
			// _infoPanel
			// 
			this._infoPanel.BackColor = System.Drawing.Color.White;
			this._infoPanel.Description = "";
			this._infoPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._infoPanel.Image = ((System.Drawing.Image)(resources.GetObject("_infoPanel.Image")));
			this._infoPanel.Location = new System.Drawing.Point(0, 0);
			this._infoPanel.Name = "_infoPanel";
			this._infoPanel.Size = new System.Drawing.Size(502, 85);
			this._infoPanel.TabIndex = 0;
			this._infoPanel.Title = "";
			// 
			// WizardWorkPage
			// 
			this.Controls.Add(this._infoPanel);
			this.Name = "WizardWorkPage";
			this.Size = new System.Drawing.Size(502, 311);
			this.ResumeLayout(false);

		}
Пример #28
0
 /// <summary>
 /// Konstruktor , inicjalizacja elemntów składowych ( w szczególności startowego slajdu)
 /// </summary>
 public HelpPanel()
 {
     current_pos = 0;
     InitializeComponent();
     System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Game.Resources", typeof(Resources).Assembly);
     pictureBox1.BackgroundImage = ((System.Drawing.Image)(temp.GetObject(slides[current_pos])));
 }
Пример #29
0
        // Initialize this extension. We can only initialize global (non-process specific) state right now
        // since we may not have an active process.
        // However, we can subscribe to the ProcessAdded event to register per-process state.
        public static void Initialize()
        {
            g_rm = new System.Resources.ResourceManager("mdbgCommands", System.Reflection.Assembly.GetExecutingAssembly());
            MDbgAttributeDefinedCommand.AddCommandsFromType(Shell.Commands, typeof(MdbgCommands));

            g_lastSavedRunCommand = null;
            g_threadNickNames = new ThreadNickNames();
            SymbolCache = new MDbgSymbolCache();
            m_events = new ArrayList();
            m_loadedExtensions = new Dictionary<string, bool>();

            // initialization of various properties
            InitModeShellProperty();
            InitStopOptionsProperty();

            Debug.Assert(Shell.Debugger != null);

            // Install our default breakpoint parser.
            if (Shell.BreakpointParser == null)
            {
                Shell.BreakpointParser = new DefaultBreakpointParser();
            }
            if (Shell.ExpressionParser == null)
            {
                Shell.ExpressionParser = new DefaultExpressionParser();
            }

            // We could subscribe to process-specific event handlers via the the Shell.Debugger.Processes.ProcessAdded event.
            Shell.Debugger.Processes.ProcessAdded += new ProcessCollectionChangedEventHandler(Processes_ProcessAdded);
        }
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmBackupDatabase));
			this.components = new System.ComponentModel.Container();
			this.ToolTip1 = new System.Windows.Forms.ToolTip(components);
			this.tmrBackup = new System.Windows.Forms.Timer(components);
			this.SuspendLayout();
			this.ToolTip1.Active = true;
			this.ControlBox = false;
			this.BackColor = System.Drawing.Color.FromArgb(255, 192, 192);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.ClientSize = new System.Drawing.Size(463, 95);
			this.Location = new System.Drawing.Point(3, 3);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
			this.BackgroundImage = (System.Drawing.Image)resources.GetObject("frmBackupDatabase.BackgroundImage");
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Enabled = true;
			this.KeyPreview = false;
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.HelpButton = false;
			this.WindowState = System.Windows.Forms.FormWindowState.Normal;
			this.Name = "frmBackupDatabase";
			this.tmrBackup.Enabled = false;
			this.tmrBackup.Interval = 100;
			this.ResumeLayout(false);
			this.PerformLayout();
		}
Пример #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptXuatkho));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.manguon    = new System.Windows.Forms.ComboBox();
     this.label4     = new System.Windows.Forms.Label();
     this.nhomcc     = new System.Windows.Forms.ComboBox();
     this.label5     = new System.Windows.Forms.Label();
     this.tu         = new System.Windows.Forms.NumericUpDown();
     this.yyyy       = new System.Windows.Forms.NumericUpDown();
     this.den        = new System.Windows.Forms.NumericUpDown();
     this.label3     = new System.Windows.Forms.Label();
     this.manhom     = new System.Windows.Forms.CheckedListBox();
     this.label6     = new System.Windows.Forms.Label();
     this.kho        = new System.Windows.Forms.CheckedListBox();
     ((System.ComponentModel.ISupportInitialize)(this.tu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.den)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(-5, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ tháng";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(168, 13);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(34, 23);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "năm";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butIn
     //
     this.butIn.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(156, 200);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(75, 28);
     this.butIn.TabIndex   = 13;
     this.butIn.Text       = "      &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(236, 200);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(75, 28);
     this.butKetthuc.TabIndex   = 14;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // manguon
     //
     this.manguon.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.manguon.Location = new System.Drawing.Point(56, 38);
     this.manguon.Name     = "manguon";
     this.manguon.Size     = new System.Drawing.Size(200, 21);
     this.manguon.TabIndex = 7;
     this.manguon.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(-5, 38);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(56, 23);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Nguồn";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // nhomcc
     //
     this.nhomcc.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.nhomcc.Location = new System.Drawing.Point(56, 62);
     this.nhomcc.Name     = "nhomcc";
     this.nhomcc.Size     = new System.Drawing.Size(200, 21);
     this.nhomcc.TabIndex = 9;
     this.nhomcc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(-13, 62);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(64, 23);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Nhóm CC";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tu
     //
     this.tu.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tu.Location = new System.Drawing.Point(56, 14);
     this.tu.Maximum  = new System.Decimal(new int[] {
         12,
         0,
         0,
         0
     });
     this.tu.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.tu.Name     = "tu";
     this.tu.Size     = new System.Drawing.Size(40, 21);
     this.tu.TabIndex = 1;
     this.tu.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.tu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // yyyy
     //
     this.yyyy.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.yyyy.Location = new System.Drawing.Point(208, 14);
     this.yyyy.Maximum  = new System.Decimal(new int[] {
         3004,
         0,
         0,
         0
     });
     this.yyyy.Minimum = new System.Decimal(new int[] {
         2004,
         0,
         0,
         0
     });
     this.yyyy.Name     = "yyyy";
     this.yyyy.Size     = new System.Drawing.Size(48, 21);
     this.yyyy.TabIndex = 5;
     this.yyyy.Value    = new System.Decimal(new int[] {
         2004,
         0,
         0,
         0
     });
     this.yyyy.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // den
     //
     this.den.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.den.Location = new System.Drawing.Point(128, 14);
     this.den.Maximum  = new System.Decimal(new int[] {
         12,
         0,
         0,
         0
     });
     this.den.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.den.Name     = "den";
     this.den.Size     = new System.Drawing.Size(40, 21);
     this.den.TabIndex = 3;
     this.den.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.den.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(96, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(32, 23);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "đến :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // manhom
     //
     this.manhom.CheckOnClick = true;
     this.manhom.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.manhom.Location     = new System.Drawing.Point(258, 10);
     this.manhom.Name         = "manhom";
     this.manhom.Size         = new System.Drawing.Size(200, 180);
     this.manhom.TabIndex     = 12;
     this.manhom.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(-13, 84);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 23);
     this.label6.TabIndex  = 10;
     this.label6.Text      = "Kho ";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // kho
     //
     this.kho.CheckOnClick = true;
     this.kho.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.kho.Location     = new System.Drawing.Point(56, 85);
     this.kho.Name         = "kho";
     this.kho.Size         = new System.Drawing.Size(200, 100);
     this.kho.TabIndex     = 11;
     this.kho.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // rptXuatkho
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 247);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.kho,
         this.label6,
         this.manhom,
         this.label3,
         this.den,
         this.yyyy,
         this.tu,
         this.nhomcc,
         this.label5,
         this.manguon,
         this.label4,
         this.butKetthuc,
         this.butIn,
         this.label2,
         this.label1
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "rptXuatkho";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Xuất kho từ tháng ... đến tháng";
     this.Load           += new System.EventHandler(this.rptXuatkho_Load);
     this.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.rptXuatkho_MouseMove);
     ((System.ComponentModel.ISupportInitialize)(this.tu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.den)).EndInit();
     this.ResumeLayout(false);
 }
Пример #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormIap));
     this.butCancel     = new OpenDental.UI.Button();
     this.butOK         = new OpenDental.UI.Button();
     this.listEmployers = new System.Windows.Forms.ListBox();
     this.label1        = new System.Windows.Forms.Label();
     this.textEmpSearch = new System.Windows.Forms.TextBox();
     this.textCarrier   = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.textEmp       = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.Location = new System.Drawing.Point(566, 554);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 3;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(566, 513);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 2;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // listEmployers
     //
     this.listEmployers.HorizontalScrollbar = true;
     this.listEmployers.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15",
         "16",
         "17",
         "18",
         "19",
         "20",
         "21",
         "22",
         "23",
         "24",
         "25",
         "26",
         "27",
         "28",
         "29",
         "30",
         "31",
         "32",
         "33",
         "34",
         "35",
         "36",
         "37",
         "38",
         "39",
         "40"
     });
     this.listEmployers.Location              = new System.Drawing.Point(11, 61);
     this.listEmployers.Name                  = "listEmployers";
     this.listEmployers.Size                  = new System.Drawing.Size(314, 524);
     this.listEmployers.TabIndex              = 1;
     this.listEmployers.SelectedIndexChanged += new System.EventHandler(this.listEmployers_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(10, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 18);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Search";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textEmpSearch
     //
     this.textEmpSearch.Location     = new System.Drawing.Point(11, 32);
     this.textEmpSearch.Name         = "textEmpSearch";
     this.textEmpSearch.TabIndex     = 0;
     this.textEmpSearch.Text         = "";
     this.textEmpSearch.TextChanged += new System.EventHandler(this.textEmpSearch_TextChanged);
     //
     // textCarrier
     //
     this.textCarrier.Location = new System.Drawing.Point(361, 126);
     this.textCarrier.Name     = "textCarrier";
     this.textCarrier.ReadOnly = true;
     this.textCarrier.Size     = new System.Drawing.Size(292, 20);
     this.textCarrier.TabIndex = 4;
     this.textCarrier.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(360, 107);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 18);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Carrier";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textEmp
     //
     this.textEmp.Location = new System.Drawing.Point(361, 77);
     this.textEmp.Name     = "textEmp";
     this.textEmp.ReadOnly = true;
     this.textEmp.Size     = new System.Drawing.Size(292, 20);
     this.textEmp.TabIndex = 6;
     this.textEmp.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(360, 58);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 18);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Employer";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormIap
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(693, 605);
     this.Controls.Add(this.textEmp);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textCarrier);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textEmpSearch);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listEmployers);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormIap";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Insurance Answers Plus";
     this.Load         += new System.EventHandler(this.FormIap_Load);
     this.ResumeLayout(false);
 }
Пример #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SelectMode));
     this.radioButtonMWL = new System.Windows.Forms.RadioButton();
     this.radioButton2   = new System.Windows.Forms.RadioButton();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.pictureBoxRIS  = new System.Windows.Forms.PictureBox();
     this.label1         = new System.Windows.Forms.Label();
     this.textBoxNrOfRsp = new System.Windows.Forms.TextBox();
     this.buttonOk       = new System.Windows.Forms.Button();
     this.toolTipRIS     = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // radioButtonMWL
     //
     this.radioButtonMWL.Checked         = true;
     this.radioButtonMWL.Location        = new System.Drawing.Point(24, 32);
     this.radioButtonMWL.Name            = "radioButtonMWL";
     this.radioButtonMWL.Size            = new System.Drawing.Size(240, 24);
     this.radioButtonMWL.TabIndex        = 0;
     this.radioButtonMWL.TabStop         = true;
     this.radioButtonMWL.Text            = "Using Modality Worklist Information Model";
     this.radioButtonMWL.CheckedChanged += new System.EventHandler(this.radioButtonMWL_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.Location        = new System.Drawing.Point(24, 72);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(200, 24);
     this.radioButton2.TabIndex        = 1;
     this.radioButton2.Text            = "Using Randomized DICOM objects";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pictureBoxRIS);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textBoxNrOfRsp);
     this.groupBox1.Controls.Add(this.radioButtonMWL);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Location = new System.Drawing.Point(16, 16);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(280, 144);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Send C-FIND Responses";
     //
     // pictureBoxRIS
     //
     this.pictureBoxRIS.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBoxRIS.Image")));
     this.pictureBoxRIS.Location = new System.Drawing.Point(232, 72);
     this.pictureBoxRIS.Name     = "pictureBoxRIS";
     this.pictureBoxRIS.Size     = new System.Drawing.Size(16, 16);
     this.pictureBoxRIS.TabIndex = 37;
     this.pictureBoxRIS.TabStop  = false;
     this.toolTipRIS.SetToolTip(this.pictureBoxRIS, "Pl select DCM object from \"Edit DICOM Files\" tab and insert \'@\' charcter in desir" +
                                "ed attributes values.");
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(40, 112);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(128, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Number Of Responses:";
     //
     // textBoxNrOfRsp
     //
     this.textBoxNrOfRsp.Location = new System.Drawing.Point(168, 112);
     this.textBoxNrOfRsp.Name     = "textBoxNrOfRsp";
     this.textBoxNrOfRsp.Size     = new System.Drawing.Size(48, 20);
     this.textBoxNrOfRsp.TabIndex = 2;
     this.textBoxNrOfRsp.Text     = "1";
     //
     // buttonOk
     //
     this.buttonOk.Location = new System.Drawing.Point(112, 168);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.TabIndex = 3;
     this.buttonOk.Text     = "OK";
     this.buttonOk.Click   += new System.EventHandler(this.buttonOk_Click);
     //
     // toolTipRIS
     //
     this.toolTipRIS.AutomaticDelay = 0;
     this.toolTipRIS.AutoPopDelay   = 5000;
     this.toolTipRIS.InitialDelay   = 1;
     this.toolTipRIS.ReshowDelay    = 100;
     this.toolTipRIS.ShowAlways     = true;
     //
     // SelectMode
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(306, 200);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SelectMode";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Select Mode";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RegisterUser));
     this.btnCancel   = new System.Windows.Forms.Button();
     this.btnClear    = new System.Windows.Forms.Button();
     this.btnRegister = new System.Windows.Forms.Button();
     this.txtpwd      = new System.Windows.Forms.TextBox();
     this.txtuser     = new System.Windows.Forms.TextBox();
     this.lblpwd      = new System.Windows.Forms.Label();
     this.lblUser     = new System.Windows.Forms.Label();
     this.txtConfirm  = new System.Windows.Forms.TextBox();
     this.lblConfirm  = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(229, 222);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.TabIndex = 8;
     this.btnCancel.Text     = "C&ancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // btnClear
     //
     this.btnClear.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnClear.Location = new System.Drawing.Point(134, 222);
     this.btnClear.Name     = "btnClear";
     this.btnClear.TabIndex = 7;
     this.btnClear.Text     = "&Clear";
     this.btnClear.Click   += new System.EventHandler(this.btnClear_Click);
     //
     // btnRegister
     //
     this.btnRegister.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnRegister.Location = new System.Drawing.Point(39, 222);
     this.btnRegister.Name     = "btnRegister";
     this.btnRegister.TabIndex = 6;
     this.btnRegister.Text     = "&Register";
     this.btnRegister.Click   += new System.EventHandler(this.btnRegister_Click);
     //
     // txtpwd
     //
     this.txtpwd.Location     = new System.Drawing.Point(183, 126);
     this.txtpwd.Name         = "txtpwd";
     this.txtpwd.PasswordChar = '*';
     this.txtpwd.TabIndex     = 3;
     this.txtpwd.Text         = "";
     //
     // txtuser
     //
     this.txtuser.Location = new System.Drawing.Point(183, 77);
     this.txtuser.Name     = "txtuser";
     this.txtuser.TabIndex = 1;
     this.txtuser.Text     = "";
     //
     // lblpwd
     //
     this.lblpwd.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblpwd.Location = new System.Drawing.Point(60, 126);
     this.lblpwd.Name     = "lblpwd";
     this.lblpwd.TabIndex = 2;
     this.lblpwd.Text     = "Password";
     //
     // lblUser
     //
     this.lblUser.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblUser.Location = new System.Drawing.Point(60, 77);
     this.lblUser.Name     = "lblUser";
     this.lblUser.TabIndex = 0;
     this.lblUser.Text     = "User Name";
     //
     // txtConfirm
     //
     this.txtConfirm.Location     = new System.Drawing.Point(183, 175);
     this.txtConfirm.Name         = "txtConfirm";
     this.txtConfirm.PasswordChar = '*';
     this.txtConfirm.TabIndex     = 5;
     this.txtConfirm.Text         = "";
     //
     // lblConfirm
     //
     this.lblConfirm.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblConfirm.Location = new System.Drawing.Point(60, 175);
     this.lblConfirm.Name     = "lblConfirm";
     this.lblConfirm.TabIndex = 4;
     this.lblConfirm.Text     = "Confirm Password";
     //
     // RegisterUser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(342, 323);
     this.Controls.Add(this.txtConfirm);
     this.Controls.Add(this.txtpwd);
     this.Controls.Add(this.txtuser);
     this.Controls.Add(this.lblConfirm);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnRegister);
     this.Controls.Add(this.lblpwd);
     this.Controls.Add(this.lblUser);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "RegisterUser";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Register User";
     this.ResumeLayout(false);
 }
 [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(JpegPropertyPage));
     this.TrackBarTextQuality = new Main.TrackBarText();
     this.TrackBarTextQuality.ValueChanged     += new Main.TrackBarText.ValueChangedEventHandler(this.TrackBarTextQuality_ValueChanged);
     this.CheckBoxIsProgressive                 = new System.Windows.Forms.CheckBox();
     this.CheckBoxIsProgressive.CheckedChanged += new System.EventHandler(CheckBoxIsProgressive_CheckedChanged);
     this.SuspendLayout();
     //
     //TrackBarTextQuality
     //
     this.TrackBarTextQuality.AccessibleDescription = resources.GetString("TrackBarTextQuality.AccessibleDescription");
     this.TrackBarTextQuality.AccessibleName        = resources.GetString("TrackBarTextQuality.AccessibleName");
     this.TrackBarTextQuality.Anchor            = (System.Windows.Forms.AnchorStyles)resources.GetObject("TrackBarTextQuality.Anchor");
     this.TrackBarTextQuality.AutoScroll        = System.Convert.ToBoolean(resources.GetObject("TrackBarTextQuality.AutoScroll"));
     this.TrackBarTextQuality.AutoScrollMargin  = (System.Drawing.Size)resources.GetObject("TrackBarTextQuality.AutoScrollMargin");
     this.TrackBarTextQuality.AutoScrollMinSize = (System.Drawing.Size)resources.GetObject("TrackBarTextQuality.AutoScrollMinSize");
     this.TrackBarTextQuality.BackgroundImage   = (System.Drawing.Image)resources.GetObject("TrackBarTextQuality.BackgroundImage");
     this.TrackBarTextQuality.Dock          = (System.Windows.Forms.DockStyle)resources.GetObject("TrackBarTextQuality.Dock");
     this.TrackBarTextQuality.Enabled       = System.Convert.ToBoolean(resources.GetObject("TrackBarTextQuality.Enabled"));
     this.TrackBarTextQuality.Font          = (System.Drawing.Font)resources.GetObject("TrackBarTextQuality.Font");
     this.TrackBarTextQuality.ImeMode       = (System.Windows.Forms.ImeMode)resources.GetObject("TrackBarTextQuality.ImeMode");
     this.TrackBarTextQuality.Location      = (System.Drawing.Point)resources.GetObject("TrackBarTextQuality.Location");
     this.TrackBarTextQuality.Maximum       = 100;
     this.TrackBarTextQuality.Minimum       = 0;
     this.TrackBarTextQuality.Name          = "TrackBarTextQuality";
     this.TrackBarTextQuality.RightToLeft   = (System.Windows.Forms.RightToLeft)resources.GetObject("TrackBarTextQuality.RightToLeft");
     this.TrackBarTextQuality.Size          = (System.Drawing.Size)resources.GetObject("TrackBarTextQuality.Size");
     this.TrackBarTextQuality.TabIndex      = System.Convert.ToInt32(resources.GetObject("TrackBarTextQuality.TabIndex"));
     this.TrackBarTextQuality.Text          = resources.GetString("TrackBarTextQuality.Text");
     this.TrackBarTextQuality.TickFrequency = 5;
     this.TrackBarTextQuality.Unit          = "%";
     this.TrackBarTextQuality.Value         = 60;
     this.TrackBarTextQuality.Visible       = System.Convert.ToBoolean(resources.GetObject("TrackBarTextQuality.Visible"));
     //
     //CheckBoxIsProgressive
     //
     this.CheckBoxIsProgressive.AccessibleDescription = resources.GetString("CheckBoxIsProgressive.AccessibleDescription");
     this.CheckBoxIsProgressive.AccessibleName        = resources.GetString("CheckBoxIsProgressive.AccessibleName");
     this.CheckBoxIsProgressive.Anchor          = (System.Windows.Forms.AnchorStyles)resources.GetObject("CheckBoxIsProgressive.Anchor");
     this.CheckBoxIsProgressive.Appearance      = (System.Windows.Forms.Appearance)resources.GetObject("CheckBoxIsProgressive.Appearance");
     this.CheckBoxIsProgressive.BackgroundImage = (System.Drawing.Image)resources.GetObject("CheckBoxIsProgressive.BackgroundImage");
     this.CheckBoxIsProgressive.CheckAlign      = (System.Drawing.ContentAlignment)resources.GetObject("CheckBoxIsProgressive.CheckAlign");
     this.CheckBoxIsProgressive.Dock            = (System.Windows.Forms.DockStyle)resources.GetObject("CheckBoxIsProgressive.Dock");
     this.CheckBoxIsProgressive.Enabled         = System.Convert.ToBoolean(resources.GetObject("CheckBoxIsProgressive.Enabled"));
     this.CheckBoxIsProgressive.FlatStyle       = (System.Windows.Forms.FlatStyle)resources.GetObject("CheckBoxIsProgressive.FlatStyle");
     this.CheckBoxIsProgressive.Font            = (System.Drawing.Font)resources.GetObject("CheckBoxIsProgressive.Font");
     this.CheckBoxIsProgressive.Image           = (System.Drawing.Image)resources.GetObject("CheckBoxIsProgressive.Image");
     this.CheckBoxIsProgressive.ImageAlign      = (System.Drawing.ContentAlignment)resources.GetObject("CheckBoxIsProgressive.ImageAlign");
     this.CheckBoxIsProgressive.ImageIndex      = System.Convert.ToInt32(resources.GetObject("CheckBoxIsProgressive.ImageIndex"));
     this.CheckBoxIsProgressive.ImeMode         = (System.Windows.Forms.ImeMode)resources.GetObject("CheckBoxIsProgressive.ImeMode");
     this.CheckBoxIsProgressive.Location        = (System.Drawing.Point)resources.GetObject("CheckBoxIsProgressive.Location");
     this.CheckBoxIsProgressive.Name            = "CheckBoxIsProgressive";
     this.CheckBoxIsProgressive.RightToLeft     = (System.Windows.Forms.RightToLeft)resources.GetObject("CheckBoxIsProgressive.RightToLeft");
     this.CheckBoxIsProgressive.Size            = (System.Drawing.Size)resources.GetObject("CheckBoxIsProgressive.Size");
     this.CheckBoxIsProgressive.TabIndex        = System.Convert.ToInt32(resources.GetObject("CheckBoxIsProgressive.TabIndex"));
     this.CheckBoxIsProgressive.Text            = resources.GetString("CheckBoxIsProgressive.Text");
     this.CheckBoxIsProgressive.TextAlign       = (System.Drawing.ContentAlignment)resources.GetObject("CheckBoxIsProgressive.TextAlign");
     this.CheckBoxIsProgressive.Visible         = System.Convert.ToBoolean(resources.GetObject("CheckBoxIsProgressive.Visible"));
     //
     //JpegPropertyPage
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScroll            = System.Convert.ToBoolean(resources.GetObject("$this.AutoScroll"));
     this.AutoScrollMargin      = (System.Drawing.Size)resources.GetObject("$this.AutoScrollMargin");
     this.AutoScrollMinSize     = (System.Drawing.Size)resources.GetObject("$this.AutoScrollMinSize");
     this.BackgroundImage       = (System.Drawing.Image)resources.GetObject("$this.BackgroundImage");
     this.Controls.Add(this.CheckBoxIsProgressive);
     this.Controls.Add(this.TrackBarTextQuality);
     this.Enabled     = System.Convert.ToBoolean(resources.GetObject("$this.Enabled"));
     this.Font        = (System.Drawing.Font)resources.GetObject("$this.Font");
     this.ImeMode     = (System.Windows.Forms.ImeMode)resources.GetObject("$this.ImeMode");
     this.Location    = (System.Drawing.Point)resources.GetObject("$this.Location");
     this.Name        = "JpegPropertyPage";
     this.RightToLeft = (System.Windows.Forms.RightToLeft)resources.GetObject("$this.RightToLeft");
     this.Size        = (System.Drawing.Size)resources.GetObject("$this.Size");
     this.ResumeLayout(false);
 }
Пример #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmRelatoriosSaque));
     this.m_btAssistente = new System.Windows.Forms.Button();
     this.m_gbBarraSuperior.SuspendLayout();
     //
     // m_ilBandeiras
     //
     this.m_ilBandeiras.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_ilBandeiras.ImageStream")));
     //
     // m_rcRelatorio
     //
     this.m_rcRelatorio.Name = "m_rcRelatorio";
     //
     // m_btEnviarImagemEmail
     //
     this.m_btEnviarImagemEmail.Name = "m_btEnviarImagemEmail";
     this.m_ttDica.SetToolTip(this.m_btEnviarImagemEmail, "Enviar via e-mail ");
     //
     // m_btIdioma
     //
     this.m_btIdioma.Name = "m_btIdioma";
     this.m_ttDica.SetToolTip(this.m_btIdioma, "Alterar idioma ");
     //
     // m_btSalvarImagem
     //
     this.m_btSalvarImagem.Name = "m_btSalvarImagem";
     this.m_ttDica.SetToolTip(this.m_btSalvarImagem, "Salvar imagem");
     //
     // m_btModoEdicao
     //
     this.m_btModoEdicao.Name = "m_btModoEdicao";
     this.m_ttDica.SetToolTip(this.m_btModoEdicao, "Editar ");
     //
     // m_btTrocarRelatorio
     //
     this.m_btTrocarRelatorio.Name = "m_btTrocarRelatorio";
     this.m_ttDica.SetToolTip(this.m_btTrocarRelatorio, "Trocar formato ");
     //
     // m_btUltimaPagina
     //
     this.m_btUltimaPagina.Name = "m_btUltimaPagina";
     this.m_ttDica.SetToolTip(this.m_btUltimaPagina, "Ultima página");
     //
     // m_btPrimeiraPagima
     //
     this.m_btPrimeiraPagima.Name = "m_btPrimeiraPagima";
     this.m_ttDica.SetToolTip(this.m_btPrimeiraPagima, "Primeira página");
     //
     // m_lbPaginaAtual
     //
     this.m_lbPaginaAtual.Name = "m_lbPaginaAtual";
     //
     // m_btPaginaAnterior
     //
     this.m_btPaginaAnterior.Name = "m_btPaginaAnterior";
     this.m_ttDica.SetToolTip(this.m_btPaginaAnterior, "Página anterior");
     //
     // m_btProximaPagina
     //
     this.m_btProximaPagina.Name = "m_btProximaPagina";
     this.m_ttDica.SetToolTip(this.m_btProximaPagina, "Página posterior");
     //
     // m_vsbVertical
     //
     this.m_vsbVertical.Name = "m_vsbVertical";
     //
     // m_hsbHorizontal
     //
     this.m_hsbHorizontal.Name = "m_hsbHorizontal";
     //
     // m_btZoomMenos
     //
     this.m_btZoomMenos.Name    = "m_btZoomMenos";
     this.m_btZoomMenos.Visible = true;
     //
     // m_btZoomMais
     //
     this.m_btZoomMais.Name    = "m_btZoomMais";
     this.m_btZoomMais.Visible = true;
     //
     // m_gbBarraSuperior
     //
     this.m_gbBarraSuperior.Controls.Add(this.m_btAssistente);
     this.m_gbBarraSuperior.Name = "m_gbBarraSuperior";
     this.m_gbBarraSuperior.Controls.SetChildIndex(this.m_btAssistente, 0);
     //
     // m_gbBarraInferior
     //
     this.m_gbBarraInferior.Name = "m_gbBarraInferior";
     //
     // m_btImprimir
     //
     this.m_btImprimir.Name = "m_btImprimir";
     //
     // m_gbBarraInferiorEdicao
     //
     this.m_gbBarraInferiorEdicao.Name = "m_gbBarraInferiorEdicao";
     //
     // m_gbBarraSuperiorEdicao
     //
     this.m_gbBarraSuperiorEdicao.Name = "m_gbBarraSuperiorEdicao";
     //
     // m_btModoVisualizacao
     //
     this.m_btModoVisualizacao.Name = "m_btModoVisualizacao";
     //
     // m_btZoomMaisEdicao
     //
     this.m_btZoomMaisEdicao.Name = "m_btZoomMaisEdicao";
     //
     // m_btZoomMenosEdicao
     //
     this.m_btZoomMenosEdicao.Name = "m_btZoomMenosEdicao";
     //
     // m_btSalvarEdicao
     //
     this.m_btSalvarEdicao.Name = "m_btSalvarEdicao";
     //
     // m_btTrocarRelatorioEdicao
     //
     this.m_btTrocarRelatorioEdicao.Name = "m_btTrocarRelatorioEdicao";
     //
     // m_btSalvarComoEdicao
     //
     this.m_btSalvarComoEdicao.Name = "m_btSalvarComoEdicao";
     //
     // m_btNovoEdicao
     //
     this.m_btNovoEdicao.Name = "m_btNovoEdicao";
     //
     // m_btMargensEdicao
     //
     this.m_btMargensEdicao.Name = "m_btMargensEdicao";
     //
     // m_btExcluirEdicao
     //
     this.m_btExcluirEdicao.Name = "m_btExcluirEdicao";
     //
     // m_btZoomNormal
     //
     this.m_btZoomNormal.Name = "m_btZoomNormal";
     //
     // m_btImportar
     //
     this.m_btImportar.Name = "m_btImportar";
     //
     // m_btExportar
     //
     this.m_btExportar.Name = "m_btExportar";
     //
     // m_btAssistente
     //
     this.m_btAssistente.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.m_btAssistente.Image    = ((System.Drawing.Image)(resources.GetObject("m_btAssistente.Image")));
     this.m_btAssistente.Location = new System.Drawing.Point(8, 11);
     this.m_btAssistente.Name     = "m_btAssistente";
     this.m_btAssistente.Size     = new System.Drawing.Size(24, 24);
     this.m_btAssistente.TabIndex = 60;
     this.m_ttDica.SetToolTip(this.m_btAssistente, "Assistente");
     this.m_btAssistente.Click += new System.EventHandler(this.m_btAssistente_Click);
     //
     // frmRelatoriosSaque
     //
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(798, 598);
     this.Name  = "frmRelatoriosSaque";
     this.Load += new System.EventHandler(this.frmRelatoriosSaque_Load);
     this.m_gbBarraSuperior.ResumeLayout(false);
 }
Пример #37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PageElemAll));
     this.lbStandardQueue  = new ActiveQLibrary.CustomControl.ListBoxVS();
     this.tvScheduledQueue = new ActiveQLibrary.CustomControl.TreeViewVS();
     this._imageList       = new System.Windows.Forms.ImageList(this.components);
     this.labelGradient2   = new ActiveQLibrary.CustomControl.LabelGradient();
     this.labelGradient3   = new ActiveQLibrary.CustomControl.LabelGradient();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbStandardQueue
     //
     this.lbStandardQueue.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lbStandardQueue.DrawMode    = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lbStandardQueue.Img         = ((System.Drawing.Bitmap)(resources.GetObject("lbStandardQueue.Img")));
     this.lbStandardQueue.ItemHeight  = 14;
     this.lbStandardQueue.Location    = new System.Drawing.Point(5, 39);
     this.lbStandardQueue.Name        = "lbStandardQueue";
     this.lbStandardQueue.Size        = new System.Drawing.Size(222, 322);
     this.lbStandardQueue.TabIndex    = 6;
     //
     // tvScheduledQueue
     //
     this.tvScheduledQueue.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvScheduledQueue.ImageList   = this._imageList;
     this.tvScheduledQueue.Location    = new System.Drawing.Point(235, 39);
     this.tvScheduledQueue.Name        = "tvScheduledQueue";
     this.tvScheduledQueue.Size        = new System.Drawing.Size(220, 322);
     this.tvScheduledQueue.TabIndex    = 7;
     //
     // _imageList
     //
     this._imageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this._imageList.ImageSize        = new System.Drawing.Size(16, 16);
     this._imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream")));
     this._imageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // labelGradient2
     //
     this.labelGradient2.BorderStyle      = System.Windows.Forms.Border3DStyle.Etched;
     this.labelGradient2.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelGradient2.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.labelGradient2.GradientColorTwo = System.Drawing.Color.LightSteelBlue;
     this.labelGradient2.Location         = new System.Drawing.Point(5, 7);
     this.labelGradient2.Name             = "labelGradient2";
     this.labelGradient2.Size             = new System.Drawing.Size(222, 30);
     this.labelGradient2.TabIndex         = 9;
     this.labelGradient2.Text             = "Standard";
     this.labelGradient2.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // labelGradient3
     //
     this.labelGradient3.BorderStyle      = System.Windows.Forms.Border3DStyle.Etched;
     this.labelGradient3.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelGradient3.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.labelGradient3.GradientColorTwo = System.Drawing.Color.LightSteelBlue;
     this.labelGradient3.Location         = new System.Drawing.Point(234, 7);
     this.labelGradient3.Name             = "labelGradient3";
     this.labelGradient3.Size             = new System.Drawing.Size(222, 30);
     this.labelGradient3.TabIndex         = 10;
     this.labelGradient3.Text             = "Scheduled";
     this.labelGradient3.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.LightSteelBlue;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.labelGradient2,
         this.tvScheduledQueue,
         this.lbStandardQueue,
         this.labelGradient3
     });
     this.panel1.Location = new System.Drawing.Point(6, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(462, 365);
     this.panel1.TabIndex = 11;
     //
     // PageElemAll
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.panel1
     });
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "PageElemAll";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #38
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmSectionEditPatientField));
     this.components    = new System.ComponentModel.Container();
     this.ToolTip1      = new System.Windows.Forms.ToolTip(components);
     this.lstIndicators = new System.Windows.Forms.ListBox();
     this.cmdCancel     = new System.Windows.Forms.Button();
     this.cmdSelect     = new System.Windows.Forms.Button();
     this.Label2        = new System.Windows.Forms.Label();
     this.Label3        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     this.ToolTip1.Active                = true;
     this.FormBorderStyle                = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Text                           = "Edit the information for the selected patient field";
     this.ClientSize                     = new System.Drawing.Size(499, 183);
     this.Location                       = new System.Drawing.Point(4, 28);
     this.MaximizeBox                    = false;
     this.MinimizeBox                    = false;
     this.StartPosition                  = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font                           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                  = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                      = System.Drawing.SystemColors.Control;
     this.ControlBox                     = true;
     this.Enabled                        = true;
     this.KeyPreview                     = false;
     this.Cursor                         = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                    = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                  = true;
     this.HelpButton                     = false;
     this.WindowState                    = System.Windows.Forms.FormWindowState.Normal;
     this.Name                           = "frmSectionEditPatientField";
     this.lstIndicators.Size             = new System.Drawing.Size(329, 107);
     this.lstIndicators.Location         = new System.Drawing.Point(105, 14);
     this.lstIndicators.SelectionMode    = System.Windows.Forms.SelectionMode.MultiSimple;
     this.lstIndicators.TabIndex         = 2;
     this.lstIndicators.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lstIndicators.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstIndicators.BackColor        = System.Drawing.SystemColors.Window;
     this.lstIndicators.CausesValidation = true;
     this.lstIndicators.Enabled          = true;
     this.lstIndicators.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.lstIndicators.IntegralHeight   = true;
     this.lstIndicators.Cursor           = System.Windows.Forms.Cursors.Default;
     this.lstIndicators.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.lstIndicators.Sorted           = false;
     this.lstIndicators.TabStop          = true;
     this.lstIndicators.Visible          = true;
     this.lstIndicators.MultiColumn      = false;
     this.lstIndicators.Name             = "lstIndicators";
     this.cmdCancel.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCancel.Text                 = "Cancel";
     this.cmdCancel.Size                 = new System.Drawing.Size(92, 27);
     this.cmdCancel.Location             = new System.Drawing.Point(259, 154);
     this.cmdCancel.TabIndex             = 1;
     this.cmdCancel.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCancel.BackColor            = System.Drawing.SystemColors.Control;
     this.cmdCancel.CausesValidation     = true;
     this.cmdCancel.Enabled              = true;
     this.cmdCancel.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.TabStop              = true;
     this.cmdCancel.Name                 = "cmdCancel";
     this.cmdSelect.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdSelect.Text                 = "Select";
     this.cmdSelect.Size                 = new System.Drawing.Size(100, 27);
     this.cmdSelect.Location             = new System.Drawing.Point(152, 154);
     this.cmdSelect.TabIndex             = 0;
     this.cmdSelect.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdSelect.BackColor            = System.Drawing.SystemColors.Control;
     this.cmdSelect.CausesValidation     = true;
     this.cmdSelect.Enabled              = true;
     this.cmdSelect.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.cmdSelect.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cmdSelect.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cmdSelect.TabStop              = true;
     this.cmdSelect.Name                 = "cmdSelect";
     this.Label2.TextAlign               = System.Drawing.ContentAlignment.TopRight;
     this.Label2.Text                    = "Indicator:";
     this.Label2.Size                    = new System.Drawing.Size(92, 24);
     this.Label2.Location                = new System.Drawing.Point(2, 15);
     this.Label2.TabIndex                = 4;
     this.Label2.Font                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.BackColor               = System.Drawing.SystemColors.Control;
     this.Label2.Enabled                 = true;
     this.Label2.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.Label2.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic             = true;
     this.Label2.Visible                 = true;
     this.Label2.AutoSize                = false;
     this.Label2.BorderStyle             = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name                    = "Label2";
     this.Label3.Text                    = "Hold down the Shift key to make multiple selections";
     this.Label3.Size                    = new System.Drawing.Size(325, 23);
     this.Label3.Location                = new System.Drawing.Point(104, 119);
     this.Label3.TabIndex                = 3;
     this.Label3.Font                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label3.TextAlign               = System.Drawing.ContentAlignment.TopLeft;
     this.Label3.BackColor               = System.Drawing.SystemColors.Control;
     this.Label3.Enabled                 = true;
     this.Label3.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.Label3.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic             = true;
     this.Label3.Visible                 = true;
     this.Label3.AutoSize                = false;
     this.Label3.BorderStyle             = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name                    = "Label3";
     this.Controls.Add(lstIndicators);
     this.Controls.Add(cmdCancel);
     this.Controls.Add(cmdSelect);
     this.Controls.Add(Label2);
     this.Controls.Add(Label3);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RandomTiler));
     this.cmbTileSet     = new System.Windows.Forms.ComboBox();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.linkLabel1     = new System.Windows.Forms.LinkLabel();
     this.cmbHues        = new System.Windows.Forms.ComboBox();
     this.rRandomHue     = new System.Windows.Forms.RadioButton();
     this.rSelectedHue   = new System.Windows.Forms.RadioButton();
     this.rNoHue         = new System.Windows.Forms.RadioButton();
     this.lnkEditTile    = new System.Windows.Forms.LinkLabel();
     this.tabControl1    = new System.Windows.Forms.TabControl();
     this.tabPage1       = new System.Windows.Forms.TabPage();
     this.cmbMap         = new System.Windows.Forms.ComboBox();
     this.button1        = new System.Windows.Forms.Button();
     this.bAreaRun       = new System.Windows.Forms.Button();
     this.labFill        = new System.Windows.Forms.Label();
     this.slideFill      = new System.Windows.Forms.TrackBar();
     this.label7         = new System.Windows.Forms.Label();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.lnkFromClient1 = new System.Windows.Forms.LinkLabel();
     this.label5         = new System.Windows.Forms.Label();
     this.label6         = new System.Windows.Forms.Label();
     this.n1Y            = new System.Windows.Forms.NumericUpDown();
     this.n1X            = new System.Windows.Forms.NumericUpDown();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.lnkFromClient2 = new System.Windows.Forms.LinkLabel();
     this.label4         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.n2Y            = new System.Windows.Forms.NumericUpDown();
     this.n2X            = new System.Windows.Forms.NumericUpDown();
     this.tabPage2       = new System.Windows.Forms.TabPage();
     this.bRunSingle     = new System.Windows.Forms.Button();
     this.label2         = new System.Windows.Forms.Label();
     this.tabPage3       = new System.Windows.Forms.TabPage();
     this.bRunBrush      = new System.Windows.Forms.Button();
     this.labFill2       = new System.Windows.Forms.Label();
     this.pBarFill2      = new System.Windows.Forms.TrackBar();
     this.nHeight        = new System.Windows.Forms.NumericUpDown();
     this.label9         = new System.Windows.Forms.Label();
     this.nWidth         = new System.Windows.Forms.NumericUpDown();
     this.label8         = new System.Windows.Forms.Label();
     this.labWidth       = new System.Windows.Forms.Label();
     this.chkZ           = new System.Windows.Forms.CheckBox();
     this.numZ           = new System.Windows.Forms.NumericUpDown();
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.slideFill)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.n1Y)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.n1X)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.n2Y)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.n2X)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pBarFill2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nHeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nWidth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numZ)).BeginInit();
     this.SuspendLayout();
     //
     // cmbTileSet
     //
     this.cmbTileSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTileSet.Location      = new System.Drawing.Point(8, 32);
     this.cmbTileSet.Name          = "cmbTileSet";
     this.cmbTileSet.Size          = new System.Drawing.Size(121, 21);
     this.cmbTileSet.TabIndex      = 0;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Random.TileSet";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.linkLabel1);
     this.groupBox1.Controls.Add(this.cmbHues);
     this.groupBox1.Controls.Add(this.rRandomHue);
     this.groupBox1.Controls.Add(this.rSelectedHue);
     this.groupBox1.Controls.Add(this.rNoHue);
     this.groupBox1.Location = new System.Drawing.Point(8, 80);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(120, 136);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Common.Hue";
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(8, 112);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(104, 16);
     this.linkLabel1.TabIndex     = 4;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "Random.EditHue";
     this.linkLabel1.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // cmbHues
     //
     this.cmbHues.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbHues.Enabled       = false;
     this.cmbHues.Location      = new System.Drawing.Point(8, 88);
     this.cmbHues.Name          = "cmbHues";
     this.cmbHues.Size          = new System.Drawing.Size(104, 21);
     this.cmbHues.TabIndex      = 3;
     //
     // rRandomHue
     //
     this.rRandomHue.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.rRandomHue.Location        = new System.Drawing.Point(8, 64);
     this.rRandomHue.Name            = "rRandomHue";
     this.rRandomHue.TabIndex        = 2;
     this.rRandomHue.Text            = "Random.RndHue";
     this.rRandomHue.CheckedChanged += new System.EventHandler(this.rRandomHue_CheckedChanged);
     //
     // rSelectedHue
     //
     this.rSelectedHue.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rSelectedHue.Location  = new System.Drawing.Point(8, 40);
     this.rSelectedHue.Name      = "rSelectedHue";
     this.rSelectedHue.TabIndex  = 1;
     this.rSelectedHue.Text      = "Random.SelHue";
     //
     // rNoHue
     //
     this.rNoHue.Checked   = true;
     this.rNoHue.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rNoHue.Location  = new System.Drawing.Point(8, 16);
     this.rNoHue.Name      = "rNoHue";
     this.rNoHue.TabIndex  = 0;
     this.rNoHue.TabStop   = true;
     this.rNoHue.Text      = "Random.NoHue";
     //
     // lnkEditTile
     //
     this.lnkEditTile.Location     = new System.Drawing.Point(8, 56);
     this.lnkEditTile.Name         = "lnkEditTile";
     this.lnkEditTile.Size         = new System.Drawing.Size(120, 23);
     this.lnkEditTile.TabIndex     = 3;
     this.lnkEditTile.TabStop      = true;
     this.lnkEditTile.Text         = "Random.EditTile";
     this.lnkEditTile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkEditTile_LinkClicked);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(136, 8);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(352, 208);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.numZ);
     this.tabPage1.Controls.Add(this.chkZ);
     this.tabPage1.Controls.Add(this.cmbMap);
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Controls.Add(this.bAreaRun);
     this.tabPage1.Controls.Add(this.labFill);
     this.tabPage1.Controls.Add(this.slideFill);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.groupBox3);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(344, 182);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Random.Area";
     //
     // cmbMap
     //
     this.cmbMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbMap.Location      = new System.Drawing.Point(240, 124);
     this.cmbMap.Name          = "cmbMap";
     this.cmbMap.Size          = new System.Drawing.Size(96, 21);
     this.cmbMap.TabIndex      = 12;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(264, 152);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 11;
     this.button1.Text      = "Roofing.ServCP";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // bAreaRun
     //
     this.bAreaRun.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bAreaRun.Location  = new System.Drawing.Point(160, 152);
     this.bAreaRun.Name      = "bAreaRun";
     this.bAreaRun.TabIndex  = 10;
     this.bAreaRun.Text      = "Common.Run";
     this.bAreaRun.Click    += new System.EventHandler(this.bAreaRun_Click);
     //
     // labFill
     //
     this.labFill.Location  = new System.Drawing.Point(164, 96);
     this.labFill.Name      = "labFill";
     this.labFill.Size      = new System.Drawing.Size(172, 23);
     this.labFill.TabIndex  = 9;
     this.labFill.Text      = "Random.labFill";
     this.labFill.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labFill.Paint    += new System.Windows.Forms.PaintEventHandler(this.labFill_Paint);
     //
     // slideFill
     //
     this.slideFill.LargeChange = 10;
     this.slideFill.Location    = new System.Drawing.Point(160, 48);
     this.slideFill.Maximum     = 100;
     this.slideFill.Name        = "slideFill";
     this.slideFill.Size        = new System.Drawing.Size(176, 45);
     this.slideFill.TabIndex    = 8;
     this.slideFill.Value       = 50;
     this.slideFill.Scroll     += new System.EventHandler(this.slideFill_Scroll);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 8);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(328, 40);
     this.label7.TabIndex = 7;
     this.label7.Text     = "Random.AreaDesc";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.lnkFromClient1);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.n1Y);
     this.groupBox2.Controls.Add(this.n1X);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(8, 48);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(144, 60);
     this.groupBox2.TabIndex  = 5;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Roofing.Point1";
     //
     // lnkFromClient1
     //
     this.lnkFromClient1.Location     = new System.Drawing.Point(4, 40);
     this.lnkFromClient1.Name         = "lnkFromClient1";
     this.lnkFromClient1.Size         = new System.Drawing.Size(136, 16);
     this.lnkFromClient1.TabIndex     = 4;
     this.lnkFromClient1.TabStop      = true;
     this.lnkFromClient1.Text         = "Roofing.FromCli";
     this.lnkFromClient1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkFromClient1_LinkClicked);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(72, 16);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(16, 20);
     this.label5.TabIndex  = 3;
     this.label5.Text      = "Common.Y";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(4, 16);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(16, 20);
     this.label6.TabIndex  = 2;
     this.label6.Text      = "Common.X";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // n1Y
     //
     this.n1Y.Location = new System.Drawing.Point(88, 16);
     this.n1Y.Maximum  = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.n1Y.Name     = "n1Y";
     this.n1Y.Size     = new System.Drawing.Size(52, 20);
     this.n1Y.TabIndex = 1;
     //
     // n1X
     //
     this.n1X.Location = new System.Drawing.Point(20, 16);
     this.n1X.Maximum  = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.n1X.Name     = "n1X";
     this.n1X.Size     = new System.Drawing.Size(52, 20);
     this.n1X.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.lnkFromClient2);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.n2Y);
     this.groupBox3.Controls.Add(this.n2X);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(8, 112);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(144, 60);
     this.groupBox3.TabIndex  = 6;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Roofing.Point2";
     //
     // lnkFromClient2
     //
     this.lnkFromClient2.Location     = new System.Drawing.Point(4, 40);
     this.lnkFromClient2.Name         = "lnkFromClient2";
     this.lnkFromClient2.Size         = new System.Drawing.Size(136, 16);
     this.lnkFromClient2.TabIndex     = 5;
     this.lnkFromClient2.TabStop      = true;
     this.lnkFromClient2.Text         = "Roofing.FromCli";
     this.lnkFromClient2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkFromClient2_LinkClicked);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(4, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(16, 20);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "Common.X";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(72, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(16, 20);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "Common.Y";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // n2Y
     //
     this.n2Y.Location = new System.Drawing.Point(88, 16);
     this.n2Y.Maximum  = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.n2Y.Name     = "n2Y";
     this.n2Y.Size     = new System.Drawing.Size(52, 20);
     this.n2Y.TabIndex = 2;
     //
     // n2X
     //
     this.n2X.Location = new System.Drawing.Point(20, 16);
     this.n2X.Maximum  = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.n2X.Name     = "n2X";
     this.n2X.Size     = new System.Drawing.Size(52, 20);
     this.n2X.TabIndex = 1;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.bRunSingle);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(344, 182);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Random.ItemRnd";
     //
     // bRunSingle
     //
     this.bRunSingle.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bRunSingle.Location  = new System.Drawing.Point(136, 120);
     this.bRunSingle.Name      = "bRunSingle";
     this.bRunSingle.TabIndex  = 1;
     this.bRunSingle.Text      = "Common.Run";
     this.bRunSingle.Click    += new System.EventHandler(this.bRunSingle_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(328, 104);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Random.SingleDesc";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.bRunBrush);
     this.tabPage3.Controls.Add(this.labFill2);
     this.tabPage3.Controls.Add(this.pBarFill2);
     this.tabPage3.Controls.Add(this.nHeight);
     this.tabPage3.Controls.Add(this.label9);
     this.tabPage3.Controls.Add(this.nWidth);
     this.tabPage3.Controls.Add(this.label8);
     this.tabPage3.Controls.Add(this.labWidth);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(344, 182);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Random.Brush";
     //
     // bRunBrush
     //
     this.bRunBrush.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bRunBrush.Location  = new System.Drawing.Point(136, 152);
     this.bRunBrush.Name      = "bRunBrush";
     this.bRunBrush.TabIndex  = 8;
     this.bRunBrush.Text      = "Common.Run";
     this.bRunBrush.Click    += new System.EventHandler(this.bRunBrush_Click);
     //
     // labFill2
     //
     this.labFill2.Location  = new System.Drawing.Point(160, 112);
     this.labFill2.Name      = "labFill2";
     this.labFill2.Size      = new System.Drawing.Size(152, 23);
     this.labFill2.TabIndex  = 7;
     this.labFill2.Text      = "label10";
     this.labFill2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labFill2.Paint    += new System.Windows.Forms.PaintEventHandler(this.labFill2_Paint);
     //
     // pBarFill2
     //
     this.pBarFill2.LargeChange = 10;
     this.pBarFill2.Location    = new System.Drawing.Point(144, 64);
     this.pBarFill2.Maximum     = 100;
     this.pBarFill2.Name        = "pBarFill2";
     this.pBarFill2.Size        = new System.Drawing.Size(192, 45);
     this.pBarFill2.TabIndex    = 6;
     this.pBarFill2.Value       = 50;
     this.pBarFill2.Scroll     += new System.EventHandler(this.pBarFill2_Scroll);
     //
     // nHeight
     //
     this.nHeight.Location = new System.Drawing.Point(72, 112);
     this.nHeight.Maximum  = new System.Decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.nHeight.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nHeight.Name     = "nHeight";
     this.nHeight.Size     = new System.Drawing.Size(48, 20);
     this.nHeight.TabIndex = 4;
     this.nHeight.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(16, 104);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(112, 32);
     this.label9.TabIndex  = 5;
     this.label9.Text      = "Random.Hgt";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label9.Paint    += new System.Windows.Forms.PaintEventHandler(this.label9_Paint);
     //
     // nWidth
     //
     this.nWidth.Location = new System.Drawing.Point(72, 72);
     this.nWidth.Maximum  = new System.Decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.nWidth.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nWidth.Name     = "nWidth";
     this.nWidth.Size     = new System.Drawing.Size(48, 20);
     this.nWidth.TabIndex = 1;
     this.nWidth.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 8);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(328, 48);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Random.BrushDesc";
     //
     // labWidth
     //
     this.labWidth.Location  = new System.Drawing.Point(16, 64);
     this.labWidth.Name      = "labWidth";
     this.labWidth.Size      = new System.Drawing.Size(112, 32);
     this.labWidth.TabIndex  = 3;
     this.labWidth.Text      = "Random.Wdth";
     this.labWidth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labWidth.Paint    += new System.Windows.Forms.PaintEventHandler(this.labWidth_Paint);
     //
     // chkZ
     //
     this.chkZ.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkZ.Location  = new System.Drawing.Point(160, 120);
     this.chkZ.Name      = "chkZ";
     this.chkZ.Size      = new System.Drawing.Size(32, 24);
     this.chkZ.TabIndex  = 13;
     this.chkZ.Text      = "Z";
     //
     // numZ
     //
     this.numZ.Location = new System.Drawing.Point(192, 124);
     this.numZ.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.numZ.Minimum = new System.Decimal(new int[] {
         128,
         0,
         0,
         -2147483648
     });
     this.numZ.Name     = "numZ";
     this.numZ.Size     = new System.Drawing.Size(48, 20);
     this.numZ.TabIndex = 14;
     //
     // RandomTiler
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(496, 222);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.lnkEditTile);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cmbTileSet);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "RandomTiler";
     this.Text  = "RandomTiler";
     this.Load += new System.EventHandler(this.RandomTiler_Load);
     this.groupBox1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.slideFill)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.n1Y)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.n1X)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.n2Y)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.n2X)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pBarFill2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nHeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nWidth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numZ)).EndInit();
     this.ResumeLayout(false);
 }
Пример #40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ClstForm));
     this.clstPanel = new System.Windows.Forms.Panel();
     this.lbformat  = new System.Windows.Forms.Label();
     this.label9    = new System.Windows.Forms.Label();
     this.lbclst    = new System.Windows.Forms.ListBox();
     this.panel4    = new System.Windows.Forms.Panel();
     this.label12   = new System.Windows.Forms.Label();
     this.clstPanel.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // clstPanel
     //
     this.clstPanel.AccessibleDescription = resources.GetString("clstPanel.AccessibleDescription");
     this.clstPanel.AccessibleName        = resources.GetString("clstPanel.AccessibleName");
     this.clstPanel.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("clstPanel.Anchor")));
     this.clstPanel.AutoScroll        = ((bool)(resources.GetObject("clstPanel.AutoScroll")));
     this.clstPanel.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("clstPanel.AutoScrollMargin")));
     this.clstPanel.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("clstPanel.AutoScrollMinSize")));
     this.clstPanel.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("clstPanel.BackgroundImage")));
     this.clstPanel.Controls.Add(this.lbformat);
     this.clstPanel.Controls.Add(this.label9);
     this.clstPanel.Controls.Add(this.lbclst);
     this.clstPanel.Controls.Add(this.panel4);
     this.clstPanel.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("clstPanel.Dock")));
     this.clstPanel.Enabled     = ((bool)(resources.GetObject("clstPanel.Enabled")));
     this.clstPanel.Font        = ((System.Drawing.Font)(resources.GetObject("clstPanel.Font")));
     this.clstPanel.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("clstPanel.ImeMode")));
     this.clstPanel.Location    = ((System.Drawing.Point)(resources.GetObject("clstPanel.Location")));
     this.clstPanel.Name        = "clstPanel";
     this.clstPanel.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("clstPanel.RightToLeft")));
     this.clstPanel.Size        = ((System.Drawing.Size)(resources.GetObject("clstPanel.Size")));
     this.clstPanel.TabIndex    = ((int)(resources.GetObject("clstPanel.TabIndex")));
     this.clstPanel.Text        = resources.GetString("clstPanel.Text");
     this.clstPanel.Visible     = ((bool)(resources.GetObject("clstPanel.Visible")));
     //
     // lbformat
     //
     this.lbformat.AccessibleDescription = resources.GetString("lbformat.AccessibleDescription");
     this.lbformat.AccessibleName        = resources.GetString("lbformat.AccessibleName");
     this.lbformat.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lbformat.Anchor")));
     this.lbformat.AutoSize    = ((bool)(resources.GetObject("lbformat.AutoSize")));
     this.lbformat.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("lbformat.Dock")));
     this.lbformat.Enabled     = ((bool)(resources.GetObject("lbformat.Enabled")));
     this.lbformat.Font        = ((System.Drawing.Font)(resources.GetObject("lbformat.Font")));
     this.lbformat.Image       = ((System.Drawing.Image)(resources.GetObject("lbformat.Image")));
     this.lbformat.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("lbformat.ImageAlign")));
     this.lbformat.ImageIndex  = ((int)(resources.GetObject("lbformat.ImageIndex")));
     this.lbformat.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("lbformat.ImeMode")));
     this.lbformat.Location    = ((System.Drawing.Point)(resources.GetObject("lbformat.Location")));
     this.lbformat.Name        = "lbformat";
     this.lbformat.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lbformat.RightToLeft")));
     this.lbformat.Size        = ((System.Drawing.Size)(resources.GetObject("lbformat.Size")));
     this.lbformat.TabIndex    = ((int)(resources.GetObject("lbformat.TabIndex")));
     this.lbformat.Text        = resources.GetString("lbformat.Text");
     this.lbformat.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("lbformat.TextAlign")));
     this.lbformat.Visible     = ((bool)(resources.GetObject("lbformat.Visible")));
     //
     // label9
     //
     this.label9.AccessibleDescription = resources.GetString("label9.AccessibleDescription");
     this.label9.AccessibleName        = resources.GetString("label9.AccessibleName");
     this.label9.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label9.Anchor")));
     this.label9.AutoSize    = ((bool)(resources.GetObject("label9.AutoSize")));
     this.label9.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("label9.Dock")));
     this.label9.Enabled     = ((bool)(resources.GetObject("label9.Enabled")));
     this.label9.Font        = ((System.Drawing.Font)(resources.GetObject("label9.Font")));
     this.label9.Image       = ((System.Drawing.Image)(resources.GetObject("label9.Image")));
     this.label9.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("label9.ImageAlign")));
     this.label9.ImageIndex  = ((int)(resources.GetObject("label9.ImageIndex")));
     this.label9.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("label9.ImeMode")));
     this.label9.Location    = ((System.Drawing.Point)(resources.GetObject("label9.Location")));
     this.label9.Name        = "label9";
     this.label9.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label9.RightToLeft")));
     this.label9.Size        = ((System.Drawing.Size)(resources.GetObject("label9.Size")));
     this.label9.TabIndex    = ((int)(resources.GetObject("label9.TabIndex")));
     this.label9.Text        = resources.GetString("label9.Text");
     this.label9.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("label9.TextAlign")));
     this.label9.Visible     = ((bool)(resources.GetObject("label9.Visible")));
     //
     // lbclst
     //
     this.lbclst.AccessibleDescription = resources.GetString("lbclst.AccessibleDescription");
     this.lbclst.AccessibleName        = resources.GetString("lbclst.AccessibleName");
     this.lbclst.Anchor              = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lbclst.Anchor")));
     this.lbclst.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("lbclst.BackgroundImage")));
     this.lbclst.ColumnWidth         = ((int)(resources.GetObject("lbclst.ColumnWidth")));
     this.lbclst.Dock                = ((System.Windows.Forms.DockStyle)(resources.GetObject("lbclst.Dock")));
     this.lbclst.Enabled             = ((bool)(resources.GetObject("lbclst.Enabled")));
     this.lbclst.Font                = ((System.Drawing.Font)(resources.GetObject("lbclst.Font")));
     this.lbclst.HorizontalExtent    = ((int)(resources.GetObject("lbclst.HorizontalExtent")));
     this.lbclst.HorizontalScrollbar = ((bool)(resources.GetObject("lbclst.HorizontalScrollbar")));
     this.lbclst.ImeMode             = ((System.Windows.Forms.ImeMode)(resources.GetObject("lbclst.ImeMode")));
     this.lbclst.IntegralHeight      = ((bool)(resources.GetObject("lbclst.IntegralHeight")));
     this.lbclst.ItemHeight          = ((int)(resources.GetObject("lbclst.ItemHeight")));
     this.lbclst.Location            = ((System.Drawing.Point)(resources.GetObject("lbclst.Location")));
     this.lbclst.Name                = "lbclst";
     this.lbclst.RightToLeft         = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lbclst.RightToLeft")));
     this.lbclst.ScrollAlwaysVisible = ((bool)(resources.GetObject("lbclst.ScrollAlwaysVisible")));
     this.lbclst.Size                = ((System.Drawing.Size)(resources.GetObject("lbclst.Size")));
     this.lbclst.Sorted              = true;
     this.lbclst.TabIndex            = ((int)(resources.GetObject("lbclst.TabIndex")));
     this.lbclst.Visible             = ((bool)(resources.GetObject("lbclst.Visible")));
     //
     // panel4
     //
     this.panel4.AccessibleDescription = resources.GetString("panel4.AccessibleDescription");
     this.panel4.AccessibleName        = resources.GetString("panel4.AccessibleName");
     this.panel4.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("panel4.Anchor")));
     this.panel4.AutoScroll        = ((bool)(resources.GetObject("panel4.AutoScroll")));
     this.panel4.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("panel4.AutoScrollMargin")));
     this.panel4.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("panel4.AutoScrollMinSize")));
     this.panel4.BackColor         = System.Drawing.SystemColors.AppWorkspace;
     this.panel4.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
     this.panel4.Controls.Add(this.label12);
     this.panel4.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("panel4.Dock")));
     this.panel4.Enabled     = ((bool)(resources.GetObject("panel4.Enabled")));
     this.panel4.Font        = ((System.Drawing.Font)(resources.GetObject("panel4.Font")));
     this.panel4.ForeColor   = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel4.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("panel4.ImeMode")));
     this.panel4.Location    = ((System.Drawing.Point)(resources.GetObject("panel4.Location")));
     this.panel4.Name        = "panel4";
     this.panel4.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("panel4.RightToLeft")));
     this.panel4.Size        = ((System.Drawing.Size)(resources.GetObject("panel4.Size")));
     this.panel4.TabIndex    = ((int)(resources.GetObject("panel4.TabIndex")));
     this.panel4.Text        = resources.GetString("panel4.Text");
     this.panel4.Visible     = ((bool)(resources.GetObject("panel4.Visible")));
     //
     // label12
     //
     this.label12.AccessibleDescription = resources.GetString("label12.AccessibleDescription");
     this.label12.AccessibleName        = resources.GetString("label12.AccessibleName");
     this.label12.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label12.Anchor")));
     this.label12.AutoSize    = ((bool)(resources.GetObject("label12.AutoSize")));
     this.label12.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("label12.Dock")));
     this.label12.Enabled     = ((bool)(resources.GetObject("label12.Enabled")));
     this.label12.Font        = ((System.Drawing.Font)(resources.GetObject("label12.Font")));
     this.label12.Image       = ((System.Drawing.Image)(resources.GetObject("label12.Image")));
     this.label12.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("label12.ImageAlign")));
     this.label12.ImageIndex  = ((int)(resources.GetObject("label12.ImageIndex")));
     this.label12.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("label12.ImeMode")));
     this.label12.Location    = ((System.Drawing.Point)(resources.GetObject("label12.Location")));
     this.label12.Name        = "label12";
     this.label12.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label12.RightToLeft")));
     this.label12.Size        = ((System.Drawing.Size)(resources.GetObject("label12.Size")));
     this.label12.TabIndex    = ((int)(resources.GetObject("label12.TabIndex")));
     this.label12.Text        = resources.GetString("label12.Text");
     this.label12.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("label12.TextAlign")));
     this.label12.Visible     = ((bool)(resources.GetObject("label12.Visible")));
     //
     // ClstForm
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScaleBaseSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize            = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.clstPanel);
     this.Enabled       = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font          = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode       = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location      = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximumSize   = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimumSize   = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name          = "ClstForm";
     this.RightToLeft   = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.StartPosition = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text          = resources.GetString("$this.Text");
     this.clstPanel.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Updater));
     this.m_ProgressBarPercent = new System.Windows.Forms.ProgressBar();
     this.m_ButtonUpdate       = new System.Windows.Forms.Button();
     this.m_ButtonExit         = new System.Windows.Forms.Button();
     this.m_TextBoxFileInfo    = new System.Windows.Forms.TextBox();
     this.m_TextBoxStatus      = new System.Windows.Forms.TextBox();
     this.m_LabelPercent       = new System.Windows.Forms.Label();
     this.m_LabelFileInfo      = new System.Windows.Forms.Label();
     this.m_LabelStatus        = new System.Windows.Forms.Label();
     this.dividerPanel1        = new DividerPanel.DividerPanel();
     this.dividerPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_ProgressBarPercent
     //
     this.m_ProgressBarPercent.AccessibleDescription = resources.GetString("m_ProgressBarPercent.AccessibleDescription");
     this.m_ProgressBarPercent.AccessibleName        = resources.GetString("m_ProgressBarPercent.AccessibleName");
     this.m_ProgressBarPercent.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ProgressBarPercent.Anchor")));
     this.m_ProgressBarPercent.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ProgressBarPercent.BackgroundImage")));
     this.m_ProgressBarPercent.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ProgressBarPercent.Dock")));
     this.m_ProgressBarPercent.Enabled         = ((bool)(resources.GetObject("m_ProgressBarPercent.Enabled")));
     this.m_ProgressBarPercent.Font            = ((System.Drawing.Font)(resources.GetObject("m_ProgressBarPercent.Font")));
     this.m_ProgressBarPercent.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ProgressBarPercent.ImeMode")));
     this.m_ProgressBarPercent.Location        = ((System.Drawing.Point)(resources.GetObject("m_ProgressBarPercent.Location")));
     this.m_ProgressBarPercent.Name            = "m_ProgressBarPercent";
     this.m_ProgressBarPercent.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ProgressBarPercent.RightToLeft")));
     this.m_ProgressBarPercent.Size            = ((System.Drawing.Size)(resources.GetObject("m_ProgressBarPercent.Size")));
     this.m_ProgressBarPercent.Step            = 1;
     this.m_ProgressBarPercent.TabIndex        = ((int)(resources.GetObject("m_ProgressBarPercent.TabIndex")));
     this.m_ProgressBarPercent.Text            = resources.GetString("m_ProgressBarPercent.Text");
     this.m_ProgressBarPercent.Visible         = ((bool)(resources.GetObject("m_ProgressBarPercent.Visible")));
     //
     // m_ButtonUpdate
     //
     this.m_ButtonUpdate.AccessibleDescription = resources.GetString("m_ButtonUpdate.AccessibleDescription");
     this.m_ButtonUpdate.AccessibleName        = resources.GetString("m_ButtonUpdate.AccessibleName");
     this.m_ButtonUpdate.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ButtonUpdate.Anchor")));
     this.m_ButtonUpdate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ButtonUpdate.BackgroundImage")));
     this.m_ButtonUpdate.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ButtonUpdate.Dock")));
     this.m_ButtonUpdate.Enabled         = ((bool)(resources.GetObject("m_ButtonUpdate.Enabled")));
     this.m_ButtonUpdate.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_ButtonUpdate.FlatStyle")));
     this.m_ButtonUpdate.Font            = ((System.Drawing.Font)(resources.GetObject("m_ButtonUpdate.Font")));
     this.m_ButtonUpdate.Image           = ((System.Drawing.Image)(resources.GetObject("m_ButtonUpdate.Image")));
     this.m_ButtonUpdate.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonUpdate.ImageAlign")));
     this.m_ButtonUpdate.ImageIndex      = ((int)(resources.GetObject("m_ButtonUpdate.ImageIndex")));
     this.m_ButtonUpdate.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ButtonUpdate.ImeMode")));
     this.m_ButtonUpdate.Location        = ((System.Drawing.Point)(resources.GetObject("m_ButtonUpdate.Location")));
     this.m_ButtonUpdate.Name            = "m_ButtonUpdate";
     this.m_ButtonUpdate.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ButtonUpdate.RightToLeft")));
     this.m_ButtonUpdate.Size            = ((System.Drawing.Size)(resources.GetObject("m_ButtonUpdate.Size")));
     this.m_ButtonUpdate.TabIndex        = ((int)(resources.GetObject("m_ButtonUpdate.TabIndex")));
     this.m_ButtonUpdate.Text            = resources.GetString("m_ButtonUpdate.Text");
     this.m_ButtonUpdate.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonUpdate.TextAlign")));
     this.m_ButtonUpdate.Visible         = ((bool)(resources.GetObject("m_ButtonUpdate.Visible")));
     this.m_ButtonUpdate.Click          += new System.EventHandler(this.m_ButtonUpdate_Click);
     //
     // m_ButtonExit
     //
     this.m_ButtonExit.AccessibleDescription = resources.GetString("m_ButtonExit.AccessibleDescription");
     this.m_ButtonExit.AccessibleName        = resources.GetString("m_ButtonExit.AccessibleName");
     this.m_ButtonExit.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ButtonExit.Anchor")));
     this.m_ButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ButtonExit.BackgroundImage")));
     this.m_ButtonExit.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.m_ButtonExit.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ButtonExit.Dock")));
     this.m_ButtonExit.Enabled         = ((bool)(resources.GetObject("m_ButtonExit.Enabled")));
     this.m_ButtonExit.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_ButtonExit.FlatStyle")));
     this.m_ButtonExit.Font            = ((System.Drawing.Font)(resources.GetObject("m_ButtonExit.Font")));
     this.m_ButtonExit.Image           = ((System.Drawing.Image)(resources.GetObject("m_ButtonExit.Image")));
     this.m_ButtonExit.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonExit.ImageAlign")));
     this.m_ButtonExit.ImageIndex      = ((int)(resources.GetObject("m_ButtonExit.ImageIndex")));
     this.m_ButtonExit.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ButtonExit.ImeMode")));
     this.m_ButtonExit.Location        = ((System.Drawing.Point)(resources.GetObject("m_ButtonExit.Location")));
     this.m_ButtonExit.Name            = "m_ButtonExit";
     this.m_ButtonExit.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ButtonExit.RightToLeft")));
     this.m_ButtonExit.Size            = ((System.Drawing.Size)(resources.GetObject("m_ButtonExit.Size")));
     this.m_ButtonExit.TabIndex        = ((int)(resources.GetObject("m_ButtonExit.TabIndex")));
     this.m_ButtonExit.Text            = resources.GetString("m_ButtonExit.Text");
     this.m_ButtonExit.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonExit.TextAlign")));
     this.m_ButtonExit.Visible         = ((bool)(resources.GetObject("m_ButtonExit.Visible")));
     //
     // m_TextBoxFileInfo
     //
     this.m_TextBoxFileInfo.AccessibleDescription = resources.GetString("m_TextBoxFileInfo.AccessibleDescription");
     this.m_TextBoxFileInfo.AccessibleName        = resources.GetString("m_TextBoxFileInfo.AccessibleName");
     this.m_TextBoxFileInfo.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_TextBoxFileInfo.Anchor")));
     this.m_TextBoxFileInfo.AutoSize        = ((bool)(resources.GetObject("m_TextBoxFileInfo.AutoSize")));
     this.m_TextBoxFileInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_TextBoxFileInfo.BackgroundImage")));
     this.m_TextBoxFileInfo.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_TextBoxFileInfo.Dock")));
     this.m_TextBoxFileInfo.Enabled         = ((bool)(resources.GetObject("m_TextBoxFileInfo.Enabled")));
     this.m_TextBoxFileInfo.Font            = ((System.Drawing.Font)(resources.GetObject("m_TextBoxFileInfo.Font")));
     this.m_TextBoxFileInfo.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_TextBoxFileInfo.ImeMode")));
     this.m_TextBoxFileInfo.Location        = ((System.Drawing.Point)(resources.GetObject("m_TextBoxFileInfo.Location")));
     this.m_TextBoxFileInfo.MaxLength       = ((int)(resources.GetObject("m_TextBoxFileInfo.MaxLength")));
     this.m_TextBoxFileInfo.Multiline       = ((bool)(resources.GetObject("m_TextBoxFileInfo.Multiline")));
     this.m_TextBoxFileInfo.Name            = "m_TextBoxFileInfo";
     this.m_TextBoxFileInfo.PasswordChar    = ((char)(resources.GetObject("m_TextBoxFileInfo.PasswordChar")));
     this.m_TextBoxFileInfo.ReadOnly        = true;
     this.m_TextBoxFileInfo.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_TextBoxFileInfo.RightToLeft")));
     this.m_TextBoxFileInfo.ScrollBars      = ((System.Windows.Forms.ScrollBars)(resources.GetObject("m_TextBoxFileInfo.ScrollBars")));
     this.m_TextBoxFileInfo.Size            = ((System.Drawing.Size)(resources.GetObject("m_TextBoxFileInfo.Size")));
     this.m_TextBoxFileInfo.TabIndex        = ((int)(resources.GetObject("m_TextBoxFileInfo.TabIndex")));
     this.m_TextBoxFileInfo.Text            = resources.GetString("m_TextBoxFileInfo.Text");
     this.m_TextBoxFileInfo.TextAlign       = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("m_TextBoxFileInfo.TextAlign")));
     this.m_TextBoxFileInfo.Visible         = ((bool)(resources.GetObject("m_TextBoxFileInfo.Visible")));
     this.m_TextBoxFileInfo.WordWrap        = ((bool)(resources.GetObject("m_TextBoxFileInfo.WordWrap")));
     //
     // m_TextBoxStatus
     //
     this.m_TextBoxStatus.AccessibleDescription = resources.GetString("m_TextBoxStatus.AccessibleDescription");
     this.m_TextBoxStatus.AccessibleName        = resources.GetString("m_TextBoxStatus.AccessibleName");
     this.m_TextBoxStatus.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_TextBoxStatus.Anchor")));
     this.m_TextBoxStatus.AutoSize        = ((bool)(resources.GetObject("m_TextBoxStatus.AutoSize")));
     this.m_TextBoxStatus.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_TextBoxStatus.BackgroundImage")));
     this.m_TextBoxStatus.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_TextBoxStatus.Dock")));
     this.m_TextBoxStatus.Enabled         = ((bool)(resources.GetObject("m_TextBoxStatus.Enabled")));
     this.m_TextBoxStatus.Font            = ((System.Drawing.Font)(resources.GetObject("m_TextBoxStatus.Font")));
     this.m_TextBoxStatus.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_TextBoxStatus.ImeMode")));
     this.m_TextBoxStatus.Location        = ((System.Drawing.Point)(resources.GetObject("m_TextBoxStatus.Location")));
     this.m_TextBoxStatus.MaxLength       = ((int)(resources.GetObject("m_TextBoxStatus.MaxLength")));
     this.m_TextBoxStatus.Multiline       = ((bool)(resources.GetObject("m_TextBoxStatus.Multiline")));
     this.m_TextBoxStatus.Name            = "m_TextBoxStatus";
     this.m_TextBoxStatus.PasswordChar    = ((char)(resources.GetObject("m_TextBoxStatus.PasswordChar")));
     this.m_TextBoxStatus.ReadOnly        = true;
     this.m_TextBoxStatus.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_TextBoxStatus.RightToLeft")));
     this.m_TextBoxStatus.ScrollBars      = ((System.Windows.Forms.ScrollBars)(resources.GetObject("m_TextBoxStatus.ScrollBars")));
     this.m_TextBoxStatus.Size            = ((System.Drawing.Size)(resources.GetObject("m_TextBoxStatus.Size")));
     this.m_TextBoxStatus.TabIndex        = ((int)(resources.GetObject("m_TextBoxStatus.TabIndex")));
     this.m_TextBoxStatus.Text            = resources.GetString("m_TextBoxStatus.Text");
     this.m_TextBoxStatus.TextAlign       = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("m_TextBoxStatus.TextAlign")));
     this.m_TextBoxStatus.Visible         = ((bool)(resources.GetObject("m_TextBoxStatus.Visible")));
     this.m_TextBoxStatus.WordWrap        = ((bool)(resources.GetObject("m_TextBoxStatus.WordWrap")));
     //
     // m_LabelPercent
     //
     this.m_LabelPercent.AccessibleDescription = resources.GetString("m_LabelPercent.AccessibleDescription");
     this.m_LabelPercent.AccessibleName        = resources.GetString("m_LabelPercent.AccessibleName");
     this.m_LabelPercent.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelPercent.Anchor")));
     this.m_LabelPercent.AutoSize    = ((bool)(resources.GetObject("m_LabelPercent.AutoSize")));
     this.m_LabelPercent.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelPercent.Dock")));
     this.m_LabelPercent.Enabled     = ((bool)(resources.GetObject("m_LabelPercent.Enabled")));
     this.m_LabelPercent.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.m_LabelPercent.Font        = ((System.Drawing.Font)(resources.GetObject("m_LabelPercent.Font")));
     this.m_LabelPercent.Image       = ((System.Drawing.Image)(resources.GetObject("m_LabelPercent.Image")));
     this.m_LabelPercent.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelPercent.ImageAlign")));
     this.m_LabelPercent.ImageIndex  = ((int)(resources.GetObject("m_LabelPercent.ImageIndex")));
     this.m_LabelPercent.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelPercent.ImeMode")));
     this.m_LabelPercent.Location    = ((System.Drawing.Point)(resources.GetObject("m_LabelPercent.Location")));
     this.m_LabelPercent.Name        = "m_LabelPercent";
     this.m_LabelPercent.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelPercent.RightToLeft")));
     this.m_LabelPercent.Size        = ((System.Drawing.Size)(resources.GetObject("m_LabelPercent.Size")));
     this.m_LabelPercent.TabIndex    = ((int)(resources.GetObject("m_LabelPercent.TabIndex")));
     this.m_LabelPercent.Text        = resources.GetString("m_LabelPercent.Text");
     this.m_LabelPercent.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelPercent.TextAlign")));
     this.m_LabelPercent.Visible     = ((bool)(resources.GetObject("m_LabelPercent.Visible")));
     //
     // m_LabelFileInfo
     //
     this.m_LabelFileInfo.AccessibleDescription = resources.GetString("m_LabelFileInfo.AccessibleDescription");
     this.m_LabelFileInfo.AccessibleName        = resources.GetString("m_LabelFileInfo.AccessibleName");
     this.m_LabelFileInfo.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelFileInfo.Anchor")));
     this.m_LabelFileInfo.AutoSize    = ((bool)(resources.GetObject("m_LabelFileInfo.AutoSize")));
     this.m_LabelFileInfo.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelFileInfo.Dock")));
     this.m_LabelFileInfo.Enabled     = ((bool)(resources.GetObject("m_LabelFileInfo.Enabled")));
     this.m_LabelFileInfo.Font        = ((System.Drawing.Font)(resources.GetObject("m_LabelFileInfo.Font")));
     this.m_LabelFileInfo.Image       = ((System.Drawing.Image)(resources.GetObject("m_LabelFileInfo.Image")));
     this.m_LabelFileInfo.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelFileInfo.ImageAlign")));
     this.m_LabelFileInfo.ImageIndex  = ((int)(resources.GetObject("m_LabelFileInfo.ImageIndex")));
     this.m_LabelFileInfo.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelFileInfo.ImeMode")));
     this.m_LabelFileInfo.Location    = ((System.Drawing.Point)(resources.GetObject("m_LabelFileInfo.Location")));
     this.m_LabelFileInfo.Name        = "m_LabelFileInfo";
     this.m_LabelFileInfo.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelFileInfo.RightToLeft")));
     this.m_LabelFileInfo.Size        = ((System.Drawing.Size)(resources.GetObject("m_LabelFileInfo.Size")));
     this.m_LabelFileInfo.TabIndex    = ((int)(resources.GetObject("m_LabelFileInfo.TabIndex")));
     this.m_LabelFileInfo.Text        = resources.GetString("m_LabelFileInfo.Text");
     this.m_LabelFileInfo.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelFileInfo.TextAlign")));
     this.m_LabelFileInfo.Visible     = ((bool)(resources.GetObject("m_LabelFileInfo.Visible")));
     //
     // m_LabelStatus
     //
     this.m_LabelStatus.AccessibleDescription = resources.GetString("m_LabelStatus.AccessibleDescription");
     this.m_LabelStatus.AccessibleName        = resources.GetString("m_LabelStatus.AccessibleName");
     this.m_LabelStatus.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelStatus.Anchor")));
     this.m_LabelStatus.AutoSize    = ((bool)(resources.GetObject("m_LabelStatus.AutoSize")));
     this.m_LabelStatus.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelStatus.Dock")));
     this.m_LabelStatus.Enabled     = ((bool)(resources.GetObject("m_LabelStatus.Enabled")));
     this.m_LabelStatus.Font        = ((System.Drawing.Font)(resources.GetObject("m_LabelStatus.Font")));
     this.m_LabelStatus.Image       = ((System.Drawing.Image)(resources.GetObject("m_LabelStatus.Image")));
     this.m_LabelStatus.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelStatus.ImageAlign")));
     this.m_LabelStatus.ImageIndex  = ((int)(resources.GetObject("m_LabelStatus.ImageIndex")));
     this.m_LabelStatus.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelStatus.ImeMode")));
     this.m_LabelStatus.Location    = ((System.Drawing.Point)(resources.GetObject("m_LabelStatus.Location")));
     this.m_LabelStatus.Name        = "m_LabelStatus";
     this.m_LabelStatus.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelStatus.RightToLeft")));
     this.m_LabelStatus.Size        = ((System.Drawing.Size)(resources.GetObject("m_LabelStatus.Size")));
     this.m_LabelStatus.TabIndex    = ((int)(resources.GetObject("m_LabelStatus.TabIndex")));
     this.m_LabelStatus.Text        = resources.GetString("m_LabelStatus.Text");
     this.m_LabelStatus.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelStatus.TextAlign")));
     this.m_LabelStatus.Visible     = ((bool)(resources.GetObject("m_LabelStatus.Visible")));
     //
     // dividerPanel1
     //
     this.dividerPanel1.AccessibleDescription = resources.GetString("dividerPanel1.AccessibleDescription");
     this.dividerPanel1.AccessibleName        = resources.GetString("dividerPanel1.AccessibleName");
     this.dividerPanel1.AllowDrop             = true;
     this.dividerPanel1.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("dividerPanel1.Anchor")));
     this.dividerPanel1.AutoScroll        = ((bool)(resources.GetObject("dividerPanel1.AutoScroll")));
     this.dividerPanel1.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.AutoScrollMargin")));
     this.dividerPanel1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.AutoScrollMinSize")));
     this.dividerPanel1.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("dividerPanel1.BackgroundImage")));
     this.dividerPanel1.BorderSide        = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonUpdate);
     this.dividerPanel1.Controls.Add(this.m_ButtonExit);
     this.dividerPanel1.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("dividerPanel1.Dock")));
     this.dividerPanel1.Enabled     = ((bool)(resources.GetObject("dividerPanel1.Enabled")));
     this.dividerPanel1.Font        = ((System.Drawing.Font)(resources.GetObject("dividerPanel1.Font")));
     this.dividerPanel1.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("dividerPanel1.ImeMode")));
     this.dividerPanel1.Location    = ((System.Drawing.Point)(resources.GetObject("dividerPanel1.Location")));
     this.dividerPanel1.Name        = "dividerPanel1";
     this.dividerPanel1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("dividerPanel1.RightToLeft")));
     this.dividerPanel1.Size        = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.Size")));
     this.dividerPanel1.TabIndex    = ((int)(resources.GetObject("dividerPanel1.TabIndex")));
     this.dividerPanel1.Text        = resources.GetString("dividerPanel1.Text");
     this.dividerPanel1.Visible     = ((bool)(resources.GetObject("dividerPanel1.Visible")));
     //
     // Updater
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScaleBaseSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize            = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.m_LabelFileInfo);
     this.Controls.Add(this.m_LabelPercent);
     this.Controls.Add(this.m_TextBoxFileInfo);
     this.Controls.Add(this.m_TextBoxStatus);
     this.Controls.Add(this.m_ProgressBarPercent);
     this.Controls.Add(this.m_LabelStatus);
     this.Enabled         = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font            = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location        = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximizeBox     = false;
     this.MaximumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimizeBox     = false;
     this.MinimumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name            = "Updater";
     this.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.StartPosition   = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text            = resources.GetString("$this.Text");
     this.dividerPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #42
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(mzHierarchicalSearchPanel));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado     = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbSearchNow       = new System.Windows.Forms.ToolBarButton();
     this.tbNewSearch       = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh         = new System.Windows.Forms.ToolBarButton();
     this.tbSep             = new System.Windows.Forms.ToolBarButton();
     this.tbNew             = new System.Windows.Forms.ToolBarButton();
     this.tbEdit            = new System.Windows.Forms.ToolBarButton();
     this.tbDetail          = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraTree1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(687, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // ultraTree1
     //
     this.ultraTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override = _override1;
     this.ultraTree1.Size     = new System.Drawing.Size(687, 150);
     this.ultraTree1.TabIndex = 0;
     this.ultraTree1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ultraTree1_KeyDown);
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 258);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(687, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.ColumnAutoResize = true;
     this.gridResultado.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.EmptyRows                       = true;
     this.gridResultado.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridResultado.ExpandableGroups                = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Font                            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.GridLines                       = Janus.Windows.GridEX.GridLines.None;
     this.gridResultado.GroupByBoxVisible               = false;
     this.gridResultado.GroupRowFormatStyle.BackColor   = System.Drawing.Color.Empty;
     this.gridResultado.GroupRowFormatStyle.FontBold    = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridResultado.HideSelection                   = Janus.Windows.GridEX.HideSelection.HighlightInactive;
     this.gridResultado.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.AllCharacters;
     this.gridResultado.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.LayoutData                      = @"<GridEXLayoutData><RootTable><Caption>Customers</Caption><Columns Collection=""true""><Column0 ID=""Icon""><AllowGroup>False</AllowGroup><AllowSize>False</AllowSize><AllowSort>False</AllowSort><Bound>False</Bound><ColumnType>Image</ColumnType><EditType>NoEdit</EditType><HeaderImageIndex>1</HeaderImageIndex><ImageIndex>0</ImageIndex><Key>Icon</Key><Position>0</Position><Selectable>False</Selectable><Width>22</Width></Column0><Column1 ID=""ID""><AllowSort>False</AllowSort><Caption>ID</Caption><DataMember>Codigo</DataMember><DefaultGroupPrefix>ID</DefaultGroupPrefix><Key>ID</Key><Position>1</Position><Selectable>False</Selectable><Width>236</Width></Column1><Column2 ID=""DESCRIPTION""><AllowSort>False</AllowSort><Caption>DESCRIPTION</Caption><DataMember>DESCRIPTION</DataMember><DefaultGroupPrefix>DESCRIPTION</DefaultGroupPrefix><Key>DESCRIPTION</Key><Position>2</Position><Selectable>False</Selectable><Width>427</Width></Column2></Columns><GroupCondition ID="""" /><Key>Customers</Key><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>0</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridResultado.Location                        = new System.Drawing.Point(0, 0);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigator                 = true;
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.Size                            = new System.Drawing.Size(687, 150);
     this.gridResultado.TabIndex                        = 0;
     this.gridResultado.TableSpacing                    = 1;
     this.gridResultado.ThemedAreas                     = ((Janus.Windows.GridEX.ThemedArea)((((((Janus.Windows.GridEX.ThemedArea.ScrollBars | Janus.Windows.GridEX.ThemedArea.EditControls)
                                                                                                 | Janus.Windows.GridEX.ThemedArea.Headers)
                                                                                                | Janus.Windows.GridEX.ThemedArea.GroupByBox)
                                                                                               | Janus.Windows.GridEX.ThemedArea.TreeGliphs)
                                                                                              | Janus.Windows.GridEX.ThemedArea.ControlBorder)));
     this.gridResultado.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.gridResultado_KeyDown);
     this.gridResultado.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridResultado_FormattingRow);
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbSearchNow,
         this.tbNewSearch,
         this.tbRefresh,
         this.tbSep,
         this.tbNew,
         this.tbEdit,
         this.tbDetail
     });
     this.toolBarStandar.Divider        = false;
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(736, 26);
     this.toolBarStandar.TabIndex       = 0;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbSearchNow
     //
     this.tbSearchNow.ImageIndex = 2;
     this.tbSearchNow.Text       = "Buscar ahora";
     //
     // tbNewSearch
     //
     this.tbNewSearch.ImageIndex = 0;
     this.tbNewSearch.Text       = "Nueva búsqueda";
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 0;
     this.tbRefresh.Text       = "Actualizar";
     //
     // tbSep
     //
     this.tbSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbNew
     //
     this.tbNew.ImageIndex = 3;
     this.tbNew.Text       = "Nuevo";
     //
     // tbEdit
     //
     this.tbEdit.ImageIndex = 5;
     this.tbEdit.Text       = "Editar";
     //
     // tbDetail
     //
     this.tbDetail.ImageIndex = 5;
     this.tbDetail.Text       = "Detalle";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock           = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Seleccione una jerarquia";
     ultraExplorerBarGroup2.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Resultado de la Busqueda";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 26);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(736, 438);
     this.ultraExplorerBar1.TabIndex = 19;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // mzHierarchicalSearchPanel
     //
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "mzHierarchicalSearchPanel";
     this.Size = new System.Drawing.Size(736, 464);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #43
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMTWebReg));
     this.components       = new System.ComponentModel.Container();
     this.ToolTip1         = new System.Windows.Forms.ToolTip(components);
     this.Command1         = new System.Windows.Forms.Button();
     this.Timer1           = new System.Windows.Forms.Timer(components);
     this.lblVerification  = new System.Windows.Forms.Label();
     this.lblOperation     = new System.Windows.Forms.Label();
     this.lblAccumulator   = new System.Windows.Forms.Label();
     this.lblGlobalCounter = new System.Windows.Forms.Label();
     this.Label3           = new System.Windows.Forms.Label();
     this.Label2           = new System.Windows.Forms.Label();
     this.Label1           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     this.ToolTip1.Active              = true;
     this.Text                         = "Form1";
     this.ClientSize                   = new System.Drawing.Size(186, 209);
     this.Location                     = new System.Drawing.Point(4, 23);
     this.ControlBox                   = false;
     this.ShowInTaskbar                = false;
     this.StartPosition                = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.AutoScaleMode                = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                    = System.Drawing.SystemColors.Control;
     this.FormBorderStyle              = System.Windows.Forms.FormBorderStyle.Sizable;
     this.Enabled                      = true;
     this.KeyPreview                   = false;
     this.MaximizeBox                  = true;
     this.MinimizeBox                  = true;
     this.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.HelpButton                   = false;
     this.WindowState                  = System.Windows.Forms.FormWindowState.Normal;
     this.Name                         = "frmMTWebReg";
     this.Command1.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.Command1.Text                = "Launch New Form";
     this.Command1.Size                = new System.Drawing.Size(133, 25);
     this.Command1.Location            = new System.Drawing.Point(24, 180);
     this.Command1.TabIndex            = 8;
     this.Command1.BackColor           = System.Drawing.SystemColors.Control;
     this.Command1.CausesValidation    = true;
     this.Command1.Enabled             = true;
     this.Command1.ForeColor           = System.Drawing.SystemColors.ControlText;
     this.Command1.Cursor              = System.Windows.Forms.Cursors.Default;
     this.Command1.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.Command1.TabStop             = true;
     this.Command1.Name                = "Command1";
     this.Timer1.Enabled               = false;
     this.Timer1.Interval              = 1;
     this.lblVerification.Size         = new System.Drawing.Size(109, 13);
     this.lblVerification.Location     = new System.Drawing.Point(36, 156);
     this.lblVerification.TabIndex     = 7;
     this.lblVerification.TextAlign    = System.Drawing.ContentAlignment.TopLeft;
     this.lblVerification.BackColor    = System.Drawing.SystemColors.Control;
     this.lblVerification.Enabled      = true;
     this.lblVerification.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.lblVerification.Cursor       = System.Windows.Forms.Cursors.Default;
     this.lblVerification.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.lblVerification.UseMnemonic  = true;
     this.lblVerification.Visible      = true;
     this.lblVerification.AutoSize     = false;
     this.lblVerification.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.lblVerification.Name         = "lblVerification";
     this.lblOperation.Size            = new System.Drawing.Size(145, 13);
     this.lblOperation.Location        = new System.Drawing.Point(36, 114);
     this.lblOperation.TabIndex        = 6;
     this.lblOperation.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.lblOperation.BackColor       = System.Drawing.SystemColors.Control;
     this.lblOperation.Enabled         = true;
     this.lblOperation.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.lblOperation.Cursor          = System.Windows.Forms.Cursors.Default;
     this.lblOperation.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.lblOperation.UseMnemonic     = true;
     this.lblOperation.Visible         = true;
     this.lblOperation.AutoSize        = false;
     this.lblOperation.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.lblOperation.Name            = "lblOperation";
     this.lblAccumulator.Size          = new System.Drawing.Size(97, 13);
     this.lblAccumulator.Location      = new System.Drawing.Point(36, 72);
     this.lblAccumulator.TabIndex      = 5;
     this.lblAccumulator.TextAlign     = System.Drawing.ContentAlignment.TopLeft;
     this.lblAccumulator.BackColor     = System.Drawing.SystemColors.Control;
     this.lblAccumulator.Enabled       = true;
     this.lblAccumulator.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.lblAccumulator.Cursor        = System.Windows.Forms.Cursors.Default;
     this.lblAccumulator.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.lblAccumulator.UseMnemonic   = true;
     this.lblAccumulator.Visible       = true;
     this.lblAccumulator.AutoSize      = false;
     this.lblAccumulator.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.lblAccumulator.Name          = "lblAccumulator";
     this.lblGlobalCounter.Size        = new System.Drawing.Size(79, 13);
     this.lblGlobalCounter.Location    = new System.Drawing.Point(36, 30);
     this.lblGlobalCounter.TabIndex    = 4;
     this.lblGlobalCounter.TextAlign   = System.Drawing.ContentAlignment.TopLeft;
     this.lblGlobalCounter.BackColor   = System.Drawing.SystemColors.Control;
     this.lblGlobalCounter.Enabled     = true;
     this.lblGlobalCounter.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblGlobalCounter.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblGlobalCounter.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblGlobalCounter.UseMnemonic = true;
     this.lblGlobalCounter.Visible     = true;
     this.lblGlobalCounter.AutoSize    = false;
     this.lblGlobalCounter.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblGlobalCounter.Name        = "lblGlobalCounter";
     this.Label3.Text                  = "TotalIncrements:";
     this.Label3.Size                  = new System.Drawing.Size(115, 13);
     this.Label3.Location              = new System.Drawing.Point(12, 132);
     this.Label3.TabIndex              = 3;
     this.Label3.TextAlign             = System.Drawing.ContentAlignment.TopLeft;
     this.Label3.BackColor             = System.Drawing.SystemColors.Control;
     this.Label3.Enabled               = true;
     this.Label3.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.Label3.Cursor                = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic           = true;
     this.Label3.Visible               = true;
     this.Label3.AutoSize              = false;
     this.Label3.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name                  = "Label3";
     this.Label2.Text                  = "Operation:";
     this.Label2.Size                  = new System.Drawing.Size(127, 13);
     this.Label2.Location              = new System.Drawing.Point(12, 96);
     this.Label2.TabIndex              = 2;
     this.Label2.TextAlign             = System.Drawing.ContentAlignment.TopLeft;
     this.Label2.BackColor             = System.Drawing.SystemColors.Control;
     this.Label2.Enabled               = true;
     this.Label2.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.Label2.Cursor                = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic           = true;
     this.Label2.Visible               = true;
     this.Label2.AutoSize              = false;
     this.Label2.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name                  = "Label2";
     this.Label1.Text                  = "Accumulator:";
     this.Label1.Size                  = new System.Drawing.Size(121, 13);
     this.Label1.Location              = new System.Drawing.Point(12, 54);
     this.Label1.TabIndex              = 1;
     this.Label1.TextAlign             = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor             = System.Drawing.SystemColors.Control;
     this.Label1.Enabled               = true;
     this.Label1.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.Label1.Cursor                = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic           = true;
     this.Label1.Visible               = true;
     this.Label1.AutoSize              = false;
     this.Label1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                  = "Label1";
     this.label4.Text                  = "GenericGlobalCounter:";
     this.label4.Size                  = new System.Drawing.Size(133, 13);
     this.label4.Location              = new System.Drawing.Point(12, 12);
     this.label4.TabIndex              = 0;
     this.label4.TextAlign             = System.Drawing.ContentAlignment.TopLeft;
     this.label4.BackColor             = System.Drawing.SystemColors.Control;
     this.label4.Enabled               = true;
     this.label4.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.label4.Cursor                = System.Windows.Forms.Cursors.Default;
     this.label4.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.label4.UseMnemonic           = true;
     this.label4.Visible               = true;
     this.label4.AutoSize              = false;
     this.label4.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.label4.Name                  = "label4";
     this.Controls.Add(Command1);
     this.Controls.Add(lblVerification);
     this.Controls.Add(lblOperation);
     this.Controls.Add(lblAccumulator);
     this.Controls.Add(lblGlobalCounter);
     this.Controls.Add(Label3);
     this.Controls.Add(Label2);
     this.Controls.Add(Label1);
     this.Controls.Add(label4);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #44
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(xliff_outForm));
            this.pictureBoxLogo   = new System.Windows.Forms.PictureBox();
            this.pictureBox       = new System.Windows.Forms.PictureBox();
            this.labelTitle       = new System.Windows.Forms.Label();
            this.linkLabelAltova  = new System.Windows.Forms.LinkLabel();
            this.labelDescription = new System.Windows.Forms.Label();
            this.panelStructures  = new System.Windows.Forms.Panel();
            this.buttonStart      = new System.Windows.Forms.Button();
            this.listBoxOutput    = new System.Windows.Forms.ListBox();
            // Mapforce generated
            this.labelSource0   = new System.Windows.Forms.Label();
            this.textBoxSource0 = new System.Windows.Forms.TextBox();
            this.labelTarget0   = new System.Windows.Forms.Label();
            this.textBoxTarget0 = new System.Windows.Forms.TextBox();
            this.buttonTarget0  = new System.Windows.Forms.Button();

            this.panelStructures.SuspendLayout();
            this.SuspendLayout();
            //
            // pictureBoxLogo
            //
            this.pictureBoxLogo.BackColor = System.Drawing.Color.White;
            this.pictureBoxLogo.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image")));
            this.pictureBoxLogo.Location  = new System.Drawing.Point(16, 16);
            this.pictureBoxLogo.Name      = "pictureBoxLogo";
            this.pictureBoxLogo.Size      = new System.Drawing.Size(80, 80);
            this.pictureBoxLogo.TabIndex  = 0;
            this.pictureBoxLogo.TabStop   = false;
            //
            // pictureBox
            //
            this.pictureBox.BackColor = System.Drawing.Color.White;
            this.pictureBox.Location  = new System.Drawing.Point(8, 8);
            this.pictureBox.Name      = "pictureBox";
            this.pictureBox.Size      = new System.Drawing.Size(96, 392);
            this.pictureBox.TabIndex  = 1;
            this.pictureBox.TabStop   = false;
            //
            // labelTitle
            //
            this.labelTitle.Location = new System.Drawing.Point(112, 8);
            this.labelTitle.Name     = "labelTitle";
            this.labelTitle.Size     = new System.Drawing.Size(360, 16);
            this.labelTitle.TabIndex = 2;
            this.labelTitle.Text     = "THIS APPLICATION WAS GENERATED BY MapForce 2008r2sp1";
            //
            // linkLabelAltova
            //
            this.linkLabelAltova.Location = new System.Drawing.Point(112, 32);
            this.linkLabelAltova.Name     = "linkLabelAltova";
            this.linkLabelAltova.Size     = new System.Drawing.Size(360, 23);
            this.linkLabelAltova.TabIndex = 3;
            this.linkLabelAltova.TabStop  = true;
            this.linkLabelAltova.Text     = "http://www.altova.com/mapforce";
            //
            // labelDescription
            //
            this.labelDescription.Location = new System.Drawing.Point(112, 72);
            this.labelDescription.Name     = "labelDescription";
            this.labelDescription.Size     = new System.Drawing.Size(360, 23);
            this.labelDescription.TabIndex = 4;
            this.labelDescription.Text     = "Please check the input and output files and press the start button...";
            //
            // panelStructures
            //
            this.panelStructures.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelStructures.Controls.Add(this.labelSource0);
            this.panelStructures.Controls.Add(this.textBoxSource0);
            this.panelStructures.Controls.Add(this.labelTarget0);
            this.panelStructures.Controls.Add(this.textBoxTarget0);
            this.panelStructures.Controls.Add(this.buttonTarget0);
            this.panelStructures.Location = new System.Drawing.Point(24, 104);
            this.panelStructures.Name     = "panelStructures";
            this.panelStructures.Size     = new System.Drawing.Size(448, 168);
            this.panelStructures.TabIndex = 5;
            //
            // buttonStart
            //
            this.buttonStart.Location = new System.Drawing.Point(24, 280);
            this.buttonStart.Name     = "buttonStart";
            this.buttonStart.TabIndex = 6;
            this.buttonStart.Text     = "Start";
            this.buttonStart.Click   += new System.EventHandler(this.buttonStart_Click);
            //
            // listBoxOutput
            //
            this.listBoxOutput.Location = new System.Drawing.Point(24, 312);
            this.listBoxOutput.Name     = "listBoxOutput";
            this.listBoxOutput.Size     = new System.Drawing.Size(448, 82);
            this.listBoxOutput.TabIndex = 7;

            // Mapforce generated
            //
            // labelSource0
            //
            this.labelSource0.Name     = "labelSource0";
            this.labelSource0.Location = new System.Drawing.Point(8, 8);
            this.labelSource0.Size     = new System.Drawing.Size(432, 16);
            this.labelSource0.TabIndex = 0;
            this.labelSource0.Text     = "Connection-string of EPRTRcms:";
            //
            // textBoxSource0
            //
            this.textBoxSource0.Name     = "textBoxSource0";
            this.textBoxSource0.Location = new System.Drawing.Point(8, 24);
            this.textBoxSource0.Size     = new System.Drawing.Size(376, 20);
            this.textBoxSource0.TabIndex = 1;
            this.textBoxSource0.Text     = "";
            //
            // labelTarget0
            //
            this.labelTarget0.Name     = "labelTarget0";
            this.labelTarget0.Location = new System.Drawing.Point(8, 56);
            this.labelTarget0.Size     = new System.Drawing.Size(432, 16);
            this.labelTarget0.TabIndex = 2;
            this.labelTarget0.Text     = "Target instance of _testtarget_a_an.xsd:";
            this.labelTarget0.Text     = "Target instance of C:/EIONET/CMS_XLIFF/xliff_out/xliff-core-1.2-transitional.xsd:";
            //
            // textBoxTarget0
            //
            this.textBoxTarget0.Name     = "textBoxTarget0";
            this.textBoxTarget0.Location = new System.Drawing.Point(8, 72);
            this.textBoxTarget0.Size     = new System.Drawing.Size(376, 20);
            this.textBoxTarget0.TabIndex = 3;
            this.textBoxTarget0.Text     = "";
            //
            // buttonTarget0
            //
            this.buttonTarget0.Name     = "buttonTarget0";
            this.buttonTarget0.Location = new System.Drawing.Point(392, 72);
            this.buttonTarget0.Size     = new System.Drawing.Size(48, 23);
            this.buttonTarget0.TabIndex = 4;
            this.buttonTarget0.Text     = "Open...";
            this.buttonTarget0.Click   += new System.EventHandler(this.buttonTarget0_Click);
            //
            // xliff_outForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(496, 406);
            this.Controls.Add(this.listBoxOutput);
            this.Controls.Add(this.buttonStart);
            this.Controls.Add(this.panelStructures);
            this.Controls.Add(this.labelDescription);
            this.Controls.Add(this.linkLabelAltova);
            this.Controls.Add(this.labelTitle);
            this.Controls.Add(this.pictureBoxLogo);
            this.Controls.Add(this.pictureBox);
            this.Name = "xliff_out";
            this.Text = "xliff_out";
            this.panelStructures.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Пример #45
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要使用代码编辑器修改

        /// 此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmBasicItemPrice));
            this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.panel2              = new System.Windows.Forms.Panel();
            this.dataGrid1           = new System.Windows.Forms.DataGrid();
            this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
            this.item_code           = new System.Windows.Forms.DataGridTextBoxColumn();
            this.seq_no              = new System.Windows.Forms.DataGridTextBoxColumn();
            this.qty_begin           = new System.Windows.Forms.DataGridTextBoxColumn();
            this.panel4              = new System.Windows.Forms.Panel();
            this.label1              = new System.Windows.Forms.Label();
            this.txt1            = new TJSystem.Classes.PriTextBox();
            this.priComboBox2    = new TJSystem.Classes.PriComboBox();
            this.label5          = new System.Windows.Forms.Label();
            this.label3          = new System.Windows.Forms.Label();
            this.panel3          = new System.Windows.Forms.Panel();
            this.priToolBar1     = new TJSystem.UC.PriToolBar();
            this.label2          = new System.Windows.Forms.Label();
            this.priTextBox1     = new TJSystem.Classes.PriTextBox();
            this.label4          = new System.Windows.Forms.Label();
            this.priTextBox3     = new TJSystem.Classes.PriTextBox();
            this.label6          = new System.Windows.Forms.Label();
            this.priTextBox4     = new TJSystem.Classes.PriTextBox();
            this.priTextBox2     = new TJSystem.Classes.PriTextBox();
            this.qty_end         = new System.Windows.Forms.DataGridTextBoxColumn();
            this.currency_namecn = new System.Windows.Forms.DataGridTextBoxColumn();
            this.unit_price      = new System.Windows.Forms.DataGridTextBoxColumn();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
            this.panel4.SuspendLayout();
            this.panel3.SuspendLayout();
            this.SuspendLayout();
            //
            // dataGridTextBoxColumn2
            //
            this.dataGridTextBoxColumn2.Format      = "";
            this.dataGridTextBoxColumn2.FormatInfo  = null;
            this.dataGridTextBoxColumn2.HeaderText  = "员工姓名";
            this.dataGridTextBoxColumn2.MappingName = "";
            this.dataGridTextBoxColumn2.NullText    = "";
            this.dataGridTextBoxColumn2.Width       = 75;
            //
            // dataGridTextBoxColumn3
            //
            this.dataGridTextBoxColumn3.Format      = "";
            this.dataGridTextBoxColumn3.FormatInfo  = null;
            this.dataGridTextBoxColumn3.HeaderText  = "英文名";
            this.dataGridTextBoxColumn3.MappingName = "";
            this.dataGridTextBoxColumn3.NullText    = "";
            this.dataGridTextBoxColumn3.Width       = 75;
            //
            // dataGridTextBoxColumn1
            //
            this.dataGridTextBoxColumn1.Format      = "";
            this.dataGridTextBoxColumn1.FormatInfo  = null;
            this.dataGridTextBoxColumn1.HeaderText  = "员工编号";
            this.dataGridTextBoxColumn1.MappingName = "employee_id";
            this.dataGridTextBoxColumn1.NullText    = "";
            this.dataGridTextBoxColumn1.Width       = 75;
            //
            // dataGridTextBoxColumn4
            //
            this.dataGridTextBoxColumn4.Format      = "";
            this.dataGridTextBoxColumn4.FormatInfo  = null;
            this.dataGridTextBoxColumn4.HeaderText  = "性别";
            this.dataGridTextBoxColumn4.MappingName = "Gender";
            this.dataGridTextBoxColumn4.NullText    = "";
            this.dataGridTextBoxColumn4.Width       = 75;
            //
            // panel2
            //
            this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
            this.panel2.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel2.Controls.Add(this.dataGrid1);
            this.panel2.Controls.Add(this.panel4);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(530, 430);
            this.panel2.TabIndex = 8;
            //
            // dataGrid1
            //
            this.dataGrid1.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.dataGrid1.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.dataGrid1.CaptionText     = "公司银行账号信息";
            this.dataGrid1.CaptionVisible  = false;
            this.dataGrid1.DataMember      = "";
            this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid1.Location        = new System.Drawing.Point(0, 96);
            this.dataGrid1.Name            = "dataGrid1";
            this.dataGrid1.ReadOnly        = true;
            this.dataGrid1.Size            = new System.Drawing.Size(522, 320);
            this.dataGrid1.TabIndex        = 1;
            this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
                this.dataGridTableStyle1
            });
            //
            // dataGridTableStyle1
            //
            this.dataGridTableStyle1.AllowSorting = false;
            this.dataGridTableStyle1.DataGrid     = this.dataGrid1;
            this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
                this.item_code,
                this.seq_no,
                this.qty_begin,
                this.qty_end,
                this.unit_price,
                this.currency_namecn
            });
            this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGridTableStyle1.MappingName     = "basic_item_saleprice";
            this.dataGridTableStyle1.ReadOnly        = true;
            //
            // item_code
            //
            this.item_code.Format      = "";
            this.item_code.FormatInfo  = null;
            this.item_code.HeaderText  = "货品编号";
            this.item_code.MappingName = "item_code";
            this.item_code.NullText    = "";
            this.item_code.Width       = 75;
            //
            // seq_no
            //
            this.seq_no.Format      = "";
            this.seq_no.FormatInfo  = null;
            this.seq_no.HeaderText  = "序号";
            this.seq_no.MappingName = "seq_no";
            this.seq_no.NullText    = "";
            this.seq_no.Width       = 75;
            //
            // qty_begin
            //
            this.qty_begin.Format      = "";
            this.qty_begin.FormatInfo  = null;
            this.qty_begin.HeaderText  = "订货最小值";
            this.qty_begin.MappingName = "qty_begin";
            this.qty_begin.NullText    = "";
            this.qty_begin.Width       = 75;
            //
            // panel4
            //
            this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
            this.panel4.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel4.Controls.Add(this.priTextBox2);
            this.panel4.Controls.Add(this.label6);
            this.panel4.Controls.Add(this.priTextBox4);
            this.panel4.Controls.Add(this.label4);
            this.panel4.Controls.Add(this.priTextBox3);
            this.panel4.Controls.Add(this.label2);
            this.panel4.Controls.Add(this.priTextBox1);
            this.panel4.Controls.Add(this.label1);
            this.panel4.Controls.Add(this.txt1);
            this.panel4.Controls.Add(this.priComboBox2);
            this.panel4.Controls.Add(this.label5);
            this.panel4.Controls.Add(this.label3);
            this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name     = "panel4";
            this.panel4.Size     = new System.Drawing.Size(526, 88);
            this.panel4.TabIndex = 0;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(304, 8);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(40, 23);
            this.label1.TabIndex  = 150;
            this.label1.Text      = "序号";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // txt1
            //
            this.txt1.DataField = "item_code";
            this.txt1.DataType  = TJSystem.Public.DataType.String;
            this.txt1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.txt1.Location  = new System.Drawing.Point(112, 8);
            this.txt1.Name      = "txt1";
            this.txt1.Size      = new System.Drawing.Size(144, 23);
            this.txt1.TabIndex  = 148;
            this.txt1.Text      = "";
            //
            // priComboBox2
            //
            this.priComboBox2.BackColor     = System.Drawing.Color.White;
            this.priComboBox2.DataField     = "Currency";
            this.priComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.priComboBox2.Location      = new System.Drawing.Point(352, 56);
            this.priComboBox2.Name          = "priComboBox2";
            this.priComboBox2.Size          = new System.Drawing.Size(144, 22);
            this.priComboBox2.TabIndex      = 147;
            //
            // label5
            //
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.ForeColor = System.Drawing.Color.Blue;
            this.label5.Location  = new System.Drawing.Point(304, 56);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(40, 23);
            this.label5.TabIndex  = 52;
            this.label5.Text      = "币种";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label3
            //
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location  = new System.Drawing.Point(8, 8);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(80, 23);
            this.label3.TabIndex  = 150;
            this.label3.Text      = "货品编号";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // panel3
            //
            this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
            this.panel3.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel3.Controls.Add(this.priToolBar1);
            this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(0, 430);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(530, 40);
            this.panel3.TabIndex = 9;
            //
            // priToolBar1
            //
            this.priToolBar1.DGEnable       = true;
            this.priToolBar1.Dock           = System.Windows.Forms.DockStyle.Bottom;
            this.priToolBar1.Location       = new System.Drawing.Point(0, -4);
            this.priToolBar1.Name           = "priToolBar1";
            this.priToolBar1.setCurrentForm = null;
            this.priToolBar1.Size           = new System.Drawing.Size(526, 40);
            this.priToolBar1.TabIndex       = 0;
            //
            // label2
            //
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location  = new System.Drawing.Point(8, 32);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(96, 23);
            this.label2.TabIndex  = 152;
            this.label2.Text      = "订货最小值";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // priTextBox1
            //
            this.priTextBox1.BackColor = System.Drawing.Color.Yellow;
            this.priTextBox1.DataField = "qty_begin";
            this.priTextBox1.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox1.Location  = new System.Drawing.Point(112, 32);
            this.priTextBox1.Name      = "priTextBox1";
            this.priTextBox1.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox1.TabIndex  = 151;
            this.priTextBox1.Text      = "";
            //
            // label4
            //
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Location  = new System.Drawing.Point(264, 32);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(80, 23);
            this.label4.TabIndex  = 154;
            this.label4.Text      = "订货最大值";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // priTextBox3
            //
            this.priTextBox3.BackColor = System.Drawing.Color.Yellow;
            this.priTextBox3.DataField = "qty_end";
            this.priTextBox3.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox3.Location  = new System.Drawing.Point(352, 32);
            this.priTextBox3.Name      = "priTextBox3";
            this.priTextBox3.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox3.TabIndex  = 153;
            this.priTextBox3.Text      = "";
            //
            // label6
            //
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Location  = new System.Drawing.Point(8, 56);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(96, 23);
            this.label6.TabIndex  = 156;
            this.label6.Text      = "销售价格";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // priTextBox4
            //
            this.priTextBox4.BackColor = System.Drawing.Color.Yellow;
            this.priTextBox4.DataField = "unit_price";
            this.priTextBox4.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox4.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox4.Location  = new System.Drawing.Point(112, 56);
            this.priTextBox4.Name      = "priTextBox4";
            this.priTextBox4.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox4.TabIndex  = 155;
            this.priTextBox4.Text      = "";
            //
            // priTextBox2
            //
            this.priTextBox2.BackColor = System.Drawing.Color.Yellow;
            this.priTextBox2.DataField = "seq_no";
            this.priTextBox2.DataType  = TJSystem.Public.DataType.String;
            this.priTextBox2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.priTextBox2.Location  = new System.Drawing.Point(352, 8);
            this.priTextBox2.Name      = "priTextBox2";
            this.priTextBox2.Size      = new System.Drawing.Size(144, 23);
            this.priTextBox2.TabIndex  = 157;
            this.priTextBox2.Text      = "";
            //
            // qty_end
            //
            this.qty_end.Format      = "";
            this.qty_end.FormatInfo  = null;
            this.qty_end.HeaderText  = "订货最大值";
            this.qty_end.MappingName = "qty_end";
            this.qty_end.NullText    = "";
            this.qty_end.Width       = 75;
            //
            // currency_namecn
            //
            this.currency_namecn.Format      = "";
            this.currency_namecn.FormatInfo  = null;
            this.currency_namecn.HeaderText  = "币种";
            this.currency_namecn.MappingName = "currency_namecn";
            this.currency_namecn.NullText    = "";
            this.currency_namecn.Width       = 75;
            //
            // unit_price
            //
            this.unit_price.Format      = "";
            this.unit_price.FormatInfo  = null;
            this.unit_price.HeaderText  = "销售价格";
            this.unit_price.MappingName = "unit_price";
            this.unit_price.NullText    = "";
            this.unit_price.Width       = 75;
            //
            // frmBasicItemPrice
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
            this.BackColor         = System.Drawing.SystemColors.ScrollBar;
            this.ClientSize        = new System.Drawing.Size(530, 470);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel3);
            this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name            = "frmBasicItemPrice";
            this.ShowInTaskbar   = false;
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "货品资料";
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Пример #46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RIDAnalysis));
     this.pnlControls        = new System.Windows.Forms.Panel();
     this.cmbBaseline        = new System.Windows.Forms.ComboBox();
     this.lblBaseline        = new System.Windows.Forms.Label();
     this.lblProgress        = new System.Windows.Forms.Label();
     this.pgb                = new System.Windows.Forms.ProgressBar();
     this.btnOK              = new System.Windows.Forms.Button();
     this.tabControl         = new System.Windows.Forms.TabControl();
     this.tpIntro            = new System.Windows.Forms.TabPage();
     this.rtbInfo            = new System.Windows.Forms.RichTextBox();
     this.tpSummary          = new System.Windows.Forms.TabPage();
     this.graphSummary       = new ZedGraph.ZedGraphControl();
     this.tpOverTime         = new System.Windows.Forms.TabPage();
     this.graphOverTime      = new ZedGraph.ZedGraphControl();
     this.tpHTMLCode         = new System.Windows.Forms.TabPage();
     this.txtHTML            = new System.Windows.Forms.TextBox();
     this.pnlHTMLCode        = new System.Windows.Forms.Panel();
     this.btnPreview         = new System.Windows.Forms.Button();
     this.btnCopyToClipboard = new System.Windows.Forms.Button();
     this.pnlCatgories       = new System.Windows.Forms.Panel();
     this.tv         = new System.Windows.Forms.TreeView();
     this.cmbPresets = new System.Windows.Forms.ComboBox();
     this.splitter1  = new System.Windows.Forms.Splitter();
     this.pnlControls.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tpIntro.SuspendLayout();
     this.tpSummary.SuspendLayout();
     this.tpOverTime.SuspendLayout();
     this.tpHTMLCode.SuspendLayout();
     this.pnlHTMLCode.SuspendLayout();
     this.pnlCatgories.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlControls
     //
     this.pnlControls.Controls.Add(this.cmbBaseline);
     this.pnlControls.Controls.Add(this.lblBaseline);
     this.pnlControls.Controls.Add(this.lblProgress);
     this.pnlControls.Controls.Add(this.pgb);
     this.pnlControls.Controls.Add(this.btnOK);
     this.pnlControls.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlControls.Location = new System.Drawing.Point(0, 429);
     this.pnlControls.Name     = "pnlControls";
     this.pnlControls.Size     = new System.Drawing.Size(576, 40);
     this.pnlControls.TabIndex = 3;
     //
     // cmbBaseline
     //
     this.cmbBaseline.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBaseline.Enabled       = false;
     this.cmbBaseline.Items.AddRange(new object[] {
         "Everyone",
         "My Gender",
         "My Age Group"
     });
     this.cmbBaseline.Location              = new System.Drawing.Point(312, 10);
     this.cmbBaseline.Name                  = "cmbBaseline";
     this.cmbBaseline.Size                  = new System.Drawing.Size(121, 21);
     this.cmbBaseline.TabIndex              = 6;
     this.cmbBaseline.SelectedIndexChanged += new System.EventHandler(this.cmbBaseline_SelectedIndexChanged);
     //
     // lblBaseline
     //
     this.lblBaseline.AutoSize = true;
     this.lblBaseline.Location = new System.Drawing.Point(256, 12);
     this.lblBaseline.Name     = "lblBaseline";
     this.lblBaseline.Size     = new System.Drawing.Size(51, 16);
     this.lblBaseline.TabIndex = 5;
     this.lblBaseline.Text     = "Baseline:";
     //
     // lblProgress
     //
     this.lblProgress.AutoSize = true;
     this.lblProgress.Location = new System.Drawing.Point(8, 12);
     this.lblProgress.Name     = "lblProgress";
     this.lblProgress.Size     = new System.Drawing.Size(63, 16);
     this.lblProgress.TabIndex = 4;
     this.lblProgress.Text     = "Analyzing...";
     //
     // pgb
     //
     this.pgb.Location = new System.Drawing.Point(80, 10);
     this.pgb.Name     = "pgb";
     this.pgb.Size     = new System.Drawing.Size(152, 20);
     this.pgb.TabIndex = 3;
     //
     // btnOK
     //
     this.btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location     = new System.Drawing.Point(480, 8);
     this.btnOK.Name         = "btnOK";
     this.btnOK.TabIndex     = 2;
     this.btnOK.Text         = "&OK";
     //
     // tabControl
     //
     this.tabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabControl.Controls.Add(this.tpIntro);
     this.tabControl.Controls.Add(this.tpSummary);
     this.tabControl.Controls.Add(this.tpOverTime);
     this.tabControl.Controls.Add(this.tpHTMLCode);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(187, 3);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(389, 426);
     this.tabControl.TabIndex      = 4;
     //
     // tpIntro
     //
     this.tpIntro.Controls.Add(this.rtbInfo);
     this.tpIntro.Location = new System.Drawing.Point(4, 25);
     this.tpIntro.Name     = "tpIntro";
     this.tpIntro.Size     = new System.Drawing.Size(381, 397);
     this.tpIntro.TabIndex = 0;
     this.tpIntro.Text     = "Introduction";
     //
     // rtbInfo
     //
     this.rtbInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.rtbInfo.Location = new System.Drawing.Point(0, 0);
     this.rtbInfo.Name     = "rtbInfo";
     this.rtbInfo.ReadOnly = true;
     this.rtbInfo.Size     = new System.Drawing.Size(381, 397);
     this.rtbInfo.TabIndex = 0;
     this.rtbInfo.Text     = "";
     //
     // tpSummary
     //
     this.tpSummary.Controls.Add(this.graphSummary);
     this.tpSummary.Location = new System.Drawing.Point(4, 25);
     this.tpSummary.Name     = "tpSummary";
     this.tpSummary.Size     = new System.Drawing.Size(381, 397);
     this.tpSummary.TabIndex = 1;
     this.tpSummary.Text     = "Summary";
     //
     // graphSummary
     //
     this.graphSummary.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.graphSummary.Location = new System.Drawing.Point(0, 0);
     this.graphSummary.Name     = "graphSummary";
     this.graphSummary.Size     = new System.Drawing.Size(381, 397);
     this.graphSummary.TabIndex = 4;
     //
     // tpOverTime
     //
     this.tpOverTime.Controls.Add(this.graphOverTime);
     this.tpOverTime.Location = new System.Drawing.Point(4, 25);
     this.tpOverTime.Name     = "tpOverTime";
     this.tpOverTime.Size     = new System.Drawing.Size(381, 397);
     this.tpOverTime.TabIndex = 2;
     this.tpOverTime.Text     = "Over Time";
     //
     // graphOverTime
     //
     this.graphOverTime.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.graphOverTime.Location = new System.Drawing.Point(0, 0);
     this.graphOverTime.Name     = "graphOverTime";
     this.graphOverTime.Size     = new System.Drawing.Size(381, 397);
     this.graphOverTime.TabIndex = 5;
     //
     // tpHTMLCode
     //
     this.tpHTMLCode.Controls.Add(this.txtHTML);
     this.tpHTMLCode.Controls.Add(this.pnlHTMLCode);
     this.tpHTMLCode.Location = new System.Drawing.Point(4, 25);
     this.tpHTMLCode.Name     = "tpHTMLCode";
     this.tpHTMLCode.Size     = new System.Drawing.Size(381, 397);
     this.tpHTMLCode.TabIndex = 3;
     this.tpHTMLCode.Text     = "HTML Code";
     //
     // txtHTML
     //
     this.txtHTML.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtHTML.Location   = new System.Drawing.Point(0, 0);
     this.txtHTML.Multiline  = true;
     this.txtHTML.Name       = "txtHTML";
     this.txtHTML.ReadOnly   = true;
     this.txtHTML.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtHTML.Size       = new System.Drawing.Size(381, 357);
     this.txtHTML.TabIndex   = 0;
     this.txtHTML.Text       = "";
     //
     // pnlHTMLCode
     //
     this.pnlHTMLCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlHTMLCode.Controls.Add(this.btnPreview);
     this.pnlHTMLCode.Controls.Add(this.btnCopyToClipboard);
     this.pnlHTMLCode.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlHTMLCode.Location = new System.Drawing.Point(0, 357);
     this.pnlHTMLCode.Name     = "pnlHTMLCode";
     this.pnlHTMLCode.Size     = new System.Drawing.Size(381, 40);
     this.pnlHTMLCode.TabIndex = 1;
     //
     // btnPreview
     //
     this.btnPreview.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreview.Location = new System.Drawing.Point(252, 9);
     this.btnPreview.Name     = "btnPreview";
     this.btnPreview.Size     = new System.Drawing.Size(112, 23);
     this.btnPreview.TabIndex = 1;
     this.btnPreview.Text     = "Preview";
     this.btnPreview.Click   += new System.EventHandler(this.btnPreview_Click);
     //
     // btnCopyToClipboard
     //
     this.btnCopyToClipboard.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCopyToClipboard.Location = new System.Drawing.Point(132, 8);
     this.btnCopyToClipboard.Name     = "btnCopyToClipboard";
     this.btnCopyToClipboard.Size     = new System.Drawing.Size(112, 23);
     this.btnCopyToClipboard.TabIndex = 0;
     this.btnCopyToClipboard.Text     = "Copy to Clipboard";
     this.btnCopyToClipboard.Click   += new System.EventHandler(this.btnCopyToClipboard_Click);
     //
     // pnlCatgories
     //
     this.pnlCatgories.Controls.Add(this.tv);
     this.pnlCatgories.Controls.Add(this.cmbPresets);
     this.pnlCatgories.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlCatgories.Location = new System.Drawing.Point(0, 3);
     this.pnlCatgories.Name     = "pnlCatgories";
     this.pnlCatgories.Size     = new System.Drawing.Size(184, 426);
     this.pnlCatgories.TabIndex = 5;
     //
     // tv
     //
     this.tv.CheckBoxes         = true;
     this.tv.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tv.Enabled            = false;
     this.tv.ImageIndex         = -1;
     this.tv.Location           = new System.Drawing.Point(0, 21);
     this.tv.Name               = "tv";
     this.tv.SelectedImageIndex = -1;
     this.tv.Size               = new System.Drawing.Size(184, 405);
     this.tv.TabIndex           = 6;
     this.tv.AfterCheck        += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterCheck);
     //
     // cmbPresets
     //
     this.cmbPresets.Dock          = System.Windows.Forms.DockStyle.Top;
     this.cmbPresets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPresets.Enabled       = false;
     this.cmbPresets.ItemHeight    = 13;
     this.cmbPresets.Items.AddRange(new object[] {
         "Top 3 Categories",
         "Bottom 3 Categories",
         "Root Categories",
         "Primary Process",
         "Secondary Process",
         "Emotions",
         "Custom Categories"
     });
     this.cmbPresets.Location              = new System.Drawing.Point(0, 0);
     this.cmbPresets.Name                  = "cmbPresets";
     this.cmbPresets.Size                  = new System.Drawing.Size(184, 21);
     this.cmbPresets.TabIndex              = 0;
     this.cmbPresets.SelectedIndexChanged += new System.EventHandler(this.cmbPresets_SelectedIndexChanged);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(184, 3);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 426);
     this.splitter1.TabIndex = 6;
     this.splitter1.TabStop  = false;
     //
     // RIDAnalysis
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(576, 469);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.pnlCatgories);
     this.Controls.Add(this.pnlControls);
     this.DockPadding.Top = 3;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(456, 256);
     this.Name            = "RIDAnalysis";
     this.ShowInTaskbar   = false;
     this.Text            = "Regressive Imagery Analysis";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.RIDAnalysis_Closing);
     this.pnlControls.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tpIntro.ResumeLayout(false);
     this.tpSummary.ResumeLayout(false);
     this.tpOverTime.ResumeLayout(false);
     this.tpHTMLCode.ResumeLayout(false);
     this.pnlHTMLCode.ResumeLayout(false);
     this.pnlCatgories.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #47
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmGRVselect));
     this.components = new System.ComponentModel.Container();
     this.ToolTip1   = new System.Windows.Forms.ToolTip(components);
     this.cmdVoucher = new System.Windows.Forms.Button();
     this.cmdNewFnV  = new System.Windows.Forms.Button();
     this.Frame2     = new System.Windows.Forms.GroupBox();
     this.prgBar     = new System.Windows.Forms.ProgressBar();
     this.lblNum     = new System.Windows.Forms.Label();
     this.cmdAirTime = new System.Windows.Forms.Button();
     this.cmdEdit    = new System.Windows.Forms.Button();
     this.cmdImport  = new System.Windows.Forms.Button();
     this.cmdExit    = new System.Windows.Forms.Button();
     this._Frame1_0  = new System.Windows.Forms.GroupBox();
     this.cmddelete  = new System.Windows.Forms.Button();
     this.txtSearch  = new System.Windows.Forms.TextBox();
     this.lvImport   = new System.Windows.Forms.ListView();
     this._lvImport_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lvImport_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lvImport_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this._lvImport_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
     this._lvImport_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
     this._lbl_0 = new System.Windows.Forms.Label();
     this.cmdNew = new System.Windows.Forms.Button();
     this.CDOpen = new System.Windows.Forms.OpenFileDialog();
     this.Label1 = new System.Windows.Forms.Label();
     //Me.Frame1 = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(components)
     //Me.lbl = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(components)
     this.Frame2.SuspendLayout();
     this._Frame1_0.SuspendLayout();
     this.lvImport.SuspendLayout();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     //CType(Me.Frame1, System.ComponentModel.ISupportInitialize).BeginInit()
     //CType(Me.lbl, System.ComponentModel.ISupportInitialize).BeginInit()
     this.FormBorderStyle                    = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Text                               = "Select GRV Type ...";
     this.ClientSize                         = new System.Drawing.Size(590, 465);
     this.Location                           = new System.Drawing.Point(3, 29);
     this.ControlBox                         = false;
     this.MaximizeBox                        = false;
     this.MinimizeBox                        = false;
     this.StartPosition                      = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.AutoScaleMode                      = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                          = System.Drawing.SystemColors.Control;
     this.Enabled                            = true;
     this.KeyPreview                         = false;
     this.Cursor                             = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                        = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                      = true;
     this.HelpButton                         = false;
     this.WindowState                        = System.Windows.Forms.FormWindowState.Normal;
     this.Name                               = "frmGRVselect";
     this.cmdVoucher.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdVoucher.Text                    = "&4POS Voucher G.R.V";
     this.cmdVoucher.Size                    = new System.Drawing.Size(73, 49);
     this.cmdVoucher.Location                = new System.Drawing.Point(496, 336);
     this.cmdVoucher.TabIndex                = 15;
     this.cmdVoucher.Visible                 = false;
     this.cmdVoucher.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdVoucher.CausesValidation        = true;
     this.cmdVoucher.Enabled                 = true;
     this.cmdVoucher.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdVoucher.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdVoucher.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdVoucher.TabStop                 = true;
     this.cmdVoucher.Name                    = "cmdVoucher";
     this.cmdNewFnV.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdNewFnV.Text                     = "&Fruit n Veg G.R.V";
     this.cmdNewFnV.Size                     = new System.Drawing.Size(73, 49);
     this.cmdNewFnV.Location                 = new System.Drawing.Point(416, 390);
     this.cmdNewFnV.TabIndex                 = 14;
     this.cmdNewFnV.BackColor                = System.Drawing.SystemColors.Control;
     this.cmdNewFnV.CausesValidation         = true;
     this.cmdNewFnV.Enabled                  = true;
     this.cmdNewFnV.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.cmdNewFnV.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.cmdNewFnV.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.cmdNewFnV.TabStop                  = true;
     this.cmdNewFnV.Name                     = "cmdNewFnV";
     this.Frame2.Text                        = "Importing Airtime file ";
     this.Frame2.Font                        = new System.Drawing.Font("Arial", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(178));
     this.Frame2.Size                        = new System.Drawing.Size(557, 65);
     this.Frame2.Location                    = new System.Drawing.Point(16, 280);
     this.Frame2.TabIndex                    = 11;
     this.Frame2.Visible                     = false;
     this.Frame2.BackColor                   = System.Drawing.SystemColors.Control;
     this.Frame2.Enabled                     = true;
     this.Frame2.ForeColor                   = System.Drawing.SystemColors.ControlText;
     this.Frame2.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Padding                     = new System.Windows.Forms.Padding(0);
     this.Frame2.Name                        = "Frame2";
     this.prgBar.Size                        = new System.Drawing.Size(549, 31);
     this.prgBar.Location                    = new System.Drawing.Point(8, 24);
     this.prgBar.TabIndex                    = 12;
     this.prgBar.Name                        = "prgBar";
     this.lblNum.TextAlign                   = System.Drawing.ContentAlignment.TopRight;
     this.lblNum.BackColor                   = System.Drawing.Color.Transparent;
     this.lblNum.Font                        = new System.Drawing.Font("Arial", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(178));
     this.lblNum.ForeColor                   = System.Drawing.SystemColors.WindowText;
     this.lblNum.Size                        = new System.Drawing.Size(283, 17);
     this.lblNum.Location                    = new System.Drawing.Point(120, 40);
     this.lblNum.TabIndex                    = 13;
     this.lblNum.Enabled                     = true;
     this.lblNum.Cursor                      = System.Windows.Forms.Cursors.Default;
     this.lblNum.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this.lblNum.UseMnemonic                 = true;
     this.lblNum.Visible                     = true;
     this.lblNum.AutoSize                    = false;
     this.lblNum.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.lblNum.Name                        = "lblNum";
     this.cmdAirTime.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAirTime.Text                    = "&Air Time G.R.V";
     this.cmdAirTime.Size                    = new System.Drawing.Size(73, 49);
     this.cmdAirTime.Location                = new System.Drawing.Point(336, 390);
     this.cmdAirTime.TabIndex                = 10;
     this.cmdAirTime.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdAirTime.CausesValidation        = true;
     this.cmdAirTime.Enabled                 = true;
     this.cmdAirTime.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdAirTime.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdAirTime.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdAirTime.TabStop                 = true;
     this.cmdAirTime.Name                    = "cmdAirTime";
     this.cmdEdit.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdEdit.Text                       = "&Load Selected G.R.V.";
     this.cmdEdit.Size                       = new System.Drawing.Size(113, 49);
     this.cmdEdit.Location                   = new System.Drawing.Point(15, 390);
     this.cmdEdit.TabIndex                   = 7;
     this.cmdEdit.BackColor                  = System.Drawing.SystemColors.Control;
     this.cmdEdit.CausesValidation           = true;
     this.cmdEdit.Enabled                    = true;
     this.cmdEdit.ForeColor                  = System.Drawing.SystemColors.ControlText;
     this.cmdEdit.Cursor                     = System.Windows.Forms.Cursors.Default;
     this.cmdEdit.RightToLeft                = System.Windows.Forms.RightToLeft.No;
     this.cmdEdit.TabStop                    = true;
     this.cmdEdit.Name                       = "cmdEdit";
     this.cmdImport.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdImport.Text                     = "&Import a G.R.V.";
     this.cmdImport.Size                     = new System.Drawing.Size(73, 49);
     this.cmdImport.Location                 = new System.Drawing.Point(256, 390);
     this.cmdImport.TabIndex                 = 5;
     this.cmdImport.BackColor                = System.Drawing.SystemColors.Control;
     this.cmdImport.CausesValidation         = true;
     this.cmdImport.Enabled                  = true;
     this.cmdImport.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.cmdImport.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.cmdImport.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.cmdImport.TabStop                  = true;
     this.cmdImport.Name                     = "cmdImport";
     this.cmdExit.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdExit.Text                       = "E&xit";
     this.cmdExit.Size                       = new System.Drawing.Size(73, 49);
     this.cmdExit.Location                   = new System.Drawing.Point(496, 390);
     this.cmdExit.TabIndex                   = 0;
     this.cmdExit.BackColor                  = System.Drawing.SystemColors.Control;
     this.cmdExit.CausesValidation           = true;
     this.cmdExit.Enabled                    = true;
     this.cmdExit.ForeColor                  = System.Drawing.SystemColors.ControlText;
     this.cmdExit.Cursor                     = System.Windows.Forms.Cursors.Default;
     this.cmdExit.RightToLeft                = System.Windows.Forms.RightToLeft.No;
     this.cmdExit.TabStop                    = true;
     this.cmdExit.Name                       = "cmdExit";
     this._Frame1_0.Text                     = "Imported GRV Data";
     this._Frame1_0.Font                     = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(178));
     this._Frame1_0.Size                     = new System.Drawing.Size(559, 370);
     this._Frame1_0.Location                 = new System.Drawing.Point(15, 12);
     this._Frame1_0.TabIndex                 = 1;
     this._Frame1_0.BackColor                = System.Drawing.SystemColors.Control;
     this._Frame1_0.Enabled                  = true;
     this._Frame1_0.ForeColor                = System.Drawing.SystemColors.ControlText;
     this._Frame1_0.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this._Frame1_0.Visible                  = true;
     this._Frame1_0.Padding                  = new System.Windows.Forms.Padding(0);
     this._Frame1_0.Name                     = "_Frame1_0";
     this.cmddelete.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmddelete.Text                     = "&Delete G.R.V";
     this.cmddelete.Size                     = new System.Drawing.Size(111, 27);
     this.cmddelete.Location                 = new System.Drawing.Point(440, 8);
     this.cmddelete.TabIndex                 = 9;
     this.cmddelete.BackColor                = System.Drawing.SystemColors.Control;
     this.cmddelete.CausesValidation         = true;
     this.cmddelete.Enabled                  = true;
     this.cmddelete.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.cmddelete.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.cmddelete.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.cmddelete.TabStop                  = true;
     this.cmddelete.Name                     = "cmddelete";
     this.txtSearch.AutoSize                 = false;
     this.txtSearch.Size                     = new System.Drawing.Size(283, 19);
     this.txtSearch.Location                 = new System.Drawing.Point(52, 18);
     this.txtSearch.TabIndex                 = 3;
     this.txtSearch.AcceptsReturn            = true;
     this.txtSearch.TextAlign                = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtSearch.BackColor                = System.Drawing.SystemColors.Window;
     this.txtSearch.CausesValidation         = true;
     this.txtSearch.Enabled                  = true;
     this.txtSearch.ForeColor                = System.Drawing.SystemColors.WindowText;
     this.txtSearch.HideSelection            = true;
     this.txtSearch.ReadOnly                 = false;
     this.txtSearch.MaxLength                = 0;
     this.txtSearch.Cursor                   = System.Windows.Forms.Cursors.IBeam;
     this.txtSearch.Multiline                = false;
     this.txtSearch.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.txtSearch.ScrollBars               = System.Windows.Forms.ScrollBars.None;
     this.txtSearch.TabStop                  = true;
     this.txtSearch.Visible                  = true;
     this.txtSearch.BorderStyle              = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtSearch.Name                     = "txtSearch";
     this.lvImport.Size                      = new System.Drawing.Size(541, 316);
     this.lvImport.Location                  = new System.Drawing.Point(9, 40);
     this.lvImport.TabIndex                  = 2;
     this.lvImport.View                      = System.Windows.Forms.View.Details;
     this.lvImport.LabelEdit                 = false;
     this.lvImport.LabelWrap                 = true;
     this.lvImport.HideSelection             = false;
     this.lvImport.ForeColor                 = System.Drawing.SystemColors.WindowText;
     this.lvImport.BackColor                 = System.Drawing.SystemColors.Window;
     this.lvImport.BorderStyle               = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvImport.Name                      = "lvImport";
     this._lvImport_ColumnHeader_1.Text      = "Supplier";
     this._lvImport_ColumnHeader_1.Width     = 177;
     this._lvImport_ColumnHeader_2.Text      = "Order Date";
     this._lvImport_ColumnHeader_2.Width     = 142;
     this._lvImport_ColumnHeader_3.Text      = "Reference";
     this._lvImport_ColumnHeader_3.Width     = 165;
     this._lvImport_ColumnHeader_4.Text      = "Invoice #";
     this._lvImport_ColumnHeader_4.Width     = 170;
     this._lvImport_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvImport_ColumnHeader_5.Text      = "Amount";
     this._lvImport_ColumnHeader_5.Width     = 95;
     this._lbl_0.TextAlign                   = System.Drawing.ContentAlignment.TopRight;
     this._lbl_0.Text                        = "&Search :";
     this._lbl_0.Size                        = new System.Drawing.Size(40, 13);
     this._lbl_0.Location                    = new System.Drawing.Point(9, 21);
     this._lbl_0.TabIndex                    = 4;
     this._lbl_0.BackColor                   = System.Drawing.Color.Transparent;
     this._lbl_0.Enabled                     = true;
     this._lbl_0.ForeColor                   = System.Drawing.SystemColors.ControlText;
     this._lbl_0.Cursor                      = System.Windows.Forms.Cursors.Default;
     this._lbl_0.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this._lbl_0.UseMnemonic                 = true;
     this._lbl_0.Visible                     = true;
     this._lbl_0.AutoSize                    = true;
     this._lbl_0.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this._lbl_0.Name                        = "_lbl_0";
     this.cmdNew.TextAlign                   = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdNew.Text                        = "Create a N&ew G.R.V.";
     this.cmdNew.Size                        = new System.Drawing.Size(113, 49);
     this.cmdNew.Location                    = new System.Drawing.Point(136, 390);
     this.cmdNew.TabIndex                    = 6;
     this.cmdNew.BackColor                   = System.Drawing.SystemColors.Control;
     this.cmdNew.CausesValidation            = true;
     this.cmdNew.Enabled                     = true;
     this.cmdNew.ForeColor                   = System.Drawing.SystemColors.ControlText;
     this.cmdNew.Cursor                      = System.Windows.Forms.Cursors.Default;
     this.cmdNew.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this.cmdNew.TabStop                     = true;
     this.cmdNew.Name                        = "cmdNew";
     this.CDOpen.Title                       = "Select GRV import file ...";
     this.Label1.Text                        = "Import GRV field sequence: Barcode, Quantity, Description, Cost, Selling";
     this.Label1.Font                        = new System.Drawing.Font("Arial", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(178));
     this.Label1.Size                        = new System.Drawing.Size(426, 16);
     this.Label1.Location                    = new System.Drawing.Point(105, 444);
     this.Label1.TabIndex                    = 8;
     this.Label1.TextAlign                   = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor                   = System.Drawing.Color.Transparent;
     this.Label1.Enabled                     = true;
     this.Label1.ForeColor                   = System.Drawing.SystemColors.ControlText;
     this.Label1.Cursor                      = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic                 = true;
     this.Label1.Visible                     = true;
     this.Label1.AutoSize                    = true;
     this.Label1.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                        = "Label1";
     this.Controls.Add(cmdVoucher);
     this.Controls.Add(cmdNewFnV);
     this.Controls.Add(Frame2);
     this.Controls.Add(cmdAirTime);
     this.Controls.Add(cmdEdit);
     this.Controls.Add(cmdImport);
     this.Controls.Add(cmdExit);
     this.Controls.Add(_Frame1_0);
     this.Controls.Add(cmdNew);
     this.Controls.Add(Label1);
     this.Frame2.Controls.Add(prgBar);
     this.Frame2.Controls.Add(lblNum);
     this._Frame1_0.Controls.Add(cmddelete);
     this._Frame1_0.Controls.Add(txtSearch);
     this._Frame1_0.Controls.Add(lvImport);
     this._Frame1_0.Controls.Add(_lbl_0);
     this.lvImport.Columns.Add(_lvImport_ColumnHeader_1);
     this.lvImport.Columns.Add(_lvImport_ColumnHeader_2);
     this.lvImport.Columns.Add(_lvImport_ColumnHeader_3);
     this.lvImport.Columns.Add(_lvImport_ColumnHeader_4);
     this.lvImport.Columns.Add(_lvImport_ColumnHeader_5);
     //Me.Frame1.SetIndex(_Frame1_0, CType(0, Short))
     //Me.lbl.SetIndex(_lbl_0, CType(0, Short))
     //CType(Me.lbl, System.ComponentModel.ISupportInitialize).EndInit()
     //CType(Me.Frame1, System.ComponentModel.ISupportInitialize).EndInit()
     this.Frame2.ResumeLayout(false);
     this._Frame1_0.ResumeLayout(false);
     this.lvImport.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SampleForm));
     this.menuControl1  = new Crownwood.Magic.Menus.MenuControl();
     this.statusBar1    = new System.Windows.Forms.StatusBar();
     this.tabControl1   = new Crownwood.Magic.Controls.TabControl();
     this.mainTabs      = new System.Windows.Forms.ImageList(this.components);
     this.tabPage2      = new Crownwood.Magic.Controls.TabPage();
     this.tabbedGroups2 = new Crownwood.Magic.Controls.TabbedGroups();
     this.groupTabs     = new System.Windows.Forms.ImageList(this.components);
     this.tabPage1      = new Crownwood.Magic.Controls.TabPage();
     this.tabbedGroups1 = new Crownwood.Magic.Controls.TabbedGroups();
     this.tabPage3      = new Crownwood.Magic.Controls.TabPage();
     this.tabbedGroups3 = new Crownwood.Magic.Controls.TabbedGroups();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups2)).BeginInit();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups1)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups3)).BeginInit();
     this.SuspendLayout();
     //
     // menuControl1
     //
     this.menuControl1.AnimateStyle       = Crownwood.Magic.Menus.Animation.System;
     this.menuControl1.AnimateTime        = 100;
     this.menuControl1.Cursor             = System.Windows.Forms.Cursors.Arrow;
     this.menuControl1.Direction          = Crownwood.Magic.Common.Direction.Horizontal;
     this.menuControl1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.menuControl1.Font               = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.menuControl1.HighlightTextColor = System.Drawing.SystemColors.MenuText;
     this.menuControl1.Name               = "menuControl1";
     this.menuControl1.Size               = new System.Drawing.Size(512, 25);
     this.menuControl1.Style              = Crownwood.Magic.Common.VisualStyle.IDE;
     this.menuControl1.TabIndex           = 0;
     this.menuControl1.TabStop            = false;
     this.menuControl1.Text               = "menuControl1";
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 455);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(512, 22);
     this.statusBar1.TabIndex = 1;
     this.statusBar1.Text     = "statusBar1";
     //
     // tabControl1
     //
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.HideTabsMode  = Crownwood.Magic.Controls.TabControl.HideTabsModes.ShowAlways;
     this.tabControl1.ImageList     = this.mainTabs;
     this.tabControl1.Location      = new System.Drawing.Point(0, 25);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.SelectedTab   = this.tabPage1;
     this.tabControl1.Size          = new System.Drawing.Size(512, 430);
     this.tabControl1.TabIndex      = 2;
     this.tabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2,
         this.tabPage3
     });
     //
     // mainTabs
     //
     this.mainTabs.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.mainTabs.ImageSize        = new System.Drawing.Size(16, 16);
     this.mainTabs.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("mainTabs.ImageStream")));
     this.mainTabs.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tabPage2
     //
     this.tabPage2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tabbedGroups2
     });
     this.tabPage2.ImageIndex = 1;
     this.tabPage2.Name       = "tabPage2";
     this.tabPage2.Selected   = false;
     this.tabPage2.TabIndex   = 1;
     this.tabPage2.Title      = "Group2";
     //
     // tabbedGroups2
     //
     this.tabbedGroups2.ActiveLeaf         = null;
     this.tabbedGroups2.AllowDrop          = true;
     this.tabbedGroups2.AtLeastOneLeaf     = true;
     this.tabbedGroups2.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tabbedGroups2.ImageList          = this.groupTabs;
     this.tabbedGroups2.Name               = "tabbedGroups2";
     this.tabbedGroups2.ProminentLeaf      = null;
     this.tabbedGroups2.ResizeBarColor     = System.Drawing.SystemColors.Control;
     this.tabbedGroups2.Size               = new System.Drawing.Size(384, 301);
     this.tabbedGroups2.TabIndex           = 0;
     this.tabbedGroups2.TabControlCreated += new Crownwood.Magic.Controls.TabbedGroups.TabControlCreatedHandler(this.TabControlCreated);
     this.tabbedGroups2.PageSaving        += new Crownwood.Magic.Controls.TabbedGroups.PageSavingHandler(this.PageSaving);
     this.tabbedGroups2.ExternalDrop      += new Crownwood.Magic.Controls.TabbedGroups.ExternalDropHandler(this.ExternalDrop);
     this.tabbedGroups2.PageLoading       += new Crownwood.Magic.Controls.TabbedGroups.PageLoadingHandler(this.PageLoading);
     this.tabbedGroups2.GlobalLoading     += new Crownwood.Magic.Controls.TabbedGroups.GlobalLoadingHandler(this.GlobalLoading);
     this.tabbedGroups2.GlobalSaving      += new Crownwood.Magic.Controls.TabbedGroups.GlobalSavingHandler(this.GlobalSaving);
     //
     // groupTabs
     //
     this.groupTabs.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.groupTabs.ImageSize        = new System.Drawing.Size(16, 16);
     this.groupTabs.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("groupTabs.ImageStream")));
     this.groupTabs.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tabPage1
     //
     this.tabPage1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tabbedGroups1
     });
     this.tabPage1.ImageIndex = 0;
     this.tabPage1.Name       = "tabPage1";
     this.tabPage1.TabIndex   = 0;
     this.tabPage1.Title      = "Group1";
     //
     // tabbedGroups1
     //
     this.tabbedGroups1.ActiveLeaf         = null;
     this.tabbedGroups1.AllowDrop          = true;
     this.tabbedGroups1.AtLeastOneLeaf     = true;
     this.tabbedGroups1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tabbedGroups1.ImageList          = this.groupTabs;
     this.tabbedGroups1.Name               = "tabbedGroups1";
     this.tabbedGroups1.ProminentLeaf      = null;
     this.tabbedGroups1.ResizeBarColor     = System.Drawing.SystemColors.Control;
     this.tabbedGroups1.Size               = new System.Drawing.Size(512, 405);
     this.tabbedGroups1.TabIndex           = 0;
     this.tabbedGroups1.TabControlCreated += new Crownwood.Magic.Controls.TabbedGroups.TabControlCreatedHandler(this.TabControlCreated);
     this.tabbedGroups1.PageSaving        += new Crownwood.Magic.Controls.TabbedGroups.PageSavingHandler(this.PageSaving);
     this.tabbedGroups1.ExternalDrop      += new Crownwood.Magic.Controls.TabbedGroups.ExternalDropHandler(this.ExternalDrop);
     this.tabbedGroups1.PageLoading       += new Crownwood.Magic.Controls.TabbedGroups.PageLoadingHandler(this.PageLoading);
     this.tabbedGroups1.GlobalLoading     += new Crownwood.Magic.Controls.TabbedGroups.GlobalLoadingHandler(this.GlobalLoading);
     this.tabbedGroups1.GlobalSaving      += new Crownwood.Magic.Controls.TabbedGroups.GlobalSavingHandler(this.GlobalSaving);
     //
     // tabPage3
     //
     this.tabPage3.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tabbedGroups3
     });
     this.tabPage3.ImageIndex = 2;
     this.tabPage3.Name       = "tabPage3";
     this.tabPage3.Selected   = false;
     this.tabPage3.TabIndex   = 2;
     this.tabPage3.Title      = "Group3";
     //
     // tabbedGroups3
     //
     this.tabbedGroups3.ActiveLeaf     = null;
     this.tabbedGroups3.AllowDrop      = true;
     this.tabbedGroups3.AtLeastOneLeaf = true;
     this.tabbedGroups3.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.tabbedGroups3.ImageList      = this.groupTabs;
     this.tabbedGroups3.Name           = "tabbedGroups3";
     this.tabbedGroups3.ProminentLeaf  = null;
     this.tabbedGroups3.ResizeBarColor = System.Drawing.SystemColors.Control;
     this.tabbedGroups3.Size           = new System.Drawing.Size(384, 301);
     this.tabbedGroups3.TabIndex       = 0;
     this.tabbedGroups3.PageSaving    += new Crownwood.Magic.Controls.TabbedGroups.PageSavingHandler(this.PageSaving);
     this.tabbedGroups3.ExternalDrop  += new Crownwood.Magic.Controls.TabbedGroups.ExternalDropHandler(this.ExternalDrop);
     this.tabbedGroups3.PageLoading   += new Crownwood.Magic.Controls.TabbedGroups.PageLoadingHandler(this.PageLoading);
     this.tabbedGroups3.GlobalLoading += new Crownwood.Magic.Controls.TabbedGroups.GlobalLoadingHandler(this.GlobalLoading);
     this.tabbedGroups3.GlobalSaving  += new Crownwood.Magic.Controls.TabbedGroups.GlobalSavingHandler(this.GlobalSaving);
     //
     // SampleForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(512, 477);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tabControl1,
         this.menuControl1,
         this.statusBar1
     });
     this.Name = "SampleForm";
     this.Text = "Form1";
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups2)).EndInit();
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups1)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups3)).EndInit();
     this.ResumeLayout(false);
 }
Пример #49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCosotutruc));
     this.label9     = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.listDMBD   = new List();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.label13    = new System.Windows.Forms.Label();
     this.lTen       = new System.Windows.Forms.Label();
     this.ldvt       = new System.Windows.Forms.Label();
     this.label16    = new System.Windows.Forms.Label();
     this.tenbd      = new System.Windows.Forms.TextBox();
     this.mabd       = new System.Windows.Forms.TextBox();
     this.dang       = new Medisoft2009.Usercontrol.MaskedTextBox();
     this.soluong    = new Medisoft2009.Usercontrol.MaskedTextBox();
     this.butMoi     = new System.Windows.Forms.Button();
     this.butSua     = new System.Windows.Forms.Button();
     this.butLuu     = new System.Windows.Forms.Button();
     this.butTim     = new System.Windows.Forms.Button();
     this.butBoqua   = new System.Windows.Forms.Button();
     this.butHuy     = new System.Windows.Forms.Button();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.stt        = new System.Windows.Forms.TextBox();
     this.tenhc      = new System.Windows.Forms.TextBox();
     this.lTenhc     = new System.Windows.Forms.Label();
     this.tenhang    = new System.Windows.Forms.TextBox();
     this.tennuoc    = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(120, 438);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(48, 23);
     this.label9.TabIndex  = 8;
     this.label9.Text      = "Hãng :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(457, 440);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(48, 23);
     this.label10.TabIndex  = 9;
     this.label10.Text      = "Nước :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listDMBD
     //
     this.listDMBD.ColumnCount        = 0;
     this.listDMBD.Location           = new System.Drawing.Point(376, 544);
     this.listDMBD.MatchBufferTimeOut = 1000;
     this.listDMBD.MatchEntryStyle    = MatchEntryStyle.FirstLetterInsensitive;
     this.listDMBD.Name       = "listDMBD";
     this.listDMBD.Size       = new System.Drawing.Size(75, 17);
     this.listDMBD.TabIndex   = 26;
     this.listDMBD.TextIndex  = -1;
     this.listDMBD.TextMember = null;
     this.listDMBD.ValueIndex = -1;
     this.listDMBD.Visible    = false;
     this.listDMBD.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.listDMBD_KeyDown);
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, -16);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 424);
     this.dataGrid1.TabIndex            = 0;
     this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(18, 415);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(32, 23);
     this.label13.TabIndex  = 28;
     this.label13.Text      = "Mã :";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lTen
     //
     this.lTen.Location  = new System.Drawing.Point(112, 415);
     this.lTen.Name      = "lTen";
     this.lTen.Size      = new System.Drawing.Size(56, 23);
     this.lTen.TabIndex  = 29;
     this.lTen.Text      = "Tên :";
     this.lTen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ldvt
     //
     this.ldvt.Location  = new System.Drawing.Point(16, 438);
     this.ldvt.Name      = "ldvt";
     this.ldvt.Size      = new System.Drawing.Size(34, 23);
     this.ldvt.TabIndex  = 30;
     this.ldvt.Text      = "ĐVT :";
     this.ldvt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.Location  = new System.Drawing.Point(656, 438);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(56, 23);
     this.label16.TabIndex  = 31;
     this.label16.Text      = "Số lượng :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tenbd
     //
     this.tenbd.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.tenbd.Enabled      = false;
     this.tenbd.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tenbd.Location     = new System.Drawing.Point(168, 415);
     this.tenbd.Name         = "tenbd";
     this.tenbd.Size         = new System.Drawing.Size(272, 21);
     this.tenbd.TabIndex     = 2;
     this.tenbd.Text         = "";
     this.tenbd.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tenbd_KeyDown);
     this.tenbd.Validated   += new System.EventHandler(this.tenbd_Validated);
     this.tenbd.TextChanged += new System.EventHandler(this.tenbd_TextChanged);
     //
     // mabd
     //
     this.mabd.BackColor       = System.Drawing.SystemColors.HighlightText;
     this.mabd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.mabd.Enabled         = false;
     this.mabd.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mabd.Location        = new System.Drawing.Point(50, 415);
     this.mabd.Name            = "mabd";
     this.mabd.Size            = new System.Drawing.Size(71, 21);
     this.mabd.TabIndex        = 1;
     this.mabd.Text            = "";
     this.mabd.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.tenbd_KeyDown);
     this.mabd.Validated      += new System.EventHandler(this.mabd_Validated);
     this.mabd.TextChanged    += new System.EventHandler(this.mabd_TextChanged);
     //
     // dang
     //
     this.dang.BackColor = System.Drawing.SystemColors.HighlightText;
     this.dang.Enabled   = false;
     this.dang.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dang.Location  = new System.Drawing.Point(50, 438);
     this.dang.MaxLength = 10;
     this.dang.Name      = "dang";
     this.dang.Size      = new System.Drawing.Size(71, 21);
     this.dang.TabIndex  = 4;
     this.dang.Text      = "";
     //
     // soluong
     //
     this.soluong.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.soluong.Enabled    = false;
     this.soluong.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.soluong.Location   = new System.Drawing.Point(714, 438);
     this.soluong.Masked     = Medisoft2009.Usercontrol.MaskedTextBox.Mask.Decimal;
     this.soluong.Name       = "soluong";
     this.soluong.Size       = new System.Drawing.Size(71, 21);
     this.soluong.TabIndex   = 7;
     this.soluong.Text       = "";
     this.soluong.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     this.soluong.Validated += new System.EventHandler(this.soluong_Validated);
     //
     // butMoi
     //
     this.butMoi.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butMoi.Image")));
     this.butMoi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butMoi.Location   = new System.Drawing.Point(89, 469);
     this.butMoi.Name       = "butMoi";
     this.butMoi.Size       = new System.Drawing.Size(75, 28);
     this.butMoi.TabIndex   = 14;
     this.butMoi.Text       = "      &Mới";
     this.butMoi.Click     += new System.EventHandler(this.butMoi_Click);
     //
     // butSua
     //
     this.butSua.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butSua.Image")));
     this.butSua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butSua.Location   = new System.Drawing.Point(166, 469);
     this.butSua.Name       = "butSua";
     this.butSua.Size       = new System.Drawing.Size(75, 28);
     this.butSua.TabIndex   = 15;
     this.butSua.Text       = "     &Sửa";
     this.butSua.Click     += new System.EventHandler(this.butSua_Click);
     //
     // butLuu
     //
     this.butLuu.Enabled    = false;
     this.butLuu.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butLuu.Image")));
     this.butLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLuu.Location   = new System.Drawing.Point(243, 469);
     this.butLuu.Name       = "butLuu";
     this.butLuu.Size       = new System.Drawing.Size(75, 28);
     this.butLuu.TabIndex   = 12;
     this.butLuu.Text       = "     &Lưu";
     this.butLuu.Click     += new System.EventHandler(this.butLuu_Click);
     //
     // butTim
     //
     this.butTim.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(320, 469);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(75, 28);
     this.butTim.TabIndex   = 16;
     this.butTim.Text       = "       &Tìm";
     this.butTim.Click     += new System.EventHandler(this.butTim_Click);
     //
     // butBoqua
     //
     this.butBoqua.Enabled    = false;
     this.butBoqua.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butBoqua.Image")));
     this.butBoqua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBoqua.Location   = new System.Drawing.Point(397, 469);
     this.butBoqua.Name       = "butBoqua";
     this.butBoqua.Size       = new System.Drawing.Size(75, 28);
     this.butBoqua.TabIndex   = 13;
     this.butBoqua.Text       = "     &Bỏ qua";
     this.butBoqua.Click     += new System.EventHandler(this.butBoqua_Click);
     //
     // butHuy
     //
     this.butHuy.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butHuy.Image")));
     this.butHuy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butHuy.Location   = new System.Drawing.Point(474, 469);
     this.butHuy.Name       = "butHuy";
     this.butHuy.Size       = new System.Drawing.Size(75, 28);
     this.butHuy.TabIndex   = 17;
     this.butHuy.Text       = "     &Hủy";
     this.butHuy.Click     += new System.EventHandler(this.butHuy_Click);
     //
     // butIn
     //
     this.butIn.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(551, 469);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(75, 28);
     this.butIn.TabIndex   = 18;
     this.butIn.Text       = "   &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(628, 469);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(75, 28);
     this.butKetthuc.TabIndex   = 19;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // stt
     //
     this.stt.Enabled  = false;
     this.stt.Location = new System.Drawing.Point(64, 352);
     this.stt.Name     = "stt";
     this.stt.Size     = new System.Drawing.Size(40, 20);
     this.stt.TabIndex = 60;
     this.stt.Text     = "";
     //
     // tenhc
     //
     this.tenhc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tenhc.Enabled   = false;
     this.tenhc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tenhc.Location  = new System.Drawing.Point(505, 415);
     this.tenhc.Name      = "tenhc";
     this.tenhc.Size      = new System.Drawing.Size(280, 21);
     this.tenhc.TabIndex  = 3;
     this.tenhc.Text      = "";
     //
     // lTenhc
     //
     this.lTenhc.Location  = new System.Drawing.Point(446, 414);
     this.lTenhc.Name      = "lTenhc";
     this.lTenhc.Size      = new System.Drawing.Size(59, 23);
     this.lTenhc.TabIndex  = 64;
     this.lTenhc.Text      = "Hoạt chất :";
     this.lTenhc.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tenhang
     //
     this.tenhang.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tenhang.Enabled   = false;
     this.tenhang.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tenhang.Location  = new System.Drawing.Point(168, 438);
     this.tenhang.Name      = "tenhang";
     this.tenhang.Size      = new System.Drawing.Size(272, 21);
     this.tenhang.TabIndex  = 65;
     this.tenhang.Text      = "";
     //
     // tennuoc
     //
     this.tennuoc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tennuoc.Enabled   = false;
     this.tennuoc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tennuoc.Location  = new System.Drawing.Point(505, 438);
     this.tennuoc.Name      = "tennuoc";
     this.tennuoc.Size      = new System.Drawing.Size(152, 21);
     this.tennuoc.TabIndex  = 66;
     this.tennuoc.Text      = "";
     //
     // frmCosotutruc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tennuoc,
         this.tenhang,
         this.mabd,
         this.tenbd,
         this.tenhc,
         this.lTenhc,
         this.dang,
         this.butKetthuc,
         this.butIn,
         this.butHuy,
         this.butBoqua,
         this.butTim,
         this.butLuu,
         this.butSua,
         this.butMoi,
         this.soluong,
         this.label16,
         this.ldvt,
         this.lTen,
         this.label13,
         this.label10,
         this.label9,
         this.dataGrid1,
         this.listDMBD,
         this.stt
     });
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmCosotutruc";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Cơ số tủ trực";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmCosotutruc_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmClientDeptContactDlg));
     this.label8           = new System.Windows.Forms.Label();
     this.txtFNameRomaji   = new System.Windows.Forms.TextBox();
     this.txtFNamePhonetic = new System.Windows.Forms.TextBox();
     this.label9           = new System.Windows.Forms.Label();
     this.txtFName         = new System.Windows.Forms.TextBox();
     this.label10          = new System.Windows.Forms.Label();
     this.txtPhone         = new System.Windows.Forms.TextBox();
     this.label37          = new System.Windows.Forms.Label();
     this.txtMobile        = new System.Windows.Forms.TextBox();
     this.label35          = new System.Windows.Forms.Label();
     this.txtEmail         = new System.Windows.Forms.TextBox();
     this.label30          = new System.Windows.Forms.Label();
     this.lblStatus        = new System.Windows.Forms.Label();
     this.cmbStatus        = new System.Windows.Forms.ComboBox();
     this.label1           = new System.Windows.Forms.Label();
     this.txtLNameRomaji   = new System.Windows.Forms.TextBox();
     this.txtLNamePhonetic = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.txtLName         = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.btnSave          = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label8.Location  = new System.Drawing.Point(16, 66);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(96, 17);
     this.label8.TabIndex  = 342;
     this.label8.Text      = "First Name Romaji";
     //
     // txtFNameRomaji
     //
     this.txtFNameRomaji.Location  = new System.Drawing.Point(129, 64);
     this.txtFNameRomaji.MaxLength = 255;
     this.txtFNameRomaji.Name      = "txtFNameRomaji";
     this.txtFNameRomaji.Size      = new System.Drawing.Size(200, 21);
     this.txtFNameRomaji.TabIndex  = 2;
     this.txtFNameRomaji.Text      = "";
     //
     // txtFNamePhonetic
     //
     this.txtFNamePhonetic.Location  = new System.Drawing.Point(129, 40);
     this.txtFNamePhonetic.MaxLength = 255;
     this.txtFNamePhonetic.Name      = "txtFNamePhonetic";
     this.txtFNamePhonetic.Size      = new System.Drawing.Size(200, 21);
     this.txtFNamePhonetic.TabIndex  = 1;
     this.txtFNamePhonetic.Text      = "";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label9.Location  = new System.Drawing.Point(16, 42);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(104, 17);
     this.label9.TabIndex  = 339;
     this.label9.Text      = "First Name Phonetic";
     //
     // txtFName
     //
     this.txtFName.Location  = new System.Drawing.Point(129, 16);
     this.txtFName.MaxLength = 255;
     this.txtFName.Name      = "txtFName";
     this.txtFName.Size      = new System.Drawing.Size(200, 21);
     this.txtFName.TabIndex  = 0;
     this.txtFName.Text      = "";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label10.Location  = new System.Drawing.Point(16, 18);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(58, 17);
     this.label10.TabIndex  = 338;
     this.label10.Text      = "First Name";
     //
     // txtPhone
     //
     this.txtPhone.Location  = new System.Drawing.Point(129, 208);
     this.txtPhone.MaxLength = 255;
     this.txtPhone.Name      = "txtPhone";
     this.txtPhone.Size      = new System.Drawing.Size(200, 21);
     this.txtPhone.TabIndex  = 7;
     this.txtPhone.Text      = "";
     //
     // label37
     //
     this.label37.AutoSize  = true;
     this.label37.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label37.Location  = new System.Drawing.Point(16, 210);
     this.label37.Name      = "label37";
     this.label37.Size      = new System.Drawing.Size(82, 17);
     this.label37.TabIndex  = 337;
     this.label37.Text      = "Business Phone";
     //
     // txtMobile
     //
     this.txtMobile.Location  = new System.Drawing.Point(129, 232);
     this.txtMobile.MaxLength = 255;
     this.txtMobile.Name      = "txtMobile";
     this.txtMobile.Size      = new System.Drawing.Size(200, 21);
     this.txtMobile.TabIndex  = 8;
     this.txtMobile.Text      = "";
     //
     // label35
     //
     this.label35.AutoSize  = true;
     this.label35.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label35.Location  = new System.Drawing.Point(16, 234);
     this.label35.Name      = "label35";
     this.label35.Size      = new System.Drawing.Size(36, 17);
     this.label35.TabIndex  = 336;
     this.label35.Text      = "Mobile";
     //
     // txtEmail
     //
     this.txtEmail.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.txtEmail.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtEmail.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.txtEmail.Location  = new System.Drawing.Point(129, 184);
     this.txtEmail.MaxLength = 255;
     this.txtEmail.Name      = "txtEmail";
     this.txtEmail.Size      = new System.Drawing.Size(200, 21);
     this.txtEmail.TabIndex  = 6;
     this.txtEmail.Text      = "";
     //
     // label30
     //
     this.label30.AutoSize  = true;
     this.label30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label30.Location  = new System.Drawing.Point(16, 186);
     this.label30.Name      = "label30";
     this.label30.Size      = new System.Drawing.Size(31, 17);
     this.label30.TabIndex  = 335;
     this.label30.Text      = "Email";
     //
     // lblStatus
     //
     this.lblStatus.AutoSize  = true;
     this.lblStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStatus.Location  = new System.Drawing.Point(16, 258);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(35, 17);
     this.lblStatus.TabIndex  = 343;
     this.lblStatus.Text      = "Status";
     //
     // cmbStatus
     //
     this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Items.AddRange(new object[] {
         "Active",
         "Inactive"
     });
     this.cmbStatus.Location              = new System.Drawing.Point(129, 256);
     this.cmbStatus.Name                  = "cmbStatus";
     this.cmbStatus.Size                  = new System.Drawing.Size(200, 21);
     this.cmbStatus.TabIndex              = 9;
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(16, 146);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(95, 17);
     this.label1.TabIndex  = 350;
     this.label1.Text      = "Last Name Romaji";
     //
     // txtLNameRomaji
     //
     this.txtLNameRomaji.Location  = new System.Drawing.Point(129, 144);
     this.txtLNameRomaji.MaxLength = 255;
     this.txtLNameRomaji.Name      = "txtLNameRomaji";
     this.txtLNameRomaji.Size      = new System.Drawing.Size(200, 21);
     this.txtLNameRomaji.TabIndex  = 5;
     this.txtLNameRomaji.Text      = "";
     //
     // txtLNamePhonetic
     //
     this.txtLNamePhonetic.Location  = new System.Drawing.Point(129, 120);
     this.txtLNamePhonetic.MaxLength = 255;
     this.txtLNamePhonetic.Name      = "txtLNamePhonetic";
     this.txtLNamePhonetic.Size      = new System.Drawing.Size(200, 21);
     this.txtLNamePhonetic.TabIndex  = 4;
     this.txtLNamePhonetic.Text      = "";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(16, 122);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(103, 17);
     this.label2.TabIndex  = 349;
     this.label2.Text      = "Last Name Phonetic";
     //
     // txtLName
     //
     this.txtLName.Location  = new System.Drawing.Point(129, 96);
     this.txtLName.MaxLength = 255;
     this.txtLName.Name      = "txtLName";
     this.txtLName.Size      = new System.Drawing.Size(200, 21);
     this.txtLName.TabIndex  = 3;
     this.txtLName.Text      = "";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(16, 98);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(57, 17);
     this.label3.TabIndex  = 348;
     this.label3.Text      = "Last Name";
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location  = new System.Drawing.Point(252, 295);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.TabIndex  = 352;
     this.btnCancel.Text      = "Cancel";
     this.btnCancel.Click    += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.Location  = new System.Drawing.Point(172, 295);
     this.btnSave.Name      = "btnSave";
     this.btnSave.TabIndex  = 351;
     this.btnSave.Text      = "Save";
     this.btnSave.Click    += new System.EventHandler(this.btnSave_Click);
     //
     // frmClientDeptContactDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(352, 336);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtLNameRomaji);
     this.Controls.Add(this.txtLNamePhonetic);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtLName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtFNameRomaji);
     this.Controls.Add(this.txtFNamePhonetic);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtFName);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtPhone);
     this.Controls.Add(this.label37);
     this.Controls.Add(this.txtMobile);
     this.Controls.Add(this.label35);
     this.Controls.Add(this.txtEmail);
     this.Controls.Add(this.label30);
     this.Controls.Add(this.cmbStatus);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmClientDeptContactDlg";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Contact";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmClientDeptContactDlg_KeyDown);
     this.Load           += new System.EventHandler(this.frmClientDeptContactDlg_Load);
     this.ResumeLayout(false);
 }
Пример #51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(InstallProgress));
     this.logTextBox         = new System.Windows.Forms.TextBox();
     this.cancelButton       = new System.Windows.Forms.Button();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.label7             = new System.Windows.Forms.Label();
     this.installProgressBar = new System.Windows.Forms.ProgressBar();
     this.closeButton        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // logTextBox
     //
     this.logTextBox.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.logTextBox.Location   = new System.Drawing.Point(8, 80);
     this.logTextBox.Multiline  = true;
     this.logTextBox.Name       = "logTextBox";
     this.logTextBox.ReadOnly   = true;
     this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.logTextBox.Size       = new System.Drawing.Size(480, 208);
     this.logTextBox.TabIndex   = 1;
     this.logTextBox.Text       = "";
     //
     // cancelButton
     //
     this.cancelButton.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.cancelButton.Location = new System.Drawing.Point(211, 336);
     this.cancelButton.Name     = "cancelButton";
     this.cancelButton.TabIndex = 2;
     this.cancelButton.Text     = "Cancel";
     this.cancelButton.Click   += new System.EventHandler(this.cancelButton_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(500, 70);
     this.pictureBox1.TabIndex = 10;
     this.pictureBox1.TabStop  = false;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.White;
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location  = new System.Drawing.Point(8, 8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(392, 23);
     this.label7.TabIndex  = 11;
     this.label7.Text      = "Setting up database - please wait";
     //
     // installProgressBar
     //
     this.installProgressBar.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.installProgressBar.Location = new System.Drawing.Point(8, 296);
     this.installProgressBar.Name     = "installProgressBar";
     this.installProgressBar.Size     = new System.Drawing.Size(480, 23);
     this.installProgressBar.TabIndex = 12;
     //
     // closeButton
     //
     this.closeButton.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.closeButton.Location = new System.Drawing.Point(208, 360);
     this.closeButton.Name     = "closeButton";
     this.closeButton.TabIndex = 13;
     this.closeButton.Text     = "Close";
     this.closeButton.Click   += new System.EventHandler(this.closeButton_Click);
     //
     // InstallProgress
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(496, 397);
     this.Controls.Add(this.closeButton);
     this.Controls.Add(this.installProgressBar);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.logTextBox);
     this.Name          = "InstallProgress";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Install Progress";
     this.Load         += new System.EventHandler(this.InstallProgress_Load);
     this.ResumeLayout(false);
 }
Пример #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(EnterHrefForm));
     this.bInsert     = new System.Windows.Forms.Button();
     this.bRemove     = new System.Windows.Forms.Button();
     this.bCancel     = new System.Windows.Forms.Button();
     this.labelText   = new System.Windows.Forms.Label();
     this.labelHref   = new System.Windows.Forms.Label();
     this.hrefText    = new System.Windows.Forms.TextBox();
     this.hrefLink    = new System.Windows.Forms.TextBox();
     this.labelTarget = new System.Windows.Forms.Label();
     this.listTargets = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // bInsert
     //
     this.bInsert.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bInsert.DialogResult = System.Windows.Forms.DialogResult.Yes;
     this.bInsert.Location     = new System.Drawing.Point(184, 106);
     this.bInsert.Name         = "bInsert";
     this.bInsert.TabIndex     = 0;
     this.bInsert.Text         = "Insert Href";
     //
     // bRemove
     //
     this.bRemove.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bRemove.DialogResult = System.Windows.Forms.DialogResult.No;
     this.bRemove.Location     = new System.Drawing.Point(264, 106);
     this.bRemove.Name         = "bRemove";
     this.bRemove.Size         = new System.Drawing.Size(80, 23);
     this.bRemove.TabIndex     = 1;
     this.bRemove.Text         = "Remove Href";
     //
     // bCancel
     //
     this.bCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bCancel.Location     = new System.Drawing.Point(352, 106);
     this.bCancel.Name         = "bCancel";
     this.bCancel.TabIndex     = 2;
     this.bCancel.Text         = "Cancel";
     //
     // labelText
     //
     this.labelText.Location = new System.Drawing.Point(8, 16);
     this.labelText.Name     = "labelText";
     this.labelText.Size     = new System.Drawing.Size(40, 23);
     this.labelText.TabIndex = 3;
     this.labelText.Text     = "Text:";
     //
     // labelHref
     //
     this.labelHref.Location = new System.Drawing.Point(8, 48);
     this.labelHref.Name     = "labelHref";
     this.labelHref.Size     = new System.Drawing.Size(40, 23);
     this.labelHref.TabIndex = 4;
     this.labelHref.Text     = "Href:";
     //
     // hrefText
     //
     this.hrefText.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.hrefText.Location = new System.Drawing.Point(56, 16);
     this.hrefText.Name     = "hrefText";
     this.hrefText.ReadOnly = true;
     this.hrefText.Size     = new System.Drawing.Size(368, 20);
     this.hrefText.TabIndex = 5;
     this.hrefText.Text     = "";
     //
     // hrefLink
     //
     this.hrefLink.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.hrefLink.Location = new System.Drawing.Point(56, 48);
     this.hrefLink.Name     = "hrefLink";
     this.hrefLink.Size     = new System.Drawing.Size(368, 20);
     this.hrefLink.TabIndex = 6;
     this.hrefLink.Text     = "";
     //
     // labelTarget
     //
     this.labelTarget.Location = new System.Drawing.Point(8, 80);
     this.labelTarget.Name     = "labelTarget";
     this.labelTarget.Size     = new System.Drawing.Size(40, 23);
     this.labelTarget.TabIndex = 7;
     this.labelTarget.Text     = "Target:";
     //
     // listTargets
     //
     this.listTargets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.listTargets.Location      = new System.Drawing.Point(56, 80);
     this.listTargets.Name          = "listTargets";
     this.listTargets.Size          = new System.Drawing.Size(121, 21);
     this.listTargets.TabIndex      = 8;
     //
     // EnterHrefForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.bCancel;
     this.ClientSize          = new System.Drawing.Size(432, 136);
     this.Controls.Add(this.listTargets);
     this.Controls.Add(this.labelTarget);
     this.Controls.Add(this.hrefLink);
     this.Controls.Add(this.hrefText);
     this.Controls.Add(this.labelHref);
     this.Controls.Add(this.labelText);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bRemove);
     this.Controls.Add(this.bInsert);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EnterHrefForm";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "Enter Href";
     this.ResumeLayout(false);
 }
Пример #53
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CPanelSelectLienEntreeAgenda));
     this.m_lblLibelle     = new System.Windows.Forms.Label();
     this.m_lnkelement     = new System.Windows.Forms.LinkLabel();
     this.m_btnSelect      = new System.Windows.Forms.Button();
     this.m_btnNoSelection = new System.Windows.Forms.PictureBox();
     this.m_tooltip        = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // m_lblLibelle
     //
     this.m_lblLibelle.Location = new System.Drawing.Point(0, 4);
     this.m_lblLibelle.Name     = "m_lblLibelle";
     this.m_lblLibelle.Size     = new System.Drawing.Size(112, 16);
     this.m_lblLibelle.TabIndex = 0;
     this.m_lblLibelle.Text     = "label1";
     //
     // m_lnkelement
     //
     this.m_lnkelement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_lnkelement.BackColor    = System.Drawing.Color.White;
     this.m_lnkelement.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lnkelement.Location     = new System.Drawing.Point(112, 4);
     this.m_lnkelement.Name         = "m_lnkelement";
     this.m_lnkelement.Size         = new System.Drawing.Size(248, 16);
     this.m_lnkelement.TabIndex     = 1;
     this.m_lnkelement.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkelement_LinkClicked);
     //
     // m_btnSelect
     //
     this.m_btnSelect.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnSelect.Location = new System.Drawing.Point(360, 4);
     this.m_btnSelect.Name     = "m_btnSelect";
     this.m_btnSelect.Size     = new System.Drawing.Size(16, 16);
     this.m_btnSelect.TabIndex = 2;
     this.m_btnSelect.Text     = "...";
     this.m_tooltip.SetToolTip(this.m_btnSelect, I.T("Select the element|30115"));
     this.m_btnSelect.Click += new System.EventHandler(this.m_btnSelect_Click);
     //
     // m_btnNoSelection
     //
     this.m_btnNoSelection.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnNoSelection.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.m_btnNoSelection.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnNoSelection.Image")));
     this.m_btnNoSelection.Location = new System.Drawing.Point(376, 4);
     this.m_btnNoSelection.Name     = "m_btnNoSelection";
     this.m_btnNoSelection.Size     = new System.Drawing.Size(16, 16);
     this.m_btnNoSelection.TabIndex = 3;
     this.m_btnNoSelection.TabStop  = false;
     this.m_tooltip.SetToolTip(this.m_btnNoSelection, I.T("Select Nothing|30116"));
     this.m_btnNoSelection.Click += new System.EventHandler(this.m_btnNoSelection_Click);
     //
     // CPanelSelectLienEntreeAgenda
     //
     this.Controls.Add(this.m_btnNoSelection);
     this.Controls.Add(this.m_btnSelect);
     this.Controls.Add(this.m_lnkelement);
     this.Controls.Add(this.m_lblLibelle);
     this.Name  = "CPanelSelectLienEntreeAgenda";
     this.Size  = new System.Drawing.Size(392, 24);
     this.Load += new System.EventHandler(this.CPanelSelectLienEntreeAgenda_Load);
     this.ResumeLayout(false);
 }
Пример #54
0
        /// <summary>
        ///     Required method for Designer support - do not modify
        ///     the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            var resources = new System.Resources.ResourceManager(typeof(CapForm));

            this.tCat        = new System.Windows.Forms.TreeView();
            this.cmCat       = new System.Windows.Forms.ContextMenu();
            this.miCatRename = new System.Windows.Forms.MenuItem();
            this.miCatDelete = new System.Windows.Forms.MenuItem();
            this.miCatCreate = new System.Windows.Forms.MenuItem();
            this.imgList     = new System.Windows.Forms.ImageList(this.components);
            this.tImg        = new System.Windows.Forms.TreeView();
            this.cmImg       = new System.Windows.Forms.ContextMenu();
            this.miImgRename = new System.Windows.Forms.MenuItem();
            this.miImgDelete = new System.Windows.Forms.MenuItem();
            this.menuItem1   = new System.Windows.Forms.MenuItem();
            this.miImgOpen   = new System.Windows.Forms.MenuItem();
            this.miImgSave   = new System.Windows.Forms.MenuItem();
            this.bRefresh    = new System.Windows.Forms.Button();
            this.pct         = new System.Windows.Forms.PictureBox();
            this.bClose      = new System.Windows.Forms.Button();
            this.SaveFile    = new System.Windows.Forms.SaveFileDialog();
            this.bFolder     = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // tCat
            //
            this.tCat.AllowDrop          = true;
            this.tCat.ContextMenu        = this.cmCat;
            this.tCat.ImageIndex         = 1;
            this.tCat.ImageList          = this.imgList;
            this.tCat.Location           = new System.Drawing.Point(4, 4);
            this.tCat.Name               = "tCat";
            this.tCat.SelectedImageIndex = 1;
            this.tCat.Size               = new System.Drawing.Size(128, 176);
            this.tCat.Sorted             = true;
            this.tCat.TabIndex           = 0;
            this.tCat.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.tCat_KeyDown);
            this.tCat.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.tCat_AfterSelect);
            this.tCat.AfterLabelEdit    += new System.Windows.Forms.NodeLabelEditEventHandler(this.tCat_AfterLabelEdit);
            this.tCat.DragEnter         += new System.Windows.Forms.DragEventHandler(this.tCat_DragEnter);
            this.tCat.DragDrop          += new System.Windows.Forms.DragEventHandler(this.tCat_DragDrop);
            //
            // cmCat
            //
            this.cmCat.MenuItems.AddRange(
                new System.Windows.Forms.MenuItem[] { this.miCatRename, this.miCatDelete, this.miCatCreate });
            this.cmCat.Popup += new System.EventHandler(this.cmCat_Popup);
            //
            // miCatRename
            //
            this.miCatRename.Index  = 0;
            this.miCatRename.Text   = "Common.Rename";
            this.miCatRename.Click += new System.EventHandler(this.miCatRename_Click);
            //
            // miCatDelete
            //
            this.miCatDelete.Index  = 1;
            this.miCatDelete.Text   = "Common.Delete";
            this.miCatDelete.Click += new System.EventHandler(this.miCatDelete_Click);
            //
            // miCatCreate
            //
            this.miCatCreate.Index  = 2;
            this.miCatCreate.Text   = "Cap.CreateFold";
            this.miCatCreate.Click += new System.EventHandler(this.miCatCreate_Click);
            //
            // imgList
            //
            this.imgList.ImageSize        = new System.Drawing.Size(16, 16);
            this.imgList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
            this.imgList.TransparentColor = System.Drawing.Color.Transparent;
            //
            // tImg
            //
            this.tImg.ContextMenu     = this.cmImg;
            this.tImg.HideSelection   = false;
            this.tImg.ImageList       = this.imgList;
            this.tImg.Location        = new System.Drawing.Point(136, 4);
            this.tImg.Name            = "tImg";
            this.tImg.ShowLines       = false;
            this.tImg.ShowPlusMinus   = false;
            this.tImg.ShowRootLines   = false;
            this.tImg.Size            = new System.Drawing.Size(128, 176);
            this.tImg.Sorted          = true;
            this.tImg.TabIndex        = 1;
            this.tImg.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.tImg_KeyDown);
            this.tImg.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.tImg_MouseDown);
            this.tImg.AfterSelect    += new System.Windows.Forms.TreeViewEventHandler(this.tImg_AfterSelect);
            this.tImg.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tImg_AfterLabelEdit);
            this.tImg.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.tImg_MouseMove);
            //
            // cmImg
            //
            this.cmImg.MenuItems.AddRange(
                new System.Windows.Forms.MenuItem[]
                { this.miImgRename, this.miImgDelete, this.menuItem1, this.miImgOpen, this.miImgSave });
            this.cmImg.Popup += new System.EventHandler(this.cmImg_Popup);
            //
            // miImgRename
            //
            this.miImgRename.Index  = 0;
            this.miImgRename.Text   = "Common.Rename";
            this.miImgRename.Click += new System.EventHandler(this.miImgRename_Click);
            //
            // miImgDelete
            //
            this.miImgDelete.Index  = 1;
            this.miImgDelete.Text   = "Common.Delete";
            this.miImgDelete.Click += new System.EventHandler(this.miImgDelete_Click);
            //
            // menuItem1
            //
            this.menuItem1.Index = 2;
            this.menuItem1.Text  = "-";
            //
            // miImgOpen
            //
            this.miImgOpen.Index  = 3;
            this.miImgOpen.Text   = "Common.Open";
            this.miImgOpen.Click += new System.EventHandler(this.miImgOpen_Click);
            //
            // miImgSave
            //
            this.miImgSave.Index  = 4;
            this.miImgSave.Text   = "Cap.SaveAs";
            this.miImgSave.Click += new System.EventHandler(this.miImgSave_Click);
            //
            // bRefresh
            //
            this.bRefresh.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bRefresh.Location  = new System.Drawing.Point(268, 4);
            this.bRefresh.Name      = "bRefresh";
            this.bRefresh.Size      = new System.Drawing.Size(52, 23);
            this.bRefresh.TabIndex  = 2;
            this.bRefresh.Text      = "Common.Refresh";
            this.bRefresh.Click    += new System.EventHandler(this.bRefresh_Click);
            //
            // pct
            //
            this.pct.Location = new System.Drawing.Point(268, 28);
            this.pct.Name     = "pct";
            this.pct.Size     = new System.Drawing.Size(200, 150);
            this.pct.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pct.TabIndex = 3;
            this.pct.TabStop  = false;
            this.pct.Paint   += new System.Windows.Forms.PaintEventHandler(this.pct_Paint);
            //
            // bClose
            //
            this.bClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bClose.Location  = new System.Drawing.Point(416, 4);
            this.bClose.Name      = "bClose";
            this.bClose.Size      = new System.Drawing.Size(48, 23);
            this.bClose.TabIndex  = 4;
            this.bClose.Text      = "Common.Close";
            this.bClose.Click    += new System.EventHandler(this.bClose_Click);
            //
            // SaveFile
            //
            this.SaveFile.Filter = "JPG Image (*.jpg)|*.jpg";
            //
            // bFolder
            //
            this.bFolder.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bFolder.Location  = new System.Drawing.Point(328, 4);
            this.bFolder.Name      = "bFolder";
            this.bFolder.Size      = new System.Drawing.Size(80, 23);
            this.bFolder.TabIndex  = 5;
            this.bFolder.Text      = "Open Folder";
            this.bFolder.Click    += new System.EventHandler(this.bFolder_Click);
            //
            // CapForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(470, 181);
            this.Controls.Add(this.bFolder);
            this.Controls.Add(this.bClose);
            this.Controls.Add(this.pct);
            this.Controls.Add(this.bRefresh);
            this.Controls.Add(this.tImg);
            this.Controls.Add(this.tCat);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox     = false;
            this.Name            = "CapForm";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text            = "Cap.Title";
            this.Load           += new System.EventHandler(this.CapForm_Load);
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.txtDecoded = new System.Windows.Forms.TextBox();
     this.txtEncoded = new System.Windows.Forms.TextBox();
     this.btnEncode  = new System.Windows.Forms.Button();
     this.btnDecode  = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.mainMenu1  = new System.Windows.Forms.MainMenu();
     this.menuAbout  = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // txtDecoded
     //
     this.txtDecoded.Location  = new System.Drawing.Point(144, 24);
     this.txtDecoded.Multiline = true;
     this.txtDecoded.Name      = "txtDecoded";
     this.txtDecoded.Size      = new System.Drawing.Size(304, 80);
     this.txtDecoded.TabIndex  = 0;
     this.txtDecoded.Text      = "decoded";
     //
     // txtEncoded
     //
     this.txtEncoded.Location  = new System.Drawing.Point(144, 176);
     this.txtEncoded.Multiline = true;
     this.txtEncoded.Name      = "txtEncoded";
     this.txtEncoded.Size      = new System.Drawing.Size(304, 88);
     this.txtEncoded.TabIndex  = 1;
     this.txtEncoded.Text      = "encoded";
     //
     // btnEncode
     //
     this.btnEncode.Location = new System.Drawing.Point(176, 128);
     this.btnEncode.Name     = "btnEncode";
     this.btnEncode.Size     = new System.Drawing.Size(104, 23);
     this.btnEncode.TabIndex = 2;
     this.btnEncode.Text     = "Encode";
     this.btnEncode.Click   += new System.EventHandler(this.btnEncode_Click);
     //
     // btnDecode
     //
     this.btnDecode.Location = new System.Drawing.Point(312, 128);
     this.btnDecode.Name     = "btnDecode";
     this.btnDecode.TabIndex = 3;
     this.btnDecode.Text     = "Decode";
     this.btnDecode.Click   += new System.EventHandler(this.btnDecode_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 23);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Original Text";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(32, 208);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Base64 Encoded";
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuAbout
     });
     //
     // menuAbout
     //
     this.menuAbout.Index  = 0;
     this.menuAbout.Text   = "&About";
     this.menuAbout.Click += new System.EventHandler(this.menuAbout_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 273);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnDecode);
     this.Controls.Add(this.btnEncode);
     this.Controls.Add(this.txtEncoded);
     this.Controls.Add(this.txtDecoded);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "Form1";
     this.Text = "TestBase64";
     this.ResumeLayout(false);
 }
Пример #56
0
        /// <summary>
        ///     Required method for Designer support - do not modify
        ///     the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(HueSelector));

            this.TheImage  = new System.Windows.Forms.PictureBox();
            this.cmbGroups = new System.Windows.Forms.ComboBox();
            this.bUpdate   = new System.Windows.Forms.Button();
            this.txNew     = new System.Windows.Forms.TextBox();
            this.bNew      = new System.Windows.Forms.Button();
            this.bDelete   = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.labName   = new System.Windows.Forms.Label();
            this.imgHue    = new System.Windows.Forms.PictureBox();
            this.textBox1  = new System.Windows.Forms.TextBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // TheImage
            //
            this.TheImage.Location   = new System.Drawing.Point(16, 88);
            this.TheImage.Name       = "TheImage";
            this.TheImage.Size       = new System.Drawing.Size(450, 300);
            this.TheImage.TabIndex   = 0;
            this.TheImage.TabStop    = false;
            this.TheImage.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TheImage_MouseMove);
            this.TheImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TheImage_MouseDown);
            //
            // cmbGroups
            //
            this.cmbGroups.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbGroups.Location              = new System.Drawing.Point(8, 8);
            this.cmbGroups.Name                  = "cmbGroups";
            this.cmbGroups.Size                  = new System.Drawing.Size(128, 21);
            this.cmbGroups.TabIndex              = 1;
            this.cmbGroups.SelectedIndexChanged += new System.EventHandler(this.cmbGroups_SelectedIndexChanged);
            //
            // bUpdate
            //
            this.bUpdate.Enabled   = false;
            this.bUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bUpdate.Location  = new System.Drawing.Point(144, 8);
            this.bUpdate.Name      = "bUpdate";
            this.bUpdate.Size      = new System.Drawing.Size(64, 23);
            this.bUpdate.TabIndex  = 2;
            this.bUpdate.Text      = "Common.Update";
            this.bUpdate.Click    += new System.EventHandler(this.bUpdate_Click);
            //
            // txNew
            //
            this.txNew.Location     = new System.Drawing.Point(296, 8);
            this.txNew.Name         = "txNew";
            this.txNew.Size         = new System.Drawing.Size(104, 20);
            this.txNew.TabIndex     = 3;
            this.txNew.Text         = "";
            this.txNew.TextChanged += new System.EventHandler(this.txNew_TextChanged);
            //
            // bNew
            //
            this.bNew.Enabled   = false;
            this.bNew.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bNew.Location  = new System.Drawing.Point(408, 8);
            this.bNew.Name      = "bNew";
            this.bNew.Size      = new System.Drawing.Size(64, 23);
            this.bNew.TabIndex  = 4;
            this.bNew.Text      = "Common.New";
            this.bNew.Click    += new System.EventHandler(this.bNew_Click);
            //
            // bDelete
            //
            this.bDelete.Enabled   = false;
            this.bDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bDelete.Location  = new System.Drawing.Point(216, 8);
            this.bDelete.Name      = "bDelete";
            this.bDelete.Size      = new System.Drawing.Size(64, 23);
            this.bDelete.TabIndex  = 5;
            this.bDelete.Text      = "Common.Delete";
            this.bDelete.Click    += new System.EventHandler(this.bDelete_Click);
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.labName);
            this.groupBox1.Controls.Add(this.imgHue);
            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBox1.Location  = new System.Drawing.Point(8, 32);
            this.groupBox1.Name      = "groupBox1";
            this.groupBox1.Size      = new System.Drawing.Size(464, 48);
            this.groupBox1.TabIndex  = 6;
            this.groupBox1.TabStop   = false;
            //
            // labName
            //
            this.labName.Location  = new System.Drawing.Point(8, 16);
            this.labName.Name      = "labName";
            this.labName.Size      = new System.Drawing.Size(152, 23);
            this.labName.TabIndex  = 1;
            this.labName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // imgHue
            //
            this.imgHue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.imgHue.Location    = new System.Drawing.Point(168, 16);
            this.imgHue.Name        = "imgHue";
            this.imgHue.Size        = new System.Drawing.Size(288, 24);
            this.imgHue.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.imgHue.TabIndex    = 0;
            this.imgHue.TabStop     = false;
            //
            // textBox1
            //
            this.textBox1.BackColor  = System.Drawing.SystemColors.Window;
            this.textBox1.Location   = new System.Drawing.Point(8, 400);
            this.textBox1.Multiline  = true;
            this.textBox1.Name       = "textBox1";
            this.textBox1.ReadOnly   = true;
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox1.Size       = new System.Drawing.Size(464, 72);
            this.textBox1.TabIndex   = 7;
            this.textBox1.Text       = "HuePicker.Instructions";
            //
            // HueSelector
            //
            this.AllowDrop         = true;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(482, 480);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.bDelete);
            this.Controls.Add(this.bNew);
            this.Controls.Add(this.txNew);
            this.Controls.Add(this.bUpdate);
            this.Controls.Add(this.cmbGroups);
            this.Controls.Add(this.TheImage);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.HelpButton      = true;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox     = false;
            this.Name            = "HueSelector";
            this.Text            = "HuePicker.Groups";
            this.Closing        += new System.ComponentModel.CancelEventHandler(this.HueSelector_Closing);
            this.Load           += new System.EventHandler(this.HueSelector_Load);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormMain));
     this.LVwReceivedPackets           = new System.Windows.Forms.ListView();
     this.ClmnNo                       = new System.Windows.Forms.ColumnHeader();
     this.ClmnTime                     = new System.Windows.Forms.ColumnHeader();
     this.ClmnSource                   = new System.Windows.Forms.ColumnHeader();
     this.ClmnDestination              = new System.Windows.Forms.ColumnHeader();
     this.ClmnProtocol                 = new System.Windows.Forms.ColumnHeader();
     this.ClmnInfo                     = new System.Windows.Forms.ColumnHeader();
     this.TVwPacketDetails             = new System.Windows.Forms.TreeView();
     this.RtxPacketData                = new System.Windows.Forms.RichTextBox();
     this.DataContextMenu              = new System.Windows.Forms.ContextMenu();
     this.ContextMenuStart             = new System.Windows.Forms.MenuItem();
     this.ContextMenuEnd               = new System.Windows.Forms.MenuItem();
     this.ContextMenuLock              = new System.Windows.Forms.MenuItem();
     this.ContextMenuClear             = new System.Windows.Forms.MenuItem();
     this.MenuMain                     = new System.Windows.Forms.MainMenu();
     this.MenuFile                     = new System.Windows.Forms.MenuItem();
     this.MenuFileOpen                 = new System.Windows.Forms.MenuItem();
     this.MenuFileClose                = new System.Windows.Forms.MenuItem();
     this.MenuFileSave                 = new System.Windows.Forms.MenuItem();
     this.MenuFileSaveSelectedPacket   = new System.Windows.Forms.MenuItem();
     this.MenuFileSaveAs               = new System.Windows.Forms.MenuItem();
     this.MenuFileReload               = new System.Windows.Forms.MenuItem();
     this.menuItem6                    = new System.Windows.Forms.MenuItem();
     this.MenuFileExit                 = new System.Windows.Forms.MenuItem();
     this.MenuEdit                     = new System.Windows.Forms.MenuItem();
     this.EditMenuCopy                 = new System.Windows.Forms.MenuItem();
     this.EditMenuPaste                = new System.Windows.Forms.MenuItem();
     this.EditMenuCut                  = new System.Windows.Forms.MenuItem();
     this.EditMenuSeperator1           = new System.Windows.Forms.MenuItem();
     this.EditMenuFind                 = new System.Windows.Forms.MenuItem();
     this.MenuCapture                  = new System.Windows.Forms.MenuItem();
     this.MenuCaptureOptions           = new System.Windows.Forms.MenuItem();
     this.MenuCaptureStart             = new System.Windows.Forms.MenuItem();
     this.ToolBar                      = new System.Windows.Forms.ToolBar();
     this.TBtnOpen                     = new System.Windows.Forms.ToolBarButton();
     this.TBtnClose                    = new System.Windows.Forms.ToolBarButton();
     this.TBtnSave                     = new System.Windows.Forms.ToolBarButton();
     this.TBtnSavePartial              = new System.Windows.Forms.ToolBarButton();
     this.TBtnReload                   = new System.Windows.Forms.ToolBarButton();
     this.TBtnPrint                    = new System.Windows.Forms.ToolBarButton();
     this.TBtnSettings                 = new System.Windows.Forms.ToolBarButton();
     this.TBtnStart                    = new System.Windows.Forms.ToolBarButton();
     this.TBtnStop                     = new System.Windows.Forms.ToolBarButton();
     this.TBtnHelp                     = new System.Windows.Forms.ToolBarButton();
     this.TbtnExit                     = new System.Windows.Forms.ToolBarButton();
     this.TBtnSeperator                = new System.Windows.Forms.ToolBarButton();
     this.TBtnCopy                     = new System.Windows.Forms.ToolBarButton();
     this.TBtnPaste                    = new System.Windows.Forms.ToolBarButton();
     this.TBtnCut                      = new System.Windows.Forms.ToolBarButton();
     this.TBtnFind                     = new System.Windows.Forms.ToolBarButton();
     this.ImageList                    = new System.Windows.Forms.ImageList(this.components);
     this.StatusBar                    = new System.Windows.Forms.StatusBar();
     this.PnlFileName                  = new System.Windows.Forms.StatusBarPanel();
     this.PnlLocation                  = new System.Windows.Forms.StatusBarPanel();
     this.PnlGlobal                    = new System.Windows.Forms.StatusBarPanel();
     this.TimerCopy                    = new System.Windows.Forms.Timer(this.components);
     this.TBtnSeperator2               = new System.Windows.Forms.ToolBarButton();
     this.TBtnSeperator3               = new System.Windows.Forms.ToolBarButton();
     this.TBtnSeperator4               = new System.Windows.Forms.ToolBarButton();
     this.TBtnDeletePacket             = new System.Windows.Forms.ToolBarButton();
     this.EditMenuDeleteSelectedPacket = new System.Windows.Forms.MenuItem();
     this.menuItem2                    = new System.Windows.Forms.MenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.PnlFileName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PnlLocation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PnlGlobal)).BeginInit();
     this.SuspendLayout();
     //
     // LVwReceivedPackets
     //
     this.LVwReceivedPackets.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ClmnNo,
         this.ClmnTime,
         this.ClmnSource,
         this.ClmnDestination,
         this.ClmnProtocol,
         this.ClmnInfo
     });
     this.LVwReceivedPackets.FullRowSelect = true;
     this.LVwReceivedPackets.GridLines     = true;
     this.LVwReceivedPackets.HideSelection = false;
     this.LVwReceivedPackets.Location      = new System.Drawing.Point(8, 48);
     this.LVwReceivedPackets.Name          = "LVwReceivedPackets";
     this.LVwReceivedPackets.Size          = new System.Drawing.Size(712, 152);
     this.LVwReceivedPackets.TabIndex      = 0;
     this.LVwReceivedPackets.View          = System.Windows.Forms.View.Details;
     this.LVwReceivedPackets.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.LVwReceivedPackets_KeyDown);
     this.LVwReceivedPackets.Click        += new System.EventHandler(this.LVwReceivedPackets_Click);
     this.LVwReceivedPackets.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.LVwReceivedPackets_MouseUp);
     this.LVwReceivedPackets.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.LVwReceivedPackets_KeyUp);
     this.LVwReceivedPackets.ColumnClick  += new System.Windows.Forms.ColumnClickEventHandler(this.LVwReceivedPackets_ColumnClick);
     //
     // ClmnNo
     //
     this.ClmnNo.Text = "No";
     //
     // ClmnTime
     //
     this.ClmnTime.Text  = "Time";
     this.ClmnTime.Width = 100;
     //
     // ClmnSource
     //
     this.ClmnSource.Text  = "Source";
     this.ClmnSource.Width = 150;
     //
     // ClmnDestination
     //
     this.ClmnDestination.Text  = "Destination";
     this.ClmnDestination.Width = 150;
     //
     // ClmnProtocol
     //
     this.ClmnProtocol.Text  = "Protocol";
     this.ClmnProtocol.Width = 100;
     //
     // ClmnInfo
     //
     this.ClmnInfo.Text  = "Info";
     this.ClmnInfo.Width = 1000;
     //
     // TVwPacketDetails
     //
     this.TVwPacketDetails.FullRowSelect      = true;
     this.TVwPacketDetails.HideSelection      = false;
     this.TVwPacketDetails.ImageIndex         = -1;
     this.TVwPacketDetails.Location           = new System.Drawing.Point(8, 208);
     this.TVwPacketDetails.Name               = "TVwPacketDetails";
     this.TVwPacketDetails.SelectedImageIndex = -1;
     this.TVwPacketDetails.Size               = new System.Drawing.Size(712, 168);
     this.TVwPacketDetails.TabIndex           = 1;
     this.TVwPacketDetails.Click             += new System.EventHandler(this.TVwPacketDetails_Click);
     this.TVwPacketDetails.MouseUp           += new System.Windows.Forms.MouseEventHandler(this.TVwPacketDetails_MouseUp);
     this.TVwPacketDetails.MouseMove         += new System.Windows.Forms.MouseEventHandler(this.TVwPacketDetails_MouseMove);
     //
     // RtxPacketData
     //
     this.RtxPacketData.ContextMenu = this.DataContextMenu;
     this.RtxPacketData.Location    = new System.Drawing.Point(8, 384);
     this.RtxPacketData.Name        = "RtxPacketData";
     this.RtxPacketData.ReadOnly    = true;
     this.RtxPacketData.Size        = new System.Drawing.Size(712, 144);
     this.RtxPacketData.TabIndex    = 2;
     this.RtxPacketData.Text        = "";
     this.RtxPacketData.WordWrap    = false;
     this.RtxPacketData.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.RtxPacketData_MouseDown);
     this.RtxPacketData.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.RtxPacketData_MouseMove);
     this.RtxPacketData.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.RtxPacketData_MouseUp);
     //
     // DataContextMenu
     //
     this.DataContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.ContextMenuStart,
         this.ContextMenuEnd,
         this.ContextMenuLock,
         this.ContextMenuClear
     });
     //
     // ContextMenuStart
     //
     this.ContextMenuStart.Index  = 0;
     this.ContextMenuStart.Text   = "Select start point";
     this.ContextMenuStart.Click += new System.EventHandler(this.ContextMenuStart_Click);
     //
     // ContextMenuEnd
     //
     this.ContextMenuEnd.Index  = 1;
     this.ContextMenuEnd.Text   = "Select end point";
     this.ContextMenuEnd.Click += new System.EventHandler(this.ContextMenuEnd_Click);
     //
     // ContextMenuLock
     //
     this.ContextMenuLock.Index  = 2;
     this.ContextMenuLock.Text   = "Lock copy region";
     this.ContextMenuLock.Click += new System.EventHandler(this.ContextMenuLock_Click);
     //
     // ContextMenuClear
     //
     this.ContextMenuClear.Index  = 3;
     this.ContextMenuClear.Text   = "Clear region";
     this.ContextMenuClear.Click += new System.EventHandler(this.ContextMenuClear_Click);
     //
     // MenuMain
     //
     this.MenuMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuFile,
         this.MenuEdit,
         this.MenuCapture
     });
     //
     // MenuFile
     //
     this.MenuFile.Index = 0;
     this.MenuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuFileOpen,
         this.MenuFileClose,
         this.MenuFileSave,
         this.MenuFileSaveSelectedPacket,
         this.MenuFileSaveAs,
         this.MenuFileReload,
         this.menuItem6,
         this.MenuFileExit
     });
     this.MenuFile.Text = "&File";
     //
     // MenuFileOpen
     //
     this.MenuFileOpen.Index  = 0;
     this.MenuFileOpen.Text   = "&Open";
     this.MenuFileOpen.Click += new System.EventHandler(this.MenuFileOpen_Click);
     //
     // MenuFileClose
     //
     this.MenuFileClose.Index  = 1;
     this.MenuFileClose.Text   = "&Close";
     this.MenuFileClose.Click += new System.EventHandler(this.MenuFileClose_Click);
     //
     // MenuFileSave
     //
     this.MenuFileSave.Index  = 2;
     this.MenuFileSave.Text   = "&Save";
     this.MenuFileSave.Click += new System.EventHandler(this.MenuFileSave_Click);
     //
     // MenuFileSaveSelectedPacket
     //
     this.MenuFileSaveSelectedPacket.Index  = 3;
     this.MenuFileSaveSelectedPacket.Text   = "Save Selected &Packet";
     this.MenuFileSaveSelectedPacket.Click += new System.EventHandler(this.MenuFileSaveSelectedPacket_Click);
     //
     // MenuFileSaveAs
     //
     this.MenuFileSaveAs.Index  = 4;
     this.MenuFileSaveAs.Text   = "Save &As ...";
     this.MenuFileSaveAs.Click += new System.EventHandler(this.MenuFileSaveAs_Click);
     //
     // MenuFileReload
     //
     this.MenuFileReload.Index  = 5;
     this.MenuFileReload.Text   = "&Reload";
     this.MenuFileReload.Click += new System.EventHandler(this.MenuFileReload_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 6;
     this.menuItem6.Text  = "-";
     //
     // MenuFileExit
     //
     this.MenuFileExit.Index  = 7;
     this.MenuFileExit.Text   = "E&xit";
     this.MenuFileExit.Click += new System.EventHandler(this.MenuFileExit_Click);
     //
     // MenuEdit
     //
     this.MenuEdit.Index = 1;
     this.MenuEdit.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.EditMenuCopy,
         this.EditMenuPaste,
         this.EditMenuCut,
         this.EditMenuSeperator1,
         this.EditMenuDeleteSelectedPacket,
         this.menuItem2,
         this.EditMenuFind
     });
     this.MenuEdit.Text = "&Edit";
     //
     // EditMenuCopy
     //
     this.EditMenuCopy.Index  = 0;
     this.EditMenuCopy.Text   = "&Copy";
     this.EditMenuCopy.Click += new System.EventHandler(this.EditMenuCopy_Click);
     //
     // EditMenuPaste
     //
     this.EditMenuPaste.Index = 1;
     this.EditMenuPaste.Text  = "&Paste";
     //
     // EditMenuCut
     //
     this.EditMenuCut.Index = 2;
     this.EditMenuCut.Text  = "C&ut";
     //
     // EditMenuSeperator1
     //
     this.EditMenuSeperator1.Index = 3;
     this.EditMenuSeperator1.Text  = "-";
     //
     // EditMenuFind
     //
     this.EditMenuFind.Index = 6;
     this.EditMenuFind.Text  = "&Find";
     //
     // MenuCapture
     //
     this.MenuCapture.Index = 2;
     this.MenuCapture.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuCaptureOptions,
         this.MenuCaptureStart
     });
     this.MenuCapture.Text = "&Capture";
     //
     // MenuCaptureOptions
     //
     this.MenuCaptureOptions.Index  = 0;
     this.MenuCaptureOptions.Text   = "&Options";
     this.MenuCaptureOptions.Click += new System.EventHandler(this.MenuCaptureOptions_Click);
     //
     // MenuCaptureStart
     //
     this.MenuCaptureStart.Index  = 1;
     this.MenuCaptureStart.Text   = "&Start";
     this.MenuCaptureStart.Click += new System.EventHandler(this.MenuCaptureStart_Click);
     //
     // ToolBar
     //
     this.ToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.ToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.TBtnOpen,
         this.TBtnClose,
         this.TBtnSave,
         this.TBtnSavePartial,
         this.TBtnReload,
         this.TBtnPrint,
         this.TBtnSeperator2,
         this.TBtnSettings,
         this.TBtnStart,
         this.TBtnStop,
         this.TBtnSeperator,
         this.TBtnDeletePacket,
         this.TBtnSeperator4,
         this.TBtnCopy,
         this.TBtnPaste,
         this.TBtnCut,
         this.TBtnFind,
         this.TBtnSeperator3,
         this.TBtnHelp,
         this.TbtnExit
     });
     this.ToolBar.DropDownArrows = true;
     this.ToolBar.ImageList      = this.ImageList;
     this.ToolBar.Name           = "ToolBar";
     this.ToolBar.ShowToolTips   = true;
     this.ToolBar.Size           = new System.Drawing.Size(728, 33);
     this.ToolBar.TabIndex       = 3;
     this.ToolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolBar_ButtonClick);
     //
     // TBtnOpen
     //
     this.TBtnOpen.ImageIndex  = 0;
     this.TBtnOpen.ToolTipText = "Open";
     //
     // TBtnClose
     //
     this.TBtnClose.ImageIndex  = 1;
     this.TBtnClose.ToolTipText = "Close";
     //
     // TBtnSave
     //
     this.TBtnSave.ImageIndex  = 2;
     this.TBtnSave.ToolTipText = "Save";
     //
     // TBtnSavePartial
     //
     this.TBtnSavePartial.ImageIndex  = 9;
     this.TBtnSavePartial.ToolTipText = "Save selected packet(s)";
     //
     // TBtnReload
     //
     this.TBtnReload.ImageIndex  = 3;
     this.TBtnReload.ToolTipText = "Reload";
     //
     // TBtnPrint
     //
     this.TBtnPrint.ImageIndex  = 5;
     this.TBtnPrint.ToolTipText = "Print selected packet(s)";
     //
     // TBtnSettings
     //
     this.TBtnSettings.ImageIndex  = 6;
     this.TBtnSettings.ToolTipText = "Capture options";
     //
     // TBtnStart
     //
     this.TBtnStart.ImageIndex  = 10;
     this.TBtnStart.ToolTipText = "Start to capture";
     //
     // TBtnStop
     //
     this.TBtnStop.ImageIndex  = 11;
     this.TBtnStop.ToolTipText = "Stop to capture";
     //
     // TBtnHelp
     //
     this.TBtnHelp.ImageIndex  = 7;
     this.TBtnHelp.ToolTipText = "Help";
     //
     // TbtnExit
     //
     this.TbtnExit.ImageIndex  = 8;
     this.TbtnExit.ToolTipText = "Exit";
     //
     // TBtnSeperator
     //
     this.TBtnSeperator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // TBtnCopy
     //
     this.TBtnCopy.ImageIndex  = 12;
     this.TBtnCopy.ToolTipText = "Copy";
     //
     // TBtnPaste
     //
     this.TBtnPaste.ImageIndex  = 15;
     this.TBtnPaste.ToolTipText = "Paste";
     //
     // TBtnCut
     //
     this.TBtnCut.ImageIndex  = 13;
     this.TBtnCut.ToolTipText = "Cut";
     //
     // TBtnFind
     //
     this.TBtnFind.ImageIndex  = 14;
     this.TBtnFind.ToolTipText = "Find";
     //
     // ImageList
     //
     this.ImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImageList.ImageSize        = new System.Drawing.Size(24, 24);
     this.ImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // StatusBar
     //
     this.StatusBar.Location = new System.Drawing.Point(0, 539);
     this.StatusBar.Name     = "StatusBar";
     this.StatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.PnlFileName,
         this.PnlLocation,
         this.PnlGlobal
     });
     this.StatusBar.ShowPanels = true;
     this.StatusBar.Size       = new System.Drawing.Size(728, 22);
     this.StatusBar.TabIndex   = 4;
     //
     // PnlFileName
     //
     this.PnlFileName.MinWidth = 200;
     this.PnlFileName.Width    = 300;
     //
     // PnlLocation
     //
     this.PnlLocation.MinWidth = 100;
     this.PnlLocation.Width    = 150;
     //
     // PnlGlobal
     //
     this.PnlGlobal.MinWidth = 120;
     this.PnlGlobal.Width    = 270;
     //
     // TimerCopy
     //
     this.TimerCopy.Tick += new System.EventHandler(this.TimerCopy_Tick);
     //
     // TBtnSeperator2
     //
     this.TBtnSeperator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // TBtnSeperator3
     //
     this.TBtnSeperator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // TBtnSeperator4
     //
     this.TBtnSeperator4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // TBtnDeletePacket
     //
     this.TBtnDeletePacket.ImageIndex  = 20;
     this.TBtnDeletePacket.ToolTipText = "Delete selected packet";
     //
     // EditMenuDeleteSelectedPacket
     //
     this.EditMenuDeleteSelectedPacket.Index  = 4;
     this.EditMenuDeleteSelectedPacket.Text   = "&Delete Selected Packet";
     this.EditMenuDeleteSelectedPacket.Click += new System.EventHandler(this.EditMenuDeleteSelectedPacket_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 5;
     this.menuItem2.Text  = "-";
     //
     // FormMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(728, 561);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.StatusBar,
         this.ToolBar,
         this.RtxPacketData,
         this.TVwPacketDetails,
         this.LVwReceivedPackets
     });
     this.Menu          = this.MenuMain;
     this.Name          = "FormMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Pacanal v1.0 - r.ysie.ysse.ysmu.r.bb";
     this.Resize       += new System.EventHandler(this.FormMain_Resize);
     this.Load         += new System.EventHandler(this.FormMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PnlFileName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PnlLocation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PnlGlobal)).EndInit();
     this.ResumeLayout(false);
 }
Пример #58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmDmbdgia));
     this.butKetthuc = new System.Windows.Forms.Button();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.label4     = new System.Windows.Forms.Label();
     this.tim        = new System.Windows.Forms.TextBox();
     this.butLuu     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(334, 380);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(75, 28);
     this.butKetthuc.TabIndex   = 4;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // dataGrid1
     //
     this.dataGrid1.BackgroundColor  = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor = System.Drawing.SystemColors.Control;
     this.dataGrid1.DataMember       = "";
     this.dataGrid1.FlatMode         = true;
     this.dataGrid1.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dataGrid1.HeaderForeColor  = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location         = new System.Drawing.Point(6, -16);
     this.dataGrid1.Name             = "dataGrid1";
     this.dataGrid1.RowHeaderWidth   = 5;
     this.dataGrid1.Size             = new System.Drawing.Size(655, 360);
     this.dataGrid1.TabIndex         = 23;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 348);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 23);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "&Tên mặt hàng :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tim
     //
     this.tim.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tim.Location     = new System.Drawing.Point(80, 348);
     this.tim.Name         = "tim";
     this.tim.Size         = new System.Drawing.Size(584, 21);
     this.tim.TabIndex     = 1;
     this.tim.Text         = "";
     this.tim.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tim_KeyDown);
     this.tim.TextChanged += new System.EventHandler(this.tim_TextChanged);
     //
     // butLuu
     //
     this.butLuu.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butLuu.Image")));
     this.butLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLuu.Location   = new System.Drawing.Point(257, 380);
     this.butLuu.Name       = "butLuu";
     this.butLuu.Size       = new System.Drawing.Size(75, 28);
     this.butLuu.TabIndex   = 2;
     this.butLuu.Text       = "      &Lưu";
     this.butLuu.Click     += new System.EventHandler(this.butLuu_Click);
     //
     // frmDmbdgia
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(666, 423);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.butLuu,
         this.tim,
         this.label4,
         this.dataGrid1,
         this.butKetthuc
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmDmbdgia";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Cập nhật giá";
     this.Load           += new System.EventHandler(this.frmDmbdgia_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rpt_seihin_buhin_zaiko));
     this.pageHeader         = new GrapeCity.ActiveReports.SectionReportModel.PageHeader();
     this.tb_seihin_cd       = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.label4             = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.tb_today           = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.label8             = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label5             = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label6             = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label13            = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label14            = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label15            = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label11            = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.tb_seihin_name     = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.label2             = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label10            = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.tb_torihikisaki_cd = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.tb_juchu_cd1       = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.tb_juchu_cd2       = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.line2   = new GrapeCity.ActiveReports.SectionReportModel.Line();
     this.label1  = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label3  = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label7  = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label9  = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label16 = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label12 = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.tb_seisansitai_daisu = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.label17     = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.tb_juchu_su = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.detail      = new GrapeCity.ActiveReports.SectionReportModel.Detail();
     this.textBox3    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox1    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox2    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox4    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox5    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox6    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox7    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox8    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox9    = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.textBox10   = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
     this.pageFooter  = new GrapeCity.ActiveReports.SectionReportModel.PageFooter();
     this.reportInfo1 = new GrapeCity.ActiveReports.SectionReportModel.ReportInfo();
     this.tb_bikou    = new GrapeCity.ActiveReports.SectionReportModel.Label();
     this.label18     = new GrapeCity.ActiveReports.SectionReportModel.Label();
     ((System.ComponentModel.ISupportInitialize)(this.tb_seihin_cd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_today)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_seihin_name)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_torihikisaki_cd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_juchu_cd1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_juchu_cd2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_seisansitai_daisu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_juchu_su)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_bikou)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
         this.tb_seihin_cd,
         this.label4,
         this.tb_today,
         this.label8,
         this.label5,
         this.label6,
         this.label13,
         this.label14,
         this.label15,
         this.label11,
         this.tb_seihin_name,
         this.label2,
         this.label10,
         this.tb_torihikisaki_cd,
         this.tb_juchu_cd1,
         this.tb_juchu_cd2,
         this.line2,
         this.label1,
         this.label3,
         this.label7,
         this.label9,
         this.label16,
         this.label12,
         this.tb_seisansitai_daisu,
         this.label17,
         this.tb_juchu_su,
         this.tb_bikou,
         this.label18
     });
     this.pageHeader.Height = 0.9652121F;
     this.pageHeader.Name   = "pageHeader";
     //
     // tb_seihin_cd
     //
     this.tb_seihin_cd.Height       = 0.146063F;
     this.tb_seihin_cd.Left         = 0.8126037F;
     this.tb_seihin_cd.Name         = "tb_seihin_cd";
     this.tb_seihin_cd.OutputFormat = resources.GetString("tb_seihin_cd.OutputFormat");
     this.tb_seihin_cd.Style        = "font-size: 8.25pt; text-align: left";
     this.tb_seihin_cd.Text         = null;
     this.tb_seihin_cd.Top          = 0.3884923F;
     this.tb_seihin_cd.Width        = 0.9791292F;
     //
     // label4
     //
     this.label4.Height    = 0.146063F;
     this.label4.HyperLink = null;
     this.label4.Left      = 0.08346561F;
     this.label4.Name      = "label4";
     this.label4.Style     = "font-size: 8.25pt; text-align: left; vertical-align: middle";
     this.label4.Text      = "製品コード";
     this.label4.Top       = 0.3884923F;
     this.label4.Width     = 0.7291334F;
     //
     // tb_today
     //
     this.tb_today.Height       = 0.1409449F;
     this.tb_today.Left         = 9.282678F;
     this.tb_today.Name         = "tb_today";
     this.tb_today.OutputFormat = resources.GetString("tb_today.OutputFormat");
     this.tb_today.Style        = "font-size: 8.25pt; text-align: right";
     this.tb_today.Text         = null;
     this.tb_today.Top          = 0F;
     this.tb_today.Width        = 1.552357F;
     //
     // label8
     //
     this.label8.Height    = 0.1979167F;
     this.label8.HyperLink = null;
     this.label8.Left      = 9.536743E-07F;
     this.label8.Name      = "label8";
     this.label8.Style     = "font-size: 14.25pt";
     this.label8.Text      = "製品別在庫一覧表";
     this.label8.Top       = 0.07550031F;
     this.label8.Width     = 2.698031F;
     //
     // label5
     //
     this.label5.Height    = 0.09370076F;
     this.label5.HyperLink = null;
     this.label5.Left      = 0F;
     this.label5.Name      = "label5";
     this.label5.Style     = "font-size: 6pt; text-align: left";
     this.label5.Text      = "部品コード";
     this.label5.Top       = 0.8051181F;
     this.label5.Width     = 1.151575F;
     //
     // label6
     //
     this.label6.Height    = 0.09370076F;
     this.label6.HyperLink = null;
     this.label6.Left      = 1.151575F;
     this.label6.Name      = "label6";
     this.label6.Style     = "font-size: 6pt; text-align: left";
     this.label6.Text      = "部品名";
     this.label6.Top       = 0.8051181F;
     this.label6.Width     = 2.040157F;
     //
     // label13
     //
     this.label13.Height    = 0.09370076F;
     this.label13.HyperLink = null;
     this.label13.Left      = 3.759843F;
     this.label13.Name      = "label13";
     this.label13.Style     = "font-size: 6pt; text-align: right";
     this.label13.Text      = "フリー在庫数";
     this.label13.Top       = 0.8051181F;
     this.label13.Width     = 0.9326773F;
     //
     // label14
     //
     this.label14.Height    = 0.09370076F;
     this.label14.HyperLink = null;
     this.label14.Left      = 5.646063F;
     this.label14.Name      = "label14";
     this.label14.Style     = "font-size: 6pt; text-align: right";
     this.label14.Text      = "その他ロット在庫数";
     this.label14.Top       = 0.8051181F;
     this.label14.Width     = 0.9433074F;
     //
     // label15
     //
     this.label15.Height    = 0.09370076F;
     this.label15.HyperLink = null;
     this.label15.Left      = 3.191732F;
     this.label15.Name      = "label15";
     this.label15.Style     = "font-size: 6pt; text-align: right";
     this.label15.Text      = "使用数量";
     this.label15.Top       = 0.8051181F;
     this.label15.Width     = 0.5681106F;
     //
     // label11
     //
     this.label11.Height    = 0.09370076F;
     this.label11.HyperLink = null;
     this.label11.Left      = 8.36496F;
     this.label11.Name      = "label11";
     this.label11.Style     = "font-size: 6pt";
     this.label11.Text      = "取引先コード";
     this.label11.Top       = 0.2432168F;
     this.label11.Width     = 1.016142F;
     //
     // tb_seihin_name
     //
     this.tb_seihin_name.Height       = 0.146063F;
     this.tb_seihin_name.Left         = 1.791733F;
     this.tb_seihin_name.Name         = "tb_seihin_name";
     this.tb_seihin_name.OutputFormat = resources.GetString("tb_seihin_name.OutputFormat");
     this.tb_seihin_name.Style        = "font-size: 8.25pt; text-align: left";
     this.tb_seihin_name.Text         = null;
     this.tb_seihin_name.Top          = 0.3884924F;
     this.tb_seihin_name.Width        = 2.185827F;
     //
     // label2
     //
     this.label2.Height    = 0.09370076F;
     this.label2.HyperLink = null;
     this.label2.Left      = 8.364962F;
     this.label2.Name      = "label2";
     this.label2.Style     = "font-size: 6pt";
     this.label2.Text      = "受注番号1";
     this.label2.Top       = 0.3574803F;
     this.label2.Width     = 1.016142F;
     //
     // label10
     //
     this.label10.Height    = 0.09370076F;
     this.label10.HyperLink = null;
     this.label10.Left      = 8.364962F;
     this.label10.Name      = "label10";
     this.label10.Style     = "font-size: 6pt";
     this.label10.Text      = "受注番号2";
     this.label10.Top       = 0.4720473F;
     this.label10.Width     = 1.016142F;
     //
     // tb_torihikisaki_cd
     //
     this.tb_torihikisaki_cd.Height = 0.09370083F;
     this.tb_torihikisaki_cd.Left   = 9.381105F;
     this.tb_torihikisaki_cd.Name   = "tb_torihikisaki_cd";
     this.tb_torihikisaki_cd.Style  = "font-size: 8.25pt; text-align: left";
     this.tb_torihikisaki_cd.Text   = null;
     this.tb_torihikisaki_cd.Top    = 0.2432168F;
     this.tb_torihikisaki_cd.Width  = 1.447639F;
     //
     // tb_juchu_cd1
     //
     this.tb_juchu_cd1.Height = 0.09370083F;
     this.tb_juchu_cd1.Left   = 9.387403F;
     this.tb_juchu_cd1.Name   = "tb_juchu_cd1";
     this.tb_juchu_cd1.Style  = "font-size: 8.25pt; text-align: left";
     this.tb_juchu_cd1.Text   = null;
     this.tb_juchu_cd1.Top    = 0.3574803F;
     this.tb_juchu_cd1.Width  = 1.447636F;
     //
     // tb_juchu_cd2
     //
     this.tb_juchu_cd2.Height = 0.09370083F;
     this.tb_juchu_cd2.Left   = 9.381103F;
     this.tb_juchu_cd2.Name   = "tb_juchu_cd2";
     this.tb_juchu_cd2.Style  = "font-size: 8.25pt; text-align: left";
     this.tb_juchu_cd2.Text   = null;
     this.tb_juchu_cd2.Top    = 0.4720473F;
     this.tb_juchu_cd2.Width  = 1.447639F;
     //
     // line2
     //
     this.line2.Height     = 0F;
     this.line2.Left       = 0F;
     this.line2.LineWeight = 1F;
     this.line2.Name       = "line2";
     this.line2.Top        = 0.9582677F;
     this.line2.Width      = 10.85433F;
     this.line2.X1         = 0F;
     this.line2.X2         = 10.85433F;
     this.line2.Y1         = 0.9582677F;
     this.line2.Y2         = 0.9582677F;
     //
     // label1
     //
     this.label1.Height    = 0.09370076F;
     this.label1.HyperLink = null;
     this.label1.Left      = 4.69252F;
     this.label1.Name      = "label1";
     this.label1.Style     = "font-size: 6pt; text-align: right";
     this.label1.Text      = "指定ロット在庫数";
     this.label1.Top       = 0.8051181F;
     this.label1.Width     = 0.9535432F;
     //
     // label3
     //
     this.label3.Height    = 0.09370076F;
     this.label3.HyperLink = null;
     this.label3.Left      = 6.589371F;
     this.label3.Name      = "label3";
     this.label3.Style     = "font-size: 6pt; text-align: right";
     this.label3.Text      = "その他在庫数";
     this.label3.Top       = 0.8051181F;
     this.label3.Width     = 0.9641731F;
     //
     // label7
     //
     this.label7.Height    = 0.09370076F;
     this.label7.HyperLink = null;
     this.label7.Left      = 7.553544F;
     this.label7.Name      = "label7";
     this.label7.Style     = "font-size: 6pt; text-align: right";
     this.label7.Text      = "トータル在庫数";
     this.label7.Top       = 0.8051181F;
     this.label7.Width     = 0.901181F;
     //
     // label9
     //
     this.label9.Height    = 0.09370076F;
     this.label9.HyperLink = null;
     this.label9.Left      = 8.454725F;
     this.label9.Name      = "label9";
     this.label9.Style     = "font-size: 6pt; text-align: right";
     this.label9.Text      = "必要数";
     this.label9.Top       = 0.8051181F;
     this.label9.Width     = 0.932677F;
     //
     // label16
     //
     this.label16.Height    = 0.09370076F;
     this.label16.HyperLink = null;
     this.label16.Left      = 9.387403F;
     this.label16.Name      = "label16";
     this.label16.Style     = "font-size: 6pt; text-align: right";
     this.label16.Text      = "差異";
     this.label16.Top       = 0.8051181F;
     this.label16.Width     = 0.9433067F;
     //
     // label12
     //
     this.label12.Height    = 0.1251969F;
     this.label12.HyperLink = null;
     this.label12.Left      = 4.47441F;
     this.label12.Name      = "label12";
     this.label12.Style     = "font-size: 6pt; text-align: left; vertical-align: middle; ddo-char-set: 1";
     this.label12.Text      = "生産したい台数";
     this.label12.Top       = 0.3574803F;
     this.label12.Width     = 0.8748032F;
     //
     // tb_seisansitai_daisu
     //
     this.tb_seisansitai_daisu.Height = 0.1251969F;
     this.tb_seisansitai_daisu.Left   = 5.349213F;
     this.tb_seisansitai_daisu.Name   = "tb_seisansitai_daisu";
     this.tb_seisansitai_daisu.Style  = "font-size: 8.25pt; text-align: left";
     this.tb_seisansitai_daisu.Text   = null;
     this.tb_seisansitai_daisu.Top    = 0.3574803F;
     this.tb_seisansitai_daisu.Width  = 0.9996061F;
     //
     // label17
     //
     this.label17.Height    = 0.09370076F;
     this.label17.HyperLink = null;
     this.label17.Left      = 8.364962F;
     this.label17.Name      = "label17";
     this.label17.Style     = "font-size: 6pt";
     this.label17.Text      = "受注台数";
     this.label17.Top       = 0.5885827F;
     this.label17.Width     = 1.016142F;
     //
     // tb_juchu_su
     //
     this.tb_juchu_su.Height = 0.09370083F;
     this.tb_juchu_su.Left   = 9.387403F;
     this.tb_juchu_su.Name   = "tb_juchu_su";
     this.tb_juchu_su.Style  = "font-size: 8.25pt; text-align: left";
     this.tb_juchu_su.Text   = null;
     this.tb_juchu_su.Top    = 0.5885827F;
     this.tb_juchu_su.Width  = 1.447639F;
     //
     // detail
     //
     this.detail.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
         this.textBox3,
         this.textBox1,
         this.textBox2,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox8,
         this.textBox9,
         this.textBox10
     });
     this.detail.Height = 0.1875F;
     this.detail.Name   = "detail";
     //
     // textBox3
     //
     this.textBox3.DataField    = "buhin_cd";
     this.textBox3.Height       = 0.146063F;
     this.textBox3.Left         = 0F;
     this.textBox3.Name         = "textBox3";
     this.textBox3.OutputFormat = resources.GetString("textBox3.OutputFormat");
     this.textBox3.Style        = "font-size: 8.25pt; text-align: left";
     this.textBox3.Text         = null;
     this.textBox3.Top          = 0F;
     this.textBox3.Width        = 1.151575F;
     //
     // textBox1
     //
     this.textBox1.DataField    = "buhin_name";
     this.textBox1.Height       = 0.146063F;
     this.textBox1.Left         = 1.151575F;
     this.textBox1.Name         = "textBox1";
     this.textBox1.OutputFormat = resources.GetString("textBox1.OutputFormat");
     this.textBox1.Style        = "font-size: 8.25pt; text-align: left";
     this.textBox1.Text         = null;
     this.textBox1.Top          = 0F;
     this.textBox1.Width        = 2.040158F;
     //
     // textBox2
     //
     this.textBox2.DataField    = "siyou_su";
     this.textBox2.Height       = 0.146063F;
     this.textBox2.Left         = 3.191732F;
     this.textBox2.Name         = "textBox2";
     this.textBox2.OutputFormat = resources.GetString("textBox2.OutputFormat");
     this.textBox2.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox2.Text         = null;
     this.textBox2.Top          = 0F;
     this.textBox2.Width        = 0.5681107F;
     //
     // textBox4
     //
     this.textBox4.DataField    = "free_zaiko_su";
     this.textBox4.Height       = 0.146063F;
     this.textBox4.Left         = 3.759843F;
     this.textBox4.Name         = "textBox4";
     this.textBox4.OutputFormat = resources.GetString("textBox4.OutputFormat");
     this.textBox4.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox4.Text         = null;
     this.textBox4.Top          = 0F;
     this.textBox4.Width        = 0.9326775F;
     //
     // textBox5
     //
     this.textBox5.DataField    = "sitei_lot_zaiko_su";
     this.textBox5.Height       = 0.146063F;
     this.textBox5.Left         = 4.713386F;
     this.textBox5.Name         = "textBox5";
     this.textBox5.OutputFormat = resources.GetString("textBox5.OutputFormat");
     this.textBox5.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox5.Text         = null;
     this.textBox5.Top          = 0F;
     this.textBox5.Width        = 0.9326778F;
     //
     // textBox6
     //
     this.textBox6.DataField    = "lot_zaiko_su";
     this.textBox6.Height       = 0.146063F;
     this.textBox6.Left         = 5.646063F;
     this.textBox6.Name         = "textBox6";
     this.textBox6.OutputFormat = resources.GetString("textBox6.OutputFormat");
     this.textBox6.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox6.Text         = null;
     this.textBox6.Top          = 0F;
     this.textBox6.Width        = 0.9326778F;
     //
     // textBox7
     //
     this.textBox7.DataField    = "sonota_zaiko_su";
     this.textBox7.Height       = 0.146063F;
     this.textBox7.Left         = 6.589371F;
     this.textBox7.Name         = "textBox7";
     this.textBox7.OutputFormat = resources.GetString("textBox7.OutputFormat");
     this.textBox7.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox7.Text         = null;
     this.textBox7.Top          = 0F;
     this.textBox7.Width        = 0.9326778F;
     //
     // textBox8
     //
     this.textBox8.DataField    = "ttl_zaiko_su";
     this.textBox8.Height       = 0.146063F;
     this.textBox8.Left         = 7.522048F;
     this.textBox8.Name         = "textBox8";
     this.textBox8.OutputFormat = resources.GetString("textBox8.OutputFormat");
     this.textBox8.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox8.Text         = null;
     this.textBox8.Top          = 0F;
     this.textBox8.Width        = 0.9326778F;
     //
     // textBox9
     //
     this.textBox9.DataField    = "hituyou_su";
     this.textBox9.Height       = 0.146063F;
     this.textBox9.Left         = 8.454725F;
     this.textBox9.Name         = "textBox9";
     this.textBox9.OutputFormat = resources.GetString("textBox9.OutputFormat");
     this.textBox9.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox9.Text         = null;
     this.textBox9.Top          = 0F;
     this.textBox9.Width        = 0.9326778F;
     //
     // textBox10
     //
     this.textBox10.DataField    = "sa";
     this.textBox10.Height       = 0.146063F;
     this.textBox10.Left         = 9.398032F;
     this.textBox10.Name         = "textBox10";
     this.textBox10.OutputFormat = resources.GetString("textBox10.OutputFormat");
     this.textBox10.Style        = "font-size: 8.25pt; text-align: right";
     this.textBox10.Text         = null;
     this.textBox10.Top          = 0F;
     this.textBox10.Width        = 0.9326778F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
         this.reportInfo1
     });
     this.pageFooter.Name = "pageFooter";
     //
     // reportInfo1
     //
     this.reportInfo1.FormatString = "{PageNumber} / {PageCount} ページ";
     this.reportInfo1.Height       = 0.1979167F;
     this.reportInfo1.Left         = 4.326862F;
     this.reportInfo1.Name         = "reportInfo1";
     this.reportInfo1.Style        = "font-size: 8.25pt; text-align: center";
     this.reportInfo1.Top          = 0.02604163F;
     this.reportInfo1.Width        = 2.489584F;
     //
     // tb_bikou
     //
     this.tb_bikou.Height    = 0.1232284F;
     this.tb_bikou.HyperLink = null;
     this.tb_bikou.Left      = 0.8125985F;
     this.tb_bikou.Name      = "tb_bikou";
     this.tb_bikou.Style     = "font-size: 8.25pt; text-align: left; vertical-align: middle";
     this.tb_bikou.Text      = "";
     this.tb_bikou.Top       = 0.5590551F;
     this.tb_bikou.Width     = 3.164961F;
     //
     // label18
     //
     this.label18.Height    = 0.1232284F;
     this.label18.HyperLink = null;
     this.label18.Left      = 0.08346462F;
     this.label18.Name      = "label18";
     this.label18.Style     = "font-size: 6pt; text-align: left; vertical-align: middle; ddo-char-set: 1";
     this.label18.Text      = "備考";
     this.label18.Top       = 0.5590551F;
     this.label18.Width     = 0.7291338F;
     //
     // rpt_seihin_buhin_zaiko
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 10.86206F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.pageFooter);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-style: normal; text-decoration: none; font-weight: normal; font-size: 10pt; " +
                                                     "color: Black; font-family: \"MS UI Gothic\"; ddo-char-set: 128", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold; font-family: \"MS UI Gothic\"; ddo-char-set: 12" +
                                                     "8", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 14pt; font-weight: bold; font-style: inherit; font-family: \"MS UI Goth" +
                                                     "ic\"; ddo-char-set: 128", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold; ddo-char-set: 128", "Heading3", "Normal"));
     this.ReportStart += new System.EventHandler(this.rpt_seihin_buhin_zaiko_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.tb_seihin_cd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_today)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_seihin_name)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_torihikisaki_cd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_juchu_cd1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_juchu_cd2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_seisansitai_daisu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_juchu_su)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_bikou)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmFProdutosVinculacao));
     this.m_gbFrame         = new System.Windows.Forms.GroupBox();
     this.m_btCancelar      = new System.Windows.Forms.Button();
     this.m_gbFields        = new System.Windows.Forms.GroupBox();
     this.m_treeVProdutos   = new mdlComponentesGraficos.TreeView();
     this.m_chbxMostrar     = new System.Windows.Forms.CheckBox();
     this.m_btProdutosGeral = new System.Windows.Forms.Button();
     this.m_btOk            = new System.Windows.Forms.Button();
     this.btTrocarCor       = new System.Windows.Forms.Button();
     this.m_ttVinculacao    = new System.Windows.Forms.ToolTip(this.components);
     this.m_gbFrame.SuspendLayout();
     this.m_gbFields.SuspendLayout();
     this.SuspendLayout();
     //
     // m_gbFrame
     //
     this.m_gbFrame.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.m_gbFrame.Controls.Add(this.m_btCancelar);
     this.m_gbFrame.Controls.Add(this.m_gbFields);
     this.m_gbFrame.Controls.Add(this.m_btProdutosGeral);
     this.m_gbFrame.Controls.Add(this.m_btOk);
     this.m_gbFrame.Controls.Add(this.btTrocarCor);
     this.m_gbFrame.Location = new System.Drawing.Point(2, 0);
     this.m_gbFrame.Name     = "m_gbFrame";
     this.m_gbFrame.Size     = new System.Drawing.Size(362, 270);
     this.m_gbFrame.TabIndex = 0;
     this.m_gbFrame.TabStop  = false;
     //
     // m_btCancelar
     //
     this.m_btCancelar.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btCancelar.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btCancelar.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btCancelar.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btCancelar.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btCancelar.Image       = ((System.Drawing.Image)(resources.GetObject("m_btCancelar.Image")));
     this.m_btCancelar.Location    = new System.Drawing.Point(217, 239);
     this.m_btCancelar.Name        = "m_btCancelar";
     this.m_btCancelar.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btCancelar.Size        = new System.Drawing.Size(57, 25);
     this.m_btCancelar.TabIndex    = 34;
     this.m_ttVinculacao.SetToolTip(this.m_btCancelar, "Cancelar");
     this.m_btCancelar.Click += new System.EventHandler(this.m_btCancelar_Click);
     //
     // m_gbFields
     //
     this.m_gbFields.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.m_gbFields.Controls.Add(this.m_treeVProdutos);
     this.m_gbFields.Controls.Add(this.m_chbxMostrar);
     this.m_gbFields.Font     = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_gbFields.Location = new System.Drawing.Point(8, 8);
     this.m_gbFields.Name     = "m_gbFields";
     this.m_gbFields.Size     = new System.Drawing.Size(345, 226);
     this.m_gbFields.TabIndex = 0;
     this.m_gbFields.TabStop  = false;
     this.m_gbFields.Text     = "Produtos";
     //
     // m_treeVProdutos
     //
     this.m_treeVProdutos.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.m_treeVProdutos.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_treeVProdutos.ImageIndex         = -1;
     this.m_treeVProdutos.Location           = new System.Drawing.Point(8, 15);
     this.m_treeVProdutos.Name               = "m_treeVProdutos";
     this.m_treeVProdutos.SelectedImageIndex = -1;
     this.m_treeVProdutos.Size               = new System.Drawing.Size(328, 188);
     this.m_treeVProdutos.TabIndex           = 0;
     this.m_treeVProdutos.DoubleClick       += new System.EventHandler(this.m_treeVProdutos_DoubleClick);
     //
     // m_chbxMostrar
     //
     this.m_chbxMostrar.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_chbxMostrar.Location        = new System.Drawing.Point(8, 205);
     this.m_chbxMostrar.Name            = "m_chbxMostrar";
     this.m_chbxMostrar.Size            = new System.Drawing.Size(329, 19);
     this.m_chbxMostrar.TabIndex        = 2;
     this.m_chbxMostrar.Text            = "Mostrar apenas os produtos sem classificação tarifária";
     this.m_chbxMostrar.CheckedChanged += new System.EventHandler(this.m_chbxMostrar_CheckedChanged);
     //
     // m_btProdutosGeral
     //
     this.m_btProdutosGeral.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btProdutosGeral.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btProdutosGeral.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btProdutosGeral.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btProdutosGeral.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btProdutosGeral.Image       = ((System.Drawing.Image)(resources.GetObject("m_btProdutosGeral.Image")));
     this.m_btProdutosGeral.Location    = new System.Drawing.Point(153, 239);
     this.m_btProdutosGeral.Name        = "m_btProdutosGeral";
     this.m_btProdutosGeral.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btProdutosGeral.Size        = new System.Drawing.Size(57, 25);
     this.m_btProdutosGeral.TabIndex    = 33;
     this.m_ttVinculacao.SetToolTip(this.m_btProdutosGeral, "Vincular NCM/NALADI");
     this.m_btProdutosGeral.Click += new System.EventHandler(this.m_btProdutosGeral_Click);
     //
     // m_btOk
     //
     this.m_btOk.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btOk.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btOk.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btOk.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btOk.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btOk.Image       = ((System.Drawing.Image)(resources.GetObject("m_btOk.Image")));
     this.m_btOk.Location    = new System.Drawing.Point(89, 239);
     this.m_btOk.Name        = "m_btOk";
     this.m_btOk.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btOk.Size        = new System.Drawing.Size(57, 25);
     this.m_btOk.TabIndex    = 32;
     this.m_ttVinculacao.SetToolTip(this.m_btOk, "Confirmar");
     this.m_btOk.Click += new System.EventHandler(this.m_btOk_Click);
     //
     // btTrocarCor
     //
     this.btTrocarCor.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(64)), ((System.Byte)(0)));
     this.btTrocarCor.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btTrocarCor.Location  = new System.Drawing.Point(4, 10);
     this.btTrocarCor.Name      = "btTrocarCor";
     this.btTrocarCor.Size      = new System.Drawing.Size(4, 4);
     this.btTrocarCor.TabIndex  = 31;
     this.m_ttVinculacao.SetToolTip(this.btTrocarCor, "Cor");
     this.btTrocarCor.Click += new System.EventHandler(this.m_btTrocarCor_Click);
     //
     // m_ttVinculacao
     //
     this.m_ttVinculacao.AutomaticDelay = 100;
     this.m_ttVinculacao.AutoPopDelay   = 5000;
     this.m_ttVinculacao.InitialDelay   = 100;
     this.m_ttVinculacao.ReshowDelay    = 20;
     //
     // frmFProdutosVinculacao
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(366, 272);
     this.Controls.Add(this.m_gbFrame);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmFProdutosVinculacao";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Código de Classificação Tarifária";
     this.Load           += new System.EventHandler(this.frmFProdutosVinculacao_Load);
     this.m_gbFrame.ResumeLayout(false);
     this.m_gbFields.ResumeLayout(false);
     this.ResumeLayout(false);
 }