Example #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);
 }
Example #2
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);
 }
Example #3
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(DummyDerivedForm));
			//
			// DummyDerivedForm
			//
			this.AutoScaleMode = AutoScaleMode.Font;
			this.AccessibleDescription = ((string)(resources.GetObject("$this.AccessibleDescription")));
			this.AccessibleName = ((string)(resources.GetObject("$this.AccessibleName")));
			this.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("$this.Anchor")));
			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.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("$this.Dock")));
			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 = "DummyDerivedForm";
			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.Visible = ((bool)(resources.GetObject("$this.Visible")));

		}
Example #4
0
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CustomTrackBar));
            this.pbCursor = new System.Windows.Forms.PictureBox();
            this.SuspendLayout();
            // 
            // pbCursor
            // 
            this.pbCursor.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.pbCursor.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbCursor.BackgroundImage")));
            this.pbCursor.Location = new System.Drawing.Point(0, 0);
            this.pbCursor.Name = "pbCursor";
            this.pbCursor.Size = new System.Drawing.Size(12, 13);
            this.pbCursor.TabIndex = 0;
            this.pbCursor.TabStop = false;
            this.pbCursor.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pbCursor_MouseUp);
            this.pbCursor.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbCursor_MouseMove);
            this.pbCursor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbCursor_MouseDown);
            // 
            // CustomTrackBar
            // 
            this.BackColor = System.Drawing.SystemColors.Control;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.Controls.Add(this.pbCursor);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.Name = "CustomTrackBar";
            this.Size = new System.Drawing.Size(74, 14);
            this.ResumeLayout(false);

        }
Example #5
0
		static void Main () {
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ResourceTest));
			img = Image.FromFile ("resources.bmp");
			img_res = ((System.Drawing.Image)(resources.GetObject("resources.bmp")));
			ico = new Icon ("resources.ico");
			ico_res = ((System.Drawing.Icon)(resources.GetObject("resources.ico")));
			Application.Run(new ResourceTest ());
		}
Example #6
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( EncodingError ) );
     this.txLog = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // txLog
     //
     this.txLog.AccessibleDescription = resources.GetString( "txLog.AccessibleDescription" );
     this.txLog.AccessibleName = resources.GetString( "txLog.AccessibleName" );
     this.txLog.Anchor = ((System.Windows.Forms.AnchorStyles) (resources.GetObject( "txLog.Anchor" )));
     this.txLog.AutoSize = ((bool) (resources.GetObject( "txLog.AutoSize" )));
     this.txLog.BackgroundImage = ((System.Drawing.Image) (resources.GetObject( "txLog.BackgroundImage" )));
     this.txLog.Dock = ((System.Windows.Forms.DockStyle) (resources.GetObject( "txLog.Dock" )));
     this.txLog.Enabled = ((bool) (resources.GetObject( "txLog.Enabled" )));
     this.txLog.Font = ((System.Drawing.Font) (resources.GetObject( "txLog.Font" )));
     this.txLog.ImeMode = ((System.Windows.Forms.ImeMode) (resources.GetObject( "txLog.ImeMode" )));
     this.txLog.Location = ((System.Drawing.Point) (resources.GetObject( "txLog.Location" )));
     this.txLog.MaxLength = ((int) (resources.GetObject( "txLog.MaxLength" )));
     this.txLog.Multiline = ((bool) (resources.GetObject( "txLog.Multiline" )));
     this.txLog.Name = "txLog";
     this.txLog.PasswordChar = ((char) (resources.GetObject( "txLog.PasswordChar" )));
     this.txLog.ReadOnly = true;
     this.txLog.RightToLeft = ((System.Windows.Forms.RightToLeft) (resources.GetObject( "txLog.RightToLeft" )));
     this.txLog.ScrollBars = ((System.Windows.Forms.ScrollBars) (resources.GetObject( "txLog.ScrollBars" )));
     this.txLog.Size = ((System.Drawing.Size) (resources.GetObject( "txLog.Size" )));
     this.txLog.TabIndex = ((int) (resources.GetObject( "txLog.TabIndex" )));
     this.txLog.Text = resources.GetString( "txLog.Text" );
     this.txLog.TextAlign = ((System.Windows.Forms.HorizontalAlignment) (resources.GetObject( "txLog.TextAlign" )));
     this.txLog.Visible = ((bool) (resources.GetObject( "txLog.Visible" )));
     this.txLog.WordWrap = ((bool) (resources.GetObject( "txLog.WordWrap" )));
     //
     // EncodingError
     //
     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.txLog );
     this.Enabled = ((bool) (resources.GetObject( "$this.Enabled" )));
     this.Font = ((System.Drawing.Font) (resources.GetObject( "$this.Font" )));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     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 = "EncodingError";
     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.ResumeLayout( false );
 }
		private void InitializeComponent() {
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProjectExplorer));
			this.tvwProject = new System.Windows.Forms.TreeView();
			this.panel1 = new System.Windows.Forms.Panel();
			this.btnRefresh = new System.Windows.Forms.Button();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tvwProject
			// 
			this.tvwProject.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tvwProject.HideSelection = false;
			this.tvwProject.ImageIndex = -1;
			this.tvwProject.Location = new System.Drawing.Point(0, 0);
			this.tvwProject.Name = "tvwProject";
			this.tvwProject.SelectedImageIndex = -1;
			this.tvwProject.Size = new System.Drawing.Size(292, 266);
			this.tvwProject.TabIndex = 26;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.btnRefresh);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(292, 24);
			this.panel1.TabIndex = 27;
			this.panel1.Visible = false;
			// 
			// btnRefresh
			// 
			this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
			this.btnRefresh.Location = new System.Drawing.Point(0, 0);
			this.btnRefresh.Name = "btnRefresh";
			this.btnRefresh.Size = new System.Drawing.Size(24, 23);
			this.btnRefresh.TabIndex = 0;
			// 
			// ProjectExplorer
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(292, 266);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.tvwProject);
			this.HideOnClose = true;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "ProjectExplorer";
			this.Text = "Project Explorer";
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 public DataGridRadioColumn()
 {
     try
     {
         _arrGroupColumn = new ArrayList();
         System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DataGridRadioColumn));
         this._RadioChecked  = new Bitmap((((System.Drawing.Image)(resources.GetObject("RadioChecked.Image")))));
         this._RadioNoChecked  = new Bitmap((((System.Drawing.Image)(resources.GetObject("RadioNoChecked.Image")))));
     }
     catch(Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Example #9
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);

		}
Example #10
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);
            }
        }
Example #11
0
        public ThreeStateButton(IContainer container)
        {
            container.Add(this);

            InitializeComponent();
            this.MinimumSize = new Size(15, 15);
            this.MaximumSize = new Size(15, 15);
            System.Resources.ResourceManager rm = new System.Resources.ResourceManager(this.GetType());
            redImg = (Bitmap)rm.GetObject("red");
            greenImg = (Bitmap)rm.GetObject("green");
            yellowImg = (Bitmap)rm.GetObject("yellow");
            //redImg = new Bitmap("red.bmp");
            //greenImg = new Bitmap("green.bmp");
            //yellowImg = new Bitmap("yellow.bmp");
            SetColor();
        }
Example #12
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);
 }
Example #13
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);
        }
        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();
			}
        }
		/// <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);

		}
Example #16
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);

			}
Example #17
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);

		}
Example #18
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;
 }
		/// <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);

		}
		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();
		}
		/// <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);

		}
Example #22
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])));
 }
		/// <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(PropertiesWindow));
			this.propertyGrid = new System.Windows.Forms.PropertyGrid();
			this.SuspendLayout();
			// 
			// propertyGrid
			// 
			this.propertyGrid.CommandsVisibleIfAvailable = true;
			this.propertyGrid.Cursor = System.Windows.Forms.Cursors.HSplit;
			this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyGrid.LargeButtons = false;
			this.propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
			this.propertyGrid.Location = new System.Drawing.Point(0, 0);
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.Size = new System.Drawing.Size(292, 266);
			this.propertyGrid.TabIndex = 14;
			this.propertyGrid.Text = "propertyGrid1";
			this.propertyGrid.ViewBackColor = System.Drawing.SystemColors.Window;
			this.propertyGrid.ViewForeColor = System.Drawing.SystemColors.WindowText;
			// 
			// PropertiesWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(292, 266);
			this.Controls.Add(this.propertyGrid);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "PropertiesWindow";
			this.Text = "Properties";
			this.ResumeLayout(false);

		}
Example #24
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(ucPlayer6));
            this.WMP6 = new AxMediaPlayer.AxMediaPlayer();
            ((System.ComponentModel.ISupportInitialize)(this.WMP6)).BeginInit();
            this.SuspendLayout();
            //
            // WMP6
            //
            this.WMP6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.WMP6.Location = new System.Drawing.Point(0, 0);
            this.WMP6.Name = "WMP6";
            this.WMP6.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("WMP6.OcxState")));
            this.WMP6.Size = new System.Drawing.Size(456, 376);
            this.WMP6.TabIndex = 1;

            //
            // ucPlayer6
            //
            this.Controls.Add(this.WMP6);
            this.Name = "ucPlayer6";
            this.Size = new System.Drawing.Size(456, 376);
            ((System.ComponentModel.ISupportInitialize)(this.WMP6)).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(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);

    }
Example #26
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(PopUpForm));
			this.imgList = new System.Windows.Forms.ImageList(this.components);
			// 
			// imgList
			// 
			this.imgList.ImageSize = new System.Drawing.Size(13, 13);
			this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
			this.imgList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// PopUpForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackColor = System.Drawing.Color.AliceBlue;
			this.ClientSize = new System.Drawing.Size(264, 144);
			this.ControlBox = false;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
			this.Name = "PopUpForm";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
			this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PopUpForm_MouseDown);
			this.Load += new System.EventHandler(this.PopUpForm_Load);
			this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PopUpForm_MouseUp);
			this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PopUpForm_MouseMove);
			this.MouseLeave += new System.EventHandler(this.PopUpForm_MouseLeave);

		}
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MasterPanelTrusteeGroup));
			this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
			//
			//lstVwTrustees
			//
			this.lstVwTrustees.Name = "lstVwTrustees";
			//
			//lblFuncao
			//
			this.lblFuncao.Name = "lblFuncao";
			this.lblFuncao.Text = "Grupos de utilizadores";
			//
			//ToolBar
			//
			this.ToolBar.ImageList = this.ImageList1;
			this.ToolBar.Name = "ToolBar";
			//
			//ImageList1
			//
			this.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
			this.ImageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.ImageList1.ImageStream = (System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList1.ImageStream"));
			this.ImageList1.TransparentColor = System.Drawing.Color.Fuchsia;
			//
			//MasterPanelTrusteeGroup
			//
			this.Name = "MasterPanelTrusteeGroup";

		}
Example #28
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(MapFilesForm));
			this.pBar = new System.Windows.Forms.ProgressBar();
			this.SuspendLayout();
			// 
			// pBar
			// 
			this.pBar.Location = new System.Drawing.Point(8, 8);
			this.pBar.Name = "pBar";
			this.pBar.Size = new System.Drawing.Size(440, 23);
			this.pBar.TabIndex = 0;
			// 
			// MapFilesForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(456, 37);
			this.ControlBox = false;
			this.Controls.Add(this.pBar);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "MapFilesForm";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Load += new System.EventHandler(this.MapFilesForm_Load);
			this.ResumeLayout(false);

		}
Example #29
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(frmSplash));
     this.tmrClose = new System.Windows.Forms.Timer(this.components);
     this.picSplash = new System.Windows.Forms.PictureBox();
     this.lblCopyright = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // tmrClose
     //
     this.tmrClose.Enabled = true;
     this.tmrClose.Interval = 2500;
     this.tmrClose.Tick += new System.EventHandler(this.tmrClose_Tick);
     //
     // picSplash
     //
     this.picSplash.Image = ((System.Drawing.Image)(resources.GetObject("picSplash.Image")));
     this.picSplash.Location = new System.Drawing.Point(0, 0);
     this.picSplash.Name = "picSplash";
     this.picSplash.Size = new System.Drawing.Size(448, 200);
     this.picSplash.TabIndex = 0;
     this.picSplash.TabStop = false;
     //
     // lblCopyright
     //
     this.lblCopyright.BackColor = System.Drawing.SystemColors.Window;
     this.lblCopyright.Location = new System.Drawing.Point(232, 168);
     this.lblCopyright.Name = "lblCopyright";
     this.lblCopyright.Size = new System.Drawing.Size(208, 24);
     this.lblCopyright.TabIndex = 2;
     this.lblCopyright.Text = "Kostas Stroggylos 2003-2004";
     this.lblCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(161)));
     this.label1.Location = new System.Drawing.Point(144, 96);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(296, 23);
     this.label1.TabIndex = 6;
     this.label1.Text = "A.U.E.B. Distributed Web Crawling Project";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmSplash
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(448, 200);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblCopyright);
     this.Controls.Add(this.picSplash);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmSplash";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmSplash";
     this.ResumeLayout(false);
 }
Example #30
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(ResultsForm));
#if !__MonoCS__
			this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
			this.SuspendLayout();
			// 
			// axWebBrowser1
			// 
			this.axWebBrowser1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			this.axWebBrowser1.Enabled = true;
			this.axWebBrowser1.Location = new System.Drawing.Point(8, 8);
			this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
			this.axWebBrowser1.Size = new System.Drawing.Size(352, 272);
			this.axWebBrowser1.TabIndex = 1;
			// 
			// ResultsForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(368, 286);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.axWebBrowser1});
			this.Name = "ResultsForm";
			this.Text = "ResultsForm";
			this.Load += new System.EventHandler(this.ResultsForm_Load);
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
			this.ResumeLayout(false);
#endif

		}
Example #31
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(DummyPersistedFormWinDef));
     this.m_persistence = new SIL.FieldWorks.Common.Controls.Persistence(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.m_persistence)).BeginInit();
     //
     // m_persistence
     //
     this.m_persistence.Parent = this;
     //
     // DummyPersistedFormWinDef
     //
     this.AutoScaleMode         = AutoScaleMode.Font;
     this.AccessibleDescription = ((string)(resources.GetObject("$this.AccessibleDescription")));
     this.AccessibleName        = ((string)(resources.GetObject("$this.AccessibleName")));
     this.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("$this.Anchor")));
     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.Dock          = ((System.Windows.Forms.DockStyle)(resources.GetObject("$this.Dock")));
     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          = "DummyPersistedFormWinDef";
     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.Visible       = ((bool)(resources.GetObject("$this.Visible")));
     ((System.ComponentModel.ISupportInitialize)(this.m_persistence)).EndInit();
 }
Example #32
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.drawArea            = new Q_Modeler.DrawArea();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.mainMenu1           = new System.Windows.Forms.MainMenu();
     this.menuItem1           = new System.Windows.Forms.MenuItem();
     this.menuFileNew         = new System.Windows.Forms.MenuItem();
     this.menuFileOpen        = new System.Windows.Forms.MenuItem();
     this.menuFileSave        = new System.Windows.Forms.MenuItem();
     this.menuFileSaveAs      = new System.Windows.Forms.MenuItem();
     this.menuItem27          = new System.Windows.Forms.MenuItem();
     this.menuFileRecentFiles = new System.Windows.Forms.MenuItem();
     this.menuItem3           = new System.Windows.Forms.MenuItem();
     this.menuItem8           = new System.Windows.Forms.MenuItem();
     this.menuFileExportCSV   = new System.Windows.Forms.MenuItem();
     this.menuItem6           = new System.Windows.Forms.MenuItem();
     this.menuFileExit        = new System.Windows.Forms.MenuItem();
     this.menuItem7           = new System.Windows.Forms.MenuItem();
     this.menuEditSelectAll   = new System.Windows.Forms.MenuItem();
     this.menuEditUnselectAll = new System.Windows.Forms.MenuItem();
     this.menuEditDelete      = new System.Windows.Forms.MenuItem();
     this.menuEditDeleteAll   = new System.Windows.Forms.MenuItem();
     this.menuItem26          = new System.Windows.Forms.MenuItem();
     this.menuEditMoveToFront = new System.Windows.Forms.MenuItem();
     this.menuEditMoveToBack  = new System.Windows.Forms.MenuItem();
     this.menuItem2           = new System.Windows.Forms.MenuItem();
     this.menuEditProperties  = new System.Windows.Forms.MenuItem();
     this.menuItem4           = new System.Windows.Forms.MenuItem();
     this.menuItem5           = new System.Windows.Forms.MenuItem();
     this.menuViewGridOff     = new System.Windows.Forms.MenuItem();
     this.menuViewGrid5pt     = new System.Windows.Forms.MenuItem();
     this.menuViewGrid10pt    = new System.Windows.Forms.MenuItem();
     this.menuViewGrid15pt    = new System.Windows.Forms.MenuItem();
     this.menuViewGrid20pt    = new System.Windows.Forms.MenuItem();
     this.menuViewGrid25pt    = new System.Windows.Forms.MenuItem();
     this.menuViewGrid30pt    = new System.Windows.Forms.MenuItem();
     this.menuViewGridFitSize = new System.Windows.Forms.MenuItem();
     this.menuDraw            = new System.Windows.Forms.MenuItem();
     this.menuDrawPointer     = new System.Windows.Forms.MenuItem();
     this.menuDrawHand        = new System.Windows.Forms.MenuItem();
     this.menuItem23          = new System.Windows.Forms.MenuItem();
     this.menuDrawMaster      = new System.Windows.Forms.MenuItem();
     this.menuItem9           = new System.Windows.Forms.MenuItem();
     this.menuDrawBuffer      = new System.Windows.Forms.MenuItem();
     this.menuDrawOperation   = new System.Windows.Forms.MenuItem();
     this.menuDrawResource    = new System.Windows.Forms.MenuItem();
     this.menuDrawCalendar    = new System.Windows.Forms.MenuItem();
     this.menuDrawDemand      = new System.Windows.Forms.MenuItem();
     this.menuDrawConnection  = new System.Windows.Forms.MenuItem();
     this.menuItem24          = new System.Windows.Forms.MenuItem();
     this.menuHelpAbout       = new System.Windows.Forms.MenuItem();
     this.toolBar1            = new System.Windows.Forms.ToolBar();
     this.tbNew          = new System.Windows.Forms.ToolBarButton();
     this.tbOpen         = new System.Windows.Forms.ToolBarButton();
     this.tbSave         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.tbPointer      = new System.Windows.Forms.ToolBarButton();
     this.tbHand         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.tbBuffer       = new System.Windows.Forms.ToolBarButton();
     this.tbOperation    = new System.Windows.Forms.ToolBarButton();
     this.tbResource     = new System.Windows.Forms.ToolBarButton();
     this.tbCalendar     = new System.Windows.Forms.ToolBarButton();
     this.tbDemand       = new System.Windows.Forms.ToolBarButton();
     this.tbConnection   = new System.Windows.Forms.ToolBarButton();
     this.tbMaster       = new System.Windows.Forms.ToolBarButton();
     this.tbAbout        = new System.Windows.Forms.ToolBarButton();
     this.statusBar1     = new System.Windows.Forms.StatusBar();
     this.SuspendLayout();
     //
     // drawArea
     //
     this.drawArea.ActiveTool       = Q_Modeler.DrawArea.DrawToolType.Pointer;
     this.drawArea.DocManager       = null;
     this.drawArea.DrawNetRectangle = false;
     this.drawArea.Location         = new System.Drawing.Point(24, 79);
     this.drawArea.Name             = "drawArea";
     this.drawArea.NetRectangle     = new System.Drawing.Rectangle(0, 0, 0, 0);
     this.drawArea.Owner            = null;
     this.drawArea.Size             = new System.Drawing.Size(272, 107);
     this.drawArea.TabIndex         = 1;
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.White;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem7,
         this.menuItem4,
         this.menuDraw,
         this.menuItem24
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuFileNew,
         this.menuFileOpen,
         this.menuFileSave,
         this.menuFileSaveAs,
         this.menuItem27,
         this.menuFileRecentFiles,
         this.menuItem3,
         this.menuItem8,
         this.menuItem6,
         this.menuFileExit
     });
     this.menuItem1.Text = "File";
     //
     // menuFileNew
     //
     this.menuFileNew.Index  = 0;
     this.menuFileNew.Text   = "New";
     this.menuFileNew.Click += new System.EventHandler(this.menuFileNew_Click);
     //
     // menuFileOpen
     //
     this.menuFileOpen.Index  = 1;
     this.menuFileOpen.Text   = "Open";
     this.menuFileOpen.Click += new System.EventHandler(this.menuFileOpen_Click);
     //
     // menuFileSave
     //
     this.menuFileSave.Index  = 2;
     this.menuFileSave.Text   = "Save";
     this.menuFileSave.Click += new System.EventHandler(this.menuFileSave_Click);
     //
     // menuFileSaveAs
     //
     this.menuFileSaveAs.Index  = 3;
     this.menuFileSaveAs.Text   = "Save As";
     this.menuFileSaveAs.Click += new System.EventHandler(this.menuFileSaveAs_Click);
     //
     // menuItem27
     //
     this.menuItem27.Index = 4;
     this.menuItem27.Text  = "-";
     //
     // menuFileRecentFiles
     //
     this.menuFileRecentFiles.Index = 5;
     this.menuFileRecentFiles.Text  = "Recent Files";
     //
     // menuItem3
     //
     this.menuItem3.Index = 6;
     this.menuItem3.Text  = "-";
     //
     // menuItem8
     //
     this.menuItem8.Index = 7;
     this.menuItem8.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuFileExportCSV
     });
     this.menuItem8.Text = "Export to ...";
     //
     // menuFileExportCSV
     //
     this.menuFileExportCSV.Index  = 0;
     this.menuFileExportCSV.Text   = "Flat FIles (*.dat)";
     this.menuFileExportCSV.Click += new System.EventHandler(this.menuFileExportCSV_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 8;
     this.menuItem6.Text  = "-";
     //
     // menuFileExit
     //
     this.menuFileExit.Index  = 9;
     this.menuFileExit.Text   = "Exit";
     this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 1;
     this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuEditSelectAll,
         this.menuEditUnselectAll,
         this.menuEditDelete,
         this.menuEditDeleteAll,
         this.menuItem26,
         this.menuEditMoveToFront,
         this.menuEditMoveToBack,
         this.menuItem2,
         this.menuEditProperties
     });
     this.menuItem7.Text = "Edit";
     //
     // menuEditSelectAll
     //
     this.menuEditSelectAll.Index  = 0;
     this.menuEditSelectAll.Text   = "Select All";
     this.menuEditSelectAll.Click += new System.EventHandler(this.menuEditSelectAll_Click);
     //
     // menuEditUnselectAll
     //
     this.menuEditUnselectAll.Index  = 1;
     this.menuEditUnselectAll.Text   = "Unselect All";
     this.menuEditUnselectAll.Click += new System.EventHandler(this.menuEditUnselectAll_Click);
     //
     // menuEditDelete
     //
     this.menuEditDelete.Index  = 2;
     this.menuEditDelete.Text   = "Delete";
     this.menuEditDelete.Click += new System.EventHandler(this.menuEditDelete_Click);
     //
     // menuEditDeleteAll
     //
     this.menuEditDeleteAll.Index  = 3;
     this.menuEditDeleteAll.Text   = "Delete All";
     this.menuEditDeleteAll.Click += new System.EventHandler(this.menuEditDeleteAll_Click);
     //
     // menuItem26
     //
     this.menuItem26.Index = 4;
     this.menuItem26.Text  = "-";
     //
     // menuEditMoveToFront
     //
     this.menuEditMoveToFront.Index  = 5;
     this.menuEditMoveToFront.Text   = "Move to Front";
     this.menuEditMoveToFront.Click += new System.EventHandler(this.menuEditMoveToFront_Click);
     //
     // menuEditMoveToBack
     //
     this.menuEditMoveToBack.Index  = 6;
     this.menuEditMoveToBack.Text   = "Move to Back";
     this.menuEditMoveToBack.Click += new System.EventHandler(this.menuEditMoveToBack_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 7;
     this.menuItem2.Text  = "-";
     //
     // menuEditProperties
     //
     this.menuEditProperties.Index  = 8;
     this.menuEditProperties.Text   = "Properties";
     this.menuEditProperties.Click += new System.EventHandler(this.menuEditProperties_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 2;
     this.menuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem5
     });
     this.menuItem4.Text = "View";
     //
     // menuItem5
     //
     this.menuItem5.Index = 0;
     this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuViewGridOff,
         this.menuViewGrid5pt,
         this.menuViewGrid10pt,
         this.menuViewGrid15pt,
         this.menuViewGrid20pt,
         this.menuViewGrid25pt,
         this.menuViewGrid30pt,
         this.menuViewGridFitSize
     });
     this.menuItem5.Text = "Grid";
     //
     // menuViewGridOff
     //
     this.menuViewGridOff.Index  = 0;
     this.menuViewGridOff.Text   = "Off";
     this.menuViewGridOff.Click += new System.EventHandler(this.menuViewGridOff_Click);
     //
     // menuViewGrid5pt
     //
     this.menuViewGrid5pt.Index  = 1;
     this.menuViewGrid5pt.Text   = "5pt";
     this.menuViewGrid5pt.Click += new System.EventHandler(this.menuViewGrid5pt_Click);
     //
     // menuViewGrid10pt
     //
     this.menuViewGrid10pt.Checked = true;
     this.menuViewGrid10pt.Index   = 2;
     this.menuViewGrid10pt.Text    = "10pt";
     this.menuViewGrid10pt.Click  += new System.EventHandler(this.menuViewGrid10pt_Click);
     //
     // menuViewGrid15pt
     //
     this.menuViewGrid15pt.Index  = 3;
     this.menuViewGrid15pt.Text   = "15pt";
     this.menuViewGrid15pt.Click += new System.EventHandler(this.menuViewGrid15pt_Click);
     //
     // menuViewGrid20pt
     //
     this.menuViewGrid20pt.Index  = 4;
     this.menuViewGrid20pt.Text   = "20pt";
     this.menuViewGrid20pt.Click += new System.EventHandler(this.menuViewGrid20pt_Click);
     //
     // menuViewGrid25pt
     //
     this.menuViewGrid25pt.Index  = 5;
     this.menuViewGrid25pt.Text   = "25pt";
     this.menuViewGrid25pt.Click += new System.EventHandler(this.menuViewGrid25pt_Click);
     //
     // menuViewGrid30pt
     //
     this.menuViewGrid30pt.Index  = 6;
     this.menuViewGrid30pt.Text   = "30pt";
     this.menuViewGrid30pt.Click += new System.EventHandler(this.menuViewGrid30pt_Click);
     //
     // menuViewGridFitSize
     //
     this.menuViewGridFitSize.Index  = 7;
     this.menuViewGridFitSize.Text   = "FitSize";
     this.menuViewGridFitSize.Click += new System.EventHandler(this.menuViewGridFitSize_Click);
     //
     // menuDraw
     //
     this.menuDraw.Index = 3;
     this.menuDraw.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuDrawPointer,
         this.menuDrawHand,
         this.menuItem23,
         this.menuDrawMaster,
         this.menuItem9,
         this.menuDrawBuffer,
         this.menuDrawOperation,
         this.menuDrawResource,
         this.menuDrawCalendar,
         this.menuDrawDemand,
         this.menuDrawConnection
     });
     this.menuDraw.Text = "Draw";
     //
     // menuDrawPointer
     //
     this.menuDrawPointer.Index  = 0;
     this.menuDrawPointer.Text   = "Pointer";
     this.menuDrawPointer.Click += new System.EventHandler(this.menuDrawPointer_Click);
     //
     // menuDrawHand
     //
     this.menuDrawHand.Index  = 1;
     this.menuDrawHand.Text   = "Hand";
     this.menuDrawHand.Click += new System.EventHandler(this.menuDrawHand_Click);
     //
     // menuItem23
     //
     this.menuItem23.Index = 2;
     this.menuItem23.Text  = "-";
     //
     // menuDrawMaster
     //
     this.menuDrawMaster.Index  = 3;
     this.menuDrawMaster.Text   = "Master";
     this.menuDrawMaster.Click += new System.EventHandler(this.menuDrawMaster_Click);
     //
     // menuItem9
     //
     this.menuItem9.Index = 4;
     this.menuItem9.Text  = "-";
     //
     // menuDrawBuffer
     //
     this.menuDrawBuffer.Index  = 5;
     this.menuDrawBuffer.Text   = "Buffer";
     this.menuDrawBuffer.Click += new System.EventHandler(this.menuDrawBuffer_Click);
     //
     // menuDrawOperation
     //
     this.menuDrawOperation.Index  = 6;
     this.menuDrawOperation.Text   = "Operation";
     this.menuDrawOperation.Click += new System.EventHandler(this.menuDrawOperation_Click);
     //
     // menuDrawResource
     //
     this.menuDrawResource.Index  = 7;
     this.menuDrawResource.Text   = "Resource";
     this.menuDrawResource.Click += new System.EventHandler(this.menuDrawResource_Click);
     //
     // menuDrawCalendar
     //
     this.menuDrawCalendar.Index  = 8;
     this.menuDrawCalendar.Text   = "Calendar";
     this.menuDrawCalendar.Click += new System.EventHandler(this.menuDrawCalendar_Click);
     //
     // menuDrawDemand
     //
     this.menuDrawDemand.Index  = 9;
     this.menuDrawDemand.Text   = "Demand";
     this.menuDrawDemand.Click += new System.EventHandler(this.menuDrawDemand_Click);
     //
     // menuDrawConnection
     //
     this.menuDrawConnection.Index  = 10;
     this.menuDrawConnection.Text   = "Connection";
     this.menuDrawConnection.Click += new System.EventHandler(this.menuDrawConnection_Click);
     //
     // menuItem24
     //
     this.menuItem24.Index = 4;
     this.menuItem24.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuHelpAbout
     });
     this.menuItem24.Text = "Help";
     //
     // menuHelpAbout
     //
     this.menuHelpAbout.Index  = 0;
     this.menuHelpAbout.Text   = "About";
     this.menuHelpAbout.Click += new System.EventHandler(this.menuHelpAbout_Click);
     //
     // toolBar1
     //
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbNew,
         this.tbOpen,
         this.tbSave,
         this.toolBarButton1,
         this.tbPointer,
         this.tbHand,
         this.toolBarButton2,
         this.tbBuffer,
         this.tbOperation,
         this.tbResource,
         this.tbCalendar,
         this.tbDemand,
         this.tbConnection,
         this.tbMaster,
         this.tbAbout
     });
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imageList1;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(511, 28);
     this.toolBar1.TabIndex       = 0;
     this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // tbNew
     //
     this.tbNew.ImageIndex = 8;
     //
     // tbOpen
     //
     this.tbOpen.ImageIndex = 9;
     //
     // tbSave
     //
     this.tbSave.ImageIndex = 10;
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbPointer
     //
     this.tbPointer.ImageIndex = 6;
     //
     // tbHand
     //
     this.tbHand.ImageIndex = 7;
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbBuffer
     //
     this.tbBuffer.ImageIndex = 0;
     //
     // tbOperation
     //
     this.tbOperation.ImageIndex = 1;
     //
     // tbResource
     //
     this.tbResource.ImageIndex = 2;
     //
     // tbCalendar
     //
     this.tbCalendar.ImageIndex = 3;
     //
     // tbDemand
     //
     this.tbDemand.ImageIndex = 4;
     //
     // tbConnection
     //
     this.tbConnection.ImageIndex = 5;
     //
     // tbMaster
     //
     this.tbMaster.ImageIndex = 11;
     //
     // tbAbout
     //
     this.tbAbout.ImageIndex = 12;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 241);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(511, 22);
     this.statusBar1.TabIndex = 2;
     this.statusBar1.Text     = "statusBar1";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(511, 263);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.drawArea);
     this.Controls.Add(this.toolBar1);
     this.Icon    = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu    = this.mainMenu1;
     this.Name    = "Form1";
     this.Text    = "Q_Modeler";
     this.Resize += new System.EventHandler(this.Form1_Resize);
     this.Load   += new System.EventHandler(this.Form1_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(Info));
     this.label1      = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.exit_b      = new System.Windows.Forms.Button();
     this.serial_t    = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.deviceid    = new System.Windows.Forms.TextBox();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(0, 232);
     this.label1.Size      = new System.Drawing.Size(240, 24);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(72, 8);
     this.pictureBox1.Size     = new System.Drawing.Size(96, 88);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label2.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label2.Location  = new System.Drawing.Point(0, 248);
     this.label2.Size      = new System.Drawing.Size(240, 24);
     this.label2.Text      = "e-mail: [email protected]";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label3.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label3.Location  = new System.Drawing.Point(0, 264);
     this.label3.Size      = new System.Drawing.Size(240, 24);
     this.label3.Text      = "tel: +48 501-747-57";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("JACKIE", 18F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(16, 176);
     this.label4.Size      = new System.Drawing.Size(208, 56);
     this.label4.Text      = "PICATCH AXC 4.1 rev. 1.0.2";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // exit_b
     //
     this.exit_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.exit_b.Location = new System.Drawing.Point(120, 144);
     this.exit_b.Size     = new System.Drawing.Size(104, 24);
     this.exit_b.Text     = "OK";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click_1);
     //
     // serial_t
     //
     this.serial_t.Location = new System.Drawing.Point(120, 120);
     this.serial_t.Size     = new System.Drawing.Size(104, 20);
     this.serial_t.Text     = "";
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label5.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label5.Location  = new System.Drawing.Point(120, 104);
     this.label5.Size      = new System.Drawing.Size(104, 16);
     this.label5.Text      = "nr seryjny licencji";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label6.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label6.Location  = new System.Drawing.Point(8, 104);
     this.label6.Size      = new System.Drawing.Size(104, 16);
     this.label6.Text      = "id urz¹dzenia";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // deviceid
     //
     this.deviceid.Location = new System.Drawing.Point(8, 120);
     this.deviceid.ReadOnly = true;
     this.deviceid.Size     = new System.Drawing.Size(104, 20);
     this.deviceid.Text     = "";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(8, 144);
     this.button1.Size     = new System.Drawing.Size(104, 24);
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // Info
     //
     this.BackColor  = System.Drawing.Color.MidnightBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.deviceid);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.serial_t);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Text = "Transfer Danych";
 }
Example #34
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(frmException));
     this.panelControl1   = new DevExpress.XtraEditors.PanelControl();
     this.lblErrorMessage = new System.Windows.Forms.Label();
     this.pictureEdit1    = new DevExpress.XtraEditors.PictureEdit();
     this.memoEditError   = new DevExpress.XtraEditors.MemoEdit();
     this.panelControl2   = new DevExpress.XtraEditors.PanelControl();
     this.sbtnClose       = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditError.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.lblErrorMessage);
     this.panelControl1.Controls.Add(this.pictureEdit1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(598, 56);
     this.panelControl1.TabIndex = 2;
     this.panelControl1.Text     = "panelControl1";
     //
     // lblErrorMessage
     //
     this.lblErrorMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.lblErrorMessage.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblErrorMessage.Location = new System.Drawing.Point(84, 4);
     this.lblErrorMessage.Name     = "lblErrorMessage";
     this.lblErrorMessage.Size     = new System.Drawing.Size(500, 48);
     this.lblErrorMessage.TabIndex = 1;
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location  = new System.Drawing.Point(32, 10);
     this.pictureEdit1.Name      = "pictureEdit1";
     //
     // pictureEdit1.Properties
     //
     this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.ReadOnly    = true;
     this.pictureEdit1.Size     = new System.Drawing.Size(35, 35);
     this.pictureEdit1.TabIndex = 0;
     //
     // memoEditError
     //
     this.memoEditError.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.memoEditError.EditValue = "";
     this.memoEditError.Location  = new System.Drawing.Point(0, 56);
     this.memoEditError.Name      = "memoEditError";
     //
     // memoEditError.Properties
     //
     this.memoEditError.Properties.ReadOnly = true;
     this.memoEditError.Size     = new System.Drawing.Size(598, 164);
     this.memoEditError.TabIndex = 1;
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.sbtnClose);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(0, 220);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(598, 38);
     this.panelControl2.TabIndex = 0;
     this.panelControl2.Text     = "panelControl2";
     this.panelControl2.Click   += new System.EventHandler(this.sbtnClose_Click);
     //
     // sbtnClose
     //
     this.sbtnClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.sbtnClose.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F);
     this.sbtnClose.Appearance.Options.UseFont = true;
     this.sbtnClose.Location = new System.Drawing.Point(260, 8);
     this.sbtnClose.Name     = "sbtnClose";
     this.sbtnClose.Size     = new System.Drawing.Size(83, 23);
     this.sbtnClose.TabIndex = 2;
     this.sbtnClose.Text     = "&Close";
     this.sbtnClose.Click   += new System.EventHandler(this.sbtnClose_Click);
     //
     // frmException
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(598, 258);
     this.Controls.Add(this.memoEditError);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.MinimizeBox   = false;
     this.Name          = "frmException";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ACMS Application Error";
     this.TopMost       = true;
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditError.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #35
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();
            GlacialComponents.Controls.GLColumn  glColumn1   = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn  glColumn2   = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn  glColumn3   = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn  glColumn4   = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLItem    glItem1     = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem1  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem2  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem3  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem4  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem    glItem2     = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem5  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem6  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem7  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem8  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem    glItem3     = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem9  = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem10 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem11 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem12 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem    glItem4     = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem13 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem14 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem15 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem16 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem    glItem5     = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem17 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem18 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem19 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem20 = new GlacialComponents.Controls.GLSubItem();
            System.Resources.ResourceManager     resources   = new System.Resources.ResourceManager(typeof(Form1));
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.imageList1   = new System.Windows.Forms.ImageList(this.components);
            this.mainMenu1    = new System.Windows.Forms.MainMenu();
            this.menuItem1    = new System.Windows.Forms.MenuItem();
            this.menuItem2    = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            //
            // glacialList1
            //
            this.glacialList1.AllowColumnResize      = true;
            this.glacialList1.AllowMultiselect       = false;
            this.glacialList1.AlternateBackground    = System.Drawing.Color.ForestGreen;
            this.glacialList1.AlternatingColors      = true;
            this.glacialList1.AutoHeight             = true;
            this.glacialList1.BackColor              = System.Drawing.SystemColors.ControlLightLight;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType          = GlacialComponents.Controls.GLActivatedEmbeddedTypes.TextBox;
            glColumn1.CheckBoxes            = true;
            glColumn1.ImageIndex            = -1;
            glColumn1.Name                  = "Column1";
            glColumn1.NumericSort           = false;
            glColumn1.Text                  = "Name";
            glColumn1.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width                 = 130;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.DateTimePicker;
            glColumn2.CheckBoxes            = false;
            glColumn2.ImageIndex            = -1;
            glColumn2.Name                  = "Column2";
            glColumn2.NumericSort           = false;
            glColumn2.Text                  = "Released";
            glColumn2.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width                 = 140;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes            = false;
            glColumn3.ImageIndex            = -1;
            glColumn3.Name                  = "Column3";
            glColumn3.NumericSort           = false;
            glColumn3.Text                  = "Download";
            glColumn3.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width                 = 100;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes            = false;
            glColumn4.ImageIndex            = -1;
            glColumn4.Name                  = "Column4";
            glColumn4.NumericSort           = false;
            glColumn4.Text                  = "Rating";
            glColumn4.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width                 = 100;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
                glColumn1,
                glColumn2,
                glColumn3,
                glColumn4
            });
            this.glacialList1.ControlStyle      = GlacialComponents.Controls.GLControlStyles.XP;
            this.glacialList1.Dock              = System.Windows.Forms.DockStyle.Fill;
            this.glacialList1.FullRowSelect     = true;
            this.glacialList1.GridColor         = System.Drawing.Color.LightGray;
            this.glacialList1.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.glacialList1.HeaderHeight      = 22;
            this.glacialList1.HeaderVisible     = true;
            this.glacialList1.HeaderWordWrap    = false;
            this.glacialList1.HotColumnTracking = true;
            this.glacialList1.HotItemTracking   = true;
            this.glacialList1.HotTrackingColor  = System.Drawing.Color.LightGray;
            this.glacialList1.HoverEvents       = false;
            this.glacialList1.HoverTime         = 1;
            this.glacialList1.ImageList         = this.imageList1;
            this.glacialList1.ItemHeight        = 20;
            glItem1.BackColor         = System.Drawing.Color.White;
            glItem1.ForeColor         = System.Drawing.Color.Black;
            glItem1.RowBorderColor    = System.Drawing.Color.Black;
            glItem1.RowBorderSize     = 0;
            glSubItem1.BackColor      = System.Drawing.Color.Empty;
            glSubItem1.Checked        = false;
            glSubItem1.ForceText      = false;
            glSubItem1.ForeColor      = System.Drawing.Color.Black;
            glSubItem1.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem1.ImageIndex     = -1;
            glSubItem1.Text           = "Glacial List 1.3";
            glSubItem2.BackColor      = System.Drawing.Color.Empty;
            glSubItem2.Checked        = false;
            glSubItem2.ForceText      = false;
            glSubItem2.ForeColor      = System.Drawing.Color.Black;
            glSubItem2.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem2.ImageIndex     = -1;
            glSubItem2.Text           = "1/7/2004";
            glSubItem3.BackColor      = System.Drawing.Color.Empty;
            glSubItem3.Checked        = false;
            glSubItem3.ForceText      = false;
            glSubItem3.ForeColor      = System.Drawing.Color.Black;
            glSubItem3.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem3.ImageIndex     = -1;
            glSubItem3.Text           = "40";
            glSubItem4.BackColor      = System.Drawing.Color.Empty;
            glSubItem4.Checked        = false;
            glSubItem4.ForceText      = false;
            glSubItem4.ForeColor      = System.Drawing.Color.Black;
            glSubItem4.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem4.ImageIndex     = 2;
            glSubItem4.Text           = "";
            glItem1.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
                glSubItem1,
                glSubItem2,
                glSubItem3,
                glSubItem4
            });
            glItem1.Text              = "Glacial List 1.3";
            glItem2.BackColor         = System.Drawing.Color.White;
            glItem2.ForeColor         = System.Drawing.Color.Black;
            glItem2.RowBorderColor    = System.Drawing.Color.Black;
            glItem2.RowBorderSize     = 0;
            glSubItem5.BackColor      = System.Drawing.Color.Empty;
            glSubItem5.Checked        = false;
            glSubItem5.ForceText      = false;
            glSubItem5.ForeColor      = System.Drawing.Color.Black;
            glSubItem5.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem5.ImageIndex     = -1;
            glSubItem5.Text           = "Glacial List 1.28";
            glSubItem6.BackColor      = System.Drawing.Color.Empty;
            glSubItem6.Checked        = false;
            glSubItem6.ForceText      = false;
            glSubItem6.ForeColor      = System.Drawing.Color.Black;
            glSubItem6.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem6.ImageIndex     = -1;
            glSubItem6.Text           = "12/30/2003";
            glSubItem7.BackColor      = System.Drawing.Color.Empty;
            glSubItem7.Checked        = false;
            glSubItem7.ForceText      = false;
            glSubItem7.ForeColor      = System.Drawing.Color.Black;
            glSubItem7.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem7.ImageIndex     = -1;
            glSubItem7.Text           = "90";
            glSubItem8.BackColor      = System.Drawing.Color.Empty;
            glSubItem8.Checked        = false;
            glSubItem8.ForceText      = false;
            glSubItem8.ForeColor      = System.Drawing.Color.Black;
            glSubItem8.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem8.ImageIndex     = 2;
            glSubItem8.Text           = "";
            glItem2.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
                glSubItem5,
                glSubItem6,
                glSubItem7,
                glSubItem8
            });
            glItem2.Text               = "Glacial List 1.28";
            glItem3.BackColor          = System.Drawing.Color.White;
            glItem3.ForeColor          = System.Drawing.Color.Black;
            glItem3.RowBorderColor     = System.Drawing.Color.Black;
            glItem3.RowBorderSize      = 0;
            glSubItem9.BackColor       = System.Drawing.Color.Empty;
            glSubItem9.Checked         = false;
            glSubItem9.ForceText       = false;
            glSubItem9.ForeColor       = System.Drawing.Color.Black;
            glSubItem9.ImageAlignment  = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem9.ImageIndex      = -1;
            glSubItem9.Text            = "Glacial List 1.26";
            glSubItem10.BackColor      = System.Drawing.Color.Empty;
            glSubItem10.Checked        = false;
            glSubItem10.ForceText      = false;
            glSubItem10.ForeColor      = System.Drawing.Color.Black;
            glSubItem10.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem10.ImageIndex     = -1;
            glSubItem10.Text           = "12/22/2003";
            glSubItem11.BackColor      = System.Drawing.Color.Empty;
            glSubItem11.Checked        = false;
            glSubItem11.ForceText      = false;
            glSubItem11.ForeColor      = System.Drawing.Color.Black;
            glSubItem11.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem11.ImageIndex     = -1;
            glSubItem11.Text           = "80";
            glSubItem12.BackColor      = System.Drawing.Color.Empty;
            glSubItem12.Checked        = false;
            glSubItem12.ForceText      = false;
            glSubItem12.ForeColor      = System.Drawing.Color.Black;
            glSubItem12.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem12.ImageIndex     = 1;
            glSubItem12.Text           = "";
            glItem3.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
                glSubItem9,
                glSubItem10,
                glSubItem11,
                glSubItem12
            });
            glItem3.Text               = "Glacial List 1.26";
            glItem4.BackColor          = System.Drawing.Color.White;
            glItem4.ForeColor          = System.Drawing.Color.Black;
            glItem4.RowBorderColor     = System.Drawing.Color.Black;
            glItem4.RowBorderSize      = 0;
            glSubItem13.BackColor      = System.Drawing.Color.Empty;
            glSubItem13.Checked        = false;
            glSubItem13.ForceText      = false;
            glSubItem13.ForeColor      = System.Drawing.Color.Black;
            glSubItem13.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem13.ImageIndex     = -1;
            glSubItem13.Text           = "Glacial List 1.1";
            glSubItem14.BackColor      = System.Drawing.Color.Empty;
            glSubItem14.Checked        = false;
            glSubItem14.ForceText      = false;
            glSubItem14.ForeColor      = System.Drawing.Color.Black;
            glSubItem14.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem14.ImageIndex     = -1;
            glSubItem14.Text           = "7/9/2003";
            glSubItem15.BackColor      = System.Drawing.Color.Empty;
            glSubItem15.Checked        = false;
            glSubItem15.ForceText      = false;
            glSubItem15.ForeColor      = System.Drawing.Color.Black;
            glSubItem15.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem15.ImageIndex     = -1;
            glSubItem15.Text           = "Done";
            glSubItem16.BackColor      = System.Drawing.Color.Empty;
            glSubItem16.Checked        = false;
            glSubItem16.ForceText      = false;
            glSubItem16.ForeColor      = System.Drawing.Color.Black;
            glSubItem16.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem16.ImageIndex     = 1;
            glSubItem16.Text           = "";
            glItem4.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
                glSubItem13,
                glSubItem14,
                glSubItem15,
                glSubItem16
            });
            glItem4.Text               = "Glacial List 1.1";
            glItem5.BackColor          = System.Drawing.Color.White;
            glItem5.ForeColor          = System.Drawing.Color.Black;
            glItem5.RowBorderColor     = System.Drawing.Color.Black;
            glItem5.RowBorderSize      = 0;
            glSubItem17.BackColor      = System.Drawing.Color.Empty;
            glSubItem17.Checked        = false;
            glSubItem17.ForceText      = false;
            glSubItem17.ForeColor      = System.Drawing.Color.Black;
            glSubItem17.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem17.ImageIndex     = -1;
            glSubItem17.Text           = "Glacial List 1.0";
            glSubItem18.BackColor      = System.Drawing.Color.Empty;
            glSubItem18.Checked        = false;
            glSubItem18.ForceText      = false;
            glSubItem18.ForeColor      = System.Drawing.Color.Black;
            glSubItem18.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem18.ImageIndex     = -1;
            glSubItem18.Text           = "6/13/2003";
            glSubItem19.BackColor      = System.Drawing.Color.Empty;
            glSubItem19.Checked        = false;
            glSubItem19.ForceText      = false;
            glSubItem19.ForeColor      = System.Drawing.Color.Black;
            glSubItem19.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem19.ImageIndex     = -1;
            glSubItem19.Text           = "23";
            glSubItem20.BackColor      = System.Drawing.Color.Empty;
            glSubItem20.Checked        = false;
            glSubItem20.ForceText      = false;
            glSubItem20.ForeColor      = System.Drawing.Color.Black;
            glSubItem20.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem20.ImageIndex     = 0;
            glSubItem20.Text           = "";
            glItem5.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
                glSubItem17,
                glSubItem18,
                glSubItem19,
                glSubItem20
            });
            glItem5.Text = "Glacial List 1.0";
            this.glacialList1.Items.AddRange(new GlacialComponents.Controls.GLItem[] {
                glItem1,
                glItem2,
                glItem3,
                glItem4,
                glItem5
            });
            this.glacialList1.ItemWordWrap         = false;
            this.glacialList1.Location             = new System.Drawing.Point(0, 0);
            this.glacialList1.Name                 = "glacialList1";
            this.glacialList1.Selectable           = true;
            this.glacialList1.SelectedTextColor    = System.Drawing.Color.White;
            this.glacialList1.SelectionColor       = System.Drawing.Color.DarkBlue;
            this.glacialList1.ShowBorder           = true;
            this.glacialList1.ShowFocusRect        = false;
            this.glacialList1.Size                 = new System.Drawing.Size(496, 174);
            this.glacialList1.SortType             = GlacialComponents.Controls.SortTypes.MergeSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.White;
            this.glacialList1.TabIndex             = 0;
            this.glacialList1.Text                 = "glacialList1";
            //
            // imageList1
            //
            this.imageList1.ImageSize        = new System.Drawing.Size(80, 16);
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            //
            // mainMenu1
            //
            this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem1
            });
            //
            // menuItem1
            //
            this.menuItem1.Index = 0;
            this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem2
            });
            this.menuItem1.Text = "test";
            //
            // menuItem2
            //
            this.menuItem2.Index = 0;
            this.menuItem2.Text  = "test2";

            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(496, 174);
            this.Controls.Add(this.glacialList1);
            this.Menu  = this.mainMenu1;
            this.Name  = "Form1";
            this.Text  = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);
        }
Example #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(frmSecurity));
     this.dsInstance1          = new AccessSecurity.dsInstance();
     this.gvInstance           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colActive            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cbActive             = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colTargetType        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnModify            = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.colCompany_Name      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTargetName        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcInstance           = new DevExpress.XtraGrid.GridControl();
     this.cbWidget             = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barManager1          = new DevExpress.XtraBars.BarManager();
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2       = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.sqlConnWeb           = new System.Data.SqlClient.SqlConnection();
     this.daInstance           = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand1    = new System.Data.SqlClient.SqlCommand();
     this.pcInstance           = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.dsInstance1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInstance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbActive)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnModify)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcInstance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbWidget)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcInstance)).BeginInit();
     this.pcInstance.SuspendLayout();
     this.SuspendLayout();
     //
     // dsInstance1
     //
     this.dsInstance1.DataSetName = "dsInstance";
     this.dsInstance1.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // gvInstance
     //
     this.gvInstance.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colActive,
         this.colTargetType,
         this.gridColumn1,
         this.colCompany_Name,
         this.colTargetName
     });
     this.gvInstance.GridControl = this.gcInstance;
     this.gvInstance.GroupCount  = 1;
     this.gvInstance.Name        = "gvInstance";
     this.gvInstance.OptionsBehavior.AutoExpandAllGroups = true;
     this.gvInstance.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCompany_Name, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colActive
     //
     this.colActive.Caption      = "Active";
     this.colActive.ColumnEdit   = this.cbActive;
     this.colActive.FieldName    = "Active";
     this.colActive.Name         = "colActive";
     this.colActive.Visible      = true;
     this.colActive.VisibleIndex = 2;
     this.colActive.Width        = 182;
     //
     // cbActive
     //
     this.cbActive.AutoHeight        = false;
     this.cbActive.Name              = "cbActive";
     this.cbActive.ValueGrayed       = false;
     this.cbActive.EditValueChanged += new System.EventHandler(this.cbActive_EditValueChanged);
     //
     // colTargetType
     //
     this.colTargetType.Caption   = "Target Type";
     this.colTargetType.FieldName = "TargetType";
     this.colTargetType.Name      = "colTargetType";
     this.colTargetType.OptionsColumn.ReadOnly = true;
     this.colTargetType.Visible      = true;
     this.colTargetType.VisibleIndex = 0;
     this.colTargetType.Width        = 241;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption    = "Modify";
     this.gridColumn1.ColumnEdit = this.btnModify;
     this.gridColumn1.Name       = "gridColumn1";
     this.gridColumn1.OptionsColumn.ShowCaption = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 3;
     this.gridColumn1.Width        = 191;
     //
     // btnModify
     //
     this.btnModify.AutoHeight = false;
     this.btnModify.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Modify", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null)
     });
     this.btnModify.Name          = "btnModify";
     this.btnModify.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.btnModify.Click        += new System.EventHandler(this.btnModify_Click);
     //
     // colCompany_Name
     //
     this.colCompany_Name.Caption   = "Company";
     this.colCompany_Name.FieldName = "Company_Name";
     this.colCompany_Name.Name      = "colCompany_Name";
     this.colCompany_Name.OptionsColumn.ReadOnly = true;
     //
     // colTargetName
     //
     this.colTargetName.Caption   = "Target";
     this.colTargetName.FieldName = "TargetName";
     this.colTargetName.Name      = "colTargetName";
     this.colTargetName.OptionsColumn.ReadOnly = true;
     this.colTargetName.Visible      = true;
     this.colTargetName.VisibleIndex = 1;
     this.colTargetName.Width        = 265;
     //
     // gcInstance
     //
     this.gcInstance.DataMember = "Security_Instance";
     this.gcInstance.DataSource = this.dsInstance1;
     this.gcInstance.Dock       = System.Windows.Forms.DockStyle.Fill;
     //
     // gcInstance.EmbeddedNavigator
     //
     this.gcInstance.EmbeddedNavigator.Name = "";
     this.gcInstance.Location = new System.Drawing.Point(2, 2);
     this.gcInstance.MainView = this.gvInstance;
     this.gcInstance.Name     = "gcInstance";
     this.gcInstance.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.btnModify,
         this.cbWidget,
         this.cbActive
     });
     this.gcInstance.Size     = new System.Drawing.Size(900, 556);
     this.gcInstance.TabIndex = 0;
     this.gcInstance.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvInstance
     });
     //
     // cbWidget
     //
     this.cbWidget.AutoHeight = false;
     this.cbWidget.Name       = "cbWidget";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1,
         this.barButtonItem2
     });
     this.barManager1.MainMenu  = this.bar1;
     this.barManager1.MaxItemId = 2;
     //
     // bar1
     //
     this.bar1.BarName   = "Custom 1";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)
     });
     this.bar1.OptionsBar.MultiLine   = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text            = "Custom 1";
     this.bar1.VisibleChanged += new System.EventHandler(this.bar1_VisibleChanged);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "New Security";
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption    = "Exit";
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // sqlConnWeb
     //
     this.sqlConnWeb.ConnectionString = "workstation id=YING;packet size=4096;user id=hmsqlsa;data source=YING;persist sec" +
                                        "urity info=True;initial catalog=Web_WS;password=hmsqlsa";
     //
     // daInstance
     //
     this.daInstance.SelectCommand = this.sqlSelectCommand1;
     this.daInstance.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Security_Instance", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("id", "id"),
             new System.Data.Common.DataColumnMapping("SQ_ID", "SQ_ID"),
             new System.Data.Common.DataColumnMapping("Target", "Target"),
             new System.Data.Common.DataColumnMapping("Source", "Source"),
             new System.Data.Common.DataColumnMapping("CompanyID", "CompanyID"),
             new System.Data.Common.DataColumnMapping("Active", "Active"),
             new System.Data.Common.DataColumnMapping("TargetType", "TargetType"),
             new System.Data.Common.DataColumnMapping("isWidget", "isWidget"),
             new System.Data.Common.DataColumnMapping("Company_Name", "Company_Name"),
             new System.Data.Common.DataColumnMapping("TargetDesc", "TargetDesc"),
             new System.Data.Common.DataColumnMapping("WidgetName", "WidgetName"),
             new System.Data.Common.DataColumnMapping("TargetName", "TargetName")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText = @"SELECT i.id, i.SQ_ID, i.Target, i.Source, i.CompanyID, i.Active, i.TargetType, i.isWidget, c.Company_Name, i.TargetDesc, w.WidgetName, CASE WHEN isnull(iswidget , 0) = 1 THEN widgetName ELSE targetDesc END AS TargetName FROM Security_Instance i INNER JOIN COMPANIES c ON i.CompanyID = c.AutoID LEFT OUTER JOIN Security_Widget w ON i.Target = CONVERT (varchar(20), w.id) WHERE (i.Source = @source) AND (ISNULL(i.isWidget, 0) = @isWidget) AND (i.SQ_ID = @SQ_ID) ORDER BY i.TargetType, CASE WHEN isnull(iswidget , 0) = 1 THEN widgetName ELSE targetDesc END";
     this.sqlSelectCommand1.Connection  = this.sqlConnWeb;
     this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@source", System.Data.SqlDbType.VarChar, 100, "Source"));
     this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@SQ_ID", System.Data.SqlDbType.Int, 4, "SQ_ID"));
     this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@isWidget", System.Data.SqlDbType.Variant));
     //
     // pcInstance
     //
     this.pcInstance.Controls.Add(this.gcInstance);
     this.pcInstance.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pcInstance.Location = new System.Drawing.Point(0, 22);
     this.pcInstance.Name     = "pcInstance";
     this.pcInstance.Size     = new System.Drawing.Size(904, 560);
     this.pcInstance.TabIndex = 4;
     this.pcInstance.Text     = "panelControl1";
     //
     // frmSecurity
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(904, 582);
     this.Controls.Add(this.pcInstance);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmSecurity";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Dashboard Security";
     this.Load           += new System.EventHandler(this.frmSecurity_Load);
     this.Closed         += new System.EventHandler(this.frmSecurity_Closed);
     this.VisibleChanged += new System.EventHandler(this.frmSecurity_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.dsInstance1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInstance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbActive)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnModify)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcInstance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbWidget)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcInstance)).EndInit();
     this.pcInstance.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #37
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PersistentClassDialog));
     this.txtClassName    = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.btnCancel       = new System.Windows.Forms.Button();
     this.btnOK           = new System.Windows.Forms.Button();
     this.chkSerializable = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // txtClassName
     //
     this.txtClassName.Location = new System.Drawing.Point(16, 64);
     this.txtClassName.Name     = "txtClassName";
     this.txtClassName.Size     = new System.Drawing.Size(400, 22);
     this.txtClassName.TabIndex = 0;
     this.txtClassName.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 24);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Class Name";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(104, 152);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(144, 32);
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location     = new System.Drawing.Point(264, 152);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(144, 32);
     this.btnOK.TabIndex     = 3;
     this.btnOK.Text         = "OK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // chkSerializable
     //
     this.chkSerializable.Location = new System.Drawing.Point(16, 104);
     this.chkSerializable.Name     = "chkSerializable";
     this.chkSerializable.Size     = new System.Drawing.Size(240, 24);
     this.chkSerializable.TabIndex = 4;
     this.chkSerializable.Text     = "Serializable";
     //
     // PersistentClassDialog
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(440, 208);
     this.Controls.Add(this.chkSerializable);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtClassName);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "PersistentClassDialog";
     this.Text = "Add Persistent Class";
     this.ResumeLayout(false);
 }
Example #38
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(LookUpTableForm));
     this.contextMenu1         = new System.Windows.Forms.ContextMenuStrip();
     this.mnuWhereClause       = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem3            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAddTable          = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDeleteTable       = new System.Windows.Forms.ToolStripMenuItem();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.statusBar1           = new System.Windows.Forms.StatusBar();
     this.statStatus           = new System.Windows.Forms.StatusBarPanel();
     this.openFileDialog1      = new System.Windows.Forms.OpenFileDialog();
     this.lnkLoadProject       = new System.Windows.Forms.LinkLabel();
     this.label2              = new System.Windows.Forms.Label();
     this.lblCurrentProject   = new System.Windows.Forms.Label();
     this.grpScripting        = new System.Windows.Forms.GroupBox();
     this.ddDatabaseList      = new System.Windows.Forms.ComboBox();
     this.contextDatabase     = new System.Windows.Forms.ContextMenuStrip();
     this.mnuRemoveDatabase   = new System.Windows.Forms.ToolStripMenuItem();
     this.label3              = new System.Windows.Forms.Label();
     this.chkReplaceDateAndId = new System.Windows.Forms.CheckBox();
     this.lnkSaveScripts      = new System.Windows.Forms.LinkLabel();
     this.lnkGenerateScripts  = new System.Windows.Forms.LinkLabel();
     this.tcTables            = new System.Windows.Forms.TabControl();
     this.lnkCheckAll         = new System.Windows.Forms.LinkLabel();
     this.label1              = new System.Windows.Forms.Label();
     this.lstTables           = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     ((System.ComponentModel.ISupportInitialize)(this.statStatus)).BeginInit();
     this.grpScripting.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenu1
     //
     this.contextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] {
         this.mnuWhereClause,
         this.menuItem3,
         this.mnuAddTable,
         this.menuItem1,
         this.mnuDeleteTable
     });
     //
     // mnuWhereClause
     //
     //this.mnuWhereClause.Index = 0;
     this.mnuWhereClause.Text   = "Add/View \"Where\" Clause";
     this.mnuWhereClause.Click += new System.EventHandler(this.mnuWhereClause_Click);
     //
     // menuItem3
     //
     //this.menuItem3.Index = 1;
     this.menuItem3.Text = "-";
     //
     // mnuAddTable
     //
     //this.mnuAddTable.Index = 2;
     this.mnuAddTable.Text   = "Add Table";
     this.mnuAddTable.Click += new System.EventHandler(this.mnuAddTable_Click);
     //
     // menuItem1
     //
     //this.menuItem1.Index = 3;
     this.menuItem1.Text = "-";
     //
     // mnuDeleteTable
     //
     //this.mnuDeleteTable.Index = 4;
     this.mnuDeleteTable.Text   = "Delete Selected Table";
     this.mnuDeleteTable.Click += new System.EventHandler(this.mnuDeleteTable_Click);
     //
     // folderBrowserDialog1
     //
     this.folderBrowserDialog1.Description = "Select a folder to save your scripts";
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 600);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.statStatus
     });
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size       = new System.Drawing.Size(952, 22);
     this.statusBar1.TabIndex   = 6;
     this.statusBar1.Text       = "statusBar1";
     //
     // statStatus
     //
     this.statStatus.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.statStatus.Width    = 936;
     //
     // openFileDialog1
     //
     this.openFileDialog1.CheckFileExists = false;
     this.openFileDialog1.DefaultExt      = "xml";
     this.openFileDialog1.Filter          = "XML Files|*.xml|All Files|*.*";
     this.openFileDialog1.Title           = "Open SQL Sync Project File";
     //
     // lnkLoadProject
     //
     this.lnkLoadProject.Location     = new System.Drawing.Point(16, 16);
     this.lnkLoadProject.Name         = "lnkLoadProject";
     this.lnkLoadProject.Size         = new System.Drawing.Size(104, 16);
     this.lnkLoadProject.TabIndex     = 8;
     this.lnkLoadProject.TabStop      = true;
     this.lnkLoadProject.Text         = "Load Project file";
     this.lnkLoadProject.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkLoadProject_LinkClicked);
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.Color.OrangeRed;
     this.label2.Location  = new System.Drawing.Point(112, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.TabIndex  = 9;
     this.label2.Text      = "Current Project:";
     //
     // lblCurrentProject
     //
     this.lblCurrentProject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCurrentProject.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblCurrentProject.Location  = new System.Drawing.Point(200, 16);
     this.lblCurrentProject.Name      = "lblCurrentProject";
     this.lblCurrentProject.Size      = new System.Drawing.Size(736, 16);
     this.lblCurrentProject.TabIndex  = 10;
     this.lblCurrentProject.Text      = "None";
     //
     // grpScripting
     //
     this.grpScripting.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.grpScripting.Controls.Add(this.ddDatabaseList);
     this.grpScripting.Controls.Add(this.label3);
     this.grpScripting.Controls.Add(this.chkReplaceDateAndId);
     this.grpScripting.Controls.Add(this.lnkSaveScripts);
     this.grpScripting.Controls.Add(this.lnkGenerateScripts);
     this.grpScripting.Controls.Add(this.tcTables);
     this.grpScripting.Controls.Add(this.lnkCheckAll);
     this.grpScripting.Controls.Add(this.label1);
     this.grpScripting.Controls.Add(this.lstTables);
     this.grpScripting.Enabled  = false;
     this.grpScripting.Location = new System.Drawing.Point(12, 32);
     this.grpScripting.Name     = "grpScripting";
     this.grpScripting.Size     = new System.Drawing.Size(928, 552);
     this.grpScripting.TabIndex = 11;
     this.grpScripting.TabStop  = false;
     //
     // ddDatabaseList
     //
     this.ddDatabaseList.ContextMenuStrip          = this.contextDatabase;
     this.ddDatabaseList.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddDatabaseList.Location                  = new System.Drawing.Point(8, 32);
     this.ddDatabaseList.Name                      = "ddDatabaseList";
     this.ddDatabaseList.Size                      = new System.Drawing.Size(176, 21);
     this.ddDatabaseList.TabIndex                  = 16;
     this.ddDatabaseList.SelectionChangeCommitted += new System.EventHandler(this.ddDatabaseList_SelectionChangeCommitted);
     //
     // contextDatabase
     //
     this.contextDatabase.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] {
         this.mnuRemoveDatabase
     });
     //
     // mnuRemoveDatabase
     //
     //this.mnuRemoveDatabase.Index = 0;
     this.mnuRemoveDatabase.Text   = "Remove Database (and Tables)";
     this.mnuRemoveDatabase.Click += new System.EventHandler(this.mnuRemoveDatabase_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 15;
     this.label3.Text     = "Select Database:";
     //
     // chkReplaceDateAndId
     //
     this.chkReplaceDateAndId.Checked    = true;
     this.chkReplaceDateAndId.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReplaceDateAndId.Location   = new System.Drawing.Point(216, 16);
     this.chkReplaceDateAndId.Name       = "chkReplaceDateAndId";
     this.chkReplaceDateAndId.Size       = new System.Drawing.Size(168, 16);
     this.chkReplaceDateAndId.TabIndex   = 14;
     this.chkReplaceDateAndId.Text       = "Replace Update Date and Id";
     //
     // lnkSaveScripts
     //
     this.lnkSaveScripts.Location     = new System.Drawing.Point(848, 16);
     this.lnkSaveScripts.Name         = "lnkSaveScripts";
     this.lnkSaveScripts.Size         = new System.Drawing.Size(72, 16);
     this.lnkSaveScripts.TabIndex     = 13;
     this.lnkSaveScripts.TabStop      = true;
     this.lnkSaveScripts.Text         = "Save Scripts";
     this.lnkSaveScripts.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSaveScripts_LinkClicked);
     //
     // lnkGenerateScripts
     //
     this.lnkGenerateScripts.Location     = new System.Drawing.Point(392, 16);
     this.lnkGenerateScripts.Name         = "lnkGenerateScripts";
     this.lnkGenerateScripts.Size         = new System.Drawing.Size(224, 16);
     this.lnkGenerateScripts.TabIndex     = 12;
     this.lnkGenerateScripts.TabStop      = true;
     this.lnkGenerateScripts.Text         = "Generate Insert Scripts for Checked Tables";
     this.lnkGenerateScripts.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkGenerateScripts_LinkClicked);
     //
     // tcTables
     //
     this.tcTables.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.tcTables.Location              = new System.Drawing.Point(216, 40);
     this.tcTables.Multiline             = true;
     this.tcTables.Name                  = "tcTables";
     this.tcTables.SelectedIndex         = 0;
     this.tcTables.Size                  = new System.Drawing.Size(704, 504);
     this.tcTables.TabIndex              = 11;
     this.tcTables.SelectedIndexChanged += new System.EventHandler(this.tcTables_SelectedIndexChanged);
     //
     // lnkCheckAll
     //
     this.lnkCheckAll.Location     = new System.Drawing.Point(128, 64);
     this.lnkCheckAll.Name         = "lnkCheckAll";
     this.lnkCheckAll.Size         = new System.Drawing.Size(56, 16);
     this.lnkCheckAll.TabIndex     = 10;
     this.lnkCheckAll.TabStop      = true;
     this.lnkCheckAll.Text         = "Check All";
     this.lnkCheckAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkCheckAll_LinkClicked);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 64);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 16);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Tables to Script";
     //
     // lstTables
     //
     this.lstTables.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.lstTables.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.lstTables.CheckBoxes = true;
     this.lstTables.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.lstTables.ContextMenuStrip = this.contextMenu1;
     this.lstTables.FullRowSelect    = true;
     this.lstTables.Location         = new System.Drawing.Point(8, 80);
     this.lstTables.Name             = "lstTables";
     this.lstTables.Size             = new System.Drawing.Size(176, 464);
     this.lstTables.TabIndex         = 8;
     this.lstTables.View             = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Table Name";
     this.columnHeader1.Width = 171;
     //
     // LookUpTableForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(952, 622);
     this.Controls.Add(this.grpScripting);
     this.Controls.Add(this.lblCurrentProject);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lnkLoadProject);
     this.Controls.Add(this.statusBar1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "LookUpTableForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Look Up Table Insert Scripting ::   Server: {0}";
     this.Load         += new System.EventHandler(this.LookUpTable_Load);
     ((System.ComponentModel.ISupportInitialize)(this.statStatus)).EndInit();
     this.grpScripting.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #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(TimePicker));
     this.m_oBtnShowTimeSelector = new System.Windows.Forms.Button();
     this.m_oLnkHours            = new System.Windows.Forms.LinkLabel();
     this.m_oLnkMinutes          = new System.Windows.Forms.LinkLabel();
     this.m_oLblSeparator        = new System.Windows.Forms.Label();
     this.m_oLnkAMPM             = new System.Windows.Forms.LinkLabel();
     this.m_oPnlBackground       = new System.Windows.Forms.Panel();
     this.m_oChkEnable           = new System.Windows.Forms.CheckBox();
     this.m_oPnlBackground.SuspendLayout();
     this.SuspendLayout();
     //
     // m_oBtnShowTimeSelector
     //
     this.m_oBtnShowTimeSelector.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.m_oBtnShowTimeSelector.Image    = ((System.Drawing.Bitmap)(resources.GetObject("m_oBtnShowTimeSelector.Image")));
     this.m_oBtnShowTimeSelector.Location = new System.Drawing.Point(114, 1);
     this.m_oBtnShowTimeSelector.Name     = "m_oBtnShowTimeSelector";
     this.m_oBtnShowTimeSelector.Size     = new System.Drawing.Size(18, 17);
     this.m_oBtnShowTimeSelector.TabIndex = 4;
     this.m_oBtnShowTimeSelector.Click   += new System.EventHandler(this.m_oBtnShowTimeSelector_Click);
     //
     // m_oLnkHours
     //
     this.m_oLnkHours.ActiveLinkColor   = System.Drawing.Color.Black;
     this.m_oLnkHours.Anchor            = System.Windows.Forms.AnchorStyles.Left;
     this.m_oLnkHours.BackColor         = System.Drawing.Color.White;
     this.m_oLnkHours.DisabledLinkColor = System.Drawing.Color.Black;
     this.m_oLnkHours.LinkArea          = new System.Windows.Forms.LinkArea(0, 0);
     this.m_oLnkHours.LinkBehavior      = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.m_oLnkHours.LinkColor         = System.Drawing.Color.Black;
     this.m_oLnkHours.Location          = new System.Drawing.Point(29, 3);
     this.m_oLnkHours.Name             = "m_oLnkHours";
     this.m_oLnkHours.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.m_oLnkHours.Size             = new System.Drawing.Size(22, 14);
     this.m_oLnkHours.TabIndex         = 1;
     this.m_oLnkHours.Text             = "HH";
     this.m_oLnkHours.VisitedLinkColor = System.Drawing.Color.Black;
     this.m_oLnkHours.Click           += new System.EventHandler(this.m_oLnkHours_Click);
     //
     // m_oLnkMinutes
     //
     this.m_oLnkMinutes.ActiveLinkColor   = System.Drawing.Color.Black;
     this.m_oLnkMinutes.Anchor            = System.Windows.Forms.AnchorStyles.Left;
     this.m_oLnkMinutes.BackColor         = System.Drawing.Color.White;
     this.m_oLnkMinutes.DisabledLinkColor = System.Drawing.Color.Black;
     this.m_oLnkMinutes.LinkArea          = new System.Windows.Forms.LinkArea(0, 0);
     this.m_oLnkMinutes.LinkBehavior      = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.m_oLnkMinutes.LinkColor         = System.Drawing.Color.Black;
     this.m_oLnkMinutes.Location          = new System.Drawing.Point(52, 3);
     this.m_oLnkMinutes.Name             = "m_oLnkMinutes";
     this.m_oLnkMinutes.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.m_oLnkMinutes.Size             = new System.Drawing.Size(22, 14);
     this.m_oLnkMinutes.TabIndex         = 2;
     this.m_oLnkMinutes.Text             = "MM";
     this.m_oLnkMinutes.VisitedLinkColor = System.Drawing.Color.Black;
     this.m_oLnkMinutes.Click           += new System.EventHandler(this.m_oLnkMinutes_Click);
     //
     // m_oLblSeparator
     //
     this.m_oLblSeparator.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.m_oLblSeparator.BackColor   = System.Drawing.Color.White;
     this.m_oLblSeparator.Location    = new System.Drawing.Point(51, 2);
     this.m_oLblSeparator.Name        = "m_oLblSeparator";
     this.m_oLblSeparator.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_oLblSeparator.Size        = new System.Drawing.Size(4, 14);
     this.m_oLblSeparator.TabIndex    = 9;
     this.m_oLblSeparator.Text        = ":";
     //
     // m_oLnkAMPM
     //
     this.m_oLnkAMPM.ActiveLinkColor   = System.Drawing.Color.Black;
     this.m_oLnkAMPM.Anchor            = System.Windows.Forms.AnchorStyles.Left;
     this.m_oLnkAMPM.BackColor         = System.Drawing.Color.White;
     this.m_oLnkAMPM.DisabledLinkColor = System.Drawing.Color.Black;
     this.m_oLnkAMPM.LinkArea          = new System.Windows.Forms.LinkArea(0, 0);
     this.m_oLnkAMPM.LinkBehavior      = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.m_oLnkAMPM.LinkColor         = System.Drawing.Color.Black;
     this.m_oLnkAMPM.Location          = new System.Drawing.Point(89, 3);
     this.m_oLnkAMPM.Name             = "m_oLnkAMPM";
     this.m_oLnkAMPM.Size             = new System.Drawing.Size(24, 14);
     this.m_oLnkAMPM.TabIndex         = 3;
     this.m_oLnkAMPM.Text             = "AM";
     this.m_oLnkAMPM.Visible          = false;
     this.m_oLnkAMPM.VisitedLinkColor = System.Drawing.Color.Black;
     this.m_oLnkAMPM.Click           += new System.EventHandler(this.m_oLnkAMPM_Click);
     //
     // m_oPnlBackground
     //
     this.m_oPnlBackground.Anchor      = (System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right);
     this.m_oPnlBackground.BackColor   = System.Drawing.Color.White;
     this.m_oPnlBackground.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_oPnlBackground.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_oChkEnable
     });
     this.m_oPnlBackground.Location = new System.Drawing.Point(0, -1);
     this.m_oPnlBackground.Name     = "m_oPnlBackground";
     this.m_oPnlBackground.Size     = new System.Drawing.Size(134, 20);
     this.m_oPnlBackground.TabIndex = 100;
     //
     // m_oChkEnable
     //
     this.m_oChkEnable.Location        = new System.Drawing.Point(5, 0);
     this.m_oChkEnable.Name            = "m_oChkEnable";
     this.m_oChkEnable.Size            = new System.Drawing.Size(14, 18);
     this.m_oChkEnable.TabIndex        = 0;
     this.m_oChkEnable.Text            = "checkBox1";
     this.m_oChkEnable.CheckedChanged += new System.EventHandler(this.m_oChkEnable_CheckedChanged);
     //
     // TimePicker
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_oBtnShowTimeSelector,
         this.m_oLblSeparator,
         this.m_oLnkAMPM,
         this.m_oLnkMinutes,
         this.m_oLnkHours,
         this.m_oPnlBackground
     });
     this.Name = "TimePicker";
     this.Size = new System.Drawing.Size(134, 22);
     this.m_oPnlBackground.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #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(CustomButtonEdit));
     this.CommandBox = new System.Windows.Forms.TextBox();
     this.Ok         = new System.Windows.Forms.Button();
     this.Cancel     = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.NameBox    = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.hideoutput = new System.Windows.Forms.CheckBox();
     this.browse     = new System.Windows.Forms.Button();
     this.FieldName  = new System.Windows.Forms.TextBox();
     this.label3     = new System.Windows.Forms.Label();
     this.Arguments  = new System.Windows.Forms.TextBox();
     this.label4     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // CommandBox
     //
     this.CommandBox.Location = new System.Drawing.Point(16, 80);
     this.CommandBox.Name     = "CommandBox";
     this.CommandBox.Size     = new System.Drawing.Size(176, 20);
     this.CommandBox.TabIndex = 0;
     this.CommandBox.Text     = "";
     //
     // Ok
     //
     this.Ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.Ok.Location  = new System.Drawing.Point(64, 208);
     this.Ok.Name      = "Ok";
     this.Ok.TabIndex  = 1;
     this.Ok.Text      = "Ok";
     this.Ok.Click    += new System.EventHandler(this.Ok_Click);
     //
     // Cancel
     //
     this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.Cancel.Location     = new System.Drawing.Point(152, 208);
     this.Cancel.Name         = "Cancel";
     this.Cancel.TabIndex     = 2;
     this.Cancel.Text         = "Cancel";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 64);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(184, 22);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Full path to external Tool";
     //
     // NameBox
     //
     this.NameBox.Location = new System.Drawing.Point(16, 35);
     this.NameBox.Name     = "NameBox";
     this.NameBox.Size     = new System.Drawing.Size(128, 20);
     this.NameBox.TabIndex = 4;
     this.NameBox.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(224, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Button Name";
     //
     // hideoutput
     //
     this.hideoutput.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.hideoutput.Location  = new System.Drawing.Point(168, 32);
     this.hideoutput.Name      = "hideoutput";
     this.hideoutput.TabIndex  = 6;
     this.hideoutput.Text      = "Hide Output";
     //
     // browse
     //
     this.browse.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.browse.Location  = new System.Drawing.Point(200, 80);
     this.browse.Name      = "browse";
     this.browse.Size      = new System.Drawing.Size(64, 23);
     this.browse.TabIndex  = 7;
     this.browse.Text      = "Browse";
     this.browse.Click    += new System.EventHandler(this.button1_Click);
     //
     // FieldName
     //
     this.FieldName.Location = new System.Drawing.Point(16, 176);
     this.FieldName.Name     = "FieldName";
     this.FieldName.Size     = new System.Drawing.Size(176, 20);
     this.FieldName.TabIndex = 8;
     this.FieldName.Text     = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 160);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(176, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Edit Box Name (optional)";
     //
     // Arguments
     //
     this.Arguments.Location = new System.Drawing.Point(16, 128);
     this.Arguments.Name     = "Arguments";
     this.Arguments.Size     = new System.Drawing.Size(176, 20);
     this.Arguments.TabIndex = 10;
     this.Arguments.Text     = "";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 112);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(168, 16);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Arguments";
     //
     // CustomButtonEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(280, 246);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.Arguments);
     this.Controls.Add(this.FieldName);
     this.Controls.Add(this.NameBox);
     this.Controls.Add(this.CommandBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.browse);
     this.Controls.Add(this.hideoutput);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Cancel);
     this.Controls.Add(this.Ok);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "CustomButtonEdit";
     this.Text = "CustomButtonEdit";
     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(frmFEnderecoEntregaImportadorCadEdit));
     this.m_gbFrame     = new System.Windows.Forms.GroupBox();
     this.m_gbFields    = new System.Windows.Forms.GroupBox();
     this.m_cbPais      = new mdlComponentesGraficos.ComboBox();
     this.m_ctbEstado   = new mdlComponentesGraficos.TextBox();
     this.m_lPais       = new System.Windows.Forms.Label();
     this.m_lEstado     = new System.Windows.Forms.Label();
     this.m_ctbCidade   = new mdlComponentesGraficos.TextBox();
     this.m_lCidade     = new System.Windows.Forms.Label();
     this.m_ctbEndereco = new mdlComponentesGraficos.TextBox();
     this.m_lEndereco   = new System.Windows.Forms.Label();
     this.m_btTrocarCor = new System.Windows.Forms.Button();
     this.m_btOk        = new System.Windows.Forms.Button();
     this.m_btCancelar  = new System.Windows.Forms.Button();
     this.m_ttEnderecoEntregaCadEdit = 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.None;
     this.m_gbFrame.Controls.Add(this.m_gbFields);
     this.m_gbFrame.Controls.Add(this.m_btTrocarCor);
     this.m_gbFrame.Controls.Add(this.m_btOk);
     this.m_gbFrame.Controls.Add(this.m_btCancelar);
     this.m_gbFrame.Location = new System.Drawing.Point(3, 0);
     this.m_gbFrame.Name     = "m_gbFrame";
     this.m_gbFrame.Size     = new System.Drawing.Size(421, 140);
     this.m_gbFrame.TabIndex = 0;
     this.m_gbFrame.TabStop  = false;
     //
     // m_gbFields
     //
     this.m_gbFields.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.m_gbFields.Controls.Add(this.m_cbPais);
     this.m_gbFields.Controls.Add(this.m_ctbEstado);
     this.m_gbFields.Controls.Add(this.m_lPais);
     this.m_gbFields.Controls.Add(this.m_lEstado);
     this.m_gbFields.Controls.Add(this.m_ctbCidade);
     this.m_gbFields.Controls.Add(this.m_lCidade);
     this.m_gbFields.Controls.Add(this.m_ctbEndereco);
     this.m_gbFields.Controls.Add(this.m_lEndereco);
     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, 9);
     this.m_gbFields.Name     = "m_gbFields";
     this.m_gbFields.Size     = new System.Drawing.Size(405, 95);
     this.m_gbFields.TabIndex = 0;
     this.m_gbFields.TabStop  = false;
     this.m_gbFields.Text     = "Cadastro / Edição";
     //
     // m_cbPais
     //
     this.m_cbPais.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_cbPais.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_cbPais.Location = new System.Drawing.Point(231, 69);
     this.m_cbPais.Name     = "m_cbPais";
     this.m_cbPais.Size     = new System.Drawing.Size(165, 22);
     this.m_cbPais.TabIndex = 4;
     this.m_ttEnderecoEntregaCadEdit.SetToolTip(this.m_cbPais, "Selecione o país");
     //
     // m_ctbEstado
     //
     this.m_ctbEstado.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_ctbEstado.AutoSize = false;
     this.m_ctbEstado.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_ctbEstado.Location = new System.Drawing.Point(71, 69);
     this.m_ctbEstado.Name     = "m_ctbEstado";
     this.m_ctbEstado.Size     = new System.Drawing.Size(122, 20);
     this.m_ctbEstado.TabIndex = 3;
     this.m_ctbEstado.Text     = "";
     //
     // m_lPais
     //
     this.m_lPais.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_lPais.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_lPais.Location = new System.Drawing.Point(198, 71);
     this.m_lPais.Name     = "m_lPais";
     this.m_lPais.Size     = new System.Drawing.Size(33, 16);
     this.m_lPais.TabIndex = 35;
     this.m_lPais.Text     = "País:";
     //
     // m_lEstado
     //
     this.m_lEstado.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_lEstado.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_lEstado.Location = new System.Drawing.Point(8, 71);
     this.m_lEstado.Name     = "m_lEstado";
     this.m_lEstado.Size     = new System.Drawing.Size(48, 16);
     this.m_lEstado.TabIndex = 34;
     this.m_lEstado.Text     = "Estado:";
     //
     // m_ctbCidade
     //
     this.m_ctbCidade.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_ctbCidade.AutoSize = false;
     this.m_ctbCidade.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_ctbCidade.Location = new System.Drawing.Point(71, 45);
     this.m_ctbCidade.Name     = "m_ctbCidade";
     this.m_ctbCidade.Size     = new System.Drawing.Size(325, 20);
     this.m_ctbCidade.TabIndex = 2;
     this.m_ctbCidade.Text     = "";
     //
     // m_lCidade
     //
     this.m_lCidade.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_lCidade.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_lCidade.Location = new System.Drawing.Point(8, 47);
     this.m_lCidade.Name     = "m_lCidade";
     this.m_lCidade.Size     = new System.Drawing.Size(48, 16);
     this.m_lCidade.TabIndex = 33;
     this.m_lCidade.Text     = "Cidade:";
     //
     // m_ctbEndereco
     //
     this.m_ctbEndereco.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_ctbEndereco.AutoSize = false;
     this.m_ctbEndereco.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_ctbEndereco.Location = new System.Drawing.Point(71, 19);
     this.m_ctbEndereco.Name     = "m_ctbEndereco";
     this.m_ctbEndereco.Size     = new System.Drawing.Size(325, 20);
     this.m_ctbEndereco.TabIndex = 1;
     this.m_ctbEndereco.Text     = "";
     //
     // m_lEndereco
     //
     this.m_lEndereco.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_lEndereco.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_lEndereco.Location = new System.Drawing.Point(8, 22);
     this.m_lEndereco.Name     = "m_lEndereco";
     this.m_lEndereco.Size     = new System.Drawing.Size(61, 16);
     this.m_lEndereco.TabIndex = 32;
     this.m_lEndereco.Text     = "Endereço:";
     //
     // m_btTrocarCor
     //
     this.m_btTrocarCor.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(64)), ((System.Byte)(0)));
     this.m_btTrocarCor.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btTrocarCor.Location  = new System.Drawing.Point(4, 8);
     this.m_btTrocarCor.Name      = "m_btTrocarCor";
     this.m_btTrocarCor.Size      = new System.Drawing.Size(4, 4);
     this.m_btTrocarCor.TabIndex  = 7;
     this.m_ttEnderecoEntregaCadEdit.SetToolTip(this.m_btTrocarCor, "Cor");
     this.m_btTrocarCor.Click += new System.EventHandler(this.m_btTrocarCor_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(150, 108);
     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    = 5;
     this.m_ttEnderecoEntregaCadEdit.SetToolTip(this.m_btOk, "Confirmar");
     this.m_btOk.Click += new System.EventHandler(this.m_btOk_Click);
     //
     // 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(214, 108);
     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    = 6;
     this.m_ttEnderecoEntregaCadEdit.SetToolTip(this.m_btCancelar, "Cancelar");
     this.m_btCancelar.Click += new System.EventHandler(this.m_btCancelar_Click);
     //
     // m_ttEnderecoEntregaCadEdit
     //
     this.m_ttEnderecoEntregaCadEdit.AutomaticDelay = 100;
     this.m_ttEnderecoEntregaCadEdit.AutoPopDelay   = 5000;
     this.m_ttEnderecoEntregaCadEdit.InitialDelay   = 100;
     this.m_ttEnderecoEntregaCadEdit.ReshowDelay    = 20;
     //
     // frmFEnderecoEntregaImportadorCadEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(426, 142);
     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            = "frmFEnderecoEntregaImportadorCadEdit";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Endereço de Entrega";
     this.Load           += new System.EventHandler(this.frmFEnderecoEntregaImportadorCadEdit_Load);
     this.m_gbFrame.ResumeLayout(false);
     this.m_gbFields.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #42
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(frmPluginSettings));
     this.cmdOK              = new System.Windows.Forms.Button();
     this.cmdCancel          = new System.Windows.Forms.Button();
     this.tabSettings        = new System.Windows.Forms.TabControl();
     this.tabGeneral         = new System.Windows.Forms.TabPage();
     this.imlTabIcons        = new System.Windows.Forms.ImageList(this.components);
     this.picPause           = new System.Windows.Forms.PictureBox();
     this.lblPause           = new System.Windows.Forms.Label();
     this.cmbPause           = new System.Windows.Forms.ComboBox();
     this.chkPause           = new System.Windows.Forms.CheckBox();
     this.tabDataBase        = new System.Windows.Forms.TabPage();
     this.nudDBActionTimeout = new System.Windows.Forms.NumericUpDown();
     this.lblDBActionTimeout = new System.Windows.Forms.Label();
     this.chkUseTransactions = new System.Windows.Forms.CheckBox();
     this.tabSettings.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.tabDataBase.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudDBActionTimeout)).BeginInit();
     this.SuspendLayout();
     //
     // cmdOK
     //
     this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.cmdOK.Location     = new System.Drawing.Point(8, 152);
     this.cmdOK.Name         = "cmdOK";
     this.cmdOK.TabIndex     = 9;
     this.cmdOK.Text         = "OK";
     this.cmdOK.Click       += new System.EventHandler(this.cmdOK_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location     = new System.Drawing.Point(88, 152);
     this.cmdCancel.Name         = "cmdCancel";
     this.cmdCancel.TabIndex     = 10;
     this.cmdCancel.Text         = "Cancel";
     this.cmdCancel.Click       += new System.EventHandler(this.cmdCancel_Click);
     //
     // tabSettings
     //
     this.tabSettings.Controls.Add(this.tabGeneral);
     this.tabSettings.Controls.Add(this.tabDataBase);
     this.tabSettings.ImageList     = this.imlTabIcons;
     this.tabSettings.Location      = new System.Drawing.Point(8, 8);
     this.tabSettings.Name          = "tabSettings";
     this.tabSettings.SelectedIndex = 0;
     this.tabSettings.Size          = new System.Drawing.Size(264, 136);
     this.tabSettings.TabIndex      = 11;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.picPause);
     this.tabGeneral.Controls.Add(this.lblPause);
     this.tabGeneral.Controls.Add(this.cmbPause);
     this.tabGeneral.Controls.Add(this.chkPause);
     this.tabGeneral.ImageIndex = 0;
     this.tabGeneral.Location   = new System.Drawing.Point(4, 23);
     this.tabGeneral.Name       = "tabGeneral";
     this.tabGeneral.Size       = new System.Drawing.Size(256, 109);
     this.tabGeneral.TabIndex   = 0;
     this.tabGeneral.Text       = "General";
     //
     // imlTabIcons
     //
     this.imlTabIcons.ImageSize        = new System.Drawing.Size(16, 16);
     this.imlTabIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlTabIcons.ImageStream")));
     this.imlTabIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // picPause
     //
     this.picPause.Image    = ((System.Drawing.Image)(resources.GetObject("picPause.Image")));
     this.picPause.Location = new System.Drawing.Point(8, 80);
     this.picPause.Name     = "picPause";
     this.picPause.Size     = new System.Drawing.Size(24, 24);
     this.picPause.TabIndex = 18;
     this.picPause.TabStop  = false;
     //
     // lblPause
     //
     this.lblPause.Location  = new System.Drawing.Point(40, 80);
     this.lblPause.Name      = "lblPause";
     this.lblPause.Size      = new System.Drawing.Size(104, 23);
     this.lblPause.TabIndex  = 16;
     this.lblPause.Text      = "Pause delay";
     this.lblPause.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbPause
     //
     this.cmbPause.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPause.Items.AddRange(new object[] {
         "15 seconds",
         "30 seconds",
         "45 seconds",
         "1 minute"
     });
     this.cmbPause.Location = new System.Drawing.Point(144, 80);
     this.cmbPause.Name     = "cmbPause";
     this.cmbPause.Size     = new System.Drawing.Size(104, 21);
     this.cmbPause.TabIndex = 15;
     //
     // chkPause
     //
     this.chkPause.Location        = new System.Drawing.Point(8, 56);
     this.chkPause.Name            = "chkPause";
     this.chkPause.Size            = new System.Drawing.Size(240, 24);
     this.chkPause.TabIndex        = 14;
     this.chkPause.Text            = "Pause between consecutive operations";
     this.chkPause.CheckedChanged += new System.EventHandler(this.chkPause_CheckedChanged);
     //
     // tabDataBase
     //
     this.tabDataBase.Controls.Add(this.nudDBActionTimeout);
     this.tabDataBase.Controls.Add(this.lblDBActionTimeout);
     this.tabDataBase.Controls.Add(this.chkUseTransactions);
     this.tabDataBase.ImageIndex = 2;
     this.tabDataBase.Location   = new System.Drawing.Point(4, 23);
     this.tabDataBase.Name       = "tabDataBase";
     this.tabDataBase.Size       = new System.Drawing.Size(256, 109);
     this.tabDataBase.TabIndex   = 1;
     this.tabDataBase.Text       = "Database";
     //
     // nudDBActionTimeout
     //
     this.nudDBActionTimeout.Increment = new System.Decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.nudDBActionTimeout.Location = new System.Drawing.Point(176, 32);
     this.nudDBActionTimeout.Maximum  = new System.Decimal(new int[] {
         6000,
         0,
         0,
         0
     });
     this.nudDBActionTimeout.Minimum = new System.Decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.nudDBActionTimeout.Name     = "nudDBActionTimeout";
     this.nudDBActionTimeout.Size     = new System.Drawing.Size(72, 20);
     this.nudDBActionTimeout.TabIndex = 2;
     this.nudDBActionTimeout.Value    = new System.Decimal(new int[] {
         60,
         0,
         0,
         0
     });
     //
     // lblDBActionTimeout
     //
     this.lblDBActionTimeout.Location  = new System.Drawing.Point(8, 32);
     this.lblDBActionTimeout.Name      = "lblDBActionTimeout";
     this.lblDBActionTimeout.Size      = new System.Drawing.Size(168, 23);
     this.lblDBActionTimeout.TabIndex  = 1;
     this.lblDBActionTimeout.Text      = "Database Action Timeout (sec)";
     this.lblDBActionTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkUseTransactions
     //
     this.chkUseTransactions.Location = new System.Drawing.Point(8, 8);
     this.chkUseTransactions.Name     = "chkUseTransactions";
     this.chkUseTransactions.Size     = new System.Drawing.Size(240, 24);
     this.chkUseTransactions.TabIndex = 0;
     this.chkUseTransactions.Text     = "Use Transactions (slower but more safe)";
     //
     // frmPluginSettings
     //
     this.AcceptButton      = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cmdCancel;
     this.ClientSize        = new System.Drawing.Size(280, 181);
     this.Controls.Add(this.tabSettings);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmPluginSettings";
     this.Text            = "DBUpdater Plugin Settings";
     this.Load           += new System.EventHandler(this.frmPluginSettings_Load);
     this.tabSettings.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.tabDataBase.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nudDBActionTimeout)).EndInit();
     this.ResumeLayout(false);
 }
Example #43
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(frmChonkham));
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.makp      = new System.Windows.Forms.ComboBox();
     this.butOk     = new System.Windows.Forms.Button();
     this.butCancel = new System.Windows.Forms.Button();
     this.ngay      = new System.Windows.Forms.DateTimePicker();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 18);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(40, 24);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Khoa :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // makp
     //
     this.makp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.makp.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.makp.Location      = new System.Drawing.Point(45, 35);
     this.makp.Name          = "makp";
     this.makp.Size          = new System.Drawing.Size(171, 21);
     this.makp.TabIndex      = 2;
     this.makp.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.makp_KeyDown);
     //
     // butOk
     //
     this.butOk.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butOk.Image")));
     this.butOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butOk.Location   = new System.Drawing.Point(38, 67);
     this.butOk.Name       = "butOk";
     this.butOk.Size       = new System.Drawing.Size(74, 28);
     this.butOk.TabIndex   = 3;
     this.butOk.Text       = "      Đồng ý";
     this.butOk.Click     += new System.EventHandler(this.butOk_Click);
     //
     // butCancel
     //
     this.butCancel.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butCancel.Image")));
     this.butCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butCancel.Location   = new System.Drawing.Point(115, 67);
     this.butCancel.Name       = "butCancel";
     this.butCancel.Size       = new System.Drawing.Size(74, 28);
     this.butCancel.TabIndex   = 4;
     this.butCancel.Text       = "&Kết thúc";
     this.butCancel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butCancel.Click     += new System.EventHandler(this.butCancel_Click);
     //
     // ngay
     //
     this.ngay.CustomFormat = "dd/MM/yyyy";
     this.ngay.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ngay.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ngay.Location     = new System.Drawing.Point(45, 12);
     this.ngay.Name         = "ngay";
     this.ngay.Size         = new System.Drawing.Size(83, 21);
     this.ngay.TabIndex     = 0;
     this.ngay.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     this.ngay.Validated   += new System.EventHandler(this.ngay_Validated);
     //
     // frmChonkham
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(226, 111);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.ngay,
         this.butCancel,
         this.butOk,
         this.makp,
         this.label2,
         this.label1
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmChonkham";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Chọn khoa";
     this.Load           += new System.EventHandler(this.frmChonkham_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()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ComplexItem));
     this.variableName       = new System.Windows.Forms.TextBox();
     this.variableType       = new System.Windows.Forms.ComboBox();
     this.iconBox            = new System.Windows.Forms.PictureBox();
     this.actionImageList    = new System.Windows.Forms.ImageList(this.components);
     this.upButton           = new System.Windows.Forms.Button();
     this.downButton         = new System.Windows.Forms.Button();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.maxOccurTextBox    = new System.Windows.Forms.TextBox();
     this.maxOccur_FIXED     = new System.Windows.Forms.RadioButton();
     this.maxOccur_UNBOUNDED = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // variableName
     //
     this.variableName.Location = new System.Drawing.Point(72, 8);
     this.variableName.Name     = "variableName";
     this.variableName.Size     = new System.Drawing.Size(320, 20);
     this.variableName.TabIndex = 0;
     this.variableName.Text     = "";
     //
     // variableType
     //
     this.variableType.Items.AddRange(new object[] {
         "string",
         "boolean",
         "decimal",
         "float",
         "double",
         "duration",
         "dateTime",
         "time",
         "date",
         "anyURI"
     });
     this.variableType.Location = new System.Drawing.Point(72, 32);
     this.variableType.Name     = "variableType";
     this.variableType.Size     = new System.Drawing.Size(320, 21);
     this.variableType.TabIndex = 1;
     //
     // iconBox
     //
     this.iconBox.Location     = new System.Drawing.Point(8, 8);
     this.iconBox.Name         = "iconBox";
     this.iconBox.Size         = new System.Drawing.Size(48, 24);
     this.iconBox.TabIndex     = 2;
     this.iconBox.TabStop      = false;
     this.iconBox.DoubleClick += new System.EventHandler(this.iconBox_DoubleClick);
     //
     // actionImageList
     //
     this.actionImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.actionImageList.ImageSize        = new System.Drawing.Size(41, 18);
     this.actionImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("actionImageList.ImageStream")));
     this.actionImageList.TransparentColor = System.Drawing.Color.White;
     //
     // upButton
     //
     this.upButton.Image    = ((System.Drawing.Image)(resources.GetObject("upButton.Image")));
     this.upButton.Location = new System.Drawing.Point(4, 36);
     this.upButton.Name     = "upButton";
     this.upButton.Size     = new System.Drawing.Size(24, 22);
     this.upButton.TabIndex = 3;
     this.upButton.Text     = "button1";
     this.upButton.Click   += new System.EventHandler(this.upButton_Click);
     //
     // downButton
     //
     this.downButton.Image    = ((System.Drawing.Image)(resources.GetObject("downButton.Image")));
     this.downButton.Location = new System.Drawing.Point(32, 36);
     this.downButton.Name     = "downButton";
     this.downButton.Size     = new System.Drawing.Size(24, 22);
     this.downButton.TabIndex = 4;
     this.downButton.Text     = "button2";
     this.downButton.Click   += new System.EventHandler(this.downButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.maxOccurTextBox);
     this.groupBox1.Controls.Add(this.maxOccur_FIXED);
     this.groupBox1.Controls.Add(this.maxOccur_UNBOUNDED);
     this.groupBox1.Location = new System.Drawing.Point(416, 1);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(104, 56);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "MaxOccurs";
     //
     // maxOccurTextBox
     //
     this.maxOccurTextBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.maxOccurTextBox.Location = new System.Drawing.Point(24, 32);
     this.maxOccurTextBox.Name     = "maxOccurTextBox";
     this.maxOccurTextBox.Size     = new System.Drawing.Size(56, 18);
     this.maxOccurTextBox.TabIndex = 2;
     this.maxOccurTextBox.Text     = "1";
     //
     // maxOccur_FIXED
     //
     this.maxOccur_FIXED.Checked         = true;
     this.maxOccur_FIXED.Location        = new System.Drawing.Point(8, 33);
     this.maxOccur_FIXED.Name            = "maxOccur_FIXED";
     this.maxOccur_FIXED.Size            = new System.Drawing.Size(16, 16);
     this.maxOccur_FIXED.TabIndex        = 1;
     this.maxOccur_FIXED.TabStop         = true;
     this.maxOccur_FIXED.Text            = "radioButton2";
     this.maxOccur_FIXED.CheckedChanged += new System.EventHandler(this.maxOccur_FIXED_CheckedChanged);
     //
     // maxOccur_UNBOUNDED
     //
     this.maxOccur_UNBOUNDED.Location        = new System.Drawing.Point(8, 16);
     this.maxOccur_UNBOUNDED.Name            = "maxOccur_UNBOUNDED";
     this.maxOccur_UNBOUNDED.Size            = new System.Drawing.Size(88, 16);
     this.maxOccur_UNBOUNDED.TabIndex        = 0;
     this.maxOccur_UNBOUNDED.Text            = "Unbounded";
     this.maxOccur_UNBOUNDED.CheckedChanged += new System.EventHandler(this.maxOccur_UNBOUNDED_CheckedChanged);
     //
     // ComplexItem
     //
     this.BackColor = System.Drawing.SystemColors.ControlLight;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.downButton);
     this.Controls.Add(this.upButton);
     this.Controls.Add(this.iconBox);
     this.Controls.Add(this.variableType);
     this.Controls.Add(this.variableName);
     this.Name = "ComplexItem";
     this.Size = new System.Drawing.Size(528, 64);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #45
0
 [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     base.Load      += new System.EventHandler(frmClubCard_Load);
     base.Closed    += new System.EventHandler(frmClubCard_Closed);
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmClubCard));
     this.dgCard                 = new System.Windows.Forms.DataGrid();
     this.dgCard.DoubleClick    += new System.EventHandler(this.dgCard_DoubleClick);
     this.DataGridTableStyle1    = new System.Windows.Forms.DataGridTableStyle();
     this.DataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn7 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn8 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridBoolColumn1    = new System.Windows.Forms.DataGridBoolColumn();
     this.ToolBar1               = new System.Windows.Forms.ToolBar();
     this.ToolBar1.ButtonClick  += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolBar1_ButtonClick);
     this.ToolBarButton1         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton2         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton3         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton8         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton9         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton5         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton12        = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton11        = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton4         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton13        = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton10        = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton6         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton14        = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton7         = new System.Windows.Forms.ToolBarButton();
     this.ImageList1             = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize) this.dgCard).BeginInit();
     this.SuspendLayout();
     //
     //dgCard
     //
     this.dgCard.AlternatingBackColor = System.Drawing.Color.GhostWhite;
     this.dgCard.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.dgCard.BackColor           = System.Drawing.Color.GhostWhite;
     this.dgCard.BackgroundColor     = System.Drawing.Color.Lavender;
     this.dgCard.CaptionBackColor    = System.Drawing.Color.Navy;
     this.dgCard.CaptionForeColor    = System.Drawing.Color.White;
     this.dgCard.DataMember          = "";
     this.dgCard.FlatMode            = true;
     this.dgCard.Font                = new System.Drawing.Font("Tahoma", 8.0F);
     this.dgCard.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dgCard.GridLineColor       = System.Drawing.Color.RoyalBlue;
     this.dgCard.HeaderBackColor     = System.Drawing.Color.MidnightBlue;
     this.dgCard.HeaderFont          = new System.Drawing.Font("Tahoma", 8.0F, System.Drawing.FontStyle.Bold);
     this.dgCard.HeaderForeColor     = System.Drawing.Color.Lavender;
     this.dgCard.LinkColor           = System.Drawing.Color.Teal;
     this.dgCard.Location            = new System.Drawing.Point(0, 56);
     this.dgCard.Name                = "dgCard";
     this.dgCard.ParentRowsBackColor = System.Drawing.Color.Lavender;
     this.dgCard.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dgCard.ReadOnly            = true;
     this.dgCard.SelectionBackColor  = System.Drawing.Color.Teal;
     this.dgCard.SelectionForeColor  = System.Drawing.Color.PaleGreen;
     this.dgCard.Size                = new System.Drawing.Size(568, 360);
     this.dgCard.TabIndex            = 5;
     this.dgCard.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] { this.DataGridTableStyle1 });
     //
     //DataGridTableStyle1
     //
     this.DataGridTableStyle1.DataGrid = this.dgCard;
     this.DataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] { this.DataGridTextBoxColumn1, this.DataGridTextBoxColumn2, this.DataGridTextBoxColumn3, this.DataGridTextBoxColumn4, this.DataGridTextBoxColumn5, this.DataGridTextBoxColumn6, this.DataGridTextBoxColumn7, this.DataGridTextBoxColumn8, this.DataGridBoolColumn1 });
     this.DataGridTableStyle1.HeaderFont      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.DataGridTableStyle1.MappingName     = "clubcard";
     //
     //DataGridTextBoxColumn1
     //
     this.DataGridTextBoxColumn1.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn1.Format      = "";
     this.DataGridTextBoxColumn1.FormatInfo  = null;
     this.DataGridTextBoxColumn1.HeaderText  = "卡号";
     this.DataGridTextBoxColumn1.MappingName = "clubcardno";
     this.DataGridTextBoxColumn1.Width       = 75;
     //
     //DataGridTextBoxColumn2
     //
     this.DataGridTextBoxColumn2.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn2.Format      = "";
     this.DataGridTextBoxColumn2.FormatInfo  = null;
     this.DataGridTextBoxColumn2.HeaderText  = "客户编码";
     this.DataGridTextBoxColumn2.MappingName = "customercode";
     this.DataGridTextBoxColumn2.Width       = 80;
     //
     //DataGridTextBoxColumn3
     //
     this.DataGridTextBoxColumn3.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn3.Format      = "";
     this.DataGridTextBoxColumn3.FormatInfo  = null;
     this.DataGridTextBoxColumn3.HeaderText  = "客户名称";
     this.DataGridTextBoxColumn3.MappingName = "customername";
     this.DataGridTextBoxColumn3.Width       = 75;
     //
     //DataGridTextBoxColumn4
     //
     this.DataGridTextBoxColumn4.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn4.Format      = "";
     this.DataGridTextBoxColumn4.FormatInfo  = null;
     this.DataGridTextBoxColumn4.HeaderText  = "开户日期";
     this.DataGridTextBoxColumn4.MappingName = "begindate";
     this.DataGridTextBoxColumn4.Width       = 90;
     //
     //DataGridTextBoxColumn5
     //
     this.DataGridTextBoxColumn5.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn5.Format      = "";
     this.DataGridTextBoxColumn5.FormatInfo  = null;
     this.DataGridTextBoxColumn5.HeaderText  = "开户金额";
     this.DataGridTextBoxColumn5.MappingName = "begincost";
     this.DataGridTextBoxColumn5.Width       = 75;
     //
     //DataGridTextBoxColumn6
     //
     this.DataGridTextBoxColumn6.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn6.Format      = "";
     this.DataGridTextBoxColumn6.FormatInfo  = null;
     this.DataGridTextBoxColumn6.HeaderText  = "累计消费";
     this.DataGridTextBoxColumn6.MappingName = "totalcost";
     this.DataGridTextBoxColumn6.Width       = 75;
     //
     //DataGridTextBoxColumn7
     //
     this.DataGridTextBoxColumn7.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn7.Format      = "";
     this.DataGridTextBoxColumn7.FormatInfo  = null;
     this.DataGridTextBoxColumn7.HeaderText  = "卡存余额";
     this.DataGridTextBoxColumn7.MappingName = "remaincost";
     this.DataGridTextBoxColumn7.Width       = 75;
     //
     //DataGridTextBoxColumn8
     //
     this.DataGridTextBoxColumn8.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn8.Format      = "";
     this.DataGridTextBoxColumn8.FormatInfo  = null;
     this.DataGridTextBoxColumn8.HeaderText  = "折让比率";
     this.DataGridTextBoxColumn8.MappingName = "discountrate";
     this.DataGridTextBoxColumn8.Width       = 75;
     //
     //DataGridBoolColumn1
     //
     this.DataGridBoolColumn1.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridBoolColumn1.FalseValue  = "3";
     this.DataGridBoolColumn1.HeaderText  = "启用";
     this.DataGridBoolColumn1.MappingName = "status";
     this.DataGridBoolColumn1.NullValue   = resources.GetObject("DataGridBoolColumn1.NullValue");
     this.DataGridBoolColumn1.TrueValue   = "1";
     this.DataGridBoolColumn1.Width       = 75;
     //
     //ToolBar1
     //
     this.ToolBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.ToolBarButton1, this.ToolBarButton2, this.ToolBarButton3, this.ToolBarButton8, this.ToolBarButton9, this.ToolBarButton5, this.ToolBarButton12, this.ToolBarButton11, this.ToolBarButton4, this.ToolBarButton13, this.ToolBarButton10, this.ToolBarButton6, this.ToolBarButton14, this.ToolBarButton7 });
     this.ToolBar1.ButtonSize     = new System.Drawing.Size(50, 48);
     this.ToolBar1.DropDownArrows = true;
     this.ToolBar1.ImageList      = this.ImageList1;
     this.ToolBar1.Location       = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name           = "ToolBar1";
     this.ToolBar1.ShowToolTips   = true;
     this.ToolBar1.Size           = new System.Drawing.Size(568, 55);
     this.ToolBar1.TabIndex       = 4;
     //
     //ToolBarButton1
     //
     this.ToolBarButton1.ImageIndex = 0;
     this.ToolBarButton1.Text       = "启用";
     //
     //ToolBarButton2
     //
     this.ToolBarButton2.ImageIndex = 1;
     this.ToolBarButton2.Text       = "暂停";
     //
     //ToolBarButton3
     //
     this.ToolBarButton3.ImageIndex = 2;
     this.ToolBarButton3.Text       = "废止";
     //
     //ToolBarButton8
     //
     this.ToolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton9
     //
     this.ToolBarButton9.ImageIndex = 3;
     this.ToolBarButton9.Text       = "打折";
     //
     //ToolBarButton5
     //
     this.ToolBarButton5.ImageIndex = 4;
     this.ToolBarButton5.Text       = "续存";
     //
     //ToolBarButton12
     //
     this.ToolBarButton12.ImageIndex = 5;
     this.ToolBarButton12.Text       = "密码";
     //
     //ToolBarButton11
     //
     this.ToolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton4
     //
     this.ToolBarButton4.ImageIndex = 6;
     this.ToolBarButton4.Text       = "删除";
     //
     //ToolBarButton13
     //
     this.ToolBarButton13.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton10
     //
     this.ToolBarButton10.ImageIndex = 7;
     this.ToolBarButton10.Text       = "查询";
     //
     //ToolBarButton6
     //
     this.ToolBarButton6.ImageIndex = 8;
     this.ToolBarButton6.Text       = "打印";
     //
     //ToolBarButton14
     //
     this.ToolBarButton14.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton7
     //
     this.ToolBarButton7.ImageIndex = 9;
     this.ToolBarButton7.Text       = "关闭";
     //
     //ImageList1
     //
     this.ImageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth16Bit;
     this.ImageList1.ImageSize        = new System.Drawing.Size(28, 28);
     this.ImageList1.ImageStream      = (System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList1.ImageStream"));
     this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     //frmClubCard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(568, 414);
     this.Controls.Add(this.dgCard);
     this.Controls.Add(this.ToolBar1);
     this.Icon = (System.Drawing.Icon)(resources.GetObject("$this.Icon"));
     this.Name = "frmClubCard";
     this.Text = "会员卡管理";
     ((System.ComponentModel.ISupportInitialize) this.dgCard).EndInit();
     this.ResumeLayout(false);
 }
Example #46
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(DecoMover));

            this.num         = new System.Windows.Forms.NumericUpDown();
            this.bUpLeft     = new System.Windows.Forms.Button();
            this.bUp         = new System.Windows.Forms.Button();
            this.bUpRight    = new System.Windows.Forms.Button();
            this.bLeft       = new System.Windows.Forms.Button();
            this.bDownLeft   = new System.Windows.Forms.Button();
            this.bDown       = new System.Windows.Forms.Button();
            this.bDownRight  = new System.Windows.Forms.Button();
            this.bRight      = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.num)).BeginInit();
            this.SuspendLayout();
            //
            // num
            //
            this.num.Location      = new System.Drawing.Point(16, 0);
            this.num.Maximum       = new System.Decimal(new int[] { 7000, 0, 0, 0 });
            this.num.Minimum       = new System.Decimal(new int[] { 1, 0, 0, 0 });
            this.num.Name          = "num";
            this.num.Size          = new System.Drawing.Size(44, 20);
            this.num.TabIndex      = 1;
            this.num.Value         = new System.Decimal(new int[] { 1, 0, 0, 0 });
            this.num.ValueChanged += new System.EventHandler(this.num_ValueChanged);
            //
            // bUpLeft
            //
            this.bUpLeft.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bUpLeft.Image     = ((System.Drawing.Image)(resources.GetObject("bUpLeft.Image")));
            this.bUpLeft.Location  = new System.Drawing.Point(0, 20);
            this.bUpLeft.Name      = "bUpLeft";
            this.bUpLeft.Size      = new System.Drawing.Size(22, 22);
            this.bUpLeft.TabIndex  = 2;
            this.bUpLeft.Click    += new System.EventHandler(this.bUpLeft_Click);
            this.bUpLeft.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // bUp
            //
            this.bUp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bUp.Image     = ((System.Drawing.Image)(resources.GetObject("bUp.Image")));
            this.bUp.Location  = new System.Drawing.Point(24, 20);
            this.bUp.Name      = "bUp";
            this.bUp.Size      = new System.Drawing.Size(22, 22);
            this.bUp.TabIndex  = 3;
            this.bUp.Click    += new System.EventHandler(this.bUp_Click);
            this.bUp.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // bUpRight
            //
            this.bUpRight.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bUpRight.Image     = ((System.Drawing.Image)(resources.GetObject("bUpRight.Image")));
            this.bUpRight.Location  = new System.Drawing.Point(48, 20);
            this.bUpRight.Name      = "bUpRight";
            this.bUpRight.Size      = new System.Drawing.Size(22, 22);
            this.bUpRight.TabIndex  = 4;
            this.bUpRight.Click    += new System.EventHandler(this.bUpRight_Click);
            this.bUpRight.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // bLeft
            //
            this.bLeft.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bLeft.Image     = ((System.Drawing.Image)(resources.GetObject("bLeft.Image")));
            this.bLeft.Location  = new System.Drawing.Point(0, 44);
            this.bLeft.Name      = "bLeft";
            this.bLeft.Size      = new System.Drawing.Size(22, 22);
            this.bLeft.TabIndex  = 5;
            this.bLeft.Click    += new System.EventHandler(this.bLeft_Click);
            this.bLeft.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // bDownLeft
            //
            this.bDownLeft.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bDownLeft.Image     = ((System.Drawing.Image)(resources.GetObject("bDownLeft.Image")));
            this.bDownLeft.Location  = new System.Drawing.Point(0, 68);
            this.bDownLeft.Name      = "bDownLeft";
            this.bDownLeft.Size      = new System.Drawing.Size(22, 22);
            this.bDownLeft.TabIndex  = 6;
            this.bDownLeft.Click    += new System.EventHandler(this.bDownLeft_Click);
            this.bDownLeft.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // bDown
            //
            this.bDown.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bDown.Image     = ((System.Drawing.Image)(resources.GetObject("bDown.Image")));
            this.bDown.Location  = new System.Drawing.Point(24, 68);
            this.bDown.Name      = "bDown";
            this.bDown.Size      = new System.Drawing.Size(22, 22);
            this.bDown.TabIndex  = 7;
            this.bDown.Click    += new System.EventHandler(this.bDown_Click);
            this.bDown.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // bDownRight
            //
            this.bDownRight.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bDownRight.Image     = ((System.Drawing.Image)(resources.GetObject("bDownRight.Image")));
            this.bDownRight.Location  = new System.Drawing.Point(48, 68);
            this.bDownRight.Name      = "bDownRight";
            this.bDownRight.Size      = new System.Drawing.Size(22, 22);
            this.bDownRight.TabIndex  = 8;
            this.bDownRight.Click    += new System.EventHandler(this.bDownRight_Click);
            this.bDownRight.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // bRight
            //
            this.bRight.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.bRight.Image     = ((System.Drawing.Image)(resources.GetObject("bRight.Image")));
            this.bRight.Location  = new System.Drawing.Point(48, 44);
            this.bRight.Name      = "bRight";
            this.bRight.Size      = new System.Drawing.Size(22, 22);
            this.bRight.TabIndex  = 9;
            this.bRight.Click    += new System.EventHandler(this.bRight_Click);
            this.bRight.Paint    += new System.Windows.Forms.PaintEventHandler(this.ButtonPaint);
            //
            // pictureBox1
            //
            this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(24, 44);
            this.pictureBox1.Name     = "pictureBox1";
            this.pictureBox1.Size     = new System.Drawing.Size(24, 24);
            this.pictureBox1.TabIndex = 10;
            this.pictureBox1.TabStop  = false;
            //
            // DecoMover
            //
            this.BackColor = System.Drawing.SystemColors.Control;
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.bRight);
            this.Controls.Add(this.bDownRight);
            this.Controls.Add(this.bDown);
            this.Controls.Add(this.bDownLeft);
            this.Controls.Add(this.bLeft);
            this.Controls.Add(this.bUpRight);
            this.Controls.Add(this.bUp);
            this.Controls.Add(this.bUpLeft);
            this.Controls.Add(this.num);
            this.Name  = "DecoMover";
            this.Size  = new System.Drawing.Size(72, 92);
            this.Load += new System.EventHandler(this.DecoMover_Load);
            ((System.ComponentModel.ISupportInitialize)(this.num)).EndInit();
            this.ResumeLayout(false);
        }
Example #47
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(dlgSelectDate));
     this.btnOK          = new System.Windows.Forms.Button();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.calDate        = new System.Windows.Forms.MonthCalendar();
     this.cboSortCenter  = new System.Windows.Forms.ComboBox();
     this._lblSortCenter = new System.Windows.Forms.Label();
     this._lblDate       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnOK.Location     = new System.Drawing.Point(126, 228);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(96, 24);
     this.btnOK.TabIndex     = 0;
     this.btnOK.Text         = "&OK ";
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.Location     = new System.Drawing.Point(228, 228);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "&Cancel";
     //
     // calDate
     //
     this.calDate.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.calDate.Location          = new System.Drawing.Point(90, 42);
     this.calDate.MaxSelectionCount = 1;
     this.calDate.Name              = "calDate";
     this.calDate.ShowTodayCircle   = false;
     this.calDate.TabIndex          = 2;
     this.calDate.DateSelected     += new System.Windows.Forms.DateRangeEventHandler(this.OnDateSelected);
     //
     // cboSortCenter
     //
     this.cboSortCenter.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSortCenter.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cboSortCenter.Location                  = new System.Drawing.Point(90, 12);
     this.cboSortCenter.Name                      = "cboSortCenter";
     this.cboSortCenter.Size                      = new System.Drawing.Size(234, 21);
     this.cboSortCenter.TabIndex                  = 3;
     this.cboSortCenter.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // _lblSortCenter
     //
     this._lblSortCenter.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblSortCenter.Location  = new System.Drawing.Point(6, 12);
     this._lblSortCenter.Name      = "_lblSortCenter";
     this._lblSortCenter.Size      = new System.Drawing.Size(72, 18);
     this._lblSortCenter.TabIndex  = 4;
     this._lblSortCenter.Text      = "Sort Center";
     this._lblSortCenter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblDate
     //
     this._lblDate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblDate.Location  = new System.Drawing.Point(6, 42);
     this._lblDate.Name      = "_lblDate";
     this._lblDate.Size      = new System.Drawing.Size(72, 19);
     this._lblDate.TabIndex  = 5;
     this._lblDate.Text      = "Date";
     this._lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dlgSelectDate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(330, 256);
     this.Controls.Add(this._lblDate);
     this.Controls.Add(this._lblSortCenter);
     this.Controls.Add(this.cboSortCenter);
     this.Controls.Add(this.calDate);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgSelectDate";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "New Ship Schedule";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.OnFormLoad);
     this.ResumeLayout(false);
 }
Example #48
0
 [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmAddSuitFoodQty));
     this.Label1         = new System.Windows.Forms.Label();
     base.Load          += new System.EventHandler(frmAddSuitFoodQty_Load);
     this.NumericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.Button1        = new System.Windows.Forms.Button();
     this.Button1.Click += new System.EventHandler(this.Button1_Click);
     this.Button2        = new System.Windows.Forms.Button();
     this.Label2         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize) this.NumericUpDown1).BeginInit();
     this.SuspendLayout();
     //
     //Label1
     //
     this.Label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Label1.ForeColor = System.Drawing.Color.Navy;
     this.Label1.Location  = new System.Drawing.Point(16, 16);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(272, 40);
     this.Label1.TabIndex  = 0;
     //
     //NumericUpDown1
     //
     this.NumericUpDown1.Location  = new System.Drawing.Point(128, 64);
     this.NumericUpDown1.Name      = "NumericUpDown1";
     this.NumericUpDown1.Size      = new System.Drawing.Size(72, 21);
     this.NumericUpDown1.TabIndex  = 1;
     this.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NumericUpDown1.Value     = new decimal(new int[] { 1, 0, 0, 0 });
     //
     //Button1
     //
     this.Button1.Location = new System.Drawing.Point(72, 104);
     this.Button1.Name     = "Button1";
     this.Button1.TabIndex = 2;
     this.Button1.Text     = "确定(&O)";
     //
     //Button2
     //
     this.Button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.Button2.Location     = new System.Drawing.Point(152, 104);
     this.Button2.Name         = "Button2";
     this.Button2.TabIndex     = 3;
     this.Button2.Text         = "取消(&C)";
     //
     //Label2
     //
     this.Label2.Location  = new System.Drawing.Point(48, 64);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(80, 23);
     this.Label2.TabIndex  = 4;
     this.Label2.Text      = "套餐中数量:";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     //frmAddSuitFoodQty
     //
     this.AcceptButton      = this.Button1;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.Button2;
     this.ClientSize        = new System.Drawing.Size(298, 144);
     this.Controls.Add(this.NumericUpDown1);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Button2);
     this.Controls.Add(this.Button1);
     this.Controls.Add(this.Label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = (System.Drawing.Icon)(resources.GetObject("$this.Icon"));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAddSuitFoodQty";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "添加套餐菜品";
     ((System.ComponentModel.ISupportInitialize) this.NumericUpDown1).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(ConfigurationEditor));
     this.configListBox = new System.Windows.Forms.ListBox();
     this.removeButton  = new System.Windows.Forms.Button();
     this.renameButton  = new System.Windows.Forms.Button();
     this.closeButton   = new System.Windows.Forms.Button();
     this.addButton     = new System.Windows.Forms.Button();
     this.activeButton  = new System.Windows.Forms.Button();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.SuspendLayout();
     //
     // configListBox
     //
     this.helpProvider1.SetHelpString(this.configListBox, "Selects the configuration to operate on.");
     this.configListBox.ItemHeight = 16;
     this.configListBox.Location   = new System.Drawing.Point(8, 8);
     this.configListBox.Name       = "configListBox";
     this.helpProvider1.SetShowHelp(this.configListBox, true);
     this.configListBox.Size                  = new System.Drawing.Size(168, 244);
     this.configListBox.TabIndex              = 0;
     this.configListBox.SelectedIndexChanged += new System.EventHandler(this.configListBox_SelectedIndexChanged);
     //
     // removeButton
     //
     this.helpProvider1.SetHelpString(this.removeButton, "Removes the selected configuration");
     this.removeButton.Location = new System.Drawing.Point(192, 8);
     this.removeButton.Name     = "removeButton";
     this.helpProvider1.SetShowHelp(this.removeButton, true);
     this.removeButton.Size     = new System.Drawing.Size(96, 32);
     this.removeButton.TabIndex = 1;
     this.removeButton.Text     = "&Remove";
     this.removeButton.Click   += new System.EventHandler(this.removeButton_Click);
     //
     // renameButton
     //
     this.helpProvider1.SetHelpString(this.renameButton, "Allows renaming the selected configuration");
     this.renameButton.Location = new System.Drawing.Point(192, 48);
     this.renameButton.Name     = "renameButton";
     this.helpProvider1.SetShowHelp(this.renameButton, true);
     this.renameButton.Size     = new System.Drawing.Size(96, 32);
     this.renameButton.TabIndex = 2;
     this.renameButton.Text     = "Re&name";
     this.renameButton.Click   += new System.EventHandler(this.renameButton_Click);
     //
     // closeButton
     //
     this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.helpProvider1.SetHelpString(this.closeButton, "Closes this dialog");
     this.closeButton.Location = new System.Drawing.Point(192, 216);
     this.closeButton.Name     = "closeButton";
     this.helpProvider1.SetShowHelp(this.closeButton, true);
     this.closeButton.Size     = new System.Drawing.Size(96, 32);
     this.closeButton.TabIndex = 4;
     this.closeButton.Text     = "Close";
     this.closeButton.Click   += new System.EventHandler(this.okButton_Click);
     //
     // addButton
     //
     this.helpProvider1.SetHelpString(this.addButton, "Allows adding a new configuration");
     this.addButton.Location = new System.Drawing.Point(192, 88);
     this.addButton.Name     = "addButton";
     this.helpProvider1.SetShowHelp(this.addButton, true);
     this.addButton.Size     = new System.Drawing.Size(96, 32);
     this.addButton.TabIndex = 5;
     this.addButton.Text     = "&Add...";
     this.addButton.Click   += new System.EventHandler(this.addButton_Click);
     //
     // activeButton
     //
     this.helpProvider1.SetHelpString(this.activeButton, "Makes the selected configuration active");
     this.activeButton.Location = new System.Drawing.Point(192, 128);
     this.activeButton.Name     = "activeButton";
     this.helpProvider1.SetShowHelp(this.activeButton, true);
     this.activeButton.Size     = new System.Drawing.Size(96, 32);
     this.activeButton.TabIndex = 6;
     this.activeButton.Text     = "&Make Active";
     this.activeButton.Click   += new System.EventHandler(this.activeButton_Click);
     //
     // ConfigurationEditor
     //
     this.AcceptButton      = this.closeButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.closeButton;
     this.ClientSize        = new System.Drawing.Size(298, 268);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.activeButton,
         this.addButton,
         this.closeButton,
         this.renameButton,
         this.removeButton,
         this.configListBox
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ConfigurationEditor";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "ConfigurationEditor";
     this.Load           += new System.EventHandler(this.ConfigurationEditor_Load);
     this.ResumeLayout(false);
 }
Example #50
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(Form2));
     this.imageList1       = new System.Windows.Forms.ImageList(this.components);
     this.myPopup          = new System.Windows.Forms.ContextMenu();
     this.menuItem1        = new System.Windows.Forms.MenuItem();
     this.myPopupObject    = new System.Windows.Forms.ContextMenu();
     this.ContextWireframe = new System.Windows.Forms.MenuItem();
     this.ContextShading   = new System.Windows.Forms.MenuItem();
     this.ContextColor     = new System.Windows.Forms.MenuItem();
     this.ContextMaterial  = new System.Windows.Forms.MenuItem();
     this.ContMatBrass     = new System.Windows.Forms.MenuItem();
     this.ContMenBronze    = new System.Windows.Forms.MenuItem();
     this.ContMenCopper    = new System.Windows.Forms.MenuItem();
     this.ContMenGold      = new System.Windows.Forms.MenuItem();
     this.ContMenPewt      = new System.Windows.Forms.MenuItem();
     this.ContMenPlaster   = new System.Windows.Forms.MenuItem();
     this.ContMenPlastic   = new System.Windows.Forms.MenuItem();
     this.ContMenSilver    = new System.Windows.Forms.MenuItem();
     this.ContMenTranc     = new System.Windows.Forms.MenuItem();
     this.ContMenDelete    = new System.Windows.Forms.MenuItem();
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // myPopup
     //
     this.myPopup.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     //
     // menuItem1
     //
     this.menuItem1.Index  = 0;
     this.menuItem1.Text   = "Change &Background";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // myPopupObject
     //
     this.myPopupObject.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.ContextWireframe,
         this.ContextShading,
         this.ContextColor,
         this.ContextMaterial,
         this.ContMenTranc,
         this.ContMenDelete
     });
     this.myPopupObject.Popup += new System.EventHandler(this.myPopupObject_Popup);
     //
     // ContextWireframe
     //
     this.ContextWireframe.Index  = 0;
     this.ContextWireframe.Text   = "Wireframe";
     this.ContextWireframe.Click += new System.EventHandler(this.ContextWireframe_Click);
     //
     // ContextShading
     //
     this.ContextShading.Index  = 1;
     this.ContextShading.Text   = "Shading";
     this.ContextShading.Click += new System.EventHandler(this.ContextShading_Click);
     //
     // ContextColor
     //
     this.ContextColor.Index  = 2;
     this.ContextColor.Text   = "Color";
     this.ContextColor.Click += new System.EventHandler(this.ContextColor_Click);
     //
     // ContextMaterial
     //
     this.ContextMaterial.Index = 3;
     this.ContextMaterial.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.ContMatBrass,
         this.ContMenBronze,
         this.ContMenCopper,
         this.ContMenGold,
         this.ContMenPewt,
         this.ContMenPlaster,
         this.ContMenPlastic,
         this.ContMenSilver
     });
     this.ContextMaterial.Text = "Material";
     //
     // ContMatBrass
     //
     this.ContMatBrass.Index  = 0;
     this.ContMatBrass.Text   = "&Brass";
     this.ContMatBrass.Click += new System.EventHandler(this.ContMatBrass_Click);
     //
     // ContMenBronze
     //
     this.ContMenBronze.Index  = 1;
     this.ContMenBronze.Text   = "&Bronze";
     this.ContMenBronze.Click += new System.EventHandler(this.ContMenBronze_Click);
     //
     // ContMenCopper
     //
     this.ContMenCopper.Index  = 2;
     this.ContMenCopper.Text   = "&Copper";
     this.ContMenCopper.Click += new System.EventHandler(this.ContMenCopper_Click);
     //
     // ContMenGold
     //
     this.ContMenGold.Index  = 3;
     this.ContMenGold.Text   = "&Gold";
     this.ContMenGold.Click += new System.EventHandler(this.ContMenGold_Click);
     //
     // ContMenPewt
     //
     this.ContMenPewt.Index  = 4;
     this.ContMenPewt.Text   = "&Pewter";
     this.ContMenPewt.Click += new System.EventHandler(this.ContMenPewt_Click);
     //
     // ContMenPlaster
     //
     this.ContMenPlaster.Index  = 5;
     this.ContMenPlaster.Text   = "&Plaster";
     this.ContMenPlaster.Click += new System.EventHandler(this.ContMenPlaster_Click);
     //
     // ContMenPlastic
     //
     this.ContMenPlastic.Index  = 6;
     this.ContMenPlastic.Text   = "&Plastic";
     this.ContMenPlastic.Click += new System.EventHandler(this.ContMenPlastic_Click);
     //
     // ContMenSilver
     //
     this.ContMenSilver.Index  = 7;
     this.ContMenSilver.Text   = "&Silver";
     this.ContMenSilver.Click += new System.EventHandler(this.ContMenSilver_Click);
     //
     // ContMenTranc
     //
     this.ContMenTranc.Index  = 4;
     this.ContMenTranc.Text   = "&Trancparency";
     this.ContMenTranc.Click += new System.EventHandler(this.ContMenTranc_Click);
     //
     // ContMenDelete
     //
     this.ContMenDelete.Index  = 5;
     this.ContMenDelete.Text   = "&Delete";
     this.ContMenDelete.Click += new System.EventHandler(this.ContMenDelete_Click);
     //
     // Form2
     //
     this.AccessibleRole    = System.Windows.Forms.AccessibleRole.Window;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(320, 261);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.Name         = "Form2";
     this.Text         = "Document";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.Form2_KeyDown);
     this.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseDown);
     this.SizeChanged += new System.EventHandler(this.Form2_SizeChanged);
     this.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseUp);
     this.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.Form2_KeyUp);
     this.Closed      += new System.EventHandler(this.Form2_Closed);
     this.Paint       += new System.Windows.Forms.PaintEventHandler(this.Form2_Paint);
     this.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseMove);
 }
Example #51
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();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager   resources  = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1  = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1     = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1  = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1   = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler   = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop         = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh        = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList    = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract       = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit        = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63     = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd            = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1          = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember           = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End         = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId  = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start       = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status      = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject     = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers  = false;
     this.dateNavigator1.Size             = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex         = 1;
     this.dateNavigator1.DoubleClick     += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name     = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts            = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete               = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect          = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility           = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size              = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start             = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage           = this.schedulerStorage1;
     this.schedulerControl1.TabIndex          = 0;
     this.schedulerControl1.Text              = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler1
     });
     this.schedulerControl1.Views.DayView.TimeScale            = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler2
     });
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader        += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing      += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow  = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop  = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll  = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name     = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size     = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text     = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor            = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor            = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name     = "pnlCtrlTop";
     this.pnlCtrlTop.Size     = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text     = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location                   = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name     = "sBtnRefresh";
     this.sBtnRefresh.Size     = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text     = "Refresh";
     this.sBtnRefresh.Click   += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name     = "sBtnWaitingList";
     this.sBtnWaitingList.Size     = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text     = "Waiting List";
     this.sBtnWaitingList.Click   += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont        = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex                        = 1;
     this.sBtnSubtract.Location                          = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name     = "sBtnSubtract";
     this.sBtnSubtract.Size     = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text     = ">>";
     this.sBtnSubtract.Click   += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name     = "sBtnForfeit";
     this.sBtnForfeit.Size     = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text     = "Forfeit";
     this.sBtnForfeit.Click   += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name     = "SimpleButton61";
     this.SimpleButton61.Size     = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text     = "Mark Service";
     this.SimpleButton61.Click   += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name     = "SimpleButton62";
     this.SimpleButton62.Size     = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text     = "Delete";
     this.SimpleButton62.Click   += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name     = "SimpleButton63";
     this.SimpleButton63.Size     = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text     = "New";
     this.SimpleButton63.Click   += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont        = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex                        = 0;
     this.sBtnAdd.Location                          = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name     = "sBtnAdd";
     this.sBtnAdd.Size     = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text     = "<<";
     this.sBtnAdd.Click   += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick     = true;
     this.resourcesCheckedListBoxControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location         = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name             = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size             = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex         = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size        = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex    = 57;
     this.splitContainerControl1.Text        = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(InputContainerMappingIdForm));
     this.label1   = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.button1  = new System.Windows.Forms.Button();
     this.button2  = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(32, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "容器ID";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(88, 24);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(176, 21);
     this.textBox1.TabIndex = 1;
     this.textBox1.Text     = "";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(72, 64);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(56, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "确 定";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(176, 64);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(56, 23);
     this.button2.TabIndex = 3;
     this.button2.Text     = "取 消";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // InputContainerMappingIdForm
     //
     this.AcceptButton      = this.button1;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(294, 100);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "InputContainerMappingIdForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "请输入容器映射ID";
     this.ResumeLayout(false);
 }
Example #53
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(Doors));
     this.WestCCW    = new System.Windows.Forms.Label();
     this.EastCW     = new System.Windows.Forms.Label();
     this.WestCW     = new System.Windows.Forms.Label();
     this.EastCCW    = new System.Windows.Forms.Label();
     this.NorthCW    = new System.Windows.Forms.Label();
     this.SouthCCW   = new System.Windows.Forms.Label();
     this.NorthCCW   = new System.Windows.Forms.Label();
     this.SouthCW    = new System.Windows.Forms.Label();
     this.lnkDoor    = new System.Windows.Forms.LinkLabel();
     this.bLock      = new System.Windows.Forms.Button();
     this.bUnlock    = new System.Windows.Forms.Button();
     this.boxButton1 = new TheBox.Buttons.BoxButton();
     this.boxButton2 = new TheBox.Buttons.BoxButton();
     this.SuspendLayout();
     //
     // WestCCW
     //
     this.WestCCW.BackColor   = System.Drawing.Color.White;
     this.WestCCW.Image       = ((System.Drawing.Image)(resources.GetObject("WestCCW.Image")));
     this.WestCCW.Location    = new System.Drawing.Point(72, 0);
     this.WestCCW.Name        = "WestCCW";
     this.WestCCW.Size        = new System.Drawing.Size(68, 68);
     this.WestCCW.TabIndex    = 0;
     this.WestCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.WestCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.WestCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.WestCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // EastCW
     //
     this.EastCW.BackColor   = System.Drawing.Color.White;
     this.EastCW.Image       = ((System.Drawing.Image)(resources.GetObject("EastCW.Image")));
     this.EastCW.Location    = new System.Drawing.Point(124, 72);
     this.EastCW.Name        = "EastCW";
     this.EastCW.Size        = new System.Drawing.Size(68, 68);
     this.EastCW.TabIndex    = 1;
     this.EastCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.EastCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.EastCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.EastCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // WestCW
     //
     this.WestCW.BackColor   = System.Drawing.Color.White;
     this.WestCW.Image       = ((System.Drawing.Image)(resources.GetObject("WestCW.Image")));
     this.WestCW.Location    = new System.Drawing.Point(0, 0);
     this.WestCW.Name        = "WestCW";
     this.WestCW.Size        = new System.Drawing.Size(68, 68);
     this.WestCW.TabIndex    = 2;
     this.WestCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.WestCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.WestCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.WestCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // EastCCW
     //
     this.EastCCW.BackColor   = System.Drawing.Color.White;
     this.EastCCW.Image       = ((System.Drawing.Image)(resources.GetObject("EastCCW.Image")));
     this.EastCCW.Location    = new System.Drawing.Point(52, 72);
     this.EastCCW.Name        = "EastCCW";
     this.EastCCW.Size        = new System.Drawing.Size(68, 68);
     this.EastCCW.TabIndex    = 3;
     this.EastCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.EastCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.EastCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.EastCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // NorthCW
     //
     this.NorthCW.BackColor   = System.Drawing.Color.White;
     this.NorthCW.Image       = ((System.Drawing.Image)(resources.GetObject("NorthCW.Image")));
     this.NorthCW.Location    = new System.Drawing.Point(356, 0);
     this.NorthCW.Name        = "NorthCW";
     this.NorthCW.Size        = new System.Drawing.Size(68, 68);
     this.NorthCW.TabIndex    = 4;
     this.NorthCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.NorthCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.NorthCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.NorthCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // SouthCCW
     //
     this.SouthCCW.BackColor   = System.Drawing.Color.White;
     this.SouthCCW.Image       = ((System.Drawing.Image)(resources.GetObject("SouthCCW.Image")));
     this.SouthCCW.Location    = new System.Drawing.Point(304, 72);
     this.SouthCCW.Name        = "SouthCCW";
     this.SouthCCW.Size        = new System.Drawing.Size(68, 68);
     this.SouthCCW.TabIndex    = 5;
     this.SouthCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.SouthCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.SouthCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.SouthCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // NorthCCW
     //
     this.NorthCCW.BackColor   = System.Drawing.Color.White;
     this.NorthCCW.Image       = ((System.Drawing.Image)(resources.GetObject("NorthCCW.Image")));
     this.NorthCCW.Location    = new System.Drawing.Point(428, 0);
     this.NorthCCW.Name        = "NorthCCW";
     this.NorthCCW.Size        = new System.Drawing.Size(68, 68);
     this.NorthCCW.TabIndex    = 6;
     this.NorthCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.NorthCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.NorthCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.NorthCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // SouthCW
     //
     this.SouthCW.BackColor   = System.Drawing.Color.White;
     this.SouthCW.Image       = ((System.Drawing.Image)(resources.GetObject("SouthCW.Image")));
     this.SouthCW.Location    = new System.Drawing.Point(376, 72);
     this.SouthCW.Name        = "SouthCW";
     this.SouthCW.Size        = new System.Drawing.Size(68, 68);
     this.SouthCW.TabIndex    = 7;
     this.SouthCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.SouthCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.SouthCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.SouthCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // lnkDoor
     //
     this.lnkDoor.Location   = new System.Drawing.Point(180, 4);
     this.lnkDoor.Name       = "lnkDoor";
     this.lnkDoor.Size       = new System.Drawing.Size(136, 32);
     this.lnkDoor.TabIndex   = 8;
     this.lnkDoor.TabStop    = true;
     this.lnkDoor.Text       = "Doors.Select";
     this.lnkDoor.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lnkDoor.Paint     += new System.Windows.Forms.PaintEventHandler(this.lnkDoor_Paint);
     this.lnkDoor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lnkDoor_MouseDown);
     //
     // bLock
     //
     this.bLock.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bLock.Location  = new System.Drawing.Point(148, 44);
     this.bLock.Name      = "bLock";
     this.bLock.Size      = new System.Drawing.Size(96, 23);
     this.bLock.TabIndex  = 9;
     this.bLock.Text      = "Doors.Lock";
     this.bLock.Click    += new System.EventHandler(this.bLock_Click);
     //
     // bUnlock
     //
     this.bUnlock.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bUnlock.Location  = new System.Drawing.Point(252, 44);
     this.bUnlock.Name      = "bUnlock";
     this.bUnlock.Size      = new System.Drawing.Size(96, 23);
     this.bUnlock.TabIndex  = 10;
     this.bUnlock.Text      = "Doors.Unlock";
     this.bUnlock.Click    += new System.EventHandler(this.bUnlock_Click);
     //
     // boxButton1
     //
     this.boxButton1.AllowEdit = true;
     this.boxButton1.ButtonID  = 76;
     this.boxButton1.Def       = null;
     this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton1.IsActive  = true;
     this.boxButton1.Location  = new System.Drawing.Point(204, 80);
     this.boxButton1.Name      = "boxButton1";
     this.boxButton1.Size      = new System.Drawing.Size(88, 23);
     this.boxButton1.TabIndex  = 11;
     this.boxButton1.Text      = "boxButton1";
     //
     // boxButton2
     //
     this.boxButton2.AllowEdit = true;
     this.boxButton2.ButtonID  = 77;
     this.boxButton2.Def       = null;
     this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton2.IsActive  = true;
     this.boxButton2.Location  = new System.Drawing.Point(204, 112);
     this.boxButton2.Name      = "boxButton2";
     this.boxButton2.Size      = new System.Drawing.Size(88, 23);
     this.boxButton2.TabIndex  = 12;
     this.boxButton2.Text      = "boxButton2";
     //
     // Doors
     //
     this.Controls.Add(this.boxButton2);
     this.Controls.Add(this.boxButton1);
     this.Controls.Add(this.bUnlock);
     this.Controls.Add(this.bLock);
     this.Controls.Add(this.lnkDoor);
     this.Controls.Add(this.SouthCW);
     this.Controls.Add(this.NorthCCW);
     this.Controls.Add(this.SouthCCW);
     this.Controls.Add(this.NorthCW);
     this.Controls.Add(this.EastCCW);
     this.Controls.Add(this.WestCW);
     this.Controls.Add(this.EastCW);
     this.Controls.Add(this.WestCCW);
     this.Name  = "Doors";
     this.Size  = new System.Drawing.Size(496, 142);
     this.Load += new System.EventHandler(this.Doors_Load);
     this.ResumeLayout(false);
 }
Example #54
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(fdlgClobEditor));
     this.txtValue  = new System.Windows.Forms.TextBox();
     this.cmdOK     = new System.Windows.Forms.Button();
     this.cmdCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // txtValue
     //
     this.txtValue.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.txtValue.Location   = new System.Drawing.Point(8, 8);
     this.txtValue.Multiline  = true;
     this.txtValue.Name       = "txtValue";
     this.txtValue.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtValue.Size       = new System.Drawing.Size(480, 204);
     this.txtValue.TabIndex   = 0;
     this.txtValue.Text       = "";
     //
     // cmdOK
     //
     this.cmdOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.cmdOK.Location     = new System.Drawing.Point(504, 12);
     this.cmdOK.Name         = "cmdOK";
     this.cmdOK.Size         = new System.Drawing.Size(72, 24);
     this.cmdOK.TabIndex     = 1;
     this.cmdOK.Text         = "OK";
     //
     // cmdCancel
     //
     this.cmdCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location     = new System.Drawing.Point(504, 44);
     this.cmdCancel.Name         = "cmdCancel";
     this.cmdCancel.Size         = new System.Drawing.Size(72, 24);
     this.cmdCancel.TabIndex     = 2;
     this.cmdCancel.Text         = "Cancel";
     //
     // fdlgClobEditor
     //
     this.AcceptButton      = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cmdCancel;
     this.ClientSize        = new System.Drawing.Size(586, 219);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdOK);
     this.Controls.Add(this.txtValue);
     this.Font          = new System.Drawing.Font("Tahoma", 8F);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "fdlgClobEditor";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit property";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.ClobEditorDialog_Closing);
     this.Load         += new System.EventHandler(this.ClobEditorDialog_Load);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmSearchName));
            this.toolBar1        = new System.Windows.Forms.ToolBar();
            this.tbSearch        = new System.Windows.Forms.ToolBarButton();
            this.tbExport        = new System.Windows.Forms.ToolBarButton();
            this.tbPrint         = new System.Windows.Forms.ToolBarButton();
            this.tbExist         = new System.Windows.Forms.ToolBarButton();
            this.imageList32     = new System.Windows.Forms.ImageList(this.components);
            this.groupBox1       = new System.Windows.Forms.GroupBox();
            this.panel1          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.ucNameSreach1   = new ucNameSreach();
            this.ucShowCaseInfo1 = new ucShowCaseInfo();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // toolBar1
            //
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.tbSearch,
                this.tbExport,
                this.tbPrint,
                this.tbExist
            });
            this.toolBar1.DropDownArrows = true;
            this.toolBar1.ImageList      = this.imageList32;
            this.toolBar1.Location       = new System.Drawing.Point(0, 0);
            this.toolBar1.Name           = "toolBar1";
            this.toolBar1.ShowToolTips   = true;
            this.toolBar1.Size           = new System.Drawing.Size(1016, 57);
            this.toolBar1.TabIndex       = 0;
            this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
            //
            // tbSearch
            //
            this.tbSearch.ImageIndex = 11;
            this.tbSearch.Text       = "查询(F4)";
            //
            // tbExport
            //
            this.tbExport.ImageIndex = 36;
            this.tbExport.Text       = "导出(F5)";
            //
            // tbPrint
            //
            this.tbPrint.ImageIndex = 12;
            this.tbPrint.Text       = "打印(F8)";
            //
            // tbExist
            //
            this.tbExist.ImageIndex = 14;
            this.tbExist.Text       = "退出(&X)";
            //
            // imageList32
            //
            this.imageList32.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imageList32.ImageSize        = new System.Drawing.Size(32, 32);
            this.imageList32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList32.ImageStream")));
            this.imageList32.TransparentColor = System.Drawing.Color.Transparent;
            //
            // groupBox1
            //
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(1016, 8);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop  = false;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.ucShowCaseInfo1);
            this.panel1.Controls.Add(this.ucNameSreach1);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 57);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(1016, 684);
            this.panel1.TabIndex = 4;
            //
            // ucNameSreach1
            //
            this.ucNameSreach1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.ucNameSreach1.Location = new System.Drawing.Point(0, 8);
            this.ucNameSreach1.Name     = "ucNameSreach1";
            this.ucNameSreach1.Size     = new System.Drawing.Size(1016, 40);
            this.ucNameSreach1.TabIndex = 4;
            //
            // ucShowCaseInfo1
            //
            this.ucShowCaseInfo1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.ucShowCaseInfo1.Location = new System.Drawing.Point(0, 48);
            this.ucShowCaseInfo1.Name     = "ucShowCaseInfo1";
            this.ucShowCaseInfo1.Size     = new System.Drawing.Size(1016, 636);
            this.ucShowCaseInfo1.TabIndex = 5;
            //
            // frmSearchName
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolBar1);
            this.Name          = "frmSearchName";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "姓名查询";
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            this.panel1.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(FormSchoolClassEdit));
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.textDescript = new System.Windows.Forms.TextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.butDelete    = new OpenDental.UI.Button();
     this.textGradYear = new OpenDental.ValidNumber();
     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(411, 171);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 4;
     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(411, 130);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 3;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(5, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(199, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Graduation Year";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescript
     //
     this.textDescript.Location = new System.Drawing.Point(206, 49);
     this.textDescript.Name     = "textDescript";
     this.textDescript.Size     = new System.Drawing.Size(196, 20);
     this.textDescript.TabIndex = 1;
     this.textDescript.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(5, 49);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(199, 19);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Description (Dental or Hygiene)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize   = true;
     this.butDelete.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Image      = ((System.Drawing.Image)(resources.GetObject("butDelete.Image")));
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(50, 170);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(95, 26);
     this.butDelete.TabIndex   = 2;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textGradYear
     //
     this.textGradYear.Location = new System.Drawing.Point(206, 20);
     this.textGradYear.MaxVal   = 2075;
     this.textGradYear.MinVal   = 1990;
     this.textGradYear.Name     = "textGradYear";
     this.textGradYear.Size     = new System.Drawing.Size(71, 20);
     this.textGradYear.TabIndex = 0;
     this.textGradYear.Text     = "";
     //
     // FormSchoolClassEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(538, 222);
     this.Controls.Add(this.textGradYear);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     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          = "FormSchoolClassEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Dental School Class";
     this.Load         += new System.EventHandler(this.FormSchoolClassEdit_Load);
     this.ResumeLayout(false);
 }
Example #57
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(frmFloatDialog));

            this.mPromptLabel       = new System.Windows.Forms.Label();
            this.mFloatInputTextBox = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // mPromptLabel
            //
            this.mPromptLabel.AccessibleDescription = resources.GetString("mPromptLabel.AccessibleDescription");
            this.mPromptLabel.AccessibleName        = resources.GetString("mPromptLabel.AccessibleName");
            this.mPromptLabel.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("mPromptLabel.Anchor")));
            this.mPromptLabel.AutoSize    = ((bool)(resources.GetObject("mPromptLabel.AutoSize")));
            this.mPromptLabel.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("mPromptLabel.Dock")));
            this.mPromptLabel.Enabled     = ((bool)(resources.GetObject("mPromptLabel.Enabled")));
            this.mPromptLabel.Font        = ((System.Drawing.Font)(resources.GetObject("mPromptLabel.Font")));
            this.mPromptLabel.Image       = ((System.Drawing.Image)(resources.GetObject("mPromptLabel.Image")));
            this.mPromptLabel.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("mPromptLabel.ImageAlign")));
            this.mPromptLabel.ImageIndex  = ((int)(resources.GetObject("mPromptLabel.ImageIndex")));
            this.mPromptLabel.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("mPromptLabel.ImeMode")));
            this.mPromptLabel.Location    = ((System.Drawing.Point)(resources.GetObject("mPromptLabel.Location")));
            this.mPromptLabel.Name        = "mPromptLabel";
            this.mPromptLabel.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("mPromptLabel.RightToLeft")));
            this.mPromptLabel.Size        = ((System.Drawing.Size)(resources.GetObject("mPromptLabel.Size")));
            this.mPromptLabel.TabIndex    = ((int)(resources.GetObject("mPromptLabel.TabIndex")));
            this.mPromptLabel.Text        = resources.GetString("mPromptLabel.Text");
            this.mPromptLabel.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("mPromptLabel.TextAlign")));
            this.mPromptLabel.Visible     = ((bool)(resources.GetObject("mPromptLabel.Visible")));
            //
            // mFloatInputTextBox
            //
            this.mFloatInputTextBox.AccessibleDescription = resources.GetString("mFloatInputTextBox.AccessibleDescription");
            this.mFloatInputTextBox.AccessibleName        = resources.GetString("mFloatInputTextBox.AccessibleName");
            this.mFloatInputTextBox.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("mFloatInputTextBox.Anchor")));
            this.mFloatInputTextBox.AutoSize        = ((bool)(resources.GetObject("mFloatInputTextBox.AutoSize")));
            this.mFloatInputTextBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mFloatInputTextBox.BackgroundImage")));
            this.mFloatInputTextBox.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("mFloatInputTextBox.Dock")));
            this.mFloatInputTextBox.Enabled         = ((bool)(resources.GetObject("mFloatInputTextBox.Enabled")));
            this.mFloatInputTextBox.Font            = ((System.Drawing.Font)(resources.GetObject("mFloatInputTextBox.Font")));
            this.mFloatInputTextBox.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("mFloatInputTextBox.ImeMode")));
            this.mFloatInputTextBox.Location        = ((System.Drawing.Point)(resources.GetObject("mFloatInputTextBox.Location")));
            this.mFloatInputTextBox.MaxLength       = ((int)(resources.GetObject("mFloatInputTextBox.MaxLength")));
            this.mFloatInputTextBox.Multiline       = ((bool)(resources.GetObject("mFloatInputTextBox.Multiline")));
            this.mFloatInputTextBox.Name            = "mFloatInputTextBox";
            this.mFloatInputTextBox.PasswordChar    = ((char)(resources.GetObject("mFloatInputTextBox.PasswordChar")));
            this.mFloatInputTextBox.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("mFloatInputTextBox.RightToLeft")));
            this.mFloatInputTextBox.ScrollBars      = ((System.Windows.Forms.ScrollBars)(resources.GetObject("mFloatInputTextBox.ScrollBars")));
            this.mFloatInputTextBox.Size            = ((System.Drawing.Size)(resources.GetObject("mFloatInputTextBox.Size")));
            this.mFloatInputTextBox.TabIndex        = ((int)(resources.GetObject("mFloatInputTextBox.TabIndex")));
            this.mFloatInputTextBox.Text            = resources.GetString("mFloatInputTextBox.Text");
            this.mFloatInputTextBox.TextAlign       = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("mFloatInputTextBox.TextAlign")));
            this.mFloatInputTextBox.Visible         = ((bool)(resources.GetObject("mFloatInputTextBox.Visible")));
            this.mFloatInputTextBox.WordWrap        = ((bool)(resources.GetObject("mFloatInputTextBox.WordWrap")));
            this.mFloatInputTextBox.Validating     += new System.ComponentModel.CancelEventHandler(this.mFloatInputTextBox_Validating);
            //
            // frmFloatDialog
            //
            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.mFloatInputTextBox);
            this.Controls.Add(this.mPromptLabel);
            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          = "frmFloatDialog";
            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.Controls.SetChildIndex(this.mPromptLabel, 0);
            this.Controls.SetChildIndex(this.mFloatInputTextBox, 0);
            this.ResumeLayout(false);
        }
Example #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(GlobeTools));
            this.axArcReaderGlobeControl1 = new ESRI.ArcGIS.PublisherControls.AxArcReaderGlobeControl();
            this.optTool4        = new System.Windows.Forms.RadioButton();
            this.optTool3        = new System.Windows.Forms.RadioButton();
            this.optTool2        = new System.Windows.Forms.RadioButton();
            this.optTool1        = new System.Windows.Forms.RadioButton();
            this.optTool0        = new System.Windows.Forms.RadioButton();
            this.btnFullExtent   = new System.Windows.Forms.Button();
            this.btnLoad         = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).BeginInit();
            this.SuspendLayout();
            //
            // axArcReaderGlobeControl1
            //
            this.axArcReaderGlobeControl1.Location            = new System.Drawing.Point(12, 68);
            this.axArcReaderGlobeControl1.Name                = "axArcReaderGlobeControl1";
            this.axArcReaderGlobeControl1.OcxState            = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axArcReaderGlobeControl1.OcxState")));
            this.axArcReaderGlobeControl1.Size                = new System.Drawing.Size(524, 332);
            this.axArcReaderGlobeControl1.TabIndex            = 0;
            this.axArcReaderGlobeControl1.OnDocumentUnloaded += new System.EventHandler(this.axArcReaderGlobeControl1_OnDocumentUnloaded);
            this.axArcReaderGlobeControl1.OnDocumentLoaded   += new ESRI.ArcGIS.PublisherControls.IARGlobeControlEvents_Ax_OnDocumentLoadedEventHandler(this.axArcReaderGlobeControl1_OnDocumentLoaded);
            //
            // optTool4
            //
            this.optTool4.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool4.Location   = new System.Drawing.Point(372, 12);
            this.optTool4.Name       = "optTool4";
            this.optTool4.Size       = new System.Drawing.Size(84, 44);
            this.optTool4.TabIndex   = 14;
            this.optTool4.Text       = "Zoom In\\Out";
            this.optTool4.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool4.Click     += new System.EventHandler(this.MixedControls_Click);

            //
            // optTool3
            //
            this.optTool3.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool3.Location   = new System.Drawing.Point(300, 12);
            this.optTool3.Name       = "optTool3";
            this.optTool3.Size       = new System.Drawing.Size(72, 44);
            this.optTool3.TabIndex   = 13;
            this.optTool3.Text       = "Target";
            this.optTool3.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool3.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // optTool2
            //
            this.optTool2.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool2.Location   = new System.Drawing.Point(228, 12);
            this.optTool2.Name       = "optTool2";
            this.optTool2.Size       = new System.Drawing.Size(72, 44);
            this.optTool2.TabIndex   = 12;
            this.optTool2.Text       = "Navigate";
            this.optTool2.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool2.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // optTool1
            //
            this.optTool1.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool1.Location   = new System.Drawing.Point(156, 12);
            this.optTool1.Name       = "optTool1";
            this.optTool1.Size       = new System.Drawing.Size(72, 44);
            this.optTool1.TabIndex   = 11;
            this.optTool1.Text       = "Pivot";
            this.optTool1.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool1.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // optTool0
            //
            this.optTool0.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool0.Location   = new System.Drawing.Point(84, 12);
            this.optTool0.Name       = "optTool0";
            this.optTool0.Size       = new System.Drawing.Size(72, 44);
            this.optTool0.TabIndex   = 10;
            this.optTool0.Text       = "Pan";
            this.optTool0.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool0.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // btnFullExtent
            //
            this.btnFullExtent.Location = new System.Drawing.Point(452, 12);
            this.btnFullExtent.Name     = "btnFullExtent";
            this.btnFullExtent.Size     = new System.Drawing.Size(84, 44);
            this.btnFullExtent.TabIndex = 9;
            this.btnFullExtent.Text     = "Full Extent";
            this.btnFullExtent.Click   += new System.EventHandler(this.btnFullExtent_Click);
            //
            // btnLoad
            //
            this.btnLoad.Location = new System.Drawing.Point(12, 12);
            this.btnLoad.Name     = "btnLoad";
            this.btnLoad.Size     = new System.Drawing.Size(72, 44);
            this.btnLoad.TabIndex = 8;
            this.btnLoad.Text     = "Load";
            this.btnLoad.Click   += new System.EventHandler(this.btnLoad_Click);
            //
            // GlobeTools
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(544, 410);
            this.Controls.Add(this.optTool4);
            this.Controls.Add(this.optTool3);
            this.Controls.Add(this.optTool2);
            this.Controls.Add(this.optTool1);
            this.Controls.Add(this.optTool0);
            this.Controls.Add(this.btnFullExtent);
            this.Controls.Add(this.btnLoad);
            this.Controls.Add(this.axArcReaderGlobeControl1);
            this.Name     = "GlobeTools";
            this.Text     = "GlobeTools";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.GlobeTools_Closing);
            this.Load    += new System.EventHandler(this.GlobeTools_Load);
            ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).EndInit();
            this.ResumeLayout(false);
        }
Example #59
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 public void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LoginOledb));
     this.txtServer     = new System.Windows.Forms.TextBox();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.checkBox1     = new System.Windows.Forms.CheckBox();
     this.txtUser       = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.txtPass       = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.btn_Ok        = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Cancel    = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.radBtn_DB     = new System.Windows.Forms.RadioButton();
     this.btn_SelDb     = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox3     = new System.Windows.Forms.GroupBox();
     this.txtConstr     = new System.Windows.Forms.TextBox();
     this.radBtn_Constr = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // txtServer
     //
     this.txtServer.Location     = new System.Drawing.Point(104, 24);
     this.txtServer.Name         = "txtServer";
     this.txtServer.Size         = new System.Drawing.Size(216, 21);
     this.txtServer.TabIndex     = 1;
     this.txtServer.Text         = "";
     this.txtServer.TextChanged += new System.EventHandler(this.txtServer_TextChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.txtUser);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtPass);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.pictureBox1);
     this.groupBox1.Location = new System.Drawing.Point(24, 80);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(368, 106);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "登录数据库:";
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location        = new System.Drawing.Point(72, 77);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(88, 24);
     this.checkBox1.TabIndex        = 4;
     this.checkBox1.Text            = "空白密码";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // txtUser
     //
     this.txtUser.Location     = new System.Drawing.Point(136, 24);
     this.txtUser.Name         = "txtUser";
     this.txtUser.Size         = new System.Drawing.Size(120, 21);
     this.txtUser.TabIndex     = 3;
     this.txtUser.Text         = "";
     this.txtUser.TextChanged += new System.EventHandler(this.txtUser_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(56, 26);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "登录名(&L):";
     //
     // txtPass
     //
     this.txtPass.Enabled      = false;
     this.txtPass.Location     = new System.Drawing.Point(136, 48);
     this.txtPass.Name         = "txtPass";
     this.txtPass.PasswordChar = '*';
     this.txtPass.Size         = new System.Drawing.Size(120, 21);
     this.txtPass.TabIndex     = 3;
     this.txtPass.Text         = "";
     this.txtPass.TextChanged += new System.EventHandler(this.txtPass_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(72, 50);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 2;
     this.label3.Text     = "密码(&P):";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(16, 24);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(38, 35);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // btn_Ok
     //
     this.btn_Ok._Image        = null;
     this.btn_Ok.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btn_Ok.DefaultScheme = false;
     this.btn_Ok.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Ok.Image         = null;
     this.btn_Ok.Location      = new System.Drawing.Point(104, 240);
     this.btn_Ok.Name          = "btn_Ok";
     this.btn_Ok.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Ok.Size          = new System.Drawing.Size(75, 24);
     this.btn_Ok.TabIndex      = 19;
     this.btn_Ok.Text          = "确定(&O):";
     this.btn_Ok.Click        += new System.EventHandler(this.btn_Ok_Click);
     //
     // btn_Cancel
     //
     this.btn_Cancel._Image        = null;
     this.btn_Cancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btn_Cancel.DefaultScheme = false;
     this.btn_Cancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Cancel.Image         = null;
     this.btn_Cancel.Location      = new System.Drawing.Point(224, 240);
     this.btn_Cancel.Name          = "btn_Cancel";
     this.btn_Cancel.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Cancel.Size          = new System.Drawing.Size(75, 24);
     this.btn_Cancel.TabIndex      = 20;
     this.btn_Cancel.Text          = "取消(&C):";
     this.btn_Cancel.Click        += new System.EventHandler(this.btn_Cancel_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txtServer);
     this.groupBox2.Controls.Add(this.radBtn_DB);
     this.groupBox2.Controls.Add(this.btn_SelDb);
     this.groupBox2.Location = new System.Drawing.Point(24, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(368, 60);
     this.groupBox2.TabIndex = 21;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "选择数据库";
     //
     // radBtn_DB
     //
     this.radBtn_DB.Checked  = true;
     this.radBtn_DB.Location = new System.Drawing.Point(16, 22);
     this.radBtn_DB.Name     = "radBtn_DB";
     this.radBtn_DB.TabIndex = 20;
     this.radBtn_DB.TabStop  = true;
     this.radBtn_DB.Text     = "数据库(&D):";
     this.radBtn_DB.Click   += new System.EventHandler(this.radBtn_DB_Click);
     //
     // btn_SelDb
     //
     this.btn_SelDb._Image        = null;
     this.btn_SelDb.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btn_SelDb.DefaultScheme = false;
     this.btn_SelDb.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_SelDb.Image         = null;
     this.btn_SelDb.Location      = new System.Drawing.Point(320, 22);
     this.btn_SelDb.Name          = "btn_SelDb";
     this.btn_SelDb.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_SelDb.Size          = new System.Drawing.Size(40, 24);
     this.btn_SelDb.TabIndex      = 19;
     this.btn_SelDb.Text          = "...";
     this.btn_SelDb.Click        += new System.EventHandler(this.btn_SelDb_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtConstr);
     this.groupBox3.Controls.Add(this.radBtn_Constr);
     this.groupBox3.Location = new System.Drawing.Point(24, 192);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(368, 40);
     this.groupBox3.TabIndex = 22;
     this.groupBox3.TabStop  = false;
     //
     // txtConstr
     //
     this.txtConstr.Enabled  = false;
     this.txtConstr.Location = new System.Drawing.Point(104, 12);
     this.txtConstr.Name     = "txtConstr";
     this.txtConstr.Size     = new System.Drawing.Size(256, 21);
     this.txtConstr.TabIndex = 0;
     this.txtConstr.Text     = "";
     //
     // radBtn_Constr
     //
     this.radBtn_Constr.Location = new System.Drawing.Point(12, 10);
     this.radBtn_Constr.Name     = "radBtn_Constr";
     this.radBtn_Constr.TabIndex = 1;
     this.radBtn_Constr.Text     = "连接字符串:";
     this.radBtn_Constr.Click   += new System.EventHandler(this.radBtn_Constr_Click);
     //
     // LoginOledb
     //
     this.AcceptButton      = this.btn_Ok;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btn_Cancel;
     this.ClientSize        = new System.Drawing.Size(416, 272);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_Ok);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LoginOledb";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "登录数据库....";
     this.Load           += new System.EventHandler(this.LoginForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.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(ChartDataEditorDialog));
     this.dataGrid     = new System.Windows.Forms.DataGrid();
     this.okButton     = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.addButton    = new System.Windows.Forms.Button();
     this.removeButton = new System.Windows.Forms.Button();
     this.colorButton  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid
     //
     this.dataGrid.AllowSorting         = false;
     this.dataGrid.CaptionVisible       = false;
     this.dataGrid.DataMember           = "";
     this.dataGrid.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dataGrid.HeaderForeColor      = System.Drawing.SystemColors.ControlText;
     this.dataGrid.Location             = new System.Drawing.Point(8, 36);
     this.dataGrid.Name                 = "dataGrid";
     this.dataGrid.PreferredColumnWidth = 100;
     this.dataGrid.RowHeaderWidth       = 20;
     this.dataGrid.Size                 = new System.Drawing.Size(524, 256);
     this.dataGrid.TabIndex             = 0;
     //
     // okButton
     //
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location     = new System.Drawing.Point(456, 300);
     this.okButton.Name         = "okButton";
     this.okButton.TabIndex     = 1;
     this.okButton.Text         = "OK";
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location     = new System.Drawing.Point(376, 300);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.TabIndex     = 2;
     this.cancelButton.Text         = "Cancel";
     //
     // addButton
     //
     this.addButton.Location = new System.Drawing.Point(8, 8);
     this.addButton.Name     = "addButton";
     this.addButton.Size     = new System.Drawing.Size(84, 23);
     this.addButton.TabIndex = 3;
     this.addButton.Text     = "Add serie";
     this.addButton.Click   += new System.EventHandler(this.addButton_Click);
     //
     // removeButton
     //
     this.removeButton.Location = new System.Drawing.Point(96, 8);
     this.removeButton.Name     = "removeButton";
     this.removeButton.Size     = new System.Drawing.Size(84, 23);
     this.removeButton.TabIndex = 4;
     this.removeButton.Text     = "Remove serie";
     this.removeButton.Click   += new System.EventHandler(this.removeButton_Click);
     //
     // colorButton
     //
     this.colorButton.Location = new System.Drawing.Point(204, 8);
     this.colorButton.Name     = "colorButton";
     this.colorButton.Size     = new System.Drawing.Size(84, 23);
     this.colorButton.TabIndex = 5;
     this.colorButton.Text     = "Serie color";
     this.colorButton.Click   += new System.EventHandler(this.colorButton_Click);
     //
     // ChartDataEditorDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.cancelButton;
     this.ClientSize        = new System.Drawing.Size(538, 329);
     this.Controls.Add(this.colorButton);
     this.Controls.Add(this.removeButton);
     this.Controls.Add(this.addButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.dataGrid);
     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.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ChartDataEditorDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Chart Data Editor";
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit();
     this.ResumeLayout(false);
 }