123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 桌面捷徑設定
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.捷徑_dgv = New System.Windows.Forms.DataGridView()
- Me.Column1 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
- Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.計算分流1 = New System.Windows.Forms.Timer(Me.components)
- Me.原文_tb = New System.Windows.Forms.TextBox()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.翻譯_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.人事_bt = New System.Windows.Forms.Button()
- Me.財務_bt = New System.Windows.Forms.Button()
- Me.工程_bt = New System.Windows.Forms.Button()
- Me.全部取消_rbt = New Telerik.WinControls.UI.RadButton()
- Me.倉儲_bt = New System.Windows.Forms.Button()
- Me.採購_bt = New System.Windows.Forms.Button()
- Me.業務_bt = New System.Windows.Forms.Button()
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.全部選擇_rbt = New Telerik.WinControls.UI.RadButton()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.存檔_rbt = New Telerik.WinControls.UI.RadButton()
- Me.Cancel_bt = New System.Windows.Forms.Button()
- Me.主題_lb = New System.Windows.Forms.Label()
- Me.PnlTitleBar = New System.Windows.Forms.Panel()
- CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.翻譯_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.全部取消_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel2.SuspendLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.全部選擇_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '捷徑_dgv
- '
- Me.捷徑_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.捷徑_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.捷徑_dgv.BackgroundColor = System.Drawing.Color.White
- Me.捷徑_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.捷徑_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
- Me.捷徑_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.捷徑_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4})
- DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.捷徑_dgv.DefaultCellStyle = DataGridViewCellStyle2
- Me.捷徑_dgv.GridColor = System.Drawing.Color.LightGray
- Me.捷徑_dgv.Location = New System.Drawing.Point(3, 55)
- Me.捷徑_dgv.Name = "捷徑_dgv"
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.捷徑_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
- Me.捷徑_dgv.RowHeadersWidth = 5
- Me.捷徑_dgv.RowTemplate.Height = 24
- Me.捷徑_dgv.Size = New System.Drawing.Size(402, 564)
- Me.捷徑_dgv.TabIndex = 663
- '
- 'Column1
- '
- Me.Column1.FillWeight = 45.68528!
- Me.Column1.HeaderText = "select"
- Me.Column1.Name = "Column1"
- '
- 'Column2
- '
- Me.Column2.FillWeight = 127.1574!
- Me.Column2.HeaderText = "Function"
- Me.Column2.Name = "Column2"
- '
- 'Column3
- '
- Me.Column3.FillWeight = 127.1574!
- Me.Column3.HeaderText = "控件"
- Me.Column3.Name = "Column3"
- Me.Column3.Visible = False
- '
- 'Column4
- '
- Me.Column4.HeaderText = "狀態"
- Me.Column4.Name = "Column4"
- Me.Column4.Visible = False
- '
- '計算分流1
- '
- '
- '原文_tb
- '
- Me.原文_tb.Location = New System.Drawing.Point(86, 119)
- Me.原文_tb.Name = "原文_tb"
- Me.原文_tb.Size = New System.Drawing.Size(100, 23)
- Me.原文_tb.TabIndex = 667
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '翻譯_rtb
- '
- Me.翻譯_rtb.BackColor = System.Drawing.Color.Transparent
- Me.翻譯_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.翻譯_rtb.Location = New System.Drawing.Point(3, 55)
- Me.翻譯_rtb.Name = "翻譯_rtb"
- Me.翻譯_rtb.Size = New System.Drawing.Size(100, 23)
- Me.翻譯_rtb.TabIndex = 1722
- '
- 'Panel1
- '
- Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.人事_bt)
- Me.Panel1.Controls.Add(Me.財務_bt)
- Me.Panel1.Controls.Add(Me.工程_bt)
- Me.Panel1.Controls.Add(Me.全部取消_rbt)
- Me.Panel1.Controls.Add(Me.倉儲_bt)
- Me.Panel1.Controls.Add(Me.採購_bt)
- Me.Panel1.Controls.Add(Me.業務_bt)
- Me.Panel1.Controls.Add(Me.Panel2)
- Me.Panel1.Controls.Add(Me.存檔_rbt)
- Me.Panel1.Controls.Add(Me.捷徑_dgv)
- Me.Panel1.Controls.Add(Me.原文_tb)
- Me.Panel1.Location = New System.Drawing.Point(5, 34)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(410, 623)
- Me.Panel1.TabIndex = 1723
- '
- '人事_bt
- '
- Me.人事_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Personnel1
- Me.人事_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.人事_bt.Location = New System.Drawing.Point(308, 6)
- Me.人事_bt.Name = "人事_bt"
- Me.人事_bt.Size = New System.Drawing.Size(45, 45)
- Me.人事_bt.TabIndex = 1842
- Me.人事_bt.UseVisualStyleBackColor = True
- '
- '財務_bt
- '
- Me.財務_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Money2
- Me.財務_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.財務_bt.Location = New System.Drawing.Point(258, 6)
- Me.財務_bt.Name = "財務_bt"
- Me.財務_bt.Size = New System.Drawing.Size(45, 45)
- Me.財務_bt.TabIndex = 1841
- Me.財務_bt.UseVisualStyleBackColor = True
- '
- '工程_bt
- '
- Me.工程_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Administrative_Tools
- Me.工程_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.工程_bt.Location = New System.Drawing.Point(158, 6)
- Me.工程_bt.Name = "工程_bt"
- Me.工程_bt.Size = New System.Drawing.Size(45, 45)
- Me.工程_bt.TabIndex = 1840
- Me.工程_bt.UseVisualStyleBackColor = True
- '
- '全部取消_rbt
- '
- Me.全部取消_rbt.BackColor = System.Drawing.Color.Transparent
- Me.全部取消_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
- Me.全部取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.全部取消_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
- Me.全部取消_rbt.Location = New System.Drawing.Point(359, 6)
- Me.全部取消_rbt.Name = "全部取消_rbt"
- Me.全部取消_rbt.Size = New System.Drawing.Size(45, 45)
- Me.全部取消_rbt.TabIndex = 1721
- CType(Me.全部取消_rbt.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).Image = Nothing
- CType(Me.全部取消_rbt.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
- CType(Me.全部取消_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BottomShadowColor = System.Drawing.SystemColors.ActiveCaption
- CType(Me.全部取消_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BackColor = System.Drawing.SystemColors.ActiveCaption
- CType(Me.全部取消_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).CanFocus = False
- CType(Me.全部取消_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).ClipDrawing = False
- CType(Me.全部取消_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).AngleTransform = 3.0!
- '
- '倉儲_bt
- '
- Me.倉儲_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.box_64x641
- Me.倉儲_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.倉儲_bt.Location = New System.Drawing.Point(207, 6)
- Me.倉儲_bt.Name = "倉儲_bt"
- Me.倉儲_bt.Size = New System.Drawing.Size(45, 45)
- Me.倉儲_bt.TabIndex = 1839
- Me.倉儲_bt.UseVisualStyleBackColor = True
- '
- '採購_bt
- '
- Me.採購_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.buy1
- Me.採購_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.採購_bt.Location = New System.Drawing.Point(107, 6)
- Me.採購_bt.Name = "採購_bt"
- Me.採購_bt.Size = New System.Drawing.Size(45, 45)
- Me.採購_bt.TabIndex = 1838
- Me.採購_bt.UseVisualStyleBackColor = True
- '
- '業務_bt
- '
- Me.業務_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.business_64x64
- Me.業務_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.業務_bt.Location = New System.Drawing.Point(59, 6)
- Me.業務_bt.Name = "業務_bt"
- Me.業務_bt.Size = New System.Drawing.Size(45, 45)
- Me.業務_bt.TabIndex = 1837
- Me.業務_bt.UseVisualStyleBackColor = True
- '
- 'Panel2
- '
- Me.Panel2.Controls.Add(Me.語言_dgv)
- Me.Panel2.Controls.Add(Me.翻譯_rtb)
- Me.Panel2.Controls.Add(Me.全部選擇_rbt)
- Me.Panel2.Controls.Add(Me.語轉扭_bt)
- Me.Panel2.Location = New System.Drawing.Point(86, 119)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(219, 117)
- Me.Panel2.TabIndex = 1836
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2})
- Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(208, 49)
- Me.語言_dgv.TabIndex = 1723
- Me.語言_dgv.Visible = False
- '
- 'DataGridViewTextBoxColumn1
- '
- Me.DataGridViewTextBoxColumn1.HeaderText = "Column1"
- Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
- '
- 'DataGridViewTextBoxColumn2
- '
- Me.DataGridViewTextBoxColumn2.HeaderText = "Column2"
- Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
- '
- '全部選擇_rbt
- '
- Me.全部選擇_rbt.BackColor = System.Drawing.Color.Transparent
- Me.全部選擇_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
- Me.全部選擇_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.全部選擇_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
- Me.全部選擇_rbt.Location = New System.Drawing.Point(109, 52)
- Me.全部選擇_rbt.Name = "全部選擇_rbt"
- Me.全部選擇_rbt.Size = New System.Drawing.Size(45, 45)
- Me.全部選擇_rbt.TabIndex = 1720
- CType(Me.全部選擇_rbt.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).Image = Nothing
- CType(Me.全部選擇_rbt.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
- CType(Me.全部選擇_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BottomShadowColor = System.Drawing.SystemColors.ActiveCaption
- CType(Me.全部選擇_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BackColor = System.Drawing.SystemColors.ActiveCaption
- CType(Me.全部選擇_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).CanFocus = False
- CType(Me.全部選擇_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).ClipDrawing = False
- CType(Me.全部選擇_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).AngleTransform = 3.0!
- '
- '語轉扭_bt
- '
- Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
- Me.語轉扭_bt.Location = New System.Drawing.Point(3, 84)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
- Me.語轉扭_bt.TabIndex = 1835
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- '存檔_rbt
- '
- Me.存檔_rbt.BackColor = System.Drawing.Color.Transparent
- Me.存檔_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
- Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.存檔_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
- Me.存檔_rbt.Location = New System.Drawing.Point(4, 4)
- Me.存檔_rbt.Name = "存檔_rbt"
- Me.存檔_rbt.Size = New System.Drawing.Size(45, 45)
- Me.存檔_rbt.TabIndex = 1719
- CType(Me.存檔_rbt.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).Image = Nothing
- CType(Me.存檔_rbt.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
- CType(Me.存檔_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BottomShadowColor = System.Drawing.SystemColors.ActiveCaption
- CType(Me.存檔_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BackColor = System.Drawing.SystemColors.ActiveCaption
- CType(Me.存檔_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).CanFocus = False
- CType(Me.存檔_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).ClipDrawing = False
- CType(Me.存檔_rbt.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).AngleTransform = 3.0!
- '
- 'Cancel_bt
- '
- Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
- Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
- Me.Cancel_bt.Location = New System.Drawing.Point(389, 4)
- Me.Cancel_bt.Name = "Cancel_bt"
- Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
- Me.Cancel_bt.TabIndex = 1728
- Me.Cancel_bt.Text = "X"
- Me.Cancel_bt.UseVisualStyleBackColor = False
- '
- '主題_lb
- '
- Me.主題_lb.AutoSize = True
- Me.主題_lb.BackColor = System.Drawing.Color.Transparent
- Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.主題_lb.Location = New System.Drawing.Point(12, 9)
- Me.主題_lb.Name = "主題_lb"
- Me.主題_lb.Size = New System.Drawing.Size(45, 16)
- Me.主題_lb.TabIndex = 1727
- Me.主題_lb.Text = "Label1"
- '
- 'PnlTitleBar
- '
- Me.PnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PnlTitleBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
- Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
- Me.PnlTitleBar.Name = "PnlTitleBar"
- Me.PnlTitleBar.Size = New System.Drawing.Size(420, 663)
- Me.PnlTitleBar.TabIndex = 1729
- '
- '桌面捷徑設定
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(420, 663)
- Me.Controls.Add(Me.Cancel_bt)
- Me.Controls.Add(Me.主題_lb)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.PnlTitleBar)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "桌面捷徑設定"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "桌面捷徑設定"
- CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.翻譯_rtb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.全部取消_rbt, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel2.ResumeLayout(False)
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.全部選擇_rbt, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 捷徑_dgv As DataGridView
- Friend WithEvents Column1 As DataGridViewCheckBoxColumn
- Friend WithEvents Column2 As DataGridViewTextBoxColumn
- Friend WithEvents Column3 As DataGridViewTextBoxColumn
- Friend WithEvents Column4 As DataGridViewTextBoxColumn
- Friend WithEvents 計算分流1 As Timer
- Friend WithEvents 原文_tb As TextBox
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 存檔_rbt As Telerik.WinControls.UI.RadButton
- Friend WithEvents 全部選擇_rbt As Telerik.WinControls.UI.RadButton
- Friend WithEvents 全部取消_rbt As Telerik.WinControls.UI.RadButton
- Friend WithEvents 翻譯_rtb As Telerik.WinControls.UI.RadTextBoxControl
- Friend WithEvents Panel1 As Panel
- Friend WithEvents Cancel_bt As Button
- Friend WithEvents 主題_lb As Label
- Friend WithEvents PnlTitleBar As Panel
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
- Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 業務_bt As Button
- Friend WithEvents Panel2 As Panel
- Friend WithEvents 人事_bt As Button
- Friend WithEvents 財務_bt As Button
- Friend WithEvents 工程_bt As Button
- Friend WithEvents 倉儲_bt As Button
- Friend WithEvents 採購_bt As Button
- End Class
|